.text-smaller td, .text-smaller th{
  line-height: .8rem !important;
  font-size: .8rem !important;
}
.level-4{
	background-color: #80ced6;
}
.level-3{
	background-color: #b2e1e6;
}
.level-2{
	background-color: #ecf7f9;
}

.ct-label.ct-horizontal.ct-end {
    display: block;
    text-align: center;
}

.ct-chart {
   position: relative;
}
.ct-legend {
   position: relative;
   z-index: 10;
   list-style: none;
   text-align: center;
}
.ct-legend li {
   position: relative;
   padding-left: 23px;
   margin-right: 10px;
   margin-bottom: 3px;
   cursor: pointer;
   display: inline-block;
}
.ct-legend li:before {
   width: 12px;
   height: 12px;
   position: absolute;
   left: 0;
   content: '';
   border: 3px solid transparent;
   border-radius: 2px;
}
.ct-legend li.inactive:before {
   background: transparent;
}
.ct-legend.ct-legend-inside {
   position: absolute;
   top: 0;
   right: 0;
}
.ct-legend.ct-legend-inside li{
   display: block;
   margin: 0;
}

.ct-legend .ct-series-0:before {
   background-color: #ed4768;
   border-color: #ed4768;
}
.ct-legend .ct-series-1:before {
   background-color: #edc947;
   border-color: #edc947;
}
.ct-legend .ct-series-2:before {
   background-color: #dfed47;
   border-color: #dfed47;
}

.ct-legend .ct-series-3:before {
   background-color: #83ed47;
   border-color: #83ed47;
}

.ct-legend .ct-series-4:before {
   background-color: #47eda7;
   border-color: #47eda7;
}

.gauge_label
{
	margin-top:-40px;
}

.label-big
{
	font-size:20px;
	color:#718ebc;
	font-weight:bold;
}
.label-legend
{
	color:#a05720;
	display:inline;
	margin-right:5px;
}
.label-ach
{
	font-size:14px;
	line-height:20px;
	display:inline;
	font-weight:bold;
}
.label-ach-num
{
	font-size:14px;
	line-height:20px;
	display:inline;
	font-weight:bold;
}
.label-ach-yoy
{
	font-size:14px;
	line-height:20px;
	display:inline;
	font-weight:bold;
}
.icon-big
{
	font-size:50px !important; 
	line-height:60px !important; 
	margin-top:5px !important;
}

.btn-custom
{
	width:160px;
	text-align:center;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.inline-select
{
	border:none;
	margin-left: 10px;
	padding-left:5px;
}

.ct-chart
{
	background-color:#FFFFFF;
	padding:5px;
	border-radius: 0.25rem !important;
}

.card-grey
{
	background-color:#FBFBFB !important;
}