@charset "utf-8";
/* CSS Document */

a{
color: #1C95E2!important;	
}

ul.nav.nav-tabs > li{
	display: inline-block;
	line-height: 10px;
	height: 50%;
	width: 50%;
	text-align: center;
	text-transform:uppercase;
		margin: 0px;

}
ul.nav.nav-tabs > li a{
	display:block;
	padding:15px;
	color: #1C95E2!important;
	
}

ul.nav.nav-tabs > li a:hover, ul.nav.nav-tabs > li:hover{
	background:	#FB282F;
	color:#fff!important;
	text-decoration: none!important;
}
ul.nav.nav-tabs > li a.active{
	background:	#1C95E2;
	color:#fff!important;
	text-decoration: none!important;
}
.card-header {
    background-color: rgb(245,245,245,0.3)!important;
	border-radius:0!important;
}
.card{
border-radius:0!important;
}

.card > .card-header a::before {
    font-family: fontawesome;
    content: "\f067 ";
    color: #282425;
    float: right;
    margin-right: 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
}