/* AO panel warnings color edited 16012020*/

.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #DE4019;
    border-color: #DE4019;
}

.panel-warning>.panel-heading {
    color: #000000;
    background-color: #FFB400;
    border-color: #FFB400;
}

.panel-caution>.panel-heading {
    color: #000000;
    background-color: #FFE100;
    border-color: #FFE100;
}

.panel-note>.panel-heading {
    color: #fff;
    background-color: #0069B3;
    border-color: #0069B3;
}

.panel-note {
	border-color: #0069B3
}

/* end edit warnings */ 

/* AO edit Warning symbol auf svg */

.panel-danger .panel-title {
    background-image: url(../icons/danger.svg);
    padding-left: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.panel-caution  .panel-title {
    background-image: url(../icons/danger.svg);
    padding-left: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.panel-warning  .panel-title {
    background-image: url(../icons/danger.svg);
    padding-left: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

/* AO dash edit */
ul.dash {
    list-style: none;
	margin-left: -40px;
}

ul.dash li:before{
    content: "–";
	padding-right: 8px;
}
/* end edit dash */

/* AO bullet edit */
ul.bullet {
    list-style: none;
	margin-left: -40px;
}

ul.bullet li:before{
    content: "•";
	padding-right: 8px;
}
/* end bullet bullet */

/* AO dash edit */
ul.dash-SubList {
    list-style: none;
	margin-left: -20px;
}

ul.dash-SubList li:before{
    content: "–";
	padding-right: 8px;
}
/* end edit dash */

/* AO bullet edit */
ul.bullet-SubList {
    list-style: none;
	margin-left: -20px;
}

ul.bullet-SubList li:before{
    content: "•";
	padding-right: 8px;
}
/* end bullet bullet */

.h1, h1{
	font-size: 26px;
	margin-top: 10px;
    margin-bottom: 6px;
}

.h2, h2{
	font-size: 26px;
	margin-top: 10px;
    margin-bottom: 4px;
}

.h3, h3{
	font-size: 21px;
	margin-top: 6px;
    margin-bottom: 4px;
}
.h4, h4{
	font-size: 16px;
	margin-top: 4px;
    margin-bottom: 0px;
}

/* edit 03122019 */

.p, p{
    font-size: 15px;
    font-style: normal;
    font-
    line-height: 20px;
    letter-spacing: 0px;
    /* color: #4b4b4d; */
}

.breadcrumb {
	padding:0px;
	background-color:#ffffff00;
	border-radius:0px;
}

a.breadcrumbLink {
	color: #333333;
    text-decoration: none;
}

/* edit 15012020 */

.body, body{
    font-size: 15px;

}


.page-header {
    padding-bottom: 4px;
    margin: 20px 0 10px;
}

.video-steps .btn{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #333;
    border-radius: 4px;
}

.video-steps .btn:hover{
    background-color: #ccc;
}

.ThinLine{
 	width: 100%;
    border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
 }
 
 .Line{
 	width: 100%;
    border-bottom: 2px solid black;
	margin-bottom: 10px;
 }

.page-header{
    word-break: break-word;
}


/* Balken oben, Einfluss auf Skalierung des Logos */
/* .navbar-brand {
   /* padding: 120px;
} */


/* Grafiken Abstände */
.img-responsive {
    margin: 0px 0px 10px 0px;
}

.img-responsive-frame {
    margin: 0px 0px 10px 0px;
	border: black;
	border-width: 1px;
	border-style: solid;
}

.img-inline{
    height: 14px;
    width: auto;
    display: inline;
    margin: 0px 0px 0px 0px;

}

/* Edit 04122019 */
.coverLink {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    padding: 10px;
}

.coverLinkContainer {
    height: 100px;
    width: 250px;
    padding: 15px;
    display: table;
    float: left;
}

table .activitystep_right {
    width: auto;
}

/*table */
.table{
    width: auto;
}

table.new_brand_td>tbody>tr:nth-child(even){
	background-color: #EDEDED;
}

table.new_brand_td>tbody>tr:nth-child(odd){
	background-color: #FFFFFF;
}

table.new_brand_td>thead{
	background-color: #28323c;
	color:white;
}

thead{
	background-color: #28323c;
	color:white;
}

.table{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
} 

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
	border-bottom: 1px solid #000;
} 

 .table-bordered{border:1px solid #000}
 .table-bordered>tbody>tr>td,
 .table-bordered>tbody>tr>th,
 .table-bordered>tfoot>tr>td,
 .table-bordered>tfoot>tr>th,
 .table-bordered>thead>tr>td,
 .table-bordered>thead>tr>th{
	 border:1px solid #000;
	 }
	 
tr:hover{
	background-color: #d8eed7;
}

.iconTableMove{
	margin-bottom: -5px;
	margin-right: -5px;
}

@media (max-width:767px) {
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }

    .table{
        max-width: 767px;
        width: auto;
    }

    .table-responsive{
        width: auto;
        max-width: 100%;
        border:none;
    }
}

.table-container-outer {
    position: relative;
}

.table-container-fade-right {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.table-container-fade-left {
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.table-container-fade-right:hover,
.table-container-fade-left:hover{
    display: none;
}


/*table scrollbar end*/

/* Legend */
.legend{
    margin-top: 10px;
}

.legend thead{
    background: none;
}

.legend thead .headDescription{
    width: 100%;
}

.legend tr{
    vertical-align: text-top;
}

.legend .legendentrypos{
    padding-right: 10px;
    font-weight: bold;
}

.legend tr{
    width: 100%;
}

.legend.lines tr{
    border-bottom: 1px solid #000;
}

.legend.lines tr:first-child{
    border-top: 1px solid #000;
}

.legend tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}
/** Legend END **/

/* Warning */

.WarningSource {
    font-weight: bold;
}

/* Warning END */



/* FCR */
.fcr table tr td{
    vertical-align: top;
}

.fcr table tr td:first-child{
    padding-right: 10px;
}

.fcr table tr.fcrcause td{
    padding-top: 10px;
}
/** FCR END **/

/** Image Viewer Background **/
.viewer-container img.viewer-move{
	background-color: #fff!important;
}

.activitystep_left{
    margin-right: 5px;
    width: 20px;
    text-align: center;
    font-weight: bold;
    border: solid
rgba(64,59,60,1.00);
    border-width: 1px;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,1.00);
}

.activity_left{
    margin-right: 5px;
    width: 20px;
    text-align: center;
    font-weight: bold;
	rgba(64,59,60,1.00);
    margin-bottom: 5px;
    background-color: rgba(255,255,255,1.00);
	float: left;
}

.activitystep_right_graphic{
	margin-left: -25px;
	width: calc(100% - 25px);
    float: left;
}

.activitystep_right_graphic2{
	margin-left: 0px;
	width: calc(100% - 25px);
    float: left;
}

.activitystep_right_graphic3{
	margin-left: 25px;
	width: calc(100% - 25px);
    float: left;
}

.activitystep_supstep_left{
	
}
.graphic_subtitle{
	font-style: italic;
	font-size: 85%;
	margin-top: -10px;
	margin-bottom: 10px;
}

.text_white{
	color: white;
}

.gui{
	font-weight: bold;
	/* color: #67a5ae; */
}

.videoDiv, .textDiv {
      display: none;
    }

.button_choose{
	background-color: white;
	padding: 14px 18px;
	border: 1px solid #A9ADB1;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 8px;
    margin-bottom: 8px;
}

.button_choose:hover {
	border: 1px solid #F4F4F5;
}

.button_choose:active {
	border: 1px solid #F4F4F5;
}

.no-underline {
	text-decoration: none;
}
  
.underline {
	text-decoration: underline;
}  

a{
	color: #0080FF;
	text-decoration: underline;
}

pre code {
    white-space: pre-wrap; /* Zeilenumbrüche beibehalten */
    word-wrap: break-word; /* Lange Wörter umbrechen */
}


@font-face {
font-family: "Noto Sans Thai";
src: url('https://resources.fronius.com/fonts/noto/thai/NotoSansThai-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans CJK";
src: url('https://resources.fronius.com/fonts/noto/chinese-traditional/NotoSansCJKtc-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans";
src: url('https://resources.fronius.com/fonts/noto/standard/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans Devanagari";
src: url('https://resources.fronius.com/fonts/noto/hindi/NotoSansDevanagari-Regular.ttf') format('truetype');
}

@font-face {
font-family: "Noto Sans Korea";
src: url('https://resources.fronius.com/fonts/noto/korea/NotoSansCJKkr-Regular.otf') format('otf');
}

@font-face {
font-family: "Noto Sans Japan";
src: url('https://resources.fronius.com/fonts/noto/japan/NotoSansJP-Regular.otf') format('otf');
}

@font-face {
font-family: "Noto Sans Simplified Chinese";
src: url('https://resources.fronius.com/fonts/noto/chinese-simplified/NotoSansCJKsc-Regular.ttf') format('truetype');
}