:root {}
html,
body {
	background-color: grey;
	margin: 0;
	font-family: "Raleway", "Verdana", sans-serif;
	color: rgb(28, 28, 28);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	word-break: break-word;
}
.wrapper .content a,
.wrapper .content a:visited {
	color: #493e6c;
	text-decoration: none
}
.wrapper .content a:hover {
	color: #891ab6;
}
h1, h2, h3 {
	font-size: 125%;
	font-weight: 400
}
noscript {
	display: block;
	padding: 10%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 13;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: white;
	text-align: center
}
.loading {
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 12;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.loading img {
	width: 150px;
	height: auto;
	opacity: .5;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px
}
.header {
	background-color: rgb(24, 24, 24);
	color: white;
	padding: 20px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	text-align: right
}
.development_header {
	color: orange
}
.wrapper {
	display: table;
	width: 100%;
}
.wrapper .content,
.wrapper .tools {
	display: table-cell;
	vertical-align: top;
	background-color: #f2f2f2;
}
.wrapper .tools {
	background-color: #cccccc;
	width: 300px
}
.wrapper .content {
	padding: 20px 20px 20px 60px;
	box-sizing: border-box
}
.footer {
	padding: 20px;
	text-align: center;
	color: #f2f2f2
}
.footer p {
	margin: 0;
}
.debug {
	background-color: rgb(93, 93, 93);
	padding: 20px 60px 20px 60px;
	font-family: monospace;
	color: white;
}
.debug p:first-of-type {
	margin-top: 0
}
.debug p:last-of-type {
	margin-bottom: 0
}
.debug ul {
	display: block;
	background-color: #2f2f2f;
	list-style: none;
	padding: 20px
}
nav {
	position: fixed;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: -210px;
	width: 250px;
	padding: 10px 0 10px 0;
	box-sizing: border-box;
	transition: .2s
}
nav a,
nav a:visited {
	display: table;
	width: 100%;
	color: white;
	text-decoration: none;
}
nav a:hover span {
	opacity: 1
}
nav a span {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	opacity: .5
}
nav a span:nth-child(1) {
	width: 100%;
	padding: 10px 10px 10px 20px;
}
nav a span:nth-child(2) {
	width: 30px;
	text-align: left;
	padding: 10px 10px 10px 0
}
.show_menu {
	left: 0
}
.box {
	background-color: rgba(1, 84, 29, 0.2);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 8px
}
.tech_content_relevancy_box {
	padding: 20px;
	box-sizing: border-box;
	border-radius: 8px
}
.box p:first-of-type,
.tech_content_relevancy_box p:first-of-type {
	margin-top: 0;
}
.box p:last-of-type,
.tech_content_relevancy_box p:last-of-type {
	margin-bottom: 0;
}
.box_border {
	border: 1px solid black
}
.box_tech_appraisals .box {
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.4)
}
.box_tech_appraisals .box:last-child {
	margin-bottom: 0
}
.box_tech_appraisals p:first-of-type {
	margin-bottom: 10px !important
}
.box_var_magic {
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
	position: relative
}
.box_var_magic:hover {
	background-color: rgb(253, 253, 154);
	cursor: copy
}
.box_var_magic p:first-child {
	margin-top: 0
}
.box_var_magic p:last-child {
	margin-bottom: 0;
}
.apply_popup_box .box_var_magic:last-child {
	margin-bottom: 0
}
.tech_auto_text_hide {
	display: none
}
.gateway_box {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px
}
.gateway_box h1 {
	margin-top: 0;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=checkbox],
