[ng-cloak] {
	display: none;
}
.btn:active,
.btn:focus {
	box-shadow: none !important;
}

.clipboard-success {
	font-size: 0.8rem;
	color: #28a745;
	font-weight: 700;
}

tooltip {
	tip {
		min-width: 150px;
		padding: 4px 12px;

		&.ssl {
			min-width: 300px;

			ul {
				text-align: left;
				padding: 4px 0 0 8px;
				margin: 0;
				white-space: nowrap;
				font-size: 0.75rem;
			}
		}
	}

	tip-tip {
		line-height: 1.1;
		display: block;

		&._small {
			font-size: 0.9rem;
		}
	}
}