/*btn-view on datatables*/
button.btn.btn-view{
	color: #fff;
	background-color: #59aea2;
    border-radius: 16px;
    font-size: 1.02rem;
    padding: 2px 10px;
}
.btn.btn-round {
    border-radius: 16px;
}

/*table header*/
.dataTable th, .table th {
	background-color: #59aea2 !important;
	color: #fff;
}
table.table.no-margin-bottom{
	margin-bottom: 0px !important;
}
th.center, td.center {text-align: center;}

/*page title*/
h1.page-title {
	margin-bottom: 16px;
	color: #555;
	font-weight: 500;
}

.progress {height: 7px; margin-top: 6px;}
.widget-body>div {height: auto; box-sizing: border-box; display: inline-block; vertical-align: top;width: 100%;}
.nav-tabs>li>a {margin-right: 0;}