.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clearboth {
	clear: both;
}

#menu {
	position: absolute;
	left: 30px;
	width: 240px;
}

img.ui.logo {
	width: 300px;
}

a:not(.item) {
	color: #008DBD;
}

#page {
	padding-top: 53px;
	margin-left: 260px;
}

.breakingValue td:nth-child(2) {
	word-break: break-all;
}

.breakingFirstValue td:nth-child(1) {
	word-break: break-all;
}

.ui.accordion {
	width: 100% !important;
}





/* FOLLOWING NOT NEEDED */

.img-inline {
	height: 14px;
	width: auto;
	display: inline;
}

.marker {
	background-color: yellow;
}

.breadcrumb {
	margin-bottom: 0;
	margin-top: 10px;
}

.breadcrumb li:last-child {
	font-weight: bold;
}

.img-responsive {}

.CoverTitle1 {
	font-size: 35pt;
	line-height: 1.1em;
	font-weight: bold;
	color: #2D9641;
	display: block;
}

.CoverTitle2 {
	font-size: 25pt;
	line-height: 1.1em;
	color: #2D9641;
	display: block;
}

.CoverTitle3 {
	font-size: 20pt;
	line-height: 1.1em;
	display: block;
}

.CoverText {
	font-size: 12pt;
	line-height: 1.1em;
	display: block;
}

.SpecialCharacter[Type="HardReturn"] {
	display: block;
}

.SimpleList[Type="Alpha"] {
	list-style-type: lower-alpha;
}

.Chapter {
	border-top: 1px solid black;
	margin-top: 1em;
	padding-top: 1em;
}

.Chapter>.Title {
	font-size: 20pt;
	line-height: 2em;
	font-weight: bold;
}

.Chapter .Chapter>.Title {
	font-size: 16pt;
	line-height: 1.5em;
	font-style: italic;
}

.fct_Linefeed {
	display: block;
}

.ParaTitle {
	font-weight: bold;
	display: block;
}

.graphic_container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Emphasis {
	font-weight: bold;
}

.col-md-2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ol,
ul {
	padding-bottom: 1em;
}

