/*********************************************************************************
* 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;
}

/*********************************************************************************
* 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;
	}
}