@charset "UTF-8";

.row .title { background-color: #ECF0F5; text-align: center; font-weight: bold; }

 
.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}

.font-blue {
	color:#00D8FF !important;
}

[class*=sidebar-dark-] {
    background-color: #172a39 !important;
}

.sidebar {padding-left: 0px !important;padding-right: 0px !important}
.cost-year {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}

@media (max-width: 991.98px){
	.sidebar-collapse .sidebar{
		width:0px !important;
	}
}

@media (max-width: 991.98px){
	.sidebar-open .sidebar{
		transition-delay:.3s
	}
}