.#{$alias} {

	.#{$alias}-table {
		border: 1px solid #f2f2f2;
		border-radius: 5px;
		tr {
			th {
				background: #fff; 
				vertical-align: middle;
				.#{$alias}-custom-checkbox {
					margin: 10px 0 0 13px;
				}
			}	
			td {
				border-bottom: 1px solid #f2f2f2;
				color: #4d4d4d;
				font-size: 14px;
				font-weight: $medium;
				padding: 15px 14px;
				&:nth-child(2) {
					color: #828282;
					font-weight: $normal;
					padding: 15px 14px;
				}
			}
			&:nth-child(even){
				background: #fafafa;
			}
		}
	}
	
	&.#{$alias}-mod-link-redirect {
		input[type="text"] {
			width: 100%;
		}
		input[type="text"]:disabled,
		select:disabled {
			background-color: #dddddd;
		}
		##{$alias}-lightbox-seo-report-response,
		##{$alias}-lightbox-seo-report-response2 {
			width: 100%;
		}
		.#{$alias}-use-regexp-redirects-notice {
			color: red;
			line-height: 2rem;
			margin-top: 1rem;

			span {
				font-weight: bold;
				span {
					font-style: italic;
				}
			}
		}

		.#{$alias}-form-row .#{$alias}-message {
			padding: 0.4rem;
			background-image: none;
			cursor: pointer;

			.#{$alias}-info {
				border: 1px solid red;
			}

			&.#{$alias}-error:before {
				content: none !important;
			}
		}

		.#{$alias}-last-check-status {
			width: 9.5rem;
			> div {
				display: inline-block;
			}
			> div:nth-child(1) {
				cursor: hand;
			}
			> div:nth-child(2) {
				margin-top: 5px;
			}
		}

		.#{$alias}-tr-verify-inactive {
			.#{$alias}-form-button-group.#{$alias}-do_item_verify {
				display: none;
			}
		}
	}
	
	##{$alias}-lightbox-container {
		.show {
			display: table;
		}
		.hide {
			display: none;
		}
	}
	.#{$alias}-add-link-form {
		label {
			font-weight: bold;
		}
		.#{$alias}-add-link-field {
			padding: px(6) px(8);
			width: 100%;
		}
		select {
			padding: px(4) px(6);
			height: px(28);
		}
		.#{$alias}-button {
			margin: px(10) 0 px(8);
		}
	}
	.#{$alias}-update-link-form {
		label {
			font-weight: bold;
		}
		.#{$alias}-add-link-field {
			padding: px(6) px(8);
			width: 100%;
		}
		select {
			padding: px(4) px(6);
			height: px(28);
		}
		.#{$alias}-button {
			margin: px(10) 0 px(8);
		}
	}
	
}