:root {
  --br: 2px;/*Border radius*/
  --vendorColor: #d9a300;
  --productColor: #ff4000;
  --versionColor: #0040ff;
  --advisoryColor: #00d96c;
  --changeColor: #ffe599;
  --disputedBgColor: #fff000;
  --disputedColor: #23008c;
}
#disputed{
	background:var(--disputedBgColor);
	color: :var(--disputedColor);
}

#tag_in_descr{
	color: #ff0000;
	display: inline;
}
body{
	background: #222222;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000ff;
}

#info{
	z-index: 12;
	width: 99%;
	position: absolute;
	top: 25%;
}
#above_recommendation
	{ 
	height: 10px;
	width: 10px;
	background: #f00;
	display:inline-flex;
	}

.headLine{
	font-size:60px;
	float:right;
	color: #00468c;
	
}
.site-cm-box{
	z-index: 11;
}
.thead
{
	display:table-header-group;
	color:white;
	font-weight:bold;
	background-color:grey;
}
.tbody{display:table-row-group;}
.tr{display:table-row;}

.btnInLine{
	margin: 10px;
	width: 100px;
	height: 55px;
}
.loadingData{
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index:100;

}
.std_table{
	display:table;
	border-collapse:separate;
	border-spacing:2px;
	width: 100%;
	color: #00468c;
	font-size: 12px;
}
#deleteButton{
	display: none;
}
.std_table tr:nth-child(even) {background: #ccc}
.std_table tr:nth-child(odd) {background: #fff}
#cve.std_table tr:hover {
          color: #0000ff;
		  background: #ffffbf;
        }
.td
{
	display:table-cell;
	border:1px solid black;
	padding:1px;
}
.tr.editing .td INPUT
{
	width:100px;
}
#actionContent{
	width: 99%;
	position: relative;
	top: 25%;
}
.highlight {
	left: 90%;
	animation: debug 5s ease infinite;
	text-transform: uppercase;
	font-size: 15px;
	position: fixed;
}
.menuDiv{
	z-index: 10;
	background-color: #333333;
	position: fixed;
	width: 99%;
	top: 1%;
}
.menuBtn{
width: 100%;

}
.error {
  animation: errorBlinker 2s ease infinite;
  font-size: 35px;
  border: 5px solid red;
}
.success {
  
  border: 1px solid #00468c;
  background-color: #333333; 
}

@keyframes errorBlinker {  
  10% { opacity: 20; }
}
@keyframes debug {  
  50% { opacity: 10; }
  from {border: 2px solid color:#000;}
  to {border: 2px solid #fff;color: #fff;}
}
#userInfo{
	display: none;
}

a.ref_data{
	display: block;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  
}
#editYesEnabled{
	width: 100%;
}

.htmlColorCode{
	width: 100%;
}
.tooltip .tooltipText {
	visibility: hidden;
	border: 1px solid #454545;	
	background-color: #ccc;
	min-width: 400px;
	border-radius: 2px;
	padding: 5px 0;
	white-space: pre;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	left: 50%;
}
.tooltip:hover .tooltipText {
  visibility: visible;
}

.tooltipText a{
	display: grid;
}
[id^='tag_entry_']{
	border: 1px solid #454545;	
	margin: 0px 1px 1px 0px;
	border-radius: 2px;
}


[id^='cvss_v3_sverity_']{
	border: 1px solid #454545;	
	margin: 0px 1px 1px 0px;
	border-radius: 2px;
}
#cvss_v3_sverity_none{
	display: none;
}
#cvss_v3_sverity_low{
	background-color: #efffbf;
}
#cvss_v3_sverity_medium{
	background-color: #ffff99;
}
#cvss_v3_sverity_high{
	background-color: #ffbfbf;
}
#cvss_v3_sverity_critical{
	background-color: #d90000;
	color: #fffff2;
}

.hiddenLi{
	list-style: none;
}

//loader

.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.liPrettyIcon {
	
}

[id^='ref-type-']{
	display: inline;
	width: 25px;
	height: 25px;
	border: 1px solid;
	border-radius: var(--br);
	margin: 5px;
}

[id^='ref-type-Vendor']{
	background:var(--vendorColor);
	border-color:var(--vendorColor);
}
[id^='ref-type-Version']{
	background:var(--versionColor);
	border-color:var(--versionColor);
}
[id^='ref-type-Product']{
	background:var(--productColor);
	border-color:var(--productColor);
}
[id^='ref-type-Advisory']{
	background:var(--advisoryColor);
	border-color:var(--advisoryColor);
}
[id^='ref-type-Change']{
	background:var(--changeColor);
	border-color:var(--changeColor);
}
#vulnerabilities{
	white-space: nowrap;
	
}