html, body {    height: 100%;    background-color: #333;}
.text-center { background-color: #333; display: -ms-flexbox; display: -webkit-box; display: flex;  -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; color: #fff; text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .5);  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); }
.brand { float: left; margin-bottom: 0;  color: #fff}
.btn-white,.btn-white:hover,.btn-white:focus { color: #fff; }
a.wordmark {  color: #fff; padding-left: 12px; margin-top:12px;}
a.wordmark:hover { text-decoration: none; }
.top-container { background-color: #b00; color: #fff; }
.nav-head {padding: .25rem 0; font-weight: 700;color: #fff; background-color: transparent;
	   border-bottom: .1rem solid transparent; border-bottom-color: #b00;  float: right;}
.nav-head a.active {padding: .25rem 0; font-weight: 700;color: #fff; background-color: transparent;  border-bottom: 0.2rem solid #fff; }
.nav-head a {padding: .25rem 0; font-weight: 700;color: #fff; }
.nav-head a:hover, .nav-head a:focus {  border-bottom: .24rem solid grey; }
.bottom-space { padding-top: 12px; }
.shift-top { border-top: 2px solid #fff; }

/* css version 2.1 */
@media screen and (max-width: 1000px) {
    .cert-tweet { display: none; }
    .tright a:nth-child(n+2) { display: none;}
    #graph {
	position: absolute;
	left: 0px;
    }
    .mastfoot { display:none; }
    #mwb,.tescape { max-width: 450px; }
    .nomobile { display: none; }
}
#biscuit {
    background-color: rgba(2,2,2,0.3);
}
#cve_table th .text-muted {
    font-size:0.8em;
}
#cve_table th {
    vertical-align: middle;
}
.tloader {
    background-color: rgb(1,1,1,0.3);
}
.tloader img {
    filter: invert(1);
    opacity: 0.8;
    width: 60px;
    position: absolute;
    top: 30%;
}
.cve_samples{
    width: auto;
    display:inline;
}
#topalert {
    display: none;
}
span.bold {
    font-weight: bold;
}
.table-pwell-being {
    background: transparent !important;
    font-size: 12px;
}
.table-pwell-being p {
    display: inline;
}
.table-pwell-being th,
.table-pwell-being td {
    padding: 2px;
}
.table-well-being {
    font-size: 10px;
}
.table-well-being th,
.table-well-being td {
    text-align: center
}
.circletext {
    color: white;
    border: 2px solid white;
    padding: 2px 8px 2px 8px;
    border-radius: 12px;
}
.circletext:hover {
    text-decoration: none;
    color: #fefefe;
}
.top_fixed {
    display:none;
    position:fixed;
    top:10px;
    z-index: 1050;
    background-color: rgba(0,0,0,0.9);
    height: 100%;
    width:75%;
    padding:12px;
    border-radius:10px;
}
.top_blue {
    width: 50%;
    background-color: rgba(70, 130, 180, 1);
    text-align: left;
    height: auto;
}
#mpopup b,
.top_blue b,
.table-pwell-being strong {
    color: #ffc107;
}
#mpopup h5,
.top_blue h5 {
    text-align: center;
    text-decoration: underline;
}
#mpopup hr {
    margin: 2px;
}

.swal-title:not(:last-child) {
    margin-bottom: 2px;
}
.swal-title:first-child {
    margin-top: 2px;
}
.cert-tweet {
    width: 48px;
    position: fixed;
    top: 6px;
    left: 6px;
}
.tright {
    right:6px;
    top: 6px;
    position:fixed;
}
.octicon-mark-github {
    width: 24px;
}
.mauto {
    width: auto;
    display:inline;
}
html,.blackbody {
    background-color: #222;
    color: white;
    text-shadow: none;
    box-shadow:none;
}
    
.blackbody table {
    background-color: #222;
    color: white;
}
.blackbody img.cert-tweet {
    filter: invert(0.87);
}
.blackbody svg.topbar {
    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;
}
.blackbody .modal-content {
    background-color: #222;
    color: white;
}
.blackbody .close {
    color: white;
}
.dldr {
    color:#222;
}
.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, 1);    
    border-radius: 5px;
    padding: 4px;
    text-align: left;
    max-width: 400px;
}

.node {
    cursor: pointer;
}

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

.node text {
    font: 12px sans-serif;
}
.link {
    fill: none;
    /* stroke: #ccc; */
    stroke: #ffffff;
    stroke-width: 2px;
}
.xlink {
    fill: none;
    /*    stroke: #ccc; */
    stroke: #ffffff;
    stroke-width: 2px;
}
.btext {
    fill: #17a2b8;
    text-anchor: middle;
    /* dynamic font-size later change to class  */
    font-size: 20px;
}
.chosen {
    stroke: #C9BDDF;
    fill: #C9BDDF;
}
.fullTree {
    font-size: 14px;
}
html, body {
    height: 100%;
}

#swidtext, #cyclonedxtext {
    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,#privacy {
    display:none;
}

    
.jsonTree ul {
    list-style: none;
    margin: 5px;
    padding: 0;
    cursor: default;
}

.jsonTree li.expandable {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADxSURBVHjafFBLaoRAFKzE9gfiFTyEF8gcYEAIZOUJcpdsA24CA+6yGGEO4NqtR3AlBHdG2h+mX82HyWYePLr6VTVV/Z6yLHuxbbv0PA+u68JxHEhN04RxHKG1xjzPO7UsSxnHMcmu60hKBUGAKIqIq6oqlVHLCw6GYUCSJMRFUSAMQ2LhlVi0bUsrDlfcrJumYRTBSqz6vkeappiMSF+EyesbHAvI85xxKJT++cW/0uc0uPIUruuK78MniX36zvOUn+9KKQqfxd+sB77vM7RkZBssM+GY8f7X27bh+PVBbFnWbc5fmz3u6rp+uHDR/AkwAGqHn+ZepzDiAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 0 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.2em;
    background-size: 20px;
}

.jsonTree li.expanded {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACYSURBVHjajJA7CoMhEIQ3sD7u4wXy38NzBeyFXCGdta0HSG2XxsIn5F9DOiMZ2Go+mXEuxpgrY8xJKUEIAZxzINVaoZQCOWdorR3Ye3dKKdjJe+/wpOnFFiQfKSLGOKNWoirkIfVIKYHWeglaa2fXCdI9X+vYrz/BMQY87rcliIgfkPLPeeb90uz496/PHY8QwnZwYt4CDACMsHBjtyPgCAAAAABJRU5ErkJggg==);
}
.jsonTree li {
    list-style: none;
    padding-left: 25px;
    font-size: 1em;
    text-transform: none;
}
/* One level up items */
.jsonTree > ul > li > ul > li {
    font-size: 1.5em;
}
.blink {
    opacity: 0.6;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
	visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
	visibility: hidden;
    }
}
.jsonTree li.expanded,
.jsonTree li.expandable {
    font-size: 18px;
}
.jsonTree > ul > li > ul > li {
    font-size: 18px;
}
.cactive {
    text-decoration: underline;
}
