@font-face {
	font-family: apax;
	src: url('../fonts/Apax-Regular.ttf');
}

@font-face {
	font-family: icomoon;
	src: url('../fonts/IcoMoon.ttf');
}

body{
	font-family: apax;
	padding-top: 0px;
	color: #253685;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: 0px;
	padding: 15px 0px 15px 30px;
	font-weight: bold;
	color: #253685;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F4F4F4;
}

.table > tbody > tr > th {
	width: 65%;
	border-right: 2px dashed #D2D2D2;
}


.table-striped > tbody > tr:last-of-type > th {
    background-color: #253685;
    color: #fff;
}

.table-striped > tbody > tr:last-of-type > td{
    background-color: #E00069;
    color: #fff;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #458AC9;
    border-radius: 0px;
}

.nav-tabs > li > a {
    color: #fff;
    border-radius: 0px;
    background-color: #253685;
}

.period{
	padding-left : 0px;
	padding-bottom: 10px;
}

.nav-tabs > li > a:hover{
    background-color: #458AC9;
}


/* Custom Select */
.select {
	position: relative;
	display: block;
	width: 20em;
	height: 3em;
	line-height: 3;
	border: 1px solid #253685;;
}
#list_chart {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 .5em;
	color: #253685;
	cursor: pointer;
	border: none;
	text-align: center;
}
select #list_chart::-ms-expand {
	display: none;
}
/* Arrow */
.centerSpan::after {
	font-family: 'icomoon';
	content: '\ea50';
	transform: rotate(180deg);
	font-size: 15px;
	font-weight: bold;
	color: #E00069;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 1em;
	background: #fff;
	pointer-events: none;
}
/* Transition */
.centerSpan:hover::after {
	color: #4975BA;
}
.centerSpan::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

