/* Write your custom CSS here */
.custom {
    background: none;
    box-shadow: none;
 	padding: 0;
 	text-align: right;
 }

 .custom .breadcrumb {
 	color: #00acc1;
 	font-size: 13px;
 }

 .custom .breadcrumb::before {
 	color: #555;
 	font-size: 13px;
 }

 .custom .breadcrumb:last-child {
 	font-weight: bold;
 	color: #555;
 }

.page-title small {
	color: #b0b0b0;
}

.custom-prefix .prefix {
	top: 15px;
}

.pagination li a {
	font-size: 14px;
}

.pagination li.active {
	background-color: #00acc1;
}

.modal-footer.right-align .btn {
	float: none !important;
}

.modal .modal-footer {
	padding-right: 10px;
}

.badge.custom-badge {
	position: initial;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
}

.btn-small {
	width: 27px;
	height: 27px;
}

.btn-small i {
	font-size: 1.3rem;
	line-height: 1px;
}

.form-apelpagi .picker__date-display {
	display: none !important;
}

.form-apelpagi #data-form-input {
	min-height: 400px;
}

.form-apelpagi.modal {
	top: 5% !important;
	max-height: 90%;
	width: 70%;
}

.custom-border th, 
.custom-border td {
	border: 1px solid #000;
}

.custom-border td {
	vertical-align: top;
}

table.scrollable {
	display: block; 
	overflow-x: scroll;
}

.side-nav {
	width: 250px;
}

.search-app .fixed-sidebar .mn-inner {
    padding-left: 250px!important;
}

.ini-label {
	font-size: 0.8rem;
	color: #9e9e9e;
}
.table-list{
    border: 2px solid #cfd8dc;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #cfd8dc;
    border-collapse: separate;
}
.table-list tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
    border-color: #cfd8dc;
    border-collapse: separate;
}
.table-list tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
    border-color: #cfd8dc;
    border-collapse: separate;
}
.mn-content{
    background-color: #cfd8dc;
}


.ttd-laporan table{
	width: 80%;
	margin: 0 auto;
}

.ttd-laporan table td {
	padding-left: 10%;
	vertical-align: top;
}

.small-padding td {
	padding: 2px;
}

.row.lap {
	margin-bottom: 0;
}

.format-lap {
	padding: 5px;
	border: 2px solid #000;
	width: 200px;
	text-align: center;
	float: right;
	font-weight: bold;
	line-height: normal;
}

.ttd-tabel img {
	height: 90px;
}

.ini-ttd {
	padding-left: 15px;
}

.ini-stempel {
	position: absolute;
	left: 16%;
}

.ini-stempel.kolom-4 {
	left: 55%;
}

.ini-kotak {
	border: 2px solid #00acc1;
	width: 80%;
}

.blink {
	-webkit-animation: blink 1.2s linear infinite;
	-moz-animation: blink 1.2s linear infinite;
	-ms-animation: blink 1.2s linear infinite;
	-o-animation: blink 1.2s linear infinite;
	 animation: blink 1.2s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	51% { opacity: 0; }
	100% { opacity: 0; }
}

.alert-verifikasi {
	border: 2px dashed red;
	color: red;
	font-weight: bold;
	font-size: 24px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	background-color: rgba(255, 0, 0, 0.1);
}

.alert-verifikasi-ok {
	border: 2px dashed #1b5e20;
	color: #1b5e20;
	background-color: rgba(27, 94, 32, 0.1);
}

.kolom-laporan .col.m4 {
	border: 1px solid #000;
}

.ini-draft {
	background-image: url('../../../../upload/draft.png'); 
	background-position: center top; 
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.ket-small {
	font-size: 9px;
}

ul.normal li {
	list-style-type: disc;
	margin-left: 30px;
}

.pengumuman {
	margin: 10px;
	padding: 10px 20px 5px 20px;
	/*border: 2px solid #00e5ff;
	background: #18ffff;*/
	border: 2px solid #ff47c1;
	background: #ff99dd;
	color: #000;
}

.card-panel strong {
	font-weight: 900;
}