#jobseeker {
	display: flex;
	flex-wrap: wrap;
}
#jobseeker .boxed {
	border-bottom: 1px solid #d4e3fc;
	border-right: 1px solid #d4e3fc;
	position: relative;
	padding: 20px 10px;
}

#jobseeker .boxed:nth-child(odd) {
	background: #fdfcfc;
}
#jobseeker .boxed.notification {
	color: #D43939;
	background: #d4e3fc !important;
	background-image: url('../../../themes/rekrutmen_pln/images/icons/warning.png') !important;
	background-repeat: no-repeat !important;
	background-position: 10px 10px !important;
	background-size: 40px !important;
	padding: 20px 10px 20px 60px;
}
#jobseeker .boxed.notification * {color: #D43939;}
#jobseeker .boxed.info-member {}
#jobseeker .boxed.info-member img {float: left;border: 1px solid #d4e3fc;width: 180px;}
#jobseeker .boxed.info-member > div {padding: 0 0 0 190px;font-size: 24px;line-height: 30px;}
#jobseeker .boxed.info-member .info-label {border-top: 1px solid #d4e3fc;padding: 10px;margin: 10px 0 0 0;display: flex;flex-wrap: wrap;}
#jobseeker .boxed.info-member .info-label > div {width: 50%;}
#jobseeker .boxed.info-member .info-label label {float: left;width: 90px;position: relative;}
#jobseeker .boxed.info-member .info-label label:after {
	position: absolute;
	content: ":";
	right: 0;
	top: 0;
}
#jobseeker .boxed.info-member .info-label span {padding: 0 10px 0 100px;display: block;}
#jobseeker .boxed.info-member a {width: 47%;margin: 0 2% 0 0;text-align: center;font-size: 18px;float: left;}
#jobseeker .sidebar-box {
	border: 1px solid #d4e3fc;
	margin: 40px 0 0 0;
}
#jobseeker .boxed .sidebar-label {position: absolute;background: #d4e3fc;left: -110px;padding: 5px 10px;text-align: right;width: 110px;box-shadow: 0 2px 5px #444;font-weight: 600;color: #777;top: 30px;}
#jobseeker .boxed.info-account {}
#jobseeker .boxed.info-account .row {margin: 5px 0;}
#jobseeker .boxed.info-account .row label {
	position: relative;
	float: left;
	width: 130px;
}
#jobseeker .boxed.info-account .row label:after {
	position: absolute;
	content: ":";
	right: 0;
	top: 0;
}
#jobseeker .boxed.info-account .row .desc {
	padding: 0 0 0 140px;
	display: block;
}
#jobseeker .boxed.info-account img {
	max-width: 100%;
	margin: 10px 0 0 0;
}
#jobseeker .boxed ul.title-berkas {
	list-style: none;
	margin: 0;
	display: table;
	width: 100%;
}
#jobseeker .boxed ul.title-berkas li {
	display: table-cell;
	padding: 0;
}
#jobseeker .boxed ul.title-berkas li a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #046c8f;
	background: #eee;
}
#jobseeker .boxed ul.title-berkas li a.active {
	text-decoration: none;
	background: #fff;
	border-top: 2px solid #046c8f;
	border-right: 2px solid #046c8f;
	border-left: 2px solid #046c8f;
	border-bottom: 2px solid #fff;
	color: #046c8f;
	font-weight: 600;
}
#jobseeker .boxed .berkas-box {
	display: none;
	padding: 15px 10px;
	background: #fff;
}
#jobseeker .boxed .berkas-box.active {
	display: block;
}
/* Edit box */
.sidebar-box .menu-jobseeker-edit {}
.sidebar-box .menu-jobseeker-edit ul {
	margin: 0;
	list-style: none;
}
.sidebar-box .menu-jobseeker-edit ul li {
	display: block;
	border-top: 1px solid #a2c5c5;
	border-bottom: 1px solid #d8e7e7;
}
.sidebar-box .menu-jobseeker-edit ul li a {
	display: block;
	background: #d4e3fc;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.sidebar-box .menu-jobseeker-edit ul li a.active {
	color: #fff;
	position: relative;
	background: #006e8c;
}
.sidebar-box .menu-jobseeker-edit ul li a.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 110, 140, 0);
	border-left-color: #006e8c;
	border-width: 8px;
	margin-top: -8px;
	z-index: 10;
}
#jobseeker .edit-box {
	padding: 15px;
}
#jobseeker .edit-box {}
#jobseeker .edit-box .create-btn.active {
	display: none;
}
.body.login {
	width: 40%;
	margin: 20px auto;
}
.body.login .box {
	padding: 20px;
}
#jobseeker .test-call {
	padding: 0;
}
#jobseeker .test-call .filter-num {
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #d4e3fc;
}
#jobseeker .test-call.content .list-view .sep .box {
	padding: 10px;
	border-top: 1px solid #ccc;
	width: 100%;
}
#jobseeker .test-call.content .list-view .sep .box ul {
	margin: 0;
	list-style: none;
}
#jobseeker .test-call.content .list-view .sep .box ul li {
	padding: 0;
}
#jobseeker .test-call.content .list-view .sep .box a.more {
	margin: 0 15px 0 0;
}
#jobseeker .test-call .sep #attendance {
	text-align: center;
	padding: 7px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	width: 340px;
	margin: 0 auto;
}
#jobseeker .test-call.content .list-view .sep:nth-child(2n+1) #attendance {
	background: #fff;
}
#jobseeker .test-call .sep #attendance span {
	margin: 0 0 5px 0;
	display: block;
}
#jobseeker .test-call .sep #attendance ul {
	list-style: none;
	margin: 0;
}
#jobseeker .test-call .sep #attendance ul li {
	padding: 0;
	display: inline-block;
}
#jobseeker .test-call .sep #attendance ul li a {
	display: block;
}
#jobseeker .test-call .sep #attendance ul li a.button.red {
	background: #ff0000;
}
#jobseeker .test-call .sep #attendance ul li a.button.green {
	background: #008000;
}

/* =Responsive
-------------------------------------------------------------- */
/* Resolution 1280 */

@media only screen and (max-width:1280px) {}
/* Resolution 1024 */

@media only screen and (max-width:1024px) {
	.member .wizard .steps {
		padding: 0 20px 0 0;
	}
	.body.login {
		width: 60%;
	}
}
/* Resolution 768 */

@media only screen and (max-width:768px) {
	#jobseeker .boxed .sidebar-label {
		right: 0;
		top: 7px;
		left: auto;
	}
	.body.login {
		width: 95%;
	}
}
/* Resolution 600 */

@media only screen and (max-width:640px) {}
/* Resolution 480 */

@media only screen and (max-width:480px) {
}
/* Resolution 320 */

@media only screen and (max-width:320px) {}
