.resik {
	clear: both;
}

.proses {
	width: fit-content;
	padding: 2px 15px;
	border-radius: 5px;
	transition: all 0.5s ease;
}

div.tunggu {
	font-size: 14px;
	margin-top: 5px;
}

div.tunggu img {
	display: none;
}

div.tunggu b {
	font-weight: bold;
}

.tunggus,
.formZainInput,
bg,
.peringatan,
warning {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.tunggus {
	background: #9cf;
	padding: 5px;
	border-radius: 5px;
}

.tunggus:hover {
	background: #fff;
}

/*======= CSS untuk Form di POST/Page =========== */
div.zainformpost {
	margin: 40px 5px;
	border-radius: 5px;
	box-shadow: #000 0 0 10px;
	padding: 30px 0 0 0;
}

div.zainformpost h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #2F6881;
	margin-bottom: 0px;
}

div.zainformpost h5 {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: -50px 0 10px 20px;
	background: url('img/bg.png') repeat-x #66a3bf;
	padding: 10px;
	border-radius: 5px;

}

div.zainformpost table,
div.zainformpost table tr,
div.zainformpost table tr td {
	border-top: 0px solid #fff !important;
	border-bottom: 0px solid #fff !important;
	border-left: 0px solid #fff !important;
	border-right: 0px solid #fff !important;
}

div.zainformpost table {
	width: 100%;
	border-collapse: collapse;
	background: #fff !important;
}

div.zainformpost table tr:last-child td {
	text-align: right;
}

div.zainformpost table td {
	vertical-align: top;
	padding: 2px;
}

div.zainformpost table td:first-child {
	clear: both;
	width: 130px;
	text-align: right;
	padding: 5px 5px 0 5px;

}

div.zainformpost b {
	display: inline-block;
	font-weight: bold;
	margin-top: 3px;
}

div.zainformpost .formZainInput {
	padding-left: 5px;
	width: 90%;
	color: #666;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #F1F9FC;
	padding: 5px;
}

div.zainformpost textarea.formZainInput {
	height: 100px;
}

div.zainformpost select.formZainInput {
	height: 30px;
}

div.zainformpost .formZainInput:focus {
	background: #fff;
}

div.zainformpost .inpt_bg {
	position: absolute;
	margin: 3px 0 0 7px;
	color: #aaa;
}

div.zainformpost .ndelik {
	display: none;
}

div.zainformpost input[type="submit"] {
	width: 80px;
	height: 30px;
	cursor: pointer;
	background: url('img/bg.png') repeat-x #66a3bf;
	color: #eef;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
	margin: 0px 33px 15px 0px;
	box-shadow: #001 2px 2px 5px;
}

div.zainformpost input[type="submit"]:hover {
	background-color: #66a39f;
}

div.zainformpost input[type="submit"]:active {
	margin: 2px 30px 13px 0px;
	background-color: #339f9f;
	box-shadow: #001 0px 0px 2px;
}

/*============ In-House Training ==============*/
#in_house_training .ppt {
	padding-left: 140px;
}

/*======= CSS untuk Form di Widget =========== */
#zainform input,
textarea {
	width: 100%;
}

#zainform input[type="submit"] {
	width: 100px;
	height: 50px;
	cursor: pointer;
	float: right;
}

textarea {
	height: 100px
}

warning,
.peringatan,
bg {
	visibility: hidden;
	opacity: 0;
}

warning {
	position: absolute;
	margin-left: -60px;
	background: #E87884;
	color: #fff;
	border-radius: 5px;
	box-shadow: #000 2px 2px 5px;
	padding: 5px;
	z-index: 999999;
}

warning:after,
warning:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

warning.emaDown:after,
warning.emaDown:before {
	top: 13px !important;
}

warning:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #E87884;
	border-width: 8px;
	margin-top: -8px;
}

warning:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #E87884;
	border-width: 10px;
	margin-top: -10px;
}

.abang {
	background: #E87884 !important;
}

.peringatan {
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ED6359;
	color: #FDFFE7;
	font-size: 16px;
	padding: 10px;
	width: 400px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	z-index: 2000001;
}

.peringatan img {
	position: absolute;
	margin-left: 40px;
	margin-top: -20px;
	width: 30px;
	cursor: pointer;
}

.peringatan img:hover {
	opacity: 0.7;
}

bg {
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #71000B;
	z-index: 3;

}

.ireng {
	background: #000;
	color: #000;
	visibility: visible;
	opacity: 1;
}

.njedul {
	visibility: visible;
	opacity: 1;
}

bg.njedul {
	opacity: 0.7;
}