@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/*@import url('https://fonts.googleapis.com/css?family=Nunito');*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}
[v-cloak]>* {
    display: none
}
a{
	color: #2d3e7b;
}
.header_master{
	height: 75px;
	background: #151d2d;
	border-top: 4px solid #ed1c24;
}
.header_master .logo img{
	height: 30px;
	width: auto !important;
}
.header_master_nav a{
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .05rem;
	text-decoration: none !important;
	color: rgba(255,255,255,.6) !important;
}
.header_master_nav a:hover{
	color: rgba(255,255,255,1) !important;
}
.container{
	width: 100%;
	max-width: 1024px;
}
.card{
	border: 0;
}
.card .card-header{
	background: #fff;
	padding: 0 0 .5rem 0;
}
.card .card-body{
	padding: 1rem 0;
}
.card .card-footer{
	background: #fff;
	padding: .5rem 0 0 0;
}
.modal-header{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.card_indicator{
	position: relative;
}
.card_indicator .indicator{
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #2f2f2f;
}
.card_indicator .legend{
	font-weight: 700;
	font-size: .95rem;
	text-transform: uppercase;
	letter-spacing: .05rem;
}
.card_indicator .indicator_icon{
	position: absolute;
    font-size: 3rem;
    top: calc(50% - 24px);
    right: 20px;
    color: rgba(255,255,255,.2);
}
.card_indicator .indicator_icon.dark{
	color: rgba(0,0,0,.15);	
}

.activities-list,
.resources-list{
	overflow: hidden;
	overflow-y: auto;
	height: 300px;
}

.activities-list,
.resources-list{
	margin: 0;
	padding: 0;
	list-style: none !important;
}
.activities-list li{
	position: relative;
	display: block;
	padding: 0 0 .85rem 1.5rem;
}

.activities-list li:before{
	content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #d6d6d6;
    left: 0;
    top: 4px;
    border-radius: 50%;
}
.activities-list li:after{
	content: '';
    height: 100%;
    width: 1px;
    background: #d6d6d6;
    position: absolute;
    left: 5px;
    top: .85rem;
}
.activities-list li:last-child:after{
	display: none;
}

.resources-list li{
	padding: 0 0 .85rem 40px;
	position: relative;
}

.resources-list li .avatar{
	position: absolute;
	top: 2px;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: 400;
	border-radius: 50%;
	background: #768492;
	color: #fff;
	font-size: .85rem;
}
.btn-primary, .page-item.active .page-link{
	border-color: #324673 !important;
	background: #324673 !important;
}

.btn-success{
	border-color: #35905e !important;
	background: #35905e !important;
}

.pagination{
	font-size: .6rem;
}