/* client-specific css with WYSIWYG styles */


@font-face {
	font-family: Roboto;
	src: url('../../Client/Content/fonts/roboto/Roboto-Regular.ttf') format('truetype');
	src: local('Roboto-Regular'), url('../../Client/Content/fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: Roboto;
	src: url('../../Client/Content/fonts/roboto/Roboto-Italic.ttf') format('truetype');
	src: local('Roboto-Italic'), url('../../Client/Content/fonts/roboto/Roboto-Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: RobotoBold;
	src: url('../../Client/Content/fonts/roboto/Roboto-Bold.ttf') format('truetype');
	src: local('Roboto-Bold'), url('../../Client/Content/fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
	font-family: Roboto;
	src: url('../../Client/Content/fonts/roboto/Roboto-Bold.ttf') format('truetype');
	src: local('Roboto-Bold'), url('../../Client/Content/fonts/roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
}

body {
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: Roboto, Arial, Verdana, Helvetica, Sans-Serif;
}

b {
	font-family: RobotoBold !important;
	font-weight: normal;
}

/* fix for not working empty anchor links in pdf (see #2886), but must still work in editor (see #3525) */
a:empty {
	display: block;
	position: absolute;
}
.cke_editable a:empty {
	display: initial;
	position: initial;
}

figcaption {
	font-style: italic;
}

.topic-content ul li, #content ul li {
	background: none;
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 3px 0 0 0;
}
	.topic-content ul li ul li, #content ul li ul li {
		list-style-type: circle;
	}

		.topic-content ul li ul li ul li, #content ul li ul li ul li {
			list-style-type: square;
		}

.topic-content ol li, #content ol li {
	line-height: 1.55em;
}

.cke_editable .current-version-number {
	background: #faffb2;
	border-bottom: 1px dotted #bbbbbb;
}

.topic-content:not(#offline-topic) a[data-reverse-context-sensitive-help] {
	/* no styling in 'view' mode */
	pointer-events: none !important;
	cursor: text !important;
	color: inherit !important;
	text-decoration: inherit !important;
}
.cke_editable a[data-reverse-context-sensitive-help], .table-diff a[data-reverse-context-sensitive-help] {
	color: #ff6a00;
}

.highlight {
	background-color: #ffee00 !important;
	color: black;
}

/* colors */
.color-gray, .color-grey {
	color: #808080;
}

.color-silver {
	color: #C0C0C0;
}

.color-black {
	color: #000000;
}

.color-maroon {
	color: #800000;
}

.color-red {
	color: #FF0000;
}

.color-purple {
	color: #800080;
}

.color-fuchsia {
	color: #FF00FF;
}

.color-green {
	color: #008000;
}

.color-lime {
	color: #00FF00;
}

.color-olive {
	color: #808000;
}

.color-yellow {
	color: #FFFF00;
}

.color-navy {
	color: #000080;
}

.color-blue {
	color: #0000FF;
}

.color-teal {
	color: #008080;
}

.color-aqua {
	color: #00FFFF;
}

.color-orange {
	color: #FFA500;
}
