@media ( min-width :768px) {
	#login-form input {
		max-width: 200px;
	}
}

#login-form input, #login-form button {
	margin: 8px 8px 8px 8px;
}

.table-timeline tr>td:NTH-CHILD(2) {
	text-align: right;
}

.table-timeline span.label {
	width: 50px;
	display: inline-block;
}

.navbar-default .navbar-text {
	color: #e0e2da;
}

.skin-purple .main-header .navbar {
	background-color: #2D3E50;
	box-shadow: 10px 9px 15px -11px #000000;
}

.required::after {
	content: '*';
	color: red;
}

.help-block {
	margin-top: 0px;
	margin-bottom: 0px;
}

thead.sticky>tr>th {
	top: 0px !important;
	background-color: #dddddd;
	font-size: 9pt;
	z-index: 100;
}

.right {
	text-align: right;
}

.dropdown-menu {
	z-index: 1000 !important;
}

.bold {
	font-weight: bold;
}

.alert h4 {
	font-weight: unset;
}

.alert small {
	color: unset;
}

thead.sticky>tr>th {
	position: sticky;
	font-size: 8pt;
}

span.vertical {
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
}

.well {
	padding: 8px;
	font-size: smaller;
	box-shadow: 6px 7px 7px -1px rgba(0, 0, 0, 0.5)
}

.footer-bottom {
	/* background-color: #3c8dbc; */
	min-height: 25px;
	width: 100%;
	bottom: 0;
}

.copyright {
	color: #fff;
	font-size: 7pt;
	min-height: 20px;
	padding: 7px 0;
}

html, body {
	height: 100%;
}

body {
	
}

.panel-success>.panel-heading {
	background-color: #00a65a;
}

.panel-heading a, .panel-heading small {
	color: #eeeeee;
}

.panel-heading small {
	color: #dddddd;
}

.panel-warning>.panel-heading {
	background-color: #f39c12;;
}

.skin-blue .main-header .navbar {
	background-color: #16456f;
}

table.table {
	margin-bottom: 2px;
}

#lightSlider img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 380px;
	max-width: 700px;
}

@media ( min-width :768px) {
	#lightSlider img {
		max-height: 380px;
		max-width: 700px;
	}
	.navbar-text {
		margin-top: 4px;
		margin-bottom: 0px;
		background-color: white;
		padding: 4px;
	}
	.navbar-text img {
		height: 34px;
	}
}

@media ( max-width :768px) {
	#lightSlider img {
		height: auto;
		width: 100%;
	}
}

#aktivitas>div {
	border-bottom: solid 1px #dddddd;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: small;
}

#aktivitas span:first-child {
	font-size: smaller;
	color: #cccccc;
	margin-right:20px;
}