@media print {
	.cm-affectors-green:before {
		color:green!important;
	}
	
	.cm-affectors-grey:before {
		color:grey!important;
	}
	
	.cm-affectors-red:before {
		color:red!important;
	}
	
	.cmHeading {
		font-size: 1.5em;
		padding-top: 20px;
		text-align:left;
	}
	
	.container {
		width:100%;
	}
	
	.dropdown {
		border-bottom: none!important;
	}
	
	.fa-fire-alt:before {
		color:red!important;
	}
	
	.new-page {
		page-break-before: always;
		padding-top:30px;
	}
	.print-black {
		color:#000!important;
	}
	.printable {
		display: block!important;
		margin-top: 50px;
	}
	.printable-scrolltable {
		width: 100%;
		height: 100%!important;
		overflow: visible!important;
	}
	body {
		-webkit-print-color-adjust: exact;
	}
	
	div.print-header {
		position: fixed;
		top: 0;
	}
}

@media screen {
	div.print-header {
		display:none;
	}
}

@page {
	margin: 0;
}

a:hover,
a:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

img {
	-ms-interpolation-mode: bicubic;
}

span.deleteicon {
	position: relative;
	display: inline-flex;
	align-items: center;
}

span.deleteicon span {
	position: absolute;
	display: block;
	right: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #fff;
	background-color: #ccc;
	font: 13px monospace;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
	z-index: 10;
	padding-right: 1px;
}

span.deleteicon input {
	padding-right: 18px;
	box-sizing: border-box;
}

textarea {
	resize: none;
}

th.angle-text {
	height: 100px;
	white-space: nowrap;
}

th.angle-text > div {
	transform:
		translate(26px, -2px)
		rotate(315deg);
	width: 30px;
}
	
th.angle-text > div > span {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

.a-btn {
	background-color: GhostWhite;
	border-style: ridge;
	border-width: 2px;
	padding: 5px 5px 5px 5px;
	color: blue;
}

.a-btn:hover {
	border-style:outset;
	border-width: 2px;
}

.a-btn-disabled,
.a-btn-disabled:hover{
	background-color: GhostWhite;
	border-style: solid;
	border-width: 2px;
	border-color: GhostWhite;
	padding: 5px 5px 5px 5px;
	color: darkgrey;
	cursor: not-allowed;
}

.alert-box {
	display: none;
	position: fixed;
	top: 220px;
	left: 300px;
	width: 350px;
	/* border: 2px solid #ff0000; */
	border-radius: 5px;
	background-color: #F1F1F1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 205;
	font-size: 0.9em;
}

.leaveAlert-box {
	display: none;
	position: fixed;
	top: 20%;
	left: 32vw;
	width: 40vw;
	/* border: 3px solid #ff0000; */
	border-radius: 5px;
	background-color:  #F1F1F1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 105;
	font-size: 1.5em;
}

.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)}
	to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
	from {transform: scale(0)}
	to {transform: scale(1)}
}

.animate-wipe {
	-webkit-animation: animatewipe 0.6s;
	animation: animatewipe 0.6s;
}

@-webkit-keyframes animatewipe {
	from {-webkit-transform: scale(0, 1)}
	to {-webkit-transform: scale(1)}
}

@keyframes animatewipe {
	from {transform: scale(0, 1)}
	to {transform: scale(1)}
}

.advanced {
	display: none;
}

.borderBottomGrey {
	border-bottom: 1px solid #ddd;
}

/* # The following class is deprecated - use borderBottomGrey instead */
.cellgreybborder {
	border-bottom: 1px solid #ddd;
}

.centred {
	text-align: center;
}

.clickToEdit {
	cursor: url(/static/images/pencil.png) 0 31, pointer;
}

