

.home-body2
{
	background: url('../images/hero2.jpg') no-repeat center center;
	background-size: cover;
	
	height: 100VH;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn-circle
{
	width: 100px;
	height: 100px;
	padding: 13px 18px;
	border-radius: 60px;
	font-size: 54px;
	text-align: center;
}



/*.btn-app
{
	border-radius: 3px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	color: #6c757d;
	font-size: 12px;
	height: 60px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
}
*/
.section-1
{
	/*background-image:url('../images/hero2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;*/
}

/* datatables */
tr.group,
tr.group:hover
{
	background-color: #ddd !important;
}

td.details-control
{
	background: url('/images/details_open.png?22') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control
{
	background: url('/images/details_close.png?22') no-repeat center center;
}
/* datatable back color*/
table.dataTable tbody tr.selected
{
	color: white;
	background-color: silver;
	/*#1FC997;*/
}

.gutter
{
	background-color: gray;
	cursor: ew-resize;
}

.td4icons
{
	width: 160px;
}

