.center{
	text-align: center;
}

.row-header{
	width: 10%;!important
}

.row-body{
	width: 30%;!important
}

.section-color{
	background-color: #5085A5;
	color: #fff;
	padding-bottom: 3px;
	padding-left: 5px;
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
	background-color: rgba(240, 248, 255, .25);
/*	background-color: #f4f9ff;*/

}


.navbar-expand-lg{
	border-bottom: 1px solid #8496a8;
}

.navbar-nav .nav-link .nav-link.active .navbar .nav-item{
	color: #fff;!important
}


.action-bar{
	margin-bottom:15px;
}



.column-xs{
	width:5%;!important
}

.column-sm{
	width:10%;!important
}

.column-md{
	width:15%;!important
}

.column-lg{
	width:20%;!important
}

.column-xl{
	width:25%;!important
}

