@import url('../node_modules/font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none
}

thead {
    border-color: darkgrey
}

img {
    margin-top: 25px;
    margin-bottom: 10px
}

img {
    width: 800px;
    /* you can use % */
    height: auto;
}

#introduction p img {
    width: auto;
    max-height: 800px;
}


.emuplan-id{
    width: 50px;
}

table td {
    font-size: 0.8rem;
}

table th {
    font-size: 0.8rem;
}

h1 {
    margin-top: 60px;
}

h2 {
    margin-top: 28px;
    font-size: 2.25rem;
}

h3 {
    margin-top: 24px;
}

h4 {
    margin-top: 10px;
}


.badge {
    margin-right: 5px;
}

.print {
    display: none;
}

header {
    margin-bottom: 50px;
}

div.reqContent {
    margin-top: 16px
}

.behavior {
    color: #198754 !important
}

.state-condition {
    color: #0d6efd !important
}

.event-condition {
    color: #b67310 !important
}

.component-name {
    color: #dc3545 !important
}

.sticky-top {
    top: 30px;
}

th.col-req-id {
    width: 150px
}

th.col-int-id {
    width: 250px
}

th.col-req-msil-parent {
    width: 50px
}

th.col-id {
    width: 0px
}

table#summary th.col-id {
    width: 100px;
}

th.col-name {
    /* width: 250px */
}

th.col-type {
    width: 0px
}

th.col-cause {
    width: 500px
}

th.col-specs-refsymb {
    width: 110px;
}

th.col-specs-parameter {
    width: 180px;
}

th.col-specs-typ {
    width: 80px;
}

th.col-specs-min {
    width: 80px;
}

th.col-specs-max {
    width: 80px;
}

th.col-specs-unit {
    width: 50px;
}


th.col-specs-Typ\. {
    width: 80px;
}

th.col-specs-Min\. {
    width: 80px;
}

th.col-specs-Max\. {
    width: 80px;
}

th.col-specs-unit {
    width: 50px;
}


th.col-detection {
    width: 100px
}

th.col-effect {
    width: 300px
}

th.col-prelimFTA {
    /* width: 100px */
}

th.col-severity {
    width: 15px
}

th.col-occ {
    width: 15px
}

th.col-newRPN {
    width: 15px
}

th.col-rpn {
    width: 15px
}

th.col-det {
    width: 15px
}

th.col-recommendedActions {
    width: 0px
}

th.col-controlsPrevention {
    width: 0px
}

th.col-controlsDetection {
    width: 0px
}

th.col-label {
    width: 120px
}

th.col-highestRPN {
    width: 120px
}

th.col-achievableRPN {
    width: 120px
}

th.col-funcId {
    width: 0px
}

th.col-description {
    width: 0px
}

th.col-nbrOfFailureModes {
    width: 120px
}

th.col-failureModes {
    width: 0px
}

th.col-achievalbleRPN {
    width: 0px
}

th.col-highestOccurence {
    width: 0px
}

th.col-highestSeverity {
    width: 0px
}

th.col-Label {
    width: 0px
}

th.col-hrefId {
    width: 0px
}


th.col-testCase-Name {
    width: 250px;
}

th.col-testCase-Description {
    width: 300px;
}

th.col-testCase-Label {
    width: 100px;
}

th.col-testCase-Pass-Fail {
    min-width: 100px;
}

th.col-testStep-Name {
    width: 250px;
}

th.col-testStep-Label {
    max-width: 100px;
}

th.col-testStep-Description {
    min-width: 300px;
}

th.col-testStep-Pass-Fail {
    min-width: 50px;
}



h1#first-page-header {
    margin-top: 0px;
}

td+p {
    display: table-caption;
}

.header-section {
    display: flex;
    align-items: baseline;
    justify-content: space-between;

}

@page {
    margin-left: 25mm;
    margin-right: 25mm;
    margin-top: 10mm;
    margin-bottom: 10mm;

}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #0099ee;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

.failure-modes {

    border: 1px solid #dee2e6;
    border-style: solid;
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 18px;
    padding: 10px;
    word-wrap: break-word;
    max-width: 100%
}

.attributes-box {

    border: 1px solid #dee2e6;
    border-style: solid;
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 18px;
    padding: 10px;
    background-color: rgba(153, 189, 201, 0.5);
}

.chars-box {

    border: 1px solid #dee2e6;
    border-style: solid;
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 18px;
    padding: 10px;
    background-color: rgba(140, 184, 140, 0.5);
}

.table {
    margin-top: 10px;
}

.btn {
    display: block;
    margin-top: 5px;

}

.left-menu {
    display: block;
}

.lm {
    margin-left: 15px;
}

.report-line {
    display: inline-block;
}

.report-line p {
    margin-bottom: 10px;
}

.report-thumbnail {
    margin-top: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;

}

.report-thumbnail-large {
    margin-top: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;


}

.report-thumbnail-medium{
    margin-top: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 300px;
}

.report-thumbnail-v-large {
    width: 100%;
    margin-top: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.report-thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

h7 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    display: block;

}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.chart-container {

    display: inline-block;
  }

.chart-div{
  
  }

.report-pass {
    background-color: #28a74636;
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 18px;
    padding: 10px;
}

.report-unknown {
    background-color: #a794284f;
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 18px;
    padding: 10px;
}

.report-fail {
    background-color: #dc354644;
    border-radius: 4px;
    margin-left: 25px;
    margin-bottom: 18px;
    padding: 10px;
}

.report- {
    background-color: #e0e0e044;
    border-radius: 4px;
    margin-left: 5px;
    margin-bottom: 18px;
    padding: 10px;
}

.test-table {
    table-layout: fixed;
    width: 100%;
}

.report span {
    margin-top: 5px;
}

.report-result p {
    margin-bottom: 5px;
}

.badge-info a {
    color: white
}

table ul {
    margin-left: 0px;
}

th.edit {
    width: 25px;
}

.badge-box {

    overflow: hidden;
    white-space: nowrap;
}

.inline {
    display: inline-block;
}

.badge a {
    color: #f8f9fa !important
}

.badge {
    height: 20px;
}

.summary-table {
    margin-bottom: 50px;
}

td.badge-container {
    text-align: center;
    vertical-align: middle;
}

.failure-modes h3 {
    margin-top: 0px;
}

.diagram-img {
    width: auto;
    max-width: 90%;
}