table.pioTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: auto;
}

table.pioTable caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table.pioTable tr {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: .35em;
}

table.pioTable th{
	padding: 1.425em 1.625em 1.425em 1.625em;
	text-align: left;
	font-weight: bold;
	color: #868686;
	background-color: #dee2e6;
}

table.pioTable td {
	padding: 1.625em;
	text-align: left;
	font-weight: bold;
	padding: 1.225em;
	color: #4e4e4e;
	line-height: 130%;
}

table.pioTable tr:hover { 
	background:#f9f9f9; 
}

table.pioTable td.image{
	padding: 0px 0px 0px 18px;
	text-align: center;

}

table.pioTable td.image img{
	height: 50px;
}

table.pioTable td.pioTableButton{
	text-align: center;
	padding: 0px;
}
.pioTableButtonContainer button, .pioTableButtonContainer a{
	font-weight: bold;
	color: #666;
	font-size: 24px;
	
}
table.pioTable tr td .pioTableButtonContainer{
	visibility: hidden;
}
table.pioTable tr:hover .pioTableButtonContainer{
	visibility: visible;
}

table.pioTable td small{
	font-weight: normal;
	color: #989898;
	display: inline-block;
	width: 100%;

}
table.pioTable td .badge{
	padding: 6px 10px;
}

table.pioTable th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 767.8px) {
	table.pioTable {
		border: 0;
	}

	table.pioTable td.image{
		display: none;
	}

	table.pioTable td small {
		margin-top: 10px;
	}

	table.pioTable caption {
		font-size: 1.3em;
	}

	table.pioTable thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.pioTable tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table.pioTable td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: center !important;
		position: relative;
	}



	table.pioTable td::before {

		content: attr(data-label);
		float: left;
		font-weight: bold;
		position: relative;
		text-transform: uppercase;
		left: 0;
		height: auto;
		text-align: center;
		width: 100%;
	}
	table.pioTable td::after {
		content: attr(data-small);
	
		font-weight: 700;
		position: relative;
		text-transform: uppercase;
		left: 0vw;
		text-align: left;
		font-weight: 400;
		color: #989898;
		font-size: 80%;
		width: 100%;
		text-align: center;
	}

	table.pioTable td:last-child {
		border-bottom: 0;
	}
	table.pioTable td.pioTableButton button, table.pioTable td.pioTableButton a{

		visibility: visible;

	}
}


.info-box{
	overflow: hidden;
}
.info-box-title{
	position: absolute;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	right: 0px;
	top: 0px;
	padding: 5px 14px 5px 16px;
	background-color: #e8e8e8;
	font-weight: bold;
	font-size: 10px;
	color: #4b4b5a;
}
.color-green{
	background-color: #43d39e;
	color: #ffffff;
}
.color-otantic-blue{
	background-color: #5369f8;
	color: #ffffff;
}
.color-purple {
	background-color: #662d91;
	color: #FFC300;
}
.color-yellow {
	background-color: #FFC300;
	color: #662d91;
}
.color-red {
	background-color: #EF4136;
	color: #ffffff;
}
.color-brown {
	background-color: #795548;
	color: #ffffff;
}
.color-light-green {
	background-color: #8bc34a;
	color: #ffffff;
}
.color-mermaid {
	background-color: #009688;
	color: #ffffff;
}
.color-light-blue {
	background-color: #25c2e3;
	color: #ffffff;
}

.sub-page-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 0px;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e8e8e8;
	opacity: 1;
}

.card_upload{
	position: relative;
	display: block;
	background: #f0fffd;
	border-radius: 12px;
	overflow: hidden;
	padding: 20px 20px;
	margin: 0px 0px 40px 0px;
	border-left: 4px solid #0ee7c5;
}

.card_upload h4{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 600;
}
.card_upload p{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 130%;
}

.custom-file span{
	position: absolute;
	left: 12px;
	z-index: 99;
	top: 9px;
	font-size: 14px;
	width: 77%;

	overflow: hidden;
	height: 28px;
}

.loading_process {
	color: rgb(0 52 120 / 70%);
	position: absolute;
	z-index: 9999;
	left: 0;
	right: auto;
	margin: 0 auto;
	text-align: center;
	width: calc(100% - 4px);
	top: 33%;
}
.uploaded_files p{
	margin-bottom: 0px;
	margin-top: 20px;
	color: var(--green);
}
.uploaded_files a{

	color: var(--green);
}

.remove_document{
	cursor: pointer;
	color: red;
}
ul.notification-list-dagdelen{
	list-style-type: none;
	width: 100%;
	display: inline-block;
	height: 100%;
	position: relative;
	padding: 0px 10px 0px 10px;
}

ul.notification-list-dagdelen li{
	list-style-type: none;
	width: 100%;
	display: inline-block;
	position: relative;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #f9f9f9;
}
ul.notification-list-dagdelen li:hover{
	background-color: #f1f1f1;
}

ul.notification-list-dagdelen li p{
	font-size: 0.8rem;
	line-height: 142%;
}

ul.notification-list-dagdelen li h3{
	font-size: 1rem;
	line-height: 142%;
	color: #2B3990;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}

span.set_read {
	font-size: 10px;
	background-color: #EF4136;
	color: #ffff;
	padding: 4px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

span.set_delete {
	font-size: 10px;
	background-color: #662D91;
	color: #ffff;
	padding: 4px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
.right-sidebar-loading {
	z-index: 999;
	width: 390px;
	position: fixed;
	height: 100%;
	display: inline-block;
	text-align: center;
	background-color: rgb(58 58 58 / 40%);
	color: #000;

}
ul.notification-list-dagdelen li h5 {
	font-size: 0.9rem;
	line-height: 142%;
	color: #2B3990;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}

a.detail-icon {
	margin-left: 10px !important;
}
.swal-footer {
    text-align: center !important;
   
}