@import url(https://ppdb.sari-dwijendra.id/assets/css/font-awesome.min.css);
@import "//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700";

/*
	Stellar by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
	html,
	body {
		min-width: 320px;
	}
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	/* background: #935d8c;
	background: -moz-linear-gradient(45deg, #935d8c 2%, #5f4d93 100%);
	background: -webkit-linear-gradient(45deg, #935d8c 2%, #5f4d93 100%);
	background: linear-gradient(45deg, #935d8c 2%, #5f4d93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#935d8c', endColorstr='#5f4d93',GradientType=1 ); */
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Type */

body {
	background-color: #724a6d;
	color: rgba(255, 255, 255, 0.65);
}

body,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
}

a {
	-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
	transition: color 0.2s ease, border-bottom 0.2s ease;
	text-decoration: none;
	border-bottom: dotted 1px;
	color: inherit;
}

a:hover {
	border-bottom-color: transparent;
}

strong,
b {
	font-weight: 400;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 10px 0;
}

p.content {
	-moz-columns: 20em 2;
	-webkit-columns: 20em 2;
	-ms-columns: 20em 2;
	columns: 20em 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	-ms-column-gap: 2em;
	column-gap: 2em;
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 0.7em 0;
	letter-spacing: -0.025em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	line-height: 1.2;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.7em;
}

@media screen and (max-width: 736px) {
	h1 {
		font-size: 2em;
	}
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	border-radius: 8px;
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

a:hover {
	color: #ffffff;
}

strong,
b {
	color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
}

blockquote {
	border-left-color: rgba(255, 255, 255, 0.35);
}

code {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.35);
}

hr {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li > * {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header.major {
	margin-bottom: 3em;
}

header.major h2 {
	font-size: 2em;
}

header.major h2:after {
	display: block;
	content: "";
	width: 3.25em;
	height: 2px;
	margin: 0.7em 0 1em 0;
	border-radius: 2px;
}

section.special header.major h2:after,
article.special header.major h2:after {
	margin-left: auto;
	margin-right: auto;
}

header.major p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}

header.major.special {
	text-align: center;
}

header.major.special h2:after {
	margin-left: auto;
	margin-right: auto;
}

footer.major {
	margin-top: 3em;
}

@media screen and (max-width: 736px) {
	header.major {
		margin-bottom: 0;
	}

	header.major h2 {
		font-size: 1.5em;
	}

	header.major p {
		font-size: 1em;
		letter-spacing: 0;
	}

	header.major p br {
		display: none;
	}

	footer.major {
		margin-top: 0;
	}
}

header.major h2:after {
	background-color: rgba(255, 255, 255, 0.35);
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	/* border: solid 1px; */
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	font-size: 0.9em;
	font-weight: 400;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

table tbody tr {
	/* border-color: rgba(255, 255, 255, 0.35); */
}

table tbody tr:nth-child(2n + 1) {
	/* background-color: rgba(255, 255, 255, 0.075); */
}

table th {
	color: #ffffff;
}

table thead {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

table tfoot {
	border-top-color: rgba(255, 255, 255, 0.35);
}

table.alt tbody tr td {
	border-color: rgba(255, 255, 255, 0.35);
}

/* Header */

#header {
	padding: 5em 5em 1em 5em;
	text-align: center;
}

#header h1 {
	margin: 0 0 0 0;
}

#header p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}

#header.alt {
	padding: 3em 5em 0em 5em;
}

#header.alt h1 {
	font-size: 40px;
	font-weight: bold;
}

#header.alt > * {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

#header.alt .logo {
	-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
	transition: opacity 1.25s ease, transform 0.5s ease;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	margin: 0 0 1.5em 0;
}

#header.alt .logo img {
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

@media screen and (max-width: 1280px) {
	#header {
		padding: 4em 4em 0.1em 4em;
	}

	#header.alt {
		padding: 3em 5em 0em 5em;
	}
}

@media screen and (max-width: 980px) {
	#header {
		padding: 4em 3em 0.1em 3em;
	}

	#header.alt {
		padding: 5em 3em 2em 3em;
	}
}

@media screen and (max-width: 736px) {
	#header {
		padding: 3em 2em 0.1em 2em;
	}

	#header p {
		font-size: 1em;
		letter-spacing: 0;
	}

	#header p br {
		display: none;
	}

	#header.alt {
		padding: 4em 2em 1em 2em;
	}

	#header.alt h1 {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 480px) {
	#header {
		padding: 3em 1.5em 0.1em 1.5em;
	}

	#header.alt {
		padding: 4em 1.5em 1em 1.5em;
	}
}

@media screen and (max-width: 360px) {
	#header {
		padding: 2.5em 1em 0.1em 1em;
	}

	#header.alt {
		padding: 3.5em 1em 0.5em 1em;
	}
}

body.is-preload #header.alt > * {
	opacity: 0;
}

body.is-preload #header.alt .logo {
	-moz-transform: scale(0.8) rotate(-30deg);
	-webkit-transform: scale(0.8) rotate(-30deg);
	-ms-transform: scale(0.8) rotate(-30deg);
	transform: scale(0.8) rotate(-30deg);
}

/* Footer */

#footer {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5em 5em 3em 5em;
	width: calc(100% + 2em);
	margin: 0 0 3em -2em;
}

#footer > * {
	width: calc(50% - 2em);
	margin-left: 2em;
}

#footer .copyright {
	width: 100%;
	margin: 2.5em 0 2em 0;
	font-size: 0.8em;
	text-align: center;
}

