.required {
	color: red;
	padding-left: 0;
}

.frm-err {
	font-size: 12px;
	color: red;
}

.btn-block.senkatech-login-btn {
	width: 100%;
}

.permission-pill {
	white-space: initial
}

.permission-pill label {
	background: #2b60a0;
	color: #fff;
	border-radius: 500px;
	padding: 3px 8px;
	font-size: 8px;
	display: inline-block;
	margin: 0;
}

.alert p {
	margin: 0;
}

.form-control.highlight {
	color: #008;
}

.form-control.highlight-bank {
	color: #080;
}

.border.bt-none {
	border-top: none !important;
}

abbr.info {
	border-radius: 99em;
	background: #999;
	color: #fff;
	padding: 2px 5px;
	font-size: 10px;
	text-decoration: none;
}

.risk-profile label {
	display: block;
}

.risk-profile-text {
	max-width: 300px;
}

.fa.fa-question-circle.unsubmitted {
	color: #aaa!important;
	margin-left: 5px;
}

.fa.fa-check-circle.verified {
	color: #0A0;
	margin-left: 5px;
}

.fa.fa-check-circle.unverified {
	color: #ffc107;
	margin-left: 5px;
}

.fa.fa-times-circle.rejected {
	color: red;
	margin-left: 5px;
}

.status_akun {
	font-size: xx-small;
	padding: 5px;
	border-radius: 3px;
}

.status_akun.status_-1 {
	background: #C00;
	color: #fff;
}

.status_akun.status_0 {
	background: #ffc107;
}

.status_akun.status_1 {
	background: #0C0;
	color: #fff;
}

.status_akun.status_2 {
	background: #ccc;
}

#grafikaum {
	height: 400px;
}

.check-changes.changed {
	background-color: #FF9;
}

.disabled {
	pointer-events: none;
	filter: grayscale(1);
	filter: gray;
	-webkit-filter: grayscale(1);
	opacity: 0.4;
	-webkit-opacity: 0.4;
}

.verifikasi-video a.btn {
	padding: 4px 8px;
	font-size: 12px;
	line-height: 22px;
	float: none;
	margin: 0;
}

.pending-counter {
    color: #fff;
    display: none;
    background: red;
    padding: 2px;
    border-radius: 2px;
    font-size: 8px;
    min-width: 2em;
    line-height: 1.2em;
    float: right;
    text-align: center;
    margin-top: .85em;
}