body {
	font-size: 80%;
}

.sidebar .nav-link {
  padding: .5rem .25rem .5rem .75rem;
}

/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

/* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

ul.timeline  h6 {
	margin-left: 8px;
	font-size: 14px;
	font-weight: 800;
}

li.timeline-item {
    margin: 20px 0;
	margin-left: 1rem !important;
    margin-bottom: 0px;
}

#timeline li.timeline-item .table td, #timeline .table th {
    padding: 0.5rem;
	padding-top: 0px; 
	font-size: 12px;	
	border-top: 0px none; 
	border-bottom: 0px none;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* fix table alignment */
.custom-view #crudTable tr th:first-child, 
.custom-view #crudTable tr td:first-child, 
.custom-view #crudTable table.dataTable tr th:first-child, 
.custom-view #crudTable table.dataTable tr td:first-child {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.custom-view #crudTable tr, .custom-view #crudTable td {
	font-size: 13px;
}

.custom-view #crudTable a {
	font-size: 13px;
}

.custom-view .dropdown .btn {
	font-size: 13px;
}

/*
 * Adjust list view that had show details row activated
 */
#crudTable_wrapper #crudTable td .details-control, #crudTable_wrapper table.dataTable td .details-control {
	display: inline;
}
#crudTable_wrapper #crudTable #details-table td,#crudTable_wrapper #crudTable #details-table th {
	padding: 5px !important;
	text-align:center;
	background:#eee;
}