@media screen and (max-width: 1280px) {
	#footer {
		padding: 4em 4em 2em 4em;
	}
}

@media screen and (max-width: 980px) {
	#footer {
		padding: 4em 3em 2em 3em;
		display: block;
		margin: 0 0 3em 0;
		width: 100%;
	}

	#footer > * {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3em;
	}

	#footer .copyright {
		text-align: left;
	}
}

@media screen and (max-width: 736px) {
	#footer {
		padding: 3em 2em 1em 2em;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		padding: 3em 1.5em 1em 1.5em;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		padding: 2.5em 1em 0.5em 1em;
	}
}

/* Wrapper */

#wrapper {
	width: 800px;
	max-width: calc(100% - 4em);
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	#wrapper {
		max-width: calc(100% - 2em);
	}
}

@media screen and (max-width: 360px) {
	#wrapper {
		max-width: 100%;
	}
}

.table-portal {
	width: 420px;
	margin: 0 auto;
}
.table-portal tbody tr {
	background-color: none !important;
	border-color: none !important;
}
.table-portal tbody tr:nth-child(2n + 1),
.table-portal tbody tr:nth-child(2n + 1) {
	background-color: none !important;
}
.blockPortalMenu {
	display: inline-block;
	background-color: #ffffff;
	color: #636363;
	border-radius: 0.25em;
	width: 100%;
	height: 230px;
	text-align: center;
	padding-top: 20px;
}

.blockPortalMenu:hover {
	background-color: #ccc;
	color: #636363;
}

.loginButton {
	display: inline-block;
	background-color: #ffffff;
	color: #636363;
	border-radius: 0.25em;
	padding: 5px 15px;
	margin: 0 10px;
}

.loginButton:hover {
	color: #636363;
	background-color: #eee;
}

.footer {
	display: block;
	text-align: center;
	margin: 50px 20px 20px;
}

html,
body {
	height: 100%;
}

@media screen and (max-width: 360px) {
	#wrapper {
		max-width: 100%;
	}

	.table-portal {
		width: 100%;
	}
	table,
	tbody,
	tr,
	td {
		display: block;
		width: 100%;
		text-align: center;
	}
}

.loginContainer {
	text-align: center;
	padding: 20px;
}

.blockPortalMenu strong {
	color: #333;
	font-weight: bold;
}

.container {
	margin: 40px auto;
	width: 100% !important;
	display: block;
}

.header-table {
	width: 100%;
}

.header-table h1 {
	margin: 10px 0 0 0;
	font-size: 23px;
}

.content-body {
	display: block;
	background-color: #ffffff;
	border-radius: 0.25em;
	color: #333 !important;
	padding: 20px;
}

.alert-danger strong {
	color: #b94a48;
	font-weight: bold;
}

.alert-success strong {
	color: #468847;
	font-weight: bold;
}

.content-body h3 {
	color: #333 !important;
	margin-top: 10px;
	font-weight: bold;
}

input[type="file"] {
	font-size: 14px;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.title h4 {
	color: #333 !important;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

.form-horizontal .control-label {
	text-align: left;
}

.form-control {
	font-size: 15px;
}

.help-block {
	font-size: 13px;
}

.red {
	color: red;
	font-weight: bold;
}

.btn {
	font-size: 15px !important;
	padding: 10px 20px;
}

.btn-default {
	color: #fff;
	background-color: #4b78c3;
	border-color: #4b78c3;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
	list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px 0;
	padding: 4px;
	width: 19em;
}
@media (min-width: 768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
@media (min-width: 992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
@media (min-width: 1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
	content: "";
	display: inline-block;
	position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	top: -7px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	top: -6px;
	left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	bottom: -7px;
	left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	bottom: -6px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%;
}
.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 4px;
	color: #333;
}
.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px;
	width: 20px;
	color: #333;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
	background: none;
	color: #777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Previous Month";
	color: #333;
}
.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Next Month";
	color: #333;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #eee;
}
.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
	height: 20px;
	line-height: 20px;
	width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
	background: #eee;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
	color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
	position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
	content: "";
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #337ab7;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #337ab7;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
	background: none;
	color: #777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
	background-color: #337ab7;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
	color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: none;
	color: #777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
	width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
	cursor: pointer;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#brosurCarousel {
	margin-bottom: 50px;
}
#brosurCarousel .carousel-indicators {
	bottom: -40px;
}
#brosurCarousel .carousel-indicators .active {
	background-color: #999;
	width: 17px;
	height: 17px;
	border-color: #999;
}
#brosurCarousel .carousel-indicators li {
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
}

.nav-tabs > li > a:hover {
	border-color: #eee;
	color: #333;
}

.table {
	margin: 20px 0;
}
.table td,
.table th,
.table strong {
	color: #333;
	vertical-align: top;
}
.table th,
.table strong {
	font-weight: bold;
}

.container-tagihan table td {
	padding: 0;
	color: #333;
}

.container-tagihan table th {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	background: #eee;
	text-align: center;
}

.container-tagihan strong {
	color: #333;
	font-weight: bold;
}

.container-tagihan table.bordered {
	border-collapse: collapse;
}
.container-tagihan table.bordered td,
.container-tagihan table.bordered th {
	border: solid 1px #ccc;
	padding: 3px;
}

.container-tagihan {
	padding: 20px;
	background: #fcfcfc;
	border-radius: 5px;
	border: solid 2px #eee;
	margin: 20px 0 20px;
}

.alert {
	padding: 10px 20px;
	font-weight: bold;
}

.btn-xs {
    padding: 1px 5px !important;
}