.hidden-block {
	display: none;
}

.c-full-width {
	padding: 0px;
}

.mc-title {
	font-size: 1.2em;
	margin: 0px 10px 10px 10px;
}

.mc-form form {
	padding: 0px 10px 10px 10px;
}

.mc-form .mc-form-disabled {
	margin: 10px 0px;
}

.mc-form .mc-form-disabled .mc-form-iconed {
	display: inline-block;
	margin-right: 10px;
}

.mc-form .mc-form-disabled .mc-form-key {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}

.mc-form .mc-form-disabled .mc-form-value {
	display: inline-block;
}

.mc-form .mc-form-disabled .mc-form-iconed .mc-form-key {
	margin-right: 0px;
	vertical-align: middle;
	font-size: 0.9em;
	color: #000;
}

.mc-form .mc-form-disabled .mc-form-iconed .mc-form-value {
	margin-right: 0px;
	vertical-align: middle;
}

.mc-form .mc-form-disabled .mc-form-iconed .md {
	font-weight: bold;
}

.mc-form .mc-form-disabled .mc-form-iconed .md-done {
	color: #3f51b5;
}

.clear {
	clear: both;
}

.dt-custom-action {
	text-align: center;
}

.dt-custom-action .reject {
	margin-right: 10px;
	color: #f44336;
}

.dt-custom-action .hold {
	margin-right: 10px;
	color: #fb8c00;
}

.dt-custom-action .verify {
	margin-right: 10px;
	color: #4caf50;
}

.vpm-detail {
	margin-top: 10px;
}

.vpm-detail .vpm-user {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	width: 18%;
}

.vpm-detail .vpm-time {
	font-size: 0.8em;
}

.vpm-detail .vpm-sender {
	font-size: 1em;
	font-weight: bold;
}

.vpm-detail .vpm-content {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 75%;
}

.vpm-detail .vpm-content h1, .vpm-detail .vpm-content h2, .vpm-detail .vpm-content h3 {
	margin-top: 0px;
}

.vpm-action {
	margin-top: 10px;
}

.vpm-admin {
	margin-bottom: 30px;
}

.import-block {
	cursor: pointer;
	min-height: 150px;
    padding: 20px 20px;
}

.import-block .dz-message {
	text-align: center;
    margin: 2em 0;
}

.loading-block {
	text-align: center;
	padding: 30px;
	display: none;
}

.p-edit-btn {
	text-align: center;
}

.p-edit-btn a {
	margin-top: 10px;
}

#profile_edit_form dt {
	margin-top: 10px;
}

#profile_edit_form dd {
	margin-top: 10px;
	vertical-align: top;
}

#profile_edit_form dd .radio-inline {
	vertical-align: middle;
}

#profile_edit_form dd textarea {
	resize: none;
}

#profile_edit_form dd .ep-del-block {
	text-align: center;
	padding-top: 30px;
}

#profile_edit_form dd .fa-trash {
	font-size: 1.5em;
	color: #f44336;
}

.mt10 {
	margin-top: 10px;
}

.notif-entry {
	margin-bottom: 30px;
}

.notif-entry a strong {
	display: block;
}

.sh-no-content {
	height: 0px;
	margin-bottom: -30px;
}

.has-error #tanggallahir span.help-block {
	padding-left: 150px;
}

.has-error #tanggallahir p.help-block {
	color: #6f7076;
}

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

#message-error {
	color: #f44336;
	opacity: 1;
}

.tbl-action-btn {
	text-align: center;
}

.tbl-action-btn .md-mode-edit {
	color: #fb8c00;
}

.tbl-action-btn .md-clear {
	color: #f44336;
}

.ud-announcements {
	padding: 0px 24px;
}

.birth_selector select {
	margin-right: 5px;
}

.birth_selector #birth_day {
	margin-top: 15px;
}

#db_growth_rate {
	margin-top: -20px!important;
	text-align: right;
}

.db-data-block{
	padding-top: 20px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	padding-bottom: 30px;
}

.dash-major-data {
	padding-left: 15px;
	display: inline-block;
	width: 45%;
	margin-right: 5px;
	border-bottom: 1px solid #efefef;
}

.dash-major-data .name {
	display: inline-block;
	font-size: 0.8em;
	width: 70%;
	color: #999;
}

.dash-major-data .total {
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
}

#photo_block.profile_update {
	width: 300px;
	padding: 30px;
}

#photo_block #photo_box {
	margin-top: 10px;
	min-height: 200px;
	border: 1px dashed rgba(0, 0, 0, 0.5);
}

#photo_block #photo_box h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}

.avatar.img-circle {
	border-radius: 20px;
	height: 300px;
	width: 300px;
}