/* AO panel warnings color edited 16012020*/

.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #e1251b;
    border-color: #e1251b;
}

.panel-warning>.panel-heading {
    color: #000000;
    background-color: #e87200;
    border-color: #e87200;
}

.panel-caution>.panel-heading {
    color: #000000;
    background-color: #ffd100;
    border-color: #ffd100;
}

/* 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;
}

/* AO dash edit */

ul.dash {
    list-style-image: none;
}

/* end edit dash */

.h1, h1{
	font-size: 26px;
	margin-top: 10px;
    margin-bottom: 6px;
}

.h2, h2{
	font-size: 21px;
	margin-top: 6px;
    margin-bottom: 4px;
}

.h3, h3{
	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;
}

/* 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 black;
	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-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.horizon_lines{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.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;
}