.box-application .app-investments {
}

.box-application .app-investments table tr,
.box-application .app-investments table tr:nth-child(odd) {
	background: transparent !important;
}

.box-application .app-investments table tr[data-id] {
	background: #f5f5f5 !important;
	transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

.box-application .app-investments table tr[data-id]:hover {
	background-color: #d8d8d8 !important;
}

.box-application .app-investments table tr {
	height: auto !important;
}

.box-application .app-investments table tr th,
.box-application .app-investments table tr td {
	font: 16px/21px SourceSansPro-Regular !important;
	padding: 0 15px !important;
}

.box-application .app-investments table tr th {
	height: 51px !important;
}

.box-application .app-investments table tr th:first-child {
	border-radius: 8px 0 0 8px !important;
}

.box-application .app-investments table tr th:last-child {
	border-radius: 0 8px 8px 0 !important;
}

.box-application .app-investments table tr td:first-of-type {
	color: #52ae30 !important;
}

.box-application .app-investments table tr:first-child td:first-child {
	border-top-left-radius: 8px !important;
}

.box-application .app-investments table tr:first-child td:last-child {
	border-top-right-radius: 8px !important;
}

.box-application .app-investments table tr:last-child td:first-child {
	border-bottom-left-radius: 8px !important;
}

.box-application .app-investments table tr:last-child td:last-child {
	border-bottom-right-radius: 8px !important;
}

.box-application .app-investments table tr td .cols p {
	padding: 0 !important;
}

.box-application .app-investments table tr td .cols p strong {
	font-size: inherit !important;
}

.box-application .app-investments table tr td .cols.details a {
	border: 0 !important;
}

.box-application .app-investments .investment-table a.more-item {
	position: relative !important;
	background-color: #f5f5f5 !important;
	border-radius: 0 0 8px 8px !important;
	text-decoration: none !important;
	transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

.box-application .app-investments .investment-table a.more-item:hover {
	background-color: #d8d8d8 !important;
}

.box-application .app-investments .investment-table a.more-item:after {
	position: absolute !important;
	top: 0 !important;
	font-size: 26px !important;
	line-height: 13px !important;
	width: 100% !important;
	text-align: center !important;
	content: '...' !important;
	display: block !important;
}

.box-application .app-investments .designSelect > a > span {
	border-right: none !important;
}

.main .box-application .app-investments table:not(.table-wrapper) tr:last-child,
.main .box-application .app-investments table:not(.table-wrapper) tr td:first-child,
.main .box-application .app-investments table:not(.table-wrapper) tr td{
	border: none !important;
}

.main .box-application .app-investments  table tr.ajax_aktiv_befjegytabla{
	background: #d8d8d8 !important;
}


