.notetext
{
    font-style: italic;
    color: #468847;
}

.cautiontext
{
    font-style: italic;
    color: #B94A48;
}

.addbold
{
    font-weight: bold;
}

.tiptext
{
    font-style: italic;
    color: #3A87AD;
}

.code
{
    font-family: 'Courier New' , Courier, monospace;
}

#solutionContent {
	overflow-x: auto;
	overflow: visible;
}

.search-text-highligher {
  background-color: #ffff00;
}

#copy-solution-area {
	width:99%;
	margin-bottom: 5px;
	border:solid 1px #0090CA;
}

#view-btr-link {
	margin-bottom: 10px;
}

.mce-toc ul li {
	list-style-type: none!important;
}

#solutionContent ul{list-style-type:disc}
#solutionContent ul ul{list-style-type:circle}
#solutionContent ul ul ul{list-style-type:square}

#solutionContent ol{list-style-type:decimal}
#solutionContent ol ol{list-style-type:lower-alpha}
#solutionContent ol ol ol{list-style-type:lower-greek}
#solutionContent ol ol ol ol{list-style-type:lower-roman}
#solutionContent ol ol ol ol ol{list-style-type:upper-alpha}
#solutionContent ol ol ol ol ol ol{list-style-type:upper-roman}


.mce-content-body ul li p,
.mce-content-body ol li p,
#solutionContent ul li p,
#solutionContent ol li p {
	display: inline-block;
	vertical-align: top;
}

.flagged {
	font-size: 20px;
	background-color: white;
	padding: 3px 10px;
	border-radius: 2px;
	width: 12px;
	height: 28px;
	background-size: 938px 318px;
	background-position: -624px -48px;
}

:target:before {
   content: "";
   display: block;
   height: 75px;
   margin-top: -60px;
}

div[id^='dl-']:before {
	display: none;
}

.attach-to-incident-footer {
	padding: 10px; 
	min-height: 40px; 
	position: fixed; 
	bottom: 0px; 
	width: 100%; 
	text-align: center; 
	background-color: white; 
	border-top:1px solid #ccc; 
	transition: right 100ms linear;
	z-index: 9000;
}

.attach-to-incident-footer a {
	text-decoration: none;
}

.progress .progress-bar {
	overflow: auto; }

.progress .progress-bar.progress-bar-danger {
	background-color: #e60c51;
}

.progress .progress-bar.progress-bar-warning {
	background-color: #e39b00;
}

.progress .progress-bar.progress-bar-success {
	background-color: #76ca02;
}

#qualitySummary .progress-wrap {
	margin: 0 auto;
	position: relative; 
}

#qualitySummary .progress {
	margin: 20px 0 0;
}

#qualitySummary .score-wrap {
	margin: 0 4px; }

#qualitySummary .score {
	position: relative;
	left: 0;
	margin-left: -5px;
	font-weight: bold;
	font-size: 1.3em;
	float: left;
	text-align: center;
	-webkit-transition: left 0.6s ease;
	transition: left 0.6s ease; }

#qualitySummary .score:before {
	content: "";
	display: block;
	border-bottom: 7px solid black;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	width: 0; }

#qualitySummary .score.danger {
	color: #e60c51;
}

#qualitySummary .score.danger:before {
	border-bottom-color: #e60c51;
}

#qualitySummary .score.warning {
	color: #e39b00;
}

#qualitySummary .score.warning:before {
	border-bottom-color: #e39b00;
}

#qualitySummary .score.success {
	color: #76ca02;
}

#qualitySummary .score.success:before {
	border-bottom-color: #76ca02;
}

#solutionQualityScore {
	padding-bottom: 40px;
}

.progress-wrap {
	max-width: 225px;
}
.expand-collapse > div > p {
	display: block !important;
}

.glossary-def-title {
	width: fit-content;
	font-weight: bold;
	margin-bottom: 8px;
}

.glossary-def-tooltip {
	position: absolute;
    top: 32px;
	left: -32px;
	z-index: 99;
	color: black;
    background: white;
    padding: 1em;
    width: 400px;
    border: 1px solid;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 1px gray;
	display: none;
	font-size: 14px;
	min-width: 100px;
	max-width: 400px;
	width: max-content;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	white-space: normal;
}

.glossary-def-tooltip:hover {
	font-weight: normal;
}

.glossary-def-tooltip::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
	left: 26px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid black;
}

.glossary-def-tooltip::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -11px;
	left: 26px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid white;
}

.glossary-def {
	position: relative;
	display: inline;
	color: #2574db;
	transition: color .2s ease;
	cursor: pointer;
	text-decoration: inherit;
}
  
.glossary-def:hover::after,
.glossary-def:hover::before {
		width: 100%;
		left: 0;
	  }
  
.glossary-def::after,
.glossary-def::before {
	  content: ''; 
	  position: absolute;
	  top: calc(100%);
	  width: 0;
	  right: 0;
	  height: 3px;
	}
  
	.glossary-def::before {
	  transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	  background: #2574db;
	}
  
	.glossary-def::after {
	  transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	  background: #2574db;
	}

@media (max-width:450px) {
	.glossary-def-tooltip {
		width: 160px;
	}
}



