/*********************************************************************************
* New View Provider Service Info
*********************************************************************************/
.unlink-user-table {
	padding: 0px;
}

.pagination-service {
	padding: 0;
}

.select-unlink-mobile, .legend-radio-btns {
	display: none;
}

.unlink-divider {
	border-top: 2px solid #ffffff;
}

.unlink-table {
	padding-bottom: 8px;
}

.radio-btn-unlink .unlink-access-btn  {
	margin-top: 8px!important;
}

/* Added to fix defect KEES-115547 */
.result-table, .result-table td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
}

.participant-entry-num {
	margin: 0px;
	padding: 0px;
}

.participant-entryval td {
	text-align: center;
	vertical-align: text-top;
}

.result-table-row {
	background: #9EB3C6;
	color: #FFF;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 22px;
	min-height: 22px;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	position: relative;
}

/*********************************************************************************
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	.pagination-service-info {
		padding: 0;
	}
	.unlink-user-table.table-info {
		padding-bottom: 25px;
	}
	.select-unlink-user {
		display: none;
	}
	.select-unlink-mobile {
		display: block;
	}
	.stats-unlink-access {
		padding: 0 0 0 20px;
	}
	.ssn-unlink-access {
		padding: 0 2px 0 20px;
	}
	.role-unlink-access {
		padding: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.required-unlink-text {
		margin-left: 0;
	}
	.select-user-unlink {
		padding: 0 0 0 3px;
	}
	.status-unlink {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-device-width: 767px) and (orientation:landscape)  {
	.radio-btn-unlink .unlink-access-btn {
		margin-right: 13px;
	}
}

/*********************************************************************************
* Tablet
*********************************************************************************/
@media screen and (min-width:768px) and (max-width: 1023px) {
	.radio-btn-unlink .unlink-access-btn {
		margin: 4px 0 0 20px;
	}
}

@media screen and (min-device-width:768px) and (orientation:landscape) {
	.role-unlink-access, .security-option-unlink {
		padding: 0;
	}
	.role-unlink-access {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/*********************************************************************************
* Laptop
*********************************************************************************/
@media screen and (min-width: 1024px) {
	.radio-btn-unlink .unlink-access-btn {
		margin: 4px 0 0 20px;
	}
}