.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;
}

.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;
}

.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;
}





