b,strong {
	font-weight: 800;
}

.accordion-button:not(.collapsed) {
  background-color: #dfe6e9 !important; /* Change this to your desired color */
  color:#2d3436;
  /* color: white; Change the text color if needed */
}

.accordion-header,.accordion-button:focus {
  outline: none !important;
}
.accordion-button:hover {
  background-color: #dfe6e9 !important; /* Change this to your desired color */
  
  /* color: white; Change the text color if needed */
}

.file-icon {
	cursor: pointer;
}

.file-icon:hover .label {
    text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.4em;
 }


.bg-darkblue {
	background: rgb(0,15,77);
}
/*
.breadcrumb-item {
	margin: 0 !important;
	padding: 0 !important;
}*/
.blockquote {
	margin-top: 10px;
	padding: 15px;
	background: white;
	border-radius: 6px;
}

#libraryTable table {

}
#libraryTable tr {
background: none;
border-bottom: solid 1px lightgrey;
}
#libraryTable tr.lastRow {
	/*background: red !important;*/
	border-bottom: none !important;
}
#libraryTable td {
	color: black;
	border: none;
	padding: 15px 8px 15px 8px;*
	word-wrap:break-word;
	/*word-break:break-all;*/
	background: none;
}
#libraryTable th {
color: black;
	background: none;
	border: none;
}


.active {
	background: white !important;
	pointer-events: none;
	cursor: auto;
}
.inactive {
	background: #efefef !important;
	pointer-events: all;
	cursor: pointer;
}

.bg-fail {
	color: crimson;
}

.bg-good {
	color: darkorange;
}

.bg-strong {
	color: olivedrab;
}

.not {
	color: crimson;
	font-weight: bold;
}

.pass {
	color: darkorange;
	font-weight: bold;
}

.strong {
	color: olivedrab;
	font-weight: bold;
}

.comment-block-title {
	font-weight: 900;
	color: red;
}

.commment-block-header {
	display: block;
	position: relative;
	width: 100%;
	height: 25px;
	background: grey;
}
#content-wrap {
  position: relative;
  display: block;
}

#text-page {
	display: block;
}
#comments-page {
	display: none;
}
#summary-page {
	display: none;
}

.card-btn {
	cursor: pointer;
}

#main-container {
  position: relative;
  min-height: 100vh;
  padding: 0 !important;
}

.wrap {padding-bottom: 60px;}

#footer {
	position: absolute;
    bottom: 0;
	height: 60px;
	line-height: 60px;
}

#page-comments {
	display: none;
}
#page-summary {
	display: none;
}

.comment-text {
	display: block;
}

.btn-close {
	cursor: pointer;
	pointer-events: all;
	position: relative;
	top: -10px;
}


.form-check-input.lib-filter:checked {
	background-color: #222222; /*rgb(0,107,148);*/
	border-color: #222222; /*rgb(0,107,148);*/
	margin-right:5px;
}


/* KEY */
.form-check-input,.form-check-label {
	cursor: pointer;
	user-select: none;
}
.form-check-label {
	padding: 5px;
}
.form-check-label.type-label {
	padding: 0px;
}

.form-switch .form-check-input {
    height: 24px;
    width: 48px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(200,200,200,1)'/></svg>");
}
.form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(200,200,200,1)'/></svg>");
}

.form-switch .form-check-input:checked {
    background-color: #30D158;
    border-color: #30D158;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.form-switch.switch-purple .form-check-input:checked {
    background-color: #d100ea;
    border-color: #d100ea;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-switch.switch-red .form-check-input:checked {
    background-color: #fe0154;
    border-color: #fe0154;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-switch.switch-blue .form-check-input:checked {
    background-color: #005bf1;
    border-color: #005bf1;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-switch.switch-green .form-check-input:checked {
    background-color: #00ab34;
    border-color: #00ab34;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-switch.switch-orange .form-check-input:checked {
    background-color: #ff6600;
    border-color: #ff6600;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-switch.switch-yellow .form-check-input:checked {
    background-color: #FFDB58;
    border-color: #FFDB58;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

/* TEXT */
.text-hidden {
	display:none;
}

/* COMMMENT LINKS */

p-block {
	display: block;
	margin-bottom: 1.3em;
}

comment-block {
	display: inline;
	pointer-events: none;
	background: none;
}


comment-body {
	display: none;
	padding:10px;
	padding-top:10px;
	padding-bottom: 15px;
	padding-left: 15px;
	pointer-events: none;
}

comment-body-alt {
	display: block;
	padding: 10px;
	padding-top:10px;
	padding-bottom: 15px;
	padding-left: 15px;
	pointer-events: none;
}

.comment-text-alt {
	display: block;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: solid 2px grey;
	min-height : 50px;
}


.comment-purple {
	background: #fdf1ff;
	border-color: #d100ea;
}

.comment-green {
	background: #d7f9e0;
	border-color: #00ab34;
}
.comment-blue {
	background: #ebf2ff;
	border-color: #005bf1;
}
.comment-orange {
	background: #ffede1;
	border-color: #ff6600; 
}

.comment-red {
	background: #ffe0ea;
	border-color: #fe0154;
}

.comment-yellow {
	background: #fff7ce;
	border-color: #FFDB58;
}

.comment-holder {
	display: block;
	margin-bottom: 10px;
	border: dotted 1px grey;
}

/* COMMENt LINKS */

comment-link.on {
	 cursor: pointer;
	 border-bottom: 2px solid #000000;
}

comment-link.off {
	 cursor: auto;
	 border: none !important;
	 pointer-events: none;
}

/* Subject knowledge and meeting the brief */
.purple.on {
	border-color: #d100ea;
}
.purple.on:hover {
	background: #fdf1ff;
}
/* Description and being descriptive */
.red.on {
	border-color: #fe0154;
}
.red.on:hover {
	background: #ffe0ea;
}
/* Being critical */
.blue.on {
	border-color: #005bf1;
}
.blue.on:hover {
	background: #ebf2ff;
}
/* Use of evidence, sources and referencing */
.green.on {
	border-color: #00ab34;
}
.green.on:hover {
	background: #d7f9e0;
}
/* Structure, clarity and presentation */
.orange.on {
	border-color: #ff6600;
}
.orange.on:hover {
	background: #ffede1;
}
/* Academic integrity  */
.yellow.on {
	border-color: #FFDB58;
}
.yellow.on:hover {
	background: #fff7ce;
}




.comment-block-title {
	font-weight: 900;
	color: red;
}

.commment-block-header {
	display: block;
	position: relative;
	width: 100%;
	height: 25px;
	background: grey;
}


#text-btn {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-top-left-radius: 6px !important;
}

#summary-btn {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 6px !important;
	border-top-left-radius: 0px !important;
}

em, i, h3, b {
	pointer-events: none;
}
em, i, h3 {
	border-color: inherit;
}
