@charset "ISO-8859-1";

/**Buat kartu @main.php**/
.kartu{
	max-width: 18rem;
}

@media(max-width:1020px){
	.kartu{
		max-width: 100%;
	}
}

/**Buat table detail pelanggan @detail.php**/
@media(max-width: 1020px){
	.header-context {
		width: 100% !important;
	}
}

/**Buat tombol "+" di kanan bawah**/
.caret-buletan-container {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 999;
	padding: 10px;
	margin-right: 7px;
}

.caret-buletan-context {
	width: 60px;
	height: 60px;
	font-size: 2em;
	padding-top: 0;
}

/**
  * @ 100% --> Normal w/ mr-2 ml-2
  * @ +- 150% --> Lepas mr-2 ml-2 
  */
.bantu-zoom {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

/**Viewport +- 150% screen size (1366x768)**/
@media ( max-width : 1020px) {
	.border-right {
		border-right: 0 !important;
	}
	
	.bantu-zoom {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-top: 10px;
	}
	.lefty-zoom {
		margin-bottom: 5px !important;
	}
}

/** Engga jadi dipake? **/
.break-words {
	word-break: break-word;
}

/* By Bootstrap GitHub Curator for Collapsed Navbar Scrolling */
@media ( max-width : 991px) {
	.navbar {
		overflow: auto;
		max-height: 85vh;
		align-items: unset;
	}
}

/**Lupa ini buat apaan **/
.border-bottom-alt {
	border-bottom: 0;
}

/* Tambah margin bawah supaya engga mepet dibawah [DEPRECATED] */
.container {
	margin-bottom: 10px;
}

/* Reconfig tampilan di viewport landscape (720px) */
@media ( max-width : 720px) {
	.container {
		min-width: 680px;
	}
}

/* Reconfig max-width utk table responsive */
.table-responsive {
	padding-top: 20px;
}

/* Reconfig tampilan di viewport portrait (580px) [DEPRECATED] */
@media ( max-width : 580px) {
	.container {
		min-width: inherit;
	}
}

/* TODO: Force content to be relative positioned */
#chartContainer {
	position: relative;
	height: 300px;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* TODO: Recolor the dropdown-divider class to red */
.dropdown-divider {
	border-top: 1px solid #ff0000;
}

@media ( max-width :720px) {
	li.nav-item.align-self-center {
		align-self: flex-start !important;
	}
}

/*** Utk Install ***/
.form-installWizard {
	width: 100%;
	padding: 10px;
	margin: auto;
}

.form-installWizard .checkbox {
	font-weight: 400;
}

.form-installWizard .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-installWizard .form-control:focus {
	z-index: 2;
}

.form-installWizard input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-installWizard input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}