/* Table */
table {
	overflow: hidden;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

table td {
	vertical-align: top;
}

thead,
tfoot {
	background-color: lightgray;
	border-color: #fff;
}

table.noLines>tbody>tr>td,
table.noLines>tbody>tr>th,
table.noLines>tfoot>tr>td,
table.noLines>tfoot>tr>th,
table.noLines>thead>tr>td,
table.noLines>thead>tr>th {
	border: none;
}

.rotate_outer {
	white-space: nowrap;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	vertical-align: middle;
	text-align: center;
}

.rotate_outer:before {
	content: '';
	padding-top: 110%;
	display: inline-block;
	vertical-align: middle;
}


/* rotate old 
.rotate {
    display: inline-block;
    white-space: nowrap;
  }
  .rotate_outer {
    display: inline-block;
  }
  .d3 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .d2 {
    transform: translate(100%, 100%) rotate(180deg);
    -webkit-transform: translate(100%, 100%) rotate(180deg);
    -moz-transform: translate(100%, 100%) rotate(180deg);
    -o-transform: translate(100%, 100%) rotate(180deg);
    -ms-transform: translate(100%, 100%) rotate(180deg);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .d1 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
*/

.table>thead>tr>th.rotate_outer {
	vertical-align: middle;
}

.table>thead>tr>th:last-of-type.rotate_outer {
	padding-right: -50%;
}

.block-hidden {
	display: block;
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.middle {
	vertical-align: middle;
}

.error {
	color: red !important;
}

.info {
	color: blue;
}

.review {
	color: navy;
}

.linkAltTitle {
	color: blue;
}

.listing {
	font-family: Courier New;
	font-size: 9pt;
}

.marginal {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}

/* Warnings */

.panel-heading .panel-title {
	font-weight: bold;
}

.panel-warning {
	border-color: #f8cf7d;
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fccb93;
	border-color: #f8cf7d;
}

.panel-caution {
	border-color: #faebcc;
}

.panel-caution>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.WarningSource,
.WarningConsequence,
.WarningPrevention,
.ActionSubject {
	display: block;
	margin-bottom: 10px;
}

.WarningPrevention {
	display: block;
	background-image: url("../icons/ActivityStepDescription.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px;
	padding-left: 20px;
}

.panel-warning .panel-title {
	background-image: url('../icons/warning.gif');
	padding-left: 30px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
}

.panel-caution .panel-title {
	background-image: url('../icons/caution.gif');
	padding-left: 30px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
}

.panel-danger .panel-title {
	background-image: url('../icons/danger.gif');
	padding-left: 30px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
}


/* List */

ul {
	margin: 0;
}

ul ul,
ol ul {
	list-style-type: disc;
}

ul.dash {
	list-style-image: url('../icons/dash.png');
}

ul.disc {
	list-style-image: none;
}

ul.ActivityPrerequisites {
	list-style-image: url('../icons/ActivityPrerequisites.gif');
}

ul.ActivityTools {
	list-style-image: url('../icons/ActivityTools.gif');
}

ol[type='a'],
ol[type='1'] {
	list-style-image: none;
}


/* Legend */

.legend.None {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 30px;
}

.legend.None li:before {
	display: inline-block;
	content: attr(data-bullet);
	width: 35px;
	margin-left: -30px;
	margin-right: 5px;
	text-align: right;
}

/* Activity */
.activitystep,
.activitysubstep {
	overflow: hidden;
}

.activitystep_left,
.activitystep_right {
	float: left;
}

.activitystep_left {
	margin-right: 5px;
	width: 20px;
}

.activitystep_right {
	width: calc(100% - 25px);
}

.ActivityPrerequisites,
.ActivityTools {
	margin-bottom: 10px;
}

/* faultisolation */
.isostep {
	margin-bottom: 20px;
}

/* pdf preview */
.media {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px;
}

.media-link:hover .media,
.media-link2:hover .media {
	background-color: rgb(238, 238, 238);
}

.media-link2,
.media-link2:hover {
	color: #000;
	text-decoration: none !important;
}

.media-left {
	padding-left: 5px;
	padding-right: 15px;
}

/* Smartphone */
@media (max-width:767px) {

	.col-md-2 {
		margin-bottom: 20px;
	}
}

/* alles größer als Smartphone */
@media (min-width: 768px) {
	.img-wrapper {
		/* (100vw - 30vw(Sidebar))/2 */
		max-width: 35vw;
	}
}



/* content_custom.css */
@media (max-width:767px) {

	td .img-wrapper {
		max-width: 150px;
	}

	td * {
		white-space: normal;
	}
}

@media (min-width: 768px) {
	.img-wrapper {
		/* (100vw - 30vw(Sidebar))/2 */
		max-width: 13vw;
	}
}


/* preview badge */
.badge {
  position: absolute;
  right: -10px;
  top: 22px;
  background-color: #F26334;
  -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(-7px);
  -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(-7px);
  -o-transform: rotate(45deg) scale(1) skew(0deg) translate(-7px);
  -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(-7px);
  transform: rotate(45deg) scale(1) skew(0deg) translate(-7px);
  text-align: center;
  color: white;
  padding: 0 0.5em;
  border-top: 0px;
  line-height: 20px;
  margin: 0;
}
.badge:after {
  content: ' ';
  position: absolute;
  right: -20px;
  top: 0px;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #F26334;
}
.badge:before {
  content: ' ';
  position: absolute;
  left: -20px;
  top: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #F26334;
}




/* diffMode */

/*ins.diffMode {
	text-decoration: none;
	background-color: #7AC143;
}

del.diffMode {
	text-decoration: none;
	background-color: #D18158
}*/

ins.diffMode, ins.diffMode * {
	text-decoration: none;
	color: red;
}

del.diffMode, del.diffMode * {
/*	text-decoration: none;*/
	color: red;
}

.diffMode[data-pos] {
	display: none;
}

tr.group,
tr.group:hover {
/*    background-color: rgba(0, 0, 0, 0.1) !important;*/
	background: #f9fafb !important;
	font-weight: bold;
}

.tsis, .tsis *, .kd_element_inline * {
	display: inline !important;
}

.kd_element_inline {
	display: inline;
}

.tsq {
	display: block !important;
}

.tstac {
	display: table-cell;
	padding: 1px;
	border: 1px solid black;
}

.tstah {
	font-weight: bold;
	background-color: lightgray;
}

.tstar {
	display: table-row;
}

.tsta {
	display: table;
	border-collapse: collapse;
}


.languageContainer .ui.fluid.dropdown {
	width: initial !important;
}

.sup {
   vertical-align: super;
   font-size: 80%;
}
  
.sub {
   vertical-align: sub;
   font-size: 80%;
}


/* START GS1 NLP ---------------------- */

body {
    line-height: 1.5;
}

.ol {
    counter-reset:sec1;
}
.ol > .tsq:before {
    counter-increment:sec1;
    content:counter(sec1) ") ";
}
.ol .ol {
    counter-reset: sec2;
}
.ol .ol > .tsq:before {
    counter-increment:sec2;
    content:counter(sec2) ") ";
}
.ol .ol .ol {
    counter-reset: sec3;
}
.ol .ol .ol > .tsq:before {
    counter-increment:sec3;
    content:counter(sec3) ") ";
}
.ol > .tsq, .ul > .tsq {
    margin-bottom: 6pt;
}

.ul > .tsq:before {
    content: "▪ ";
}

.plentry {
    margin-bottom: 6pt;
}

.plentry > .pt:before {
    content: "➢";
    margin: 0 1em 0 1em;
}

.plentry > .pt > .tst:not(empty):after {
    content: ":";
}
.plentry > .pt {
    text-transform: uppercase;
}
.plentry > .pd {
    margin-left: 2.6em;
}
.example:before {
    display: block;
    content: "Beispiel:";
    text-decoration: underline;
}

.note:before {
    display: block;
    content: "Hinweis:";
    text-decoration: underline;
}

/* START inline elements */

.codeph, .xref {
    display: inline;
    text-decoration: underline;
    color: #002C6C;
}

.glossterm {
    font-style: italic;
}

.emph {
    font-weight: bold;
}
.sub {
    font-variant-position: sub;
}


.sup {
    font-variant-position: super;
}

/* end inline elements */

/* END GS1 NLP ---------------------- */