.close {
	color: #222;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.cm-affectors-copy {
	display: none;
	font-weight:bold;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: -50px;
	background-color: #f9f9f9;
	color: black;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.edit-box {
	display: none;
	position: absolute;
	top: 150px;
	left: 150px;
	width: 500px;
	margin-left: 15vw;
	/* border: 2px solid  rgb(71, 41, 76); */
	border-radius: 8px;
	background-color: #F1F1F1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 10px 16px 12px 16px;
	z-index: 101;
	font-size: 0.9em;
}

.nav-tabs li a {
	padding: 5px 14px;	
	margin-right: 0px;
}


.settingTabContent {
overflow-y: auto;
overflow-x:hidden;


}

.settingTabContent::-webkit-scrollbar:horizontal {
	height: 6px;
  }

.settingTabContent::-webkit-scrollbar {
	width: 6px;
	margin-left: -8px;

  }
  
  .settingTabContent::-webkit-scrollbar-thumb {
	background-color: #e2e0e0;
	border-radius: 20px;
  
  }
  
  .settingTabContent:hover::-webkit-scrollbar-thumb {
	background-color: #696868;
	border-radius: 20px;
	
   
  }
  
  .settingTabContent::-webkit-scrollbar-track {
	background-color: #e2e0e0;
   
  }

.edit-box.input:invalid {
	border: 2px solid red;
}

/* .th-sticky must be listed before .effecton */
.th-sticky {
	background: white;
	position: sticky;
	top: 0;
	z-index: 10;
}

.effecton {
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(lightgrey, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(lightgrey, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(lightgrey, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(lightgrey, white); /* Standard syntax */
}

.file-drop-zone {
	border: 2px dashed #c9c;
	border-radius: 10px;
	width: 400px;
	height: 110px;
	text-align:center;
	padding:15px;
}

.file-drop-zone.highlight {
	border-color: purple;
	background-color: lightgrey;
}

.float-menu-box {
	display: none;
	position: absolute;
	border: 1px solid #888888;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 12px;
	z-index: 101;
	font-size: 1em;
}

.float-menu-box:hover {
	display: block;
}

.forDeletion {
	text-decoration: line-through;
	text-decoration-color: red;
}

.gbr {
	border-right: 1px solid lightgrey;
}

.greyout {
	filter: grayscale(0.5);
}

.hanging > p {
	padding-left: 20px;
}

.hanging > p:first-letter {
	margin-left: -20px;
}

.hide-file-input {
	width: 1px;
	height: 1px;
}

.hilite {
	color: red;
	font-weight: bold;
}

.hoverCell {
	cursor: pointer;
}

.hoverCell:hover {
	background-color: #ddd;
}

.image-save-preview-box {
	top: 100px;
	left: 150px;
	width: 550px;
	max-height: 600px;
	padding: 10px 10px 20px 10px;
	margin-left: 10vw;
	position: absolute;
	/* text-align: center; */
	overflow-y: auto;
	/* border: 2px solid  rgb(71, 41, 76); */
	border-radius: 8px;
	background-color: #F1F1F1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 101;
	display: none;
}

.image-save-preview-box::-webkit-scrollbar {
	width: 6px;
	margin-left: -8px;
  
  }
  
  .image-save-preview-box::-webkit-scrollbar-thumb {
	background-color: #e2e0e0;
	border-radius: 20px;
  
  }
  
  .image-save-preview-box:hover::-webkit-scrollbar-thumb {
	background-color:rgb(71, 41, 76);
	border-radius: 20px;
	
   
  }
  
  .image-save-preview-box::-webkit-scrollbar-track {
	background-color: #e2e0e0;
   
  }

.input-num-click {
	padding: 3px;
	border-radius: 10px;
	background-color: #ddddff;
}

.input-num-click:hover {
	background-color: #66ccff;
}

.input-number-no-btns::-webkit-outer-spin-button,
.input-number-no-btns::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.keep-together {
	page-break-inside:avoid;
}

.letterCircle {
	border-radius: 40%;
	width: 20px;
	height: 20px;
	padding: 2px;
	text-align: center;
	font: bold 13px sans-serif;
}

.logo {
	padding: 5px;
}


.nav-tabs {
	background-color: #ebebeb;

}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
	color: black;
	border:none;
	border-bottom: 3px solid #8A1E2E;
	background-color: #ebebeb;
}

.nav-tabs>li.active>a:hover {
	border: none;
	border-radius: 8px 8px 0px 0px;
	color:#8A1E2E;

	/* border-bottom: 3px solid white; */
}

.nav-tabs > li> a:hover {
	/* color: #8A1E2E; */
	background-color: #cdaaaf;
	/* color:#8A1E2E; */
	border-radius: 8px 8px 0px 0px;
}

.nav-tabs > li.disabled > a {
	color: #aaa;
}

.nav-tabs > li.disabled > a:hover {
	color: #aaa;
	margin-bottom: 2px;
}

.nav-tabs > li > a {
	margin: 3px 2px 0px 2px;
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	border: none;
	height: 2em;
}

.node-pin {
	color:#8a1e2e;
	font-size:14px;
	font-weight: 500;
	padding-right:10px;
}

.node-pin:hover {
	color: #8a1e2e;
	cursor: pointer;
	
}

.numberCircle {
	border-radius: 40%;
	width: 20px;
	height: 8px;
	padding: 2px;
	background: red!important;
	border: 1px solid red;
	color: white;
	text-align: center;
	font: bold 13px sans-serif;
}

.pointer {
	cursor: pointer;
}

.print-header {
	font-size: 1.5em;
	text-align:center;
	width:100%;
}

.processor-note {
	font-size: 0.9em;
	font-style: italic;
	padding-left:10px;
}

.q-chart-data-div {
	display: none;
	top: 300px;
	left: 700px;
	width: 200px;
	height: 150;
	background-color: #fff;
	border: 3px solid blue;
	border-radius: 3px;
	position: absolute;
}

.q-table-cell {
	text-align:right;
	padding:5px 20px 5px 5px;
}

.ql-size-small {
	font-size: 11px;
}

.ql-size-large {
	font-size: 16px;
}

.ql-size-huge {
	font-size: 20px;
}

.quillPastePlain {
	padding-left:10px;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	text-align: left;
}

.required {
	border: 2px dotted purple;
}

.right-number {
	text-align: right;
	padding-right:20px;
}

.right-pad-block {
	padding-right:4px;
}

.right {
	text-align: right;
}

.rightlogo {
	float: right;
	max-height: 100%;
}

.risk {
	-webkit-print-color-adjust: exact;
}

.riskNote {
	color: #4286f4;
	font-style: italic;
	padding: 10px 0px 0px 20px;
}

.riskTypeSelect {
	font-size: 1em;
	padding: 5px 10px;
	margin-right: 10px;
	background-color: #eee;
	border-radius: 4px;
}

.riskTypeIntrinsic {
	border-bottom: 4px solid red;
}

.riskTypeResidual {
	border-bottom: 4px solid green;
}

.riskTypeTarget {
	border-bottom: 4px solid blue;
}

.rt-edit {
	display: table-cell;
}

.sampleHeader {
	background-color: tomato;
	color: white;
	border: 2px solid red;
	border-radius: 5px;
	padding: 10px;
}

.sampleHeaderLink {
	color: aqua;
	text-decoration-line: underline;
	text-decoration-style: dotted;
}	

.searchTerm {
	color:white;
	background-color:grey;
}

.shortcut-key {
	border: 1pt dotted grey;
	border-radius: 2px;
	font-size:0.7em;
	padding: 0px 5px 0px 5px;
	color:grey;
}

.shortcut-key-cell {
	width: 25px;
	text-align: center;
	display: none;
	font-size: 10px;
	color: grey;
	cursor: pointer;
}

.smallText {
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.storageFileRow:hover {
	background-color: lightcyan;
}

.strikethrough {
	text-decoration: line-through solid red;
	text-decoration-thickness: 2px;
}

.tab-dropdown-menu {
	display: none;
	position: absolute;
	border: 1px solid grey;
	border-radius: 4px;
	background-color: #fff;
	z-index: 1000;
	padding: 10px;
	font-size: 1em;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.tdc {
	padding: 5px;
	text-align: center;
}

td.tdl {
	padding: 2px 5px 2px 5px;
}

.textHighlightGreen {
	background-color: lime;
}

.textHighlightYellow {
	background-color: yellow;
}

th.thl {
	padding-left: 5px;
	text-align: left;
}

.threat-level {
	padding: 5px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

.threat-level-label {
	padding: 5px;
	width: 100px;
	float: left;
	text-align: center;
	border: 1px solid white;
	border-radius: 5px;
}

.tri-bullet-list {
	margin: 0.75 em 0;
	padding: 0 1em;
	list-style: none;
}

.tri-bullet-list li::marker {
	content: "▲";
}

.upload-error {
	color: #fff;
	background-color:tomato;
}

.vertical-text {
	transform: rotate(270deg);
	transform-origin: 0% 100%;
	translate:30px;
	width: 30px;
}

#bowtieInfo {
	display: none;
	width: 265px;
	border: 2px solid grey;
	position: absolute;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0px 10px;
	font-size: 0.9em;
}

#canvasPNG {
	margin-top: 10px;
	margin-left: 12px;
}

#chartDataDiv {
	position:absolute;
	max-width:500px;
	border: 3px solid #888888;
	background-color: White;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 101;
	display:none;
}

#curtain {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
	background-color: #fff;
}

#editBandColourDiv {
	position:absolute;
	height:320px;
	max-width:500px;
	border: 3px solid #888888;
	background-color: White;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 101;
	display:none;
}

#overlay {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: #444444;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#overlay-nodemenu {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

#loading {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 150;
	margin: -75px 0 0 -75px;
	border: none;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background-color: #fff;
	text-align: center;
	padding-left: -20px;
	padding-top: 50px;
	font-weight: bold;
}

#pieLink {
	stroke-dasharray: 300;
	animation: pieLinkAnim 1s linear reverse;
}

#switchedLabel {
	border: 2px solid red;
	color: white;
}

@keyframes pieLinkAnim {
	to {
		stroke-dashoffset: 300;
	}
}

#spinner {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 150;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #800080;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#confirmMFA::-webkit-outer-spin-button,
#confirmMFA::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#confirmMFA {
	-moz-appearance: textfield;
}