@charset "UTF-8";
body {
	font-family: 'Segoe UI Regular WestEuropean','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
}
.sidebar .nav-link {
    padding: .5rem .25rem .5rem .75rem;
}
.sidebar .nav-dropdown .nav-link:not(.nav-dropdown-toggle) {
    padding-left: 1.5rem;
}

.custom-view .card-title {margin-bottom: 0.30rem;}
.custom-view .card-body {padding : 0.8rem;}
.custom-view .card-text {margin-bottom: 6px;}
.custom-view .list-group-item {padding-top: .4rem; padding-bottom: .4rem;}
.employer-box p {margin-bottom: 2px;}
.employer-box p small {font-size: 90%}

.btn { box-shadow: 0 1px 1px 0 rgba(60,75,100,.14),0 2px 1px -1px rgba(60,75,100,.12),0 1px 3px 0 rgba(60,75,100,.2)}

/*
*
* ==========================================
* DASHBOARD TIMELINE
* ==========================================
*
*/

/* 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;
}

li.timeline-item {
    margin: 20px 0;
    margin-bottom: 0px;
}

li.timeline-item .table td, .table th {
    padding: 0.5rem;
}

/* 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);
}