textarea,
select {
	outline: none;
	border: 1px solid #cccccc;
	padding: 8px;
	font-size: inherit;
	box-sizing: border-box;
	appearance: none;
	background-color: white;
	border-radius: 8px;
	font-family: inherit
}
input[type=checkbox] {
	cursor: pointer;
	margin: 0;
	vertical-align: text-bottom;
}
input[type=checkbox]:checked {
	background-image: url(/core/media/checked.png);
	background-size: cover;
	background-color: rgb(246, 186, 179);
	border-color: salmon
}
input[readonly],
select[readonly],
textarea[readonly] {
	background-color: #cccccc;
	color: #424242
}
select {
	background-image: url(/core/media/select.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 32px
}
.file_button,
input[type=submit] {
	border: none;
	//background-color: green;
	background-color: rgba(31, 89, 50, 0.7);
	color: white;
	padding: 8px;
	text-transform: uppercase;
	border-radius: 8px;
	cursor: pointer
}
input[type=submit]:hover {
	background-color: rgba(31, 89, 50, 1);
}
.file_button {
	background-color: rgb(23, 65, 142);
	text-decoration: none;
	margin: 0;
	display: inline-block
}
span .file_button {
	width: 100%;
	box-sizing: border-box
}
input[type=submit]:disabled,
select:disabled,
input:disabled {
	opacity: .20
}
input[type=file] {
	position: absolute;
	top: -1000px
}
.form input[type=text],
.form input[type=password],
.form textarea,
.form select {
	width: 100%;
	margin-top: 5px;
	box-sizing: border-box
}
.form span {
	display: inline-block;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.form .form_1 span {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.form .form_2 span {
	width: 50%
}
.form .form_2 span:nth-child(1n+1) {
	padding-left: 0
}
.form .form_2 span:nth-child(2n+2) {
	padding-right: 0
}
.form .form_3 span {
	width: calc(100%/3)
}
.form .form_3 span:nth-child(1n+1) {
	padding-left: 0
}
.form .form_3 span:nth-child(3n+3) {
	padding-right: 0
}
.form .form_4 span {
	width: calc(100%/4)
}
.form .form_4 span:nth-child(1n+1) {
	padding-left: 0
}
.form .form_4 span:nth-child(4n+4) {
	padding-right: 0
}
.form .form_5 span {
	width: calc(100%/5)
}
.form .form_5 span:nth-child(1n+1) {
	padding-left: 0
}
.form .form_5 span:nth-child(5n+5) {
	padding-right: 0
}

.form .form_6 span {
	width: calc(100%/6)
}
.form .form_6 span:nth-child(1n+1) {
	padding-left: 0
}
.form .form_6 span:nth-child(6n+6) {
	padding-right: 0
}
.required {
	display: inline-block;
	color: red;
	margin: 0 !important;
}
.is_required {
	border-color: red !important;
}
.dot {
	display: inline-block;
	background-color: #cccccc;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	vertical-align: text-bottom
}
.table {
	display: table;
}
.row {
	display: table-row
}
.cell {
	display: table-cell;
	padding: 8px;
	vertical-align: middle
}
.data {
	margin: 20px 0 20px 0
}
.data .cell {
	border: 1px solid rgba(46, 67, 53, 0.5);
	border-right: none;
	border-bottom: none
}
.data .row:last-child .cell {
	border-bottom: 1px solid rgba(46, 67, 53, 0.5);
}
.data .row .cell:last-child {
	border-right: 1px solid rgba(46, 67, 53, 0.5);
}
.data .heading .cell {
	//background-color: #5D5D5D !important;
	background-color: rgba(46, 67, 53, 0.5);
	color: white;
}
.data .row:nth-child(even) .cell {
	background-color: white
}
.data img {
	height: 40px;
	width: auto;
	margin-bottom: -4px;
	border-radius: 3px;
	transition: .25s
}
.full {
	width: 100%;
	box-sizing: border-box
}
.nowrap {
	white-space: nowrap
}
.center {
	text-align: center
}
.top {
	vertical-align: top
}
.paging {
	padding:0
}
.paging a,
.paging a:visited,
.paging a:active {
	display: inline-flex;
	line-height: 1.5em;
	background-color: grey;
	color: white !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	margin-right: 5px;
	opacity: .5;
	border-radius: 8px
}
.paging a:hover {
	opacity: 1
}
.sortable ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2em;
	cursor: move
}
// New pipeline styles (replaces above when completed)
.pipe_system * {
	box-sizing: border-box
}
.pipe_system {
	padding: 0 !important;
	padding-top: 10px !important
}
.pipe_system .pipe_box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 24.25%;
	margin: 0 0.5% 1% 0.5%;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	min-height: 180px
}
.pipe_system .pipe_box:nth-child(4n+1) {
	margin-left:0
}
.pipe_system .pipe_box:nth-child(4n+4) {
	margin-right:0
}
.pipe_system .pipe_box .pipe_content {
	position: relative;
	z-index: 2;
	padding: 8px;
	border-radius: 2px;
	font-size: 85%
}
.pipe_system .pipe_box .pipe_content p {
	margin: 0
}
.pipe_system .pipe_box .pipe_content p:first-of-type {
	font-weight: bold;
	text-transform: uppercase
}
.pipe_system .pipe_box .pipe_content p:last-of-type {
	margin-bottom: 10px
}
.pipe_system .pipe_box .pipe_mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: .2;
	border-radius: 2px
}
.pipe_content_controls a,
.pipe_content_controls a:visited {
	display: inline-block;
	margin: 0 3% 0 3%
}
.pipe_priority {
	position: absolute;
	z-index: 3;
	top: -20px;
	right: -20px;
	height: 40px;
	width: 40px;
	transform: rotate(45deg)
}
.pipe_note_deleted {
	opacity: .2
}
.pipe_box {
	margin-bottom: 10px
}

// End of new pipeline system settings +++++++++++++++++++++++




.date {
	cursor: pointer;
	background-image: url(/core/media/date.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}
.triangle {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(45deg);
	background: grey;
}
.note {
	background-color: #c4cd94;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #5e614c;
	box-sizing: border-box
}
.note p:nth-child(1),
.note p:nth-child(2) {
	margin: 0
}
.note p:nth-child(3) {
	margin-bottom: 0
}
.warning {
	display: block;
	margin: 10px 0 10px 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(248, 0, 0, 0.5);
	color: white;
	font-weight: bold;
	border-radius: 8px
}
.warning_green {
	background-color: rgb(178, 245, 178)
}
.accordion_container {
	margin-bottom: 1px
}
.accordion_title {
	display: block;
	padding: 0 10px 0 10px;
	line-height: 2.5em;
	//background-color: grey;
	background-color: rgba(46, 67, 53, 0.5);
	color: white;
	cursor: pointer;
	background-image: url(/core/media/acc_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.accordion_title:hover {
 background-color: rgba(46, 67, 53, 0.9);
}
.accordion_title_active {
	background-color: rgba(46, 67, 53, 0.9);
	background-image: url(/core/media/acc_up.png);
}
.accordion_content {
	padding: 10px 0 10px 0;
	display: none
}
.accordion_content .table {
	margin: 0;
}
.accordion_regulation {
	background-color: rgb(255, 220, 217);
	padding: 20px
}
.accordion_regulation .box p {
	margin: 0;
}
.inline_icon {
	font-size: 9px;
	vertical-align: text-bottom;
	margin-bottom: -4px
}
.material-symbols-rounded,
.material-symbols-rounded:visited {
	text-decoration: none;
	color: inherit;
	opacity: .6
}
.material-symbols-rounded:hover {
	opacity: 1
}
.sub_menu a,
.sub_menu a:visited {
	display: inline-block;
	background-color: black;
	padding: 8px;
	color: white !important;
	text-decoration: none;
	margin-right: 8px;
	opacity: .4;
	text-transform: uppercase;
	border-radius: 8px
}
.sub_menu a:hover {
	opacity: .8
}
.bug_report {
	position: fixed;
	z-index: 20;
	width: 800px;
	height: auto;
	padding: 20px;
	background-color: white;
	box-sizing: border-box;
	margin: 3%;
	left: 50%;
	margin-left: -400px
}
.bug_report_close,
.bug_report_close:visited {
	position: absolute;
	top: 20px;
	right: 20px;
	color: red;
	text-decoration: none;
	font-size: 125%
}
.tech_appraisal {
	width: 100%
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse
}
table td,
table th {
	border: 1px solid grey;
	padding: 6px;
}
table th {
	background-color: grey;
	color: white
}
.sortable_content div:hover {
	cursor: move;
}
hr {
	height: 1px;
	border: 0;
	background-color: rgba(156, 156, 156, 0.5);
	margin: 20px 0 20px 0
}
.poogle_ico {
	vertical-align: text-bottom;
	font-size: 16px !important;
	margin: 0 5px 0 0
}
.poogle_result::first-line {
	font-weight: bold;
	color: orangered !important
}
.poogle_result a,
.poogle_result a:visited {
	color: inherit;
	text-decoration: underline;
}
.template_fade {
	border: 1px solid #cccccc;
	border-bottom: none;
	position: relative;
	padding: 20px;
	margin-bottom: 20px
}
.fade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgb(242,242,242);
	background: linear-gradient(360deg, rgba(242,242,242,1) 20%, rgba(242,242,242,0) 100%);
}
.fade_controller,
.fade_controller:visited {
	position: absolute;
	z-index: 11;
	top: 10px;
	right: 10px
}
.auto_text {
	margin: 0 0 20px 0;
	background-color: salmon;
	padding: 20px;
	border-radius: 8px;
	display: none
}
.auto_text span {
	display: inline !important;
}
.auto_text .auto_block {
	padding: 20px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: white;
	border-radius: 4px;
	position: relative;
	cursor: copy;
	transition: .5s
}
.auto_text .auto_block:hover {
	opacity: .8;
	transform: scale(0.99)
}
.auto_text .auto_block:last-child {
	margin-bottom: 0
}
.colour_picker {
	display: inline-block;
	position: relative;
	//border: 1px solid #cccccc;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 17px;
	vertical-align: bottom;
	margin: 5px 0 -7px 0;
	width: 100%;
	cursor: pointer
}
.colour_picker img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 2px;
	width: auto;
	height: 32px
}
.colour_picker_drop {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 32px;
}
.colour_picker_drop div {
	height: 18px;
	border-radius: 8px;
	margin-top: 5px;
	color: white;
	padding: 8px;
	transition: .5s
}
.colour_picker_drop div:hover {
	transform: scale(0.98)
}
code {
	font-size: 85%;
	color: grey
}
.journal {
	margin: 20px 0 20px 0
}
.journal .journal_box {
	background-color: #cccccc;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 10px
}
.journal .journal_box:last-child {
	margin-bottom: 0
}
.journal .journal_box p {
	margin: 10px 0 0 0
}
.journal .material-symbols-rounded {
	vertical-align: top;
	font-size: 18px;
	margin-right: 8px
}
.journal_box div {
	font-weight: bold
}
.journal_delete_entry {
	cursor: pointer
}
.shadow { box-shadow:0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) }
.home_form_header {
	display: block;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 500
}
.big_date {
	text-align: center;
	font-size: 3vh;
	font-weight: 100;
	line-height: normal !important;
}
.box_announcement {
	background-color: salmon;
	text-align: center;
	font-weight: 200;
	color: white;
	font-size: 2vw !important;
	line-height: normal !important;
}
.stats_bar {
	position: relative
}
.stats_bar span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.tech_relevancy_not_relevant {
	background-color: #cccccc;
	text-decoration: line-through;
	/*pointer-events: none*/
}