/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95rem;
}

h1 {
	font-size: 2.4rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2rem;
} */

a.footer-link {
	text-decoration: none;
	color: #ECF2FB;
}

a.footer-link:hover {
	text-decoration: none;
	color: #83FF92;
}

a:hover {
	color: #3c8dbc;
	text-decoration: none;
}

a.link-text {
	cursor: pointer;
}

/* Data Tables */
ul.pagination {
	float: right;
}

div.dataTables_filter {
	text-align: right;
}

/* Text color */
.text-primary {
	color: #3678A2 !important;
}

.text-default {
	color: #ECF2FB !important;
}

.text-success {
	color: #34C26D !important;
}

.text-light-green {
	color: #83FF92 !important;
}

/* Background Color */
.bg-1 {
	background-color: #3678A2 !important;
}

.bg-2 {
	background-color: #BFE6FF !important;
}

.bg-3 {
	background-color: #ECF2FB !important;
}

.bg-4 {
	background-color: #88DEB0 !important;
}

.bg-5 {
	background-color: #69C6AF !important;
}

/* Button */

.btn-circle {
	width: 50px;
	height: 50px;
	padding: 8px;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 1.42857;
}

.btn-circle.btn-xl {
	width: 80px;
	height: 80px;
	padding: 8px;
	border-radius: 40px;
	font-size: 24px;
	line-height: 1.33;
}

/* Header */
.hidden {
	display: none;
}

.bg-nav {
	background-color: #ECF2FB;
	width: 100%;
	height: 60px;
	opacity: 0;
}

/* .show {
	opacity: 0.6;
} */

.rounded-circle {
	height: 5rem !important;
}

.transition {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

a.navbar-brand,
a.nav-link {
	color: #3678A2 !important;
	font-weight: 500;
}

li.nav-item.active a.nav-link {
	font-weight: bolder;
}

.nav-link {
	padding-right: 3.5rem !important;
	padding-left: 3.5rem !important;
}

#bBlue {
	background-color: #3678A2;
	color: #ECF2FB;
	border: none;
}

#bBlue:hover {
	background-color: #296895;
}

#ortalalogo {
	max-width: 1rem;
	vertical-align: baseline !important;
}

@media (max-width: 1200px) {
	.nav-link {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
}

/* Footer */
.footer {
	padding: 3rem 0rem 1rem 0rem;
}

.pull-right {
	float: right !important;
}

.footer-logo {
	margin-top: 5px;
	max-height: 5rem;
}

#socmed {
	background-image: url("../design/circle.png");
	width: 100%;
}

.fa-instagram,
.fa-twitter,
.fa-facebook-f {
	color: #3678A2;
}

@media (min-width: 1200px) {
	.footer-container {
		text-align: right;
		padding: 0 !important;
	}
}

/* Home 1 */
.home1 {
	background-color: #BFE6FF;
	background-size: cover;
}

.title-group {
	margin: 7rem 0rem 3rem 0rem;
}

#bGreen {
	background-color: #69C6AF;
	border: none;
}

#bGreen:hover {
	background-color: #88DEB0;
}

#bGreen:focus {
	box-shadow: 0 0 0 0.2rem #88DEB0;
}

#kuninganlogo {
	max-width: 17rem;
}

@media (min-width: 1200px) {
	.home1 {
		/* background: url("../design/Background_Home2.png"); */
		/* background-size: 100% 100%; */
		height: 670px !important;
	}

	.title-group {
		margin: 12rem 0rem 5rem 0rem;
	}
}

/* Home 2 */
.home2 {
	background-color: #88DEB0;
}

.title {
	margin: 4rem 0rem 3rem 0rem;
}

@media (min-width: 1200px) {
	.home2 {
		background-color: #88DEB0;
		height: 670px;
	}
}

/* Home 3 */
.home3 {
	background-color: #ECF2FB;
}

.rounded-circle {
	width: 5rem !important;
}

.carousel-item {
	height: 100%;
}

/* Survey */
@media (min-width: 720px) {
	.survey-modal-dialog {
		max-width: 600px;
	}

	.survey-answer-icon {
		width: 100px !important;
		height: 100px !important;
	}

	.mpl-1.row {
		margin-left: -15px;
	}

	.mpl-1.col-md-8 {
		padding-left: 0;
	}

	.survey-answer-box {
		min-height: 160px !important;
	}
}

@media (min-width: 1080px) {
	.survey-modal-dialog {
		max-width: 800px;
	}
}

.survey-button {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 50%;
	left: 0;
	background-color: #4EADAF;
	color: #FFF;
	border-radius: 0px 20px 20px 0;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	cursor: pointer;
}

.survey-icon {
	margin-top: 22px;
	color: white;
}

.survey-modal.show {
	opacity: 1;
}

.survey-answer-box {
	min-height: 130px;
	padding: 1rem;
	text-align: center;
	border: 5px solid rgba(200, 200, 200, .5);
	border-radius: 20px;
	cursor: pointer;
}

.survey-answer-box.selected {
	background-color: #88DEB0;
	border: 5px solid #69C6AF;
}

.survey-answer-icon {
	width: 75px;
	height: 75px;
}

.mpl-1.row {
	margin-left: 0;
}

.mpl-1.col-md-8 {
	padding-left: 15px;
}

.mw-50.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

/* News */
.news-head {
	background-color: #BFE6FF;
}

.news-body {
	background-color: #ECF2FB;
	padding: 3rem 0rem 7rem 0rem;
}

.post-box {
	padding: 2rem;
}

.post-info {
	color: grey;
	margin: 0rem 1rem 0rem 0rem;
	text-decoration: none !important;
}

.post-recent-box {
	position: relative;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	margin: 0rem 2rem 0rem 2rem;
}

.recent-body {
	padding: 0rem 0rem 0rem 1rem;
}




/* Maintenance 
.soon {
	background: url("../design/Background_Maintenance.png");
	background-size: cover;
	background-repeat: repeat;
}

*/

.soon {
	background-color: #BFE6FF;
}

.maintenance {
	margin: 7rem 0rem 5rem 0rem;
}

#maintenancelogo {
	max-width: 14rem;
}

/* SOP */
.num {
	min-width: 40px !important;
	max-width: 50px !important;
}

.act {
	min-width: 200px !important;
	max-width: 250px !important;
}

.others {
	min-width: 150px;
	max-width: 160px;
}


th.graph {
	min-width: 150px;
	max-width: 160px;
}

.tafill {
	min-width: 150px !important;
	max-width: 160px !important;
	min-height: 100px !important;
	resize: none !important;
	border: 1px solid #ced4da00 !important;
}

/* Cover Tabel */
.sop-cover {
	border: 1px solid #000000 !important;
	padding: 4px;
	color: #000000;
	font-family: Arial, sans-serif !important;
}

.form-cover {
	border: 0px solid #ccc !important;
	padding: 0px;
	height: fit-content;
	color: #000000;
	font-family: Arial, sans-serif !important;
}

textarea.form-cover {
	resize: none;
}

textarea.form-cover:disabled {
	background-color: white;
}

/* Switch */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.btn-danger.logout {
	background-color: #dd4b39 !important;
	border-color: #d73925 !important;
	color: white;
}


/* Notifications */
.navbar-nav>.notifications-menu>.dropdown-menu {
	width: 400px;
}

.notif-unread {
	font-weight: bold;
}

.notif-read {
	background-color: #f4f4f4 !important;
}

.notifications-menu>.dropdown-toggle::after {
	margin-left: 0;
}

.main-header .navbar .nav>li>a>.badge {
	position: absolute;
	transform: translateY(1px);
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9;
}

@page { 
    size: auto; 
}