/* SBOM-Demo css.css version 2.6.3 */
.dfdrop {
    width: auto;
    display: inline;
}
.blackbody .dfdrop > .btn-secondary.dropdown-toggle {
    display: inline-block;
    background-color: #222;
    font-weight: bold;
    border: 0px;
    color: #007bff;
}
.blackbody .dfdrop .dropdown-menu ,
.blackbody .dfdrop .dropdown-item {
    background-color: #222;
}
.blackbody .dfdrop .dropdown-item:hover {
    background-color: #333;
    color: white;
}
.dfdrop .dropdown-menu,
.dfdrop .dropdown-item {
    color: #007bff;
}
.dfdrop .dropdown-item:hover {
    background-color: #f1f1f1;
    color: #222;
}
.dfdrop > .btn-secondary.dropdown-toggle {
    background: transparent;
    display: inline-block;
    font-weight: bold;    
    color: #007bff;
    border: 0px;    
}
.table th {
    border-top: none;
}
#anouncer {
    position:absolute;
    display:none;
    width: 100%;
}
.ms-ctn .ms-sel-item {
    font-size: 16px;
}
.ms-ctn {
    width: 50%;
    max-width: 75%;
    display: inline-block;
}
.ms-ctn .ms-sel-ctn input {
    color: black !important;
    background: white !important;
}
.processing {
    pointer-events: none;
    opacity: 0.5;
    text-decoration: line-through;
    animation: blinker 1s linear infinite;    
}
@keyframes blinker {
    50% {
	opacity: 0.1;
    }
}
input:disabled {
    border: 1px dotted green !important;
}
.btn-attach {
    background-color: #133c13;
    border-color: #133c13;
    color: #fff;
}
.btn-attach:hover{
    color: #fefefe;
}
#load_example {
    padding: 1px;
    height: auto;
}
.full_modal-dialog {
    width: 98% !important;
    height: 92% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
}

.full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}
.not_required {
    border: 2px dashed lightgrey;
}
.fake-required {
    border: 1px solid #ced4da;
}
.circletext {
    color: black;
    border: 2px solid black;
    padding: 2px 5px 2px 8px;
    border-radius: 12px;
}
a.circletext.spdx-lite {
    padding: 2px 8px 2px 8px;
}
.blackbody .circletext {
    color: white;
    border: 2px solid white;
    padding: 2px 5px 2px 8px;
    border-radius: 12px;
}
.blackbody .circletext:hover {
    color: #bebebe;
}
.circletext:hover {
    text-decoration: none;
    color: #222;
}
.swal-title:not(:last-child) {
    margin-bottom: 2px;
}
.swal-title:first-child {
    margin-top: 2px;
}
.swal-footer p {
    color: black;
    font-size: 12px;
    display: block;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}
.cert-tweet {
    width: 48px;
    position: fixed;
    top: 6px;
    left: 6px;
}
.tright {
    right:6px;
    top: 6px;
    position:fixed;
}
.octicon-mark-github {
    width: 24px;
    padding-bottom: 6px;
    padding-left: 2px;
}
.mauto {
    width: auto;
    display:inline;
}
.blackbody {
    background-color: #222;
    color: white;
}
.blackbody table {
    background-color: #222;
    color: white;
}
.blackbody img {
    filter: invert(0.87);
}
.blackbody #main_table svg {
    filter: invert(1);
}
.blackbody text {
    fill: white;
}
.blackbody .text-secondary {
    color: #ffffe0 !important;
}
	       
.blackbody input, .blackbody select, .blackbody textarea {
    background-color: #333 !important;
    color: white !important;
}
.blackbody .coverpage, .blackbody pre {
    background: rgba(3,3,3,0.9);
    color: white;
}
.blackbody .dldr {
    color: #dddddd;
    border-right: 3px solid white;
}
.blackbody .modal-content {
    background-color: #222;
    color: white;
}
.blackbody .close {
    color: white;
}
.dldr {
    color:#222;
    border-right: 3px solid black;
    margin-right: 8px;
}
.vul_template {
    border: 1px solid grey;
    padding: 2px;
    border-radius: 4px;
}
.cvss_score {
    display:inline;
    width: 14ch;
}
#main_table td:first-child,
.pcmp_table td:first-child,
.cmp_table td:first-child {
    width: 40%;
    max-width:40%;
}
#mpopup {
    display: none;
    position: absolute;
    z-index: 200;
    background: rgba(70, 130, 180, 0.4);
    border-radius: 5px;
    padding: 4px;
    max-width:200px;
}
.node {
    cursor: pointer;
}

.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
}

.node text {
    font: 12px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}
html, body {
    height: 100%;
}
#swidtext,
#cyclonedxtext,
#cyclonedxXML,
#cyclonedxJSON,
.dlContent
{
    width: 100%;
    height: 100%;
    min-height: 500px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.scontent {
    display:none;
    height:100%;
}
::placeholder { 
    font-weight: 400;
}

:-ms-input-placeholder { 
    font-weight: 400;
}

::-ms-input-placeholder { 
    font-weight: 400;
}
.cmp_template,.spdx,.swid { display:none; }
.coverpage {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    padding: 6%;
    position: fixed;
    z-index: 120;
    display: none;
    font-size: 2em;
    overflow: scroll;
}
.form-control { font-weight: 800; }
pre {
    white-space: pre-line;
    font-size: 14px;
    border: 2px solid grey;
}
#spdx,#swid,#cyclonedx {
    display:none;
}
.blackbody .rct {
    stroke: white;
}
.rct {
    stroke: #222;
    stroke-opacity: 0.5;
    stroke-width: 4;
    stroke-dasharray: 10 5;
}
.rctb {
    stroke-width: 2;
    stroke-dasharray: none;
}
.rtext {
    text-decoration: underline;
    font-size: 24px;
}
.final_product {
    fill: rgba(33,0,33,0.3);
}
.final_product_title {
    fill: rgba(148,2,211,0.2); 
}
.cpart {
    fill: rgba(12,0,33,0.3);
}
.cpart_title {
    fill: rgba(148,2,211,0.4); 
}
.part {
    fill: rgba(30,12,255,0.3);
}
.part_title {
    fill: rgba(148,2,211,0.2); 
}
.cactive {
    color: #fff;
    background-color: #007bff;
    border-radius: 6px;
    padding: 2px;
}
.childtab {
    font-size: 0.6em;
}
