/* Verfikasi */
.form-control.error {
	border-color: #d33724;
}
.error {
	color: #d33724;
}

/* Page Login */
body.login-page {
	height: 0px;
}

/* Table */
th {
	text-align: center;
}
.echo-center {
	text-align: center;
}

/* Button */
.btn-tool {
	padding: 0px;
	font-size: 12px;
	background: transparent;
}

.btn-tool.edit {
	color: #3c8dbc;
}

.btn-tool.delete {
	color: #f56954;
}

/* Form echo-progress */
.echo-progress {
	/* margin: 20px auto; */
	text-align: center;
}
.echo-progress .circle,
.echo-progress .bar {
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #d5d5da;
}
.echo-progress .bar {
	position: relative;
	width: 15%;
	height: 6px;
	margin: 0 -4px 32px -4px;
	border-left: none;
	border-right: none;
	border-radius: 0;
}
.echo-progress .circle .label {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	margin-top: 3px;
	color: #b5b5ba;
	font-size: 17px;
}
.echo-progress .circle .title {
	color: #b5b5ba;
	font-size: 13px;
	line-height: 30px;
	margin-left: -5px;
}

/* Done / Active */
.echo-progress .bar.done,
.echo-progress .circle.done {
	background: #00a65a;
}
.echo-progress .bar.active {
	background: linear-gradient(to right, #eee 40%, #fff 60%);
}
.echo-progress .circle.done .label {
	color: #fff;
	background: #00a65a;
	/* box-shadow: inset 0 0 2px rgba(0,0,0,.2); */
	padding-top: 0px;
}
.echo-progress .circle.done .title {
	color: #444;
}
.echo-progress .circle.active .label {
	color: #fff;
	background: #3c8dbc;
	/* box-shadow: inset 0 0 2px rgba(0,0,0,.2); */
	padding-top: 0px;
}
.echo-progress .circle.active .title {
	color: #0c95be;
}
.echo-progress .circle.none .label {
	color: #9e9e9e;
	background: #ffffff;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	padding-top: 0px;
}
.echo-progress .circle.done .glyphicon.glyphicon-ok {
	font-size: small;
}

/* Status */
.aktif {
	color: #00a65a;
}

.nonaktif {
	color: #f56954;
}

/* Login Form */
.login-box {
	width: 30%;
	min-width: 360px;
	margin: 7% auto;
}

/* Registration Form */
.registration-box {
	width: 45%;
	min-width: 240px;
	margin: 3% auto;
}

.radio-group label {
	margin-right: 10px;
}

.iradio_minimal-blue {
	margin-right: 10px;
}

.icheckbox_minimal-blue {
	margin-right: 10px;
}

.modal td:nth-child(1) {
	font-weight: bold;
}

.dataTable {
	width: 100% !important;
}

.deskripsi {
	word-break: break-all;
}

.select2-selection {
	border: 1px solid #d2d6de !important;
	border-radius: 0 !important;
	padding: 6px 12px !important;
	height: 34px !important;
}

.select2.select2-container {
	display: block !important;
	width: 100% !important;
}

.select2-selection__rendered {
	padding-left: 0 !important;
}

.media .media-logo {
	display: table-cell;
	padding-right: 15px;
}

.media .media-corporate {
	margin-top: 15px;
	font-size: 20px;
}

.media .media-job > a {
	color: #dd4b39;
	font-size: 18px;
}

.media .media-corporate {
	font-size: 15px;
	color: #3c8dbc;
}

.media .media-desk {
	font-size: 12px;
	color: #58585a;
}

.media .media-job,
.media .media-desk {
	margin-top: 5px;
}

.media ul {
	list-style-type: none;
	padding-left: 0;
}

.media ul > li {
	padding-top: 5px;
}

.media .media-footer {
	margin-top: 25px;
	float: right;
}

.media span {
	width: 20px;
}

.content-web .box-body {
	padding: 25px;
}

.row.row-content {
	margin-top: 10px;
}

.logo-corporate {
	width: 100%;
}

.main-header .navbar-second a {
	padding: 5px;
}

.main-header .navbar-second {
	background-color: #f1614f;
	transition: height 0.5s ease;
}

.main-header .navbar-second.hide ul.nav.navbar-nav {
	height: 1px;
}

.main-header .navbar-second .nav.navbar-nav {
	width: 100%;
}

.main-header .navbar-second .nav.navbar-nav .user.user-menu {
	float: right;
}

.navbar-second .user.user-menu .dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
}

.icon-social-media {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

.icon-social-media li {
	display: inline;
	font-size: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.icon-social-media a {
	color: #b0bbf1;
}

.icon-social-media a:hover {
	color: #ffffff;
}

.footer-develop,
.header-footer {
	text-align: center;
}

.portal-footer span {
	width: 20px;
}

.portal-footer .container-fluid {
	padding-left: 10%;
	padding-right: 10%;
}

.list-kontak {
	list-style-type: none;
}

.portal-footer {
	padding-bottom: 0px;
}

.row.footer-develop {
	background-color: #f1614f;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.row.footer-develop a {
	font-weight: bold;
	color: #fff;
}

.header-logo {
	transition: width 0.5s ease;
}

.portal-footer ul.list-kontak li {
	display: -webkit-box;
}

.main-footer {
	background-color: #2c3e4f;
	color: #fff;
}

.logo-header-corporate {
	width: 100%;
}

.echo-table-detail > tbody > tr > td {
	border-top: none;
}

.row.row-detail h1,
.row.row-detail h2,
.row.row-detail h3,
.row.row-detail h4,
.row.row-detail h5,
.row.row-detail h6 {
	font-weight: bold;
}

ul.list-detail {
	padding-left: 0px;
	list-style-type: none;
}

ul.list-detail li {
	display: inline;
	padding-right: 25px;
}

ul.list-detail li span {
	width: 20px;
}

.media.media-border {
	border: 1px solid #ffc7c7;
}

.link-lainnya {
	margin-top: 10px;
}

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

.box-portal-right .box-header {
	text-align: center;
}

.box-portal-right .box-header h4 {
	font-weight: bold;
}

.detail-judul-lowongan {
	color: #dd4b39;
}

.echo-nav-pagination {
	text-align: center;
}

body.front-portal {
	background-image: url("img/background-front-portal.jpg");
	background-size: cover;
}

.front-portal .front-header-pemerintah {
	text-align: center;
}

.front-portal .front-header-pemerintah .title-header-first {
	font-weight: bold;
	color: #000;
}

.front-portal .front-header-pemerintah .title-header-second {
	font-weight: 600;
	color: #000;
}

.front-portal .front-header-pemerintah img {
	width: 150px;
}

.front-portal .main-footer.portal-footer {
	padding: 0px;
}

.front-portal .front-header-menu {
	text-align: center;
	padding-top: 50px;
}

.front-header-menu .front-menu {
	margin-left: auto;
	margin-right: auto;
}

.front-header-menu .front-menu a .menu {
	padding: 20px;
	background-color: #dd4b39;
}

.front-header-menu .front-menu span {
	font-size: 80px;
}

.front-header-menu .front-menu p {
	font-size: 20px;
	margin-top: 10px;
}

.front-menu a {
	color: #fff;
}

.front-menu a .menu:hover {
	background-color: #f1614f;
}

.layer {
	background-color: #0000000f;
	height: 100%;
	width: 100%;
}

.front-portal footer {
	bottom: 0;
	width: 100%;
	text-align: center;
	border: 0px !important;
	background-color: #000;
}

.layer {
	padding-top: 25px;
}

.block.map {
	width: 100%;
	height: 400px;
	background-color: grey;
}

/* mobile responsive */
@media (max-width: 991px) {
	/* Button */
	.btn-block-xs {
		width: 100%;
	}

	/* Responsive */
	.col-xs-12 {
		margin-bottom: 15px;
	}

	.media .media-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.portal-footer ul {
		padding-left: 0px;
	}

	body.portal {
		padding-top: 80px;
	}

	.header-logo-xs {
		width: 42px;
		padding-top: 5px;
		padding-bottom: 5px;
		display: inline !important;
	}

	.main-header .navbar-second ul.nav.navbar-nav {
		margin-top: 0px;
	}

	ul.list-detail {
		display: grid;
	}

	.front-portal .front-header-pemerintah .title-header-first {
		font-size: 30px;
	}

	.front-portal .front-header-pemerintah .title-header-second {
		font-size: 28px;
		text-shadow: 2px 2px #ffffff;
	}

	.front-portal footer {
		position: none;
	}
}

@media (min-width: 992px) {
	.row.row-content {
		margin-right: 15%;
		margin-left: 15%;
	}

	body.portal {
		padding-top: 100px;
	}

	.row.row-search {
		margin-right: 10%;
		margin-left: 10%;
	}

	.navbar-second ul.nav.navbar-nav {
		margin-top: 0px;
	}

	.row.row-detail {
		margin-right: 10%;
		margin-left: 10%;
	}

	.front-portal .content-wrapper {
		padding-top: 60px;
	}

	.front-portal .front-header-pemerintah .title-header-first {
		font-size: 50px;
	}

	.front-portal .front-header-pemerintah .title-header-second {
		font-size: 25px;
	}

	.front-portal footer {
		position: absolute;
	}
	/*Map Style*/
	.block.map {
		width: 100%;
		height: 400px;
		background-color: grey;
	}
}

.box-body {
	position: relative;
}

.box-body:not(:last-child) {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.no-resize {
	resize: none !important;
}

.loading_container {
	position: absolute;
	display: flex;
	z-index: 12000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: #efefef87;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
	opacity: 0;
}

.loading_container .text {
	display: block;
	position: relative;
	padding: 10px 20px;
	background-color: white;
	border: 1px solid #efefef;
	border-radius: 4px;
}

.loading_container.shown {
	pointer-events: all;
	opacity: 1;
}

.info_block .box {
	min-height: 250px;
}

.box-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #efefef;
	font-weight: bold;
	background-color: transparent;
	border: 2px dashed #efefef;
	cursor: pointer;
}

.box-btn.dark {
	color: #343434;
	border: 2px dashed #343434;
}

input.flatpickr {
	background-color: white !important;
}

.callout.callout-default {
	background-color: #e5e5e5;
	border-left: 5px solid #adadad;
}

.callout.callout-primary {
	background-color: #3c8dbc;
	border-left: 5px solid #296d95;
	color: #efefef;
}

/* ---------------- */
/* STYLING UTILITY */
/* ---------------- */

.smalltext {
	font-size: 11px !important;
}

.b {
	font-weight: bold !important;
}

.o {
	opacity: 0.65 !important;
}

.text-start {
	text-align: start !important;
}

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

.text-end {
	text-align: end !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

.input_label {
	margin-top: 12px;
}

.input_label.first {
	margin-top: 0px;
}

.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.px-1 {
	padding-left: 4px;
	padding-right: 4px;
}

.px-2 {
	padding-left: 8px;
	padding-right: 8px;
}

.px-3 {
	padding-left: 16px;
	padding-right: 16px;
}

.px-4 {
	padding-left: 32px;
	padding-right: 32px;
}

.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.py-1 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.py-2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.py-3 {
	padding-top: 16px;
	padding-bottom: 16px;
}

.py-4 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.me-1 {
	margin-right: 4px;
}

.me-2 {
	margin-right: 8px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-1 {
	margin-bottom: 4px;
}

.mb-2 {
	margin-bottom: 8px;
}

.mt-0 {
	margin-top: 0px;
}

.mt-1 {
	margin-top: 4px;
}

.mt-2 {
	margin-top: 8px;
}

.h100 {
	height: 100% !important;
}

.mw100px {
	max-width: 100px;
}

.mw120px {
	max-width: 120px;
}

.mw150px {
	max-width: 150px;
}

.mw180px {
	max-width: 180px;
}

.mw200px {
	max-width: 200px;
}

.mw250px {
	max-width: 250px;
}

.mh250px {
	min-height: 250px;
}

.bg-slategray {
	background-color: #798998;
}

.mv-error {
	color: #dc5555;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
}

td.sticky-column,
th.sticky-column {
	position: sticky !important;
	right: -1px !important;
	background-color: white;
	border-left: 1px solid #dedede !important;
}

tr:hover td {
	background-color: #efefef !important;
}

/* ------------------------------- */
/* STYLING UNTUK SESSION INSPECTOR */
/* ------------------------------- */
.trans_hide {
	opacity: 0;
	pointer-events: none;
}

.trans_show {
	opacity: 1;
	pointer-events: all;
}

.ci3_button_cog {
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 1.2rem;
	background-color: #333333;
	border: 2px solid #efefef;
	border-radius: 8px;
	color: #eee;
	padding: 6px 10px;
	z-index: 9990;
	box-shadow: 2px 2px 6px -2px #000;
	transition: all ease-in-out 0.2s;
}

.ci3_button_cog:hover {
	padding: 7px 11px;
}

.ci3_info_panel {
	position: fixed;
	top: 15px;
	left: 15px;
	width: 85vw;
	height: 80vh;
	font-size: 1.2rem;
	background-color: #343434;
	border: 2px solid #add7ab;
	border-radius: 8px;
	color: #c9c9c9;
	padding: 6px 10px;
	z-index: 9991;
	box-shadow: 2px 2px 6px -2px #000;
}

.ci3_info_panel code {
	background-color: transparent;
}

.ci3_info_panel .body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.ci3_info_panel .body .content {
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
