/*noinspection CssUnknownTarget*/
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,700);
/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700');
html {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none
}
* {
	box-sizing: border-box;
}
body {
	background-color: #e4eef5;/*#;*/
	color: #333;
	height: 100%;
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased !important;
	transition: padding-left 0.4s;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 1.42857143;
}
legend {
	color: inherit !important;
}
body.OverlayOpen {
    overflow:hidden;
}

body.preload,body.preload * {
	transition: none !important;
}

@font-face {
    font-family: 'viga';
    src: url('/assets/css/fonts/viga/viga-regular-webfont.woff2') format('woff2'),
         url('/assets/css/fonts/viga/viga-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.pointer-events-off {
	pointer-events: none;
}
.page-header {
	margin: 0 !important;
}
.banner-12345 {
	display: none;
	margin-bottom: 30px;
	padding: 20px 10px;
	border-radius: 5px;
	background: #D30000;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
p {
	word-wrap: break-word !important;
	-webkit-font-smoothing: antialiased !important;
}
.fade {
	z-index: 2000 !important;
}
.modal-content {
	border-radius: 0 !important;
}
@media(max-width: 768px){
	.modal-dialog,.modal-content {
		margin: 0 !important;
	}
}
.modal-backdrop {
	z-index: 1900 !important;
}
input,select {
	box-shadow: none !important;
	border: 1px solid #ccc;
	outline: none !important;
	box-sizing: border-box;
	border-radius: 0;
}
strong {
	font-weight: bold;
}
.handleNav {
	background: #000;
}

.footer {
	text-align: center;
	padding: 1em;
	min-height: 70px;
	color: #333;
	position: relative;
}
.footer a {
	color: #333;
}

.footer .tab {
	position: absolute;
	top: -20px;
	left: 20px;
	font-size: 24px;
	color: #4e99e4;
}

.underconstruct {
	background-image: linear-gradient(31deg, #ffee00 25%, #000000 25%, #000000 50%, #ffee00 50%, #ffee00 75%, #000000 75%, #000000 100%);
background-size: 78px 47px;
	padding: 10px;
	min-height: 48px;
	position: relative;
}
.underconstruct > .info {
	position: absolute;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0,0,0,0.3);
	padding: 10px;
	font-size: 18px;
	color: #fff;
}

.or-divider {
	margin: 20px 0;
}
.or-divider > span {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
}


.or-divider.small {
	margin: 25px 0 25px 0;	
}
.or-divider.small > span {
	font-size: 24px;
	padding: 0 10px 0 0;
}

h1,h2,h3,h4 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
	margin: 20px 0;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 12px;
}

a {
	color: rgb(0, 140, 255);
	text-decoration: none;
}
a:hover,a.focus {
	color: #23527c;
	text-decoration: none;
}
a.focus {
	text-decoration: underline;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input {
	line-height: normal;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

.label-danger {
	background: #ff8181;
	color: #000;
	display: inline-block;
	border-radius: 20px;
	font-size: 11px;
	padding: 6px 15px !important;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}
.err {
	background: #ff8181;
	padding: 15px;
	margin: 5px;
	font-size: 12px;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.err.no-specialized-style {
	border-radius: 0;
	margin: 0;
}
.err.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.err.flex.flex-right:nth-child(2) {
	align-self: flex-end;
}
.center {
	text-align: center;
}
.err.info {
	background: #d9edf7;
	color: #31708f;
}
.err.info.bordered {
	border: 1px solid #31708f;
	border-radius: 2px;
}
.err.margin-off {
	margin: 10px 0;
}
.err.margin-left-off {
	margin-left: 0;
}
.err.margin-right-off {
	margin-right: 0;
}
.err.suc,.err.success {
	background: #a5ff9c;
}
.err.warning,a.err.warning {
	background: #faebcc;
	color: #333;
}
.label-pink {
	background: #ff8181;
}
textarea {
	resize: none;
}
.btn.disabled {
	opacity: 0.8;
	pointer-events: none;
}

code,pre,table {
	overflow: auto !important;
}
pre code,
pre .line-number {
	font:normal normal 12px/14px "Courier New",Courier,Monospace;
	color:black;
	display:block;
	overflow: auto !important;
}
pre .line-number {
	float:left;
	margin: 0 10px 0 0;
	border-right:1px solid #ccc;
	text-align:right;
}

pre .line-number span {
	display:block;
	padding:2px 10px 2px 10px;
}

pre .cl {
	display:block;
	clear:both;
}
code {
	border: 1px solid #ffcfcf;
}
pre {
	background-color: #ececec;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 12px;
	padding: 20px;
	overflow: auto;
}
code {
	background-color: #ececec;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 12px;
	padding: 2px;
	overflow: auto;
}
thead td {
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.alert {
	margin: 5px 0 5px 0 !important;
	text-align: center !important;
	border-radius: 0 !important;
}
.nav-pills li.active a {
	background: #4e99e4 !important;
}
.container {
	padding-bottom: 10px;
}
.mini-header {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding: 5px;
}
.content-box {
	background: #fff;
	padding: 20px 10px 10px 10px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}
.content-box > .content-box-tag {
	background: inherit;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: -7px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}
.content-box > .content-box {
	margin: 5px 0 5px 0;
	border: none;
}
.content-box > .content-box > .content-box-tag {
	left: 0;
	top: 0;
}
.nimmod {
	background: #fff;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.nimmod > .content {
	padding: 10px;
}
.nimmod > .content > .header {
	font-size: 18px;
	line-height: 24px;
	display: block;
}
.nimmod > .align-right,.download-ender {
	background: #f0f0f0;
	text-align: right;
	padding: 10px 20px;
	margin-top: 10px;
}
.nimmod > .addons {
	margin: 15px 0 0 0;
}
.nimmod > .addons > div {
	margin: 0 0 5px 0;
	font-size: 11px;
}
.nimmod > .addons > .addon {
	display: block;
	padding: 6px;
	font-size: 11px;
	margin: 1px 3px;
	border-left: 3px solid #d73f8c;
}
/* Global Manipulation */
.wrap {
	width: auto !important;
	padding: 0 !important;
}

.dropdown-menu > li > a {
	padding: 9px 12px;
}
.dropdown-menu > li.separator {
	border-bottom: 1px solid #ccc;
}
.play-history-chunk {
	margin: 10px;
}

/* Page: Error */
.errorHolder {
	text-align: center;
	font-size: 1em;
	line-height: 3em;
	padding: 5px;
	width: 100%;
	min-height: 350px;
	position: relative;
	background: #fff url(https://cdn.donutteam.com/MainSite/yum.png) no-repeat center center;
	background-size: 80%;
	border-bottom: 1px solid #ccc;
}
.errorHolder div {
	background: rgba(255,255,255,0.8);
	width: 150px;
	height: 150px;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -75px;
	border-radius: 150px;
}
.errorHolder div .top-label {
	text-align: center;
	font-size: 22px;
	display: block;
	margin-top: 20px;
}
.errorHolder div .info {
	font-size: 11px;
	line-height: 14px;
	display: block;
}

.page-header.first { margin: 15px 0 20px }
.page-header.first h1 { margin: 10px 0; }

.popup-holder {
	position: fixed;
	bottom: 5px;
	left: 5px;
	width: 100%;
	max-width: 300px;
	z-index: 9999;
}
.popup-msg {
	padding: 15px;
	text-align: center;
	font-size: 12px;
	background: #333;
	color: #fff;
	display: none;
	max-width: 300px;
	width: 300px;
	border-radius: 3px;
	margin: 5px;
}
.popup-msg-success {
	background: #a5ff9c;
	color: #000;
}
.popup-msg-info {
	background: #c3defa;
	color: #000;
}
.popup-msg-error {
	background: #ff8181;
	color: #000;
}
@media(max-width: 768px){
	.popup-holder {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		bottom: auto;
		max-width: 100%;
	}
	.popup-msg {
		margin: 0;
		width: auto;
		max-width: none;
		border-radius: 0;
	}
}

.fh {
	display: block;
	text-align: center;
	margin: 0 0 0 0;
}
.fh img {
	width: 100%;
}
.brh2 {
	padding: 0 0 0 15px;
}
.brh2 a {
	text-decoration: none;
}

.timestamp {
	font-size: 12px;
	color: #999;
}

/* Cookie Law */
.uk-cookies {
	background: rgba(0,0,0,0.7);
	padding: 1rem;
	border-radius: 1rem;
	color: #fff;
	position: fixed;
	top: 110px;
	right: 10px;
	z-index: 10;
}
@media screen and (max-width: 800px) {
	.uk-cookies {
		left: 10px;
	}
}
.uk-cookies strong {
	font-weight: 700;
}
.uk-cookies p {
	font-weight: 300;
}
.pull-right {
	margin: 0;
	padding: 8px;
}
.uk-cookies .btn-default {
	background: transparent;
	color: #ddd;
	font-weight: 100;
}
@media(max-width: 600px){
	.pull-right {
		display: block;
		text-align: center;
		float: none !important;
	}
	.pull-right .btn {

	}
}

.inf img {
	max-width: 100%;
}
.inf h1,.inf h2,.inf h3,.inf h4 {
	text-align: left;
	background: none;
	padding: 0;
	margin: 5px 0;
	color: #000;
}
.inf h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
}
.inf h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
.inf h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.inf h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.inf code {
	display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
}

.new-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	flex-wrap: wrap;
	margin: 10px 0;
	border-radius: 10px;
}
.new-pagination > a {
	display: block;
	padding: 20px 30px;
	flex: 1;
	text-decoration: none;
	color: inherit;
	text-align: center;
	border-bottom: 3px solid transparent;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.new-pagination > a:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.new-pagination > a:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.new-pagination > a.active {
	border-bottom-color: #4e99e4;
	background-color: rgba(0,0,0,0.05);
}
.new-pagination > a:hover:not(.active) {
	background-color: rgba(0,0,0,0.1);
}

@media(max-width:1000px){
	.new-pagination > a {
		padding: 10px 15px;
	}
}

/* custom inclusion of right, left and below tabs */
.nav-justified > li {
    display: table-cell;
    width: 1%
}
.pagination li.first a,.pagination li.last a,.pagination li a {
	border-radius: 0;
	padding: 5px 10px;
}

ul.pager > li > a {  }
ul.pager > li.active > a { background: steelblue; color: #fff;border-color: transparent; }

.forum-new-post {
	background: #fff;
	border: 1px solid #ccc;
	padding: 0 !important;
}
.forum-new-post > .cd-editor {
	padding: 0 !important;
}

.round {
	background: #fff;
	color: #000;
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 20px 10px;
	text-align: center;
}
.round > .number {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Viga', arial, sans-serif;
}
.round > strong {
	text-align: center;
	display: block;
}
.round.nocenter {
	text-align: left;
}

/* New Navbar Thing */
.user-friendly-navbar {
	margin-bottom: 10px;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #ccc;
	min-height: min-content;
	overflow: auto;
	white-space: nowrap;
}
.user-friendly-navbar > a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 11px 20px 11px 20px;
	text-decoration: none;
	color: #555;
	display: inline-block;
	transition: color 0.3s;
	border-bottom: 2px solid transparent;
}
.user-friendly-navbar > a.active {
	font-weight: bold;
	border-bottom-color: #6092e2;
}
.user-friendly-navbar > a:hover {
	color: #000;
}

/* New Navigation */
.user-friendly-spacing {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	max-width: 100%;
	margin: auto;
	transition: max-width 0.2s;
}
.user-friendly-spacing.forum {
	max-width: 1500px;
}
.user-friendly-spacing.condensed {
	max-width: 70%;
}
.user-friendly-spacing.classic {
	max-width: 1300px;
}
@media(max-width: 1150px)
{
	.condenseelmBtn {
		display: none !important;
	}
	.user-friendly-spacing.condensed,.user-friendly-spacing.classic {
		max-width: 100%;
	}
}
.user-friendly-spacing > .user-sidebar {
	min-width: 0;
	width: 100%;
	max-width: 200px;
	flex-shrink: 0;
	padding: 10px 10px 0 10px;
}
.user-friendly-spacing.forum > .user-sidebar {
	max-width: 240px;
	margin-right: 15px;
}
.user-friendly-spacing > .user-sidebar > ul {
	display: block;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.user-friendly-spacing > .user-sidebar > ul > li.negative > a {
	color: maroon;
}
.user-friendly-spacing > .user-sidebar > ul > li > a {
	display: flex;
	position: relative;
	flex-direction: row;
	color: #23272A;
	justify-content: center;
	font-size: 12px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	border-left: 2px solid transparent;
	padding: 10px 5px;
}
.user-friendly-spacing > .user-sidebar > ul > li.separator {
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.user-friendly-spacing > .user-sidebar > ul > li > a:hover {
	border-color: rgba(43, 161, 255, 0.4);
	text-decoration: none;
}
.user-friendly-spacing > .user-sidebar > ul > li.active > a,
.user-friendly-spacing > .user-sidebar > ul > li.active > a:hover {
	font-weight: bold;
	color: #2d537d;
}

.user-friendly-spacing > .user-sidebar > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-friendly-spacing > .user-sidebar > ul > li > a > .icon {
	width: 34px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.user-friendly-spacing > .user-sidebar > ul > li > a > .icon > img {
	width: 18px;
	height: 18px;
}
.user-friendly-spacing > .user-sidebar > ul > li > a.discord > .icon > img {
	width: 24px;
	height: 24px;
}
.user-friendly-spacing > .user-sidebar > ul > li > a > .text {
	flex: 1;
}

.user-friendly-spacing > .user-content {
	padding: 10px;
	width: 100%;
	min-width: 0;
}
.user-friendly-spacing > .user-content > .user-friendly-content-max-centre {
	background: #fff;
	max-width: 1130px;
	margin: auto;
}
.preview-element > .user-friendly-spacing > .user-content.no-padding {
	border: none;
}
.user-friendly-spacing > .user-content.no-padding {
	padding: 0;
}
.user-friendly-spacing > .user-content.no-padding .page-header > h1 {
	margin-left: 15px;
}

.sb_board_title {
	display: flex;
	padding: 7px 7px;
	font-size: 12px;
	text-decoration: none;
	color: inherit;
	align-items: center;
}
.sb_board_title:hover {
	opacity: 0.7;
}
.sb_board_title > span.board-colour {
	width: 24px;
	height: 24px;
	font-size: 14px;
	border-radius: 50%;
	display: flex;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
}
.sb_board_title > span.board-colour > .board-icon {
	color: #fff;
}
.sb_board_title:hover {
	text-decoration: none;
	color: inherit;
}



blockquote {
	border-left: 2px solid #00CC8F;
	color: #1a1a1a;
	font-size: 1.25em;
	line-height: 1.8em;
	padding: 5px;
	position: relative;
	transition: 0.2s border ease-in-out;
	z-index: 0;
	margin: 0;
	overflow: auto;

}
blockquote > footer {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	padding: 10px 10px 0 10px;
}

blockquote > div {
	width: 100%;
	overflow: auto;
}












.preview-element {
	position: fixed;
	background: #fff;
	top: 57px;
	left: 20%;
	right: 20%;
	bottom: 0;
	z-index: 1051;
	overflow-y: scroll;
	opacity: 0;
	transition: opacity 0.3s;
}
.preview-element > .closebtn {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	padding: 5px;
}
@media(max-width: 900px)
{
	.preview-element {
		left: 0;
		right: 0;
	}
}

.overlay {
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	transition: opacity 0.4s;
}
.overlay.show,.preview-element.show {
	opacity: 1;
}
.sidepanel {
    position: fixed;
    right: -6000px;
    top: 0;
	bottom: 00px;         /* Move it down from top of window */
    width: 800px;      /* Give it the desired width */ 
    margin: auto;      /* Center it */
    max-width: 100%;   /* Make it fit window if under 500px */ 
    z-index: 10000;    /* Whatever needed to force to front (1 might do) */
	overflow: auto;
	background: #fff;
	transition: opacity 0.4s, right 0.4s;
	z-index: 1051;
	border-radius: 0;
	opacity: 0;
	pointer-events: none;
	padding: 10px;
}
.sidepanel > .or-divider.header,
.sidepanel > .endingthing {
	background: #f4f4f4;
	padding: 20px;
	margin-top: 0;
	max-font-size: 18px;
}
.sidepanel > .or-divider.header > span {
	text-transform: none;
}
.sidepanel > input[type="text"],.sidepanel > textarea,.sidepanel > select,.sidepanel > .topic-editor-thing {
	width: 100%;
	padding: 10px 15px;
	border-radius: 0;
	margin: 5px 0;
	outline: none;
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}
.sidepanel > .topic-editor-thing {
	padding: 0;
}
.sidepanel > input[type="text"].haserror,.sidepanel > textarea.haserror,.sidepanel > select.haserror {
	border: 1px solid red !important;
}
.sidepanel .error { display: block; color: red; margin-bottom: 5px; }
.sidepanel > textarea {
	min-height: 200px;
}
.sidepanel.show {
	opacity: 1;
	right: 0;
	pointer-events: all;
}
.sidepanel > .or-divider {
	margin: 10px 0;
	padding: 0;
}
.sidepanel > .or-divider > span {
	padding: 0;
}
.sidepanel > .endingthing {
	margin-top: 20px;
	border-top: 1px solid rgb(82, 82, 82);
	padding: 15px 0;
	text-align: right;
}
.sidepanel > .endingthing > input {
	width: auto;
	display: inline-block;
}

.sidepanel > .endingthing > input:first-child {
	margin-right: 10px;
}
.sidepanel > .profile-img-uploader {
	display: none;
}
.sidepanel > .profile-img-uploader.show {
	display: block;
}
.sidepanel > .side-panel-information {
	position: fixed;
	top: 0;
	left: 0;
}

@media(max-width: 900px)
{
	.sidepanel {
		top: 0;
		bottom: 0;
		border-radius: 0;
		border: none;
	}
}
@media(max-width: 772px)
{
	.user-friendly-spacing > .user-sidebar {
		max-width: none;
		min-width: auto;
		width: auto;
		z-index:99;
	}
	.user-friendly-spacing > .user-sidebar.open-sidebar {
		left: 0;
	}
	.user-friendly-spacing {
		flex-direction: column;
	}
	.user-friendly-spacing > .user-content {
		width: 100%;
		border-left: 0;
	}
}

.jake-side-navbar {
	list-style: none;
    margin: 0;
    padding: 0;
}
.jake-side-navbar > li {
	padding: 10px 18px;
	margin: 10px 0;
}

.jake-side-navbar > li > a {
	text-decoration: none;
	color: #4e99e4;
	display: block;
}
.jake-side-navbar > li.active {
	background-color: #4e99e4;
	border-radius: 3px;
}
.jake-side-navbar > li.active > a {
	color: #fff;
}
.jake-side-navbar > li.divider {
	height: 1px;
	background: #000;
	padding: 0;
}

.dt-bar
{
	position: sticky;
	background: #1f2937;
	color: #fff;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.dt-bar > a
{
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-family: 'viga', Arial, Helvetica, sans-serif;
	padding:0.5rem 0.7rem;
}

.dt-bar > a:hover
{
	background-color: #1f2937;
}

.dt-bar > a.logo
{
	font-weight: normal;
}

.dt-bar > a.logo > span
{
	display: none;
}

.dt-bar > a.active
{
	background-color: #030712;
}

/* New navbar */
.dt-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	color: #fff;
    background-color: #4e99e4;
	position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 9px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin: auto;
    z-index: 1030;
	transition: left 0.4s, background-color 0.4s;
}

.sidebar-controller {
    margin-right: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.6s
}

.sidebar-controller:hover {
    background: #f9f9f9
}

.sidebar-controller:active {
    background: #e0e0e0
}

.sidebar-controller>span {
    position: absolute;
    top: 50%;
    margin-top: -9.6px;
    left: 50%;
    margin-left: -11.2px
}

.dt-nav-links {
    min-width: 170px;
    padding: 0 20px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.375rem;
}

.dt-nav-links>a{
	margin: 0px 5px;
}
.dt-nav-links>a,
.dt-nav-user>a {
	display: block;
    color: inherit;
    font-weight: 500;
	font-size: 1rem;
    text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	align-self: stretch;

}

.dt-nav-user .sign-in-btn {
	margin-right: 10px;
}

.dt-nav-links > a:last-child {
    margin: 0 10px
}

.dtlogo {
	text-transform: uppercase;
    margin: 0;
    line-height: 18px;
    font-family: 'viga', arial, sans-serif;
    font-size: 24px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    width: 200px;
    text-align: center
}
.dtlogo:hover,.dtlogo:active,.dtlogo:focus,.dtlogo:link,.dtlogo:visited {
	color: inherit;
}
.dt-nav>.dt-nav-br>.dtlogo {
    text-decoration: none
}

.dtlogo>span {
    display: none
}

.dt-nav-search {
    flex: 1;
    min-width: 100px;
    width: 100%;
	background: rgba(0,0,0,0.1);
	transition: background-color 0.3s;
	border-radius: 30px;
}
.dt-nav-search>.search-field>form {
    position: relative;
    width: 100%;
    height: 40px;
    color: inherit;
	border-radius: 3px;
}

.dt-nav-search>.search-field>form>.icon-search {
    position: absolute;
    top: 50%;
    height: 18px;
    width: 18px;
    margin-top: -8px;
    left: 12px
}

.dt-nav-search>.search-field>form>input {
    padding: 10px 10px 10px 38px;
    background: transparent;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: inherit;
}

.dt-nav-search>.search-field>form>input::-webkit-input-placeholder {
	color: inherit;
}
.dt-nav-search>.search-field>form>input::-moz-placeholder {
	color: inherit;
}
.dt-nav-search>.search-field>form>input:-ms-input-placeholder  {
	color: inherit;
}

.dt-nav-user {
    min-width: 55px;
	padding: 0 10px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
	display: flex;
}
.dt-nav-user > a.no-margin {
	margin: 0;
}

.dt-nav-links>.ncontext-menu,.dt-nav-user>.ncontext-menu {
    position: absolute;
    top: 100%;
    right: 15px;
    display: none;
    background-color: #4e99e4;
    min-width: 250px;
    max-width: 250px;
    box-sizing: border-box;
    position: absolute;
    text-align: left;
	z-index: 9999;

}
.dt-nav-links>.ncontext-menu {
	right: -160px;
	top: 37px;
}

.dt-nav-user>.ncontext-menu>.EndingBlock,.dt-nav-links>.ncontext-menu>.EndingBlock {
    margin: 5px 0 0 0;
    background-color: #84c1fd;
    font-size: 11px;
    padding: 20px;
}

.dt-nav-user>.context-menu--active,.dt-nav-links>.context-menu--active {
    display: block
}

.dt-nav-user>.ncontext-menu ul,.dt-nav-links>.ncontext-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dt-nav-user>.ncontext-menu>ul>li,.dt-nav-links>.ncontext-menu>ul>li  {
}

.dt-nav-user>.ncontext-menu>ul>li>a,.dt-nav-links>.ncontext-menu>ul>li>a {
    display: block;
    padding: 12px 24px;
    color: inherit;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none
}

.dt-nav-user>.ncontext-menu>ul>li>a.switch-to-light-theme {
    display: none
}

.dt-nav-user>.ncontext-menu>ul>li>a.switch-to-dark-theme {
    display: block
}

.dt-nav-user>.ncontext-menu>ul>li.separator {
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.dt-nav-user>.ncontext-menu>ul>li>a,.dt-nav-links>.ncontext-menu>ul>li>a {
	display: flex;
}
.dt-nav-user>.ncontext-menu>ul>li>a>span,
.dt-nav-links>.ncontext-menu>ul>li>a>span {
	font-size: 18px;
	margin-right: 10px;
	width: 30px;
}
.dt-nav-user>.ncontext-menu>ul>li>a>img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 18px;
}

.dt-nav-user>.ncontext-menu>ul>li>a:hover,.dt-nav-links>.ncontext-menu>ul>li>a:hover  {
    background-color: #3984cf
}

.dt-nav-user>.ncontext-menu>ul>li:last-child,.dt-nav-links>.ncontext-menu>ul>li:last-child {
    margin-bottom: 0
}

.dt-nav-user>img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer
}

.dt-nav-user > .NotificationArea {
	position: relative;
	height: 37px;
}

.dt-nav-user > a.notification,.dt-nav-user > .NotificationArea > .notification > span {
	color: inherit;
}

.dt-nav-user .notification,
.dt-nav-links .notification,
.dt-nav-user .notification,
.dt-nav-user #LoggedInPhoto {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 5px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s;
	color: inherit;
}
.dt-nav-user .notification:hover,
.dt-nav-links .notification:hover,
.dt-nav-user .notification:hover,
.dt-nav-user #LoggedInPhoto:hover {
	background-color: rgba(0,0,0,0.4);
}
.dt-nav-user #LoggedInPhoto {
	margin-right: 0;
}
.dt-nav-user .notification.new {
	background-color: rgba(255, 87, 87, 0.8);
	color: #fff;
	font-weight: bold;
}

#LoggedInCentreMobile {
	position: fixed;
	top: 57px;
	bottom: 0;
	left:0;
	right:0;
	overflow: auto;
	background: #fff;
	z-index: 99999;
	display: none;
	padding: 10px;
}
#LoggedInCentreMobile > .Row {
	display: flex;
	flex-direction: column;
}
#LoggedInCentreMobile > .Row > a {
	display: flex;
	align-items: center;
	margin: 10px 0;
	color: #000;
	text-decoration: none;
}
#LoggedInCentreMobile > .Row > a > img,
#LoggedInCentreMobile > .Row > a > span {
	margin-right: 20px;
}
#LoggedInCentreMobile > .Row > a > img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
#LoggedInCentreMobile > .Row > a > span {
	font-size: 24px;
	width: 50px;
	height: 50px;
	display: flex;
	align-content: center;
}


#LoggedInCentre.n-notifications > .n-notification-body {
	min-height: 300px;
	max-height: 80vh;
}
#LoggedInCentre.n-notifications > .n-notification-body > .Row {
	display: flex;
	flex-direction: row;
}
#LoggedInCentre.n-notifications > .n-notification-body > .Row > .Button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	border: 1px solid transparent;
	border-radius: 3px;
	flex: 1;
	text-decoration: none;
	transition: border-color 0.2s;
	color: #000;
	height: 120px;
	max-width: calc(100%/3);
	margin: 2px;
}
#LoggedInCentre {
	margin-right: -4px;
}
#LoggedInCentre.n-notifications > .n-notification-body > .Row > .Button:hover {
	background-color: rgba(78,153,228,0.3);
}
#LoggedInCentre.n-notifications > .n-notification-body > .Row > .Button > img,
#LoggedInCentre.n-notifications > .n-notification-body > .Row > .Button > span.icon {
	border-radius: 50%;
	display: block;
	max-width: 50px;
	max-height: 50px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
}

.dt-nav-links > .morelist > .fal { pointer-events: none; }

.dt-mbs,
.LoggedInPhotoMobile {
    display: none;
}
.LoggedInPhotoMobile {
	float: right;
	border-radius: 50%;
}

.mobile {
	display: none !important;
}
@media (max-width: 830px) {
	#LoggedInCentreMobile.visible {
		display: block;
	}
    .dt-nav {
		display: block;
		max-height: 100vh;
		padding: 19px;
	}
	.mobile {
		display: block !important;
	}
    .dt-nav-search {
       display: none;
    }
	.dt-nav-user {
		min-width: 0;
		padding: 0;
	}
    .dt-nav>.dt-nav-br>.dtlogo {
        font-size: 18px
    }
	.dt-nav-user > .ncontext-menu {
		background-color: transparent;
	}
	
    .dt-nav>.dt-nav-links>a,
    .dt-nav-user>a,
    .dt-nav-user>.ncontext-menu>ul>li>a,
	.dt-nav-links>.ncontext-menu>ul>li>a {
        display: block;
        text-align: left;
        padding: 0;
        margin: 10px 0;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px
    }
    .dt-nav-user>.ncontext-menu>ul>li>a:hover,.dt-nav-links>.ncontext-menu>ul>li>a:hover {
        background: none;
        color: #ddd
    }
    .dt-nav-user>.ncontext-menu,.dt-nav-links > .ncontext-menu {
        left: 0;
        right: 0;
        border-radius: 0;
        min-width: 0;
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 0;
		background: none;
    }
    .dt-nav-links {
        padding: 10px 0 0 0;
        clear: both;
        display: block;
        width: 100%;
		position: relative;
    }
	.dt-nav-links > a {
		margin: 10px 0;
	}
	.dt-nav-links > a > span {
		font-size: 18px;
		margin-right: 10px;
		width: 30px;
	}
	.dt-nav-links > .morelist, .dt-nav-user>img {
        display: none !important;
    }
	.LoggedInPhotoMobile {
		display: block;
		position: absolute;
		top: 10px;
		right: 54px;
		width: 34px;
		height: 34px;
	}
    .dt-mbs {
        color: #fff;
        font-size: 14px;
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 18px;
		font-size: 14px;
        right: 20px;
        cursor: pointer
    }
    .dt-hmd,
	.dt-nav-user > .NotificationArea {
        display: none
    }
    .dt-hmd.hmdshow {
		display: block;
        position: static;
        width: 100%
    }
    .dt-nav.full {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 0;
        z-index: 9999
    }
}

.n-notifications {
	position: absolute;
	top: 50px;
	right: 0;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
border: 1px solid rgba(0, 0, 0, 0.4);

	overflow: visible;
	margin-left: -170px;
	width: 400px;
	display: none;
	z-index: 999;
	border-radius: 3px;
}
.n-notifications:after, .n-notifications:before {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.n-notifications:after {
	right: 11px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	z-index: 31;
}
.n-notifications:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	border-width: 11px;
	margin-left: -13px;
	z-index: 21;
}
.n-notifications.open {
	display: block;
}
.n-notifications > .n-notification-header {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	align-content: center;
}
.n-notifications > .n-notification-header > strong {
	flex: 1;
	padding: 10px;
	color: #000;
}
.n-notifications > .n-notification-header > #n-notification-centre-clear-all-notifications {
	cursor: pointer;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(78, 153, 228, 0.0);
	transition: background-color 0.3s;
	color: #000;
}
.n-notifications > .n-notification-header > #n-notification-centre-clear-all-notifications:hover {
	background-color: rgba(78, 153, 228, 0.21);
}
.n-notifications > .n-notification-header > #n-notification-centre-clear-all-notifications > * {
	pointer-events: none;
}
.n-notifications > .n-notification-header > #n-notification-centre-clear-all-notifications > .fad {
	margin-right: 4px;
}
.n-notifications > .n-notification-body {
	min-height: 400px;
	overflow: auto;
	max-height: 400px;
	position: relative;
}
.n-notifications > .n-notification-body > .Notifiation, .notification-msg,.notification-msg:hover,.notification-msg:active {
	display: flex;
	padding: 10px 14px;
	justify-content: center;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000;
	min-width: 0;
}
.n-notifications > .n-notification-body > .Notifiation {
	background-color: transparent;
	transition: background-color 0.4s;
}
.n-notifications > .n-notification-body > .Notifiation.unread, .notification-msg.unread {
	background-color: #dee7ff;
}
.n-notifications > .n-notification-body > .Notifiation, .notification-msg {
	margin: 5px;
	border-radius: 6px;
	background: rgba(255,255,255,0.05);
}
.n-notifications > .n-notification-body > .Notifiation:hover, .notification-msg:hover {
	background-color: #f9f9f9;
}
.n-notifications > .n-notification-body > .Notifiation > img, .notification-msg > img {
	width: 48px;
	height: 48px;
	max-width: 48px;
	max-height: 48px;
	border-radius: 50%;
	margin-right: 10px;
}
.n-notifications > .n-notification-body > .Notifiation > span, .notification-msg > span {
	display: block;
	padding: 4px 0;
	font-size: 14px;
	flex:1;
	word-wrap: break-word;
	min-width: 0;
}
.n-notifications > .n-notification-body > .Notifiation > span > .timestamp, .notification-msg > span > .timestamp {
	display: block;
	margin-top: 3px;
}
.n-notifications > .n-notification-body > .fal {
	font-size: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
}
.n-notifications > .n-notification-link {
	display: block;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border-radius: 0 0 3px 3px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #ccc;
}

.row {
	margin: 10px;
}

.row, .column {
	box-sizing: border-box;
}

.row:before,.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.row-fixed-width {
	max-width: 1200px;
	margin: 0 auto;
}

.row.row-fixed-width-full {
	max-width: 1920px;
	margin: 0 auto ;
}

.column {
	float: left;
	position: relative;
}
.row.stretch {
	vertical-align: middle;
}

.column + .column {
	margin-left: 1.6%;
}

.column-1 {
	width: 6.86666666667%;
}

.column-2 {
	width: 15.3333333333%;
}

.column-3 {
	width: 23.8%;
}

.column-4 {
	width: 32.2666666667%;
}

.column-5 {
	width: 40.7333333333%;
}

.column-6 {
	width: 49.2%;
}

.column-7 {
	width: 57.6666666667%;
}

.column-8 {
	width: 66.1333333333%;
}

.column-9 {
	width: 74.6%;
}

.column-10 {
	width: 83.0666666667%;
}

.column-11 {
	width: 91.5333333333%;
}

.column-12 {
	width: 100%;
	margin-left: 0;
}
/*
.xdebug-error {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
*/

.RadicalLogo img {
	width: 14px;
	height: 14px;
	display: inline-block;
}

.max-embed {
	max-width: 100%;
}
.max-embed > iframe {
	max-width: 100%;
	min-width: 100%;
	overflow: hidden !important;
}

.spoilerinf {
	display: block;
	border: 1px solid #000;
	border-radius: 3px;
}
.spoilerinf > .spoiler-name {
	background: #f9f9f9;
	padding: 10px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
.spoilerinf > .spoiler-inners {
	display: none;
	padding: 10px;
}
.spoilerinf.show > .spoiler-inners {
	display: block;
	background: #fff;
	color: #000;
	border-top: 1px solid #000;
}

.emptyholder {
	text-align: center;
	padding: 10px;
	width: 300px;
	height: 300px;
	background: rgba(0,0,0,0.1);
	margin: 20px auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.emptyholder > .icon {
	font-size: 120px;
	display: block;
	margin: 0 auto 20px auto;
}
.emptyholder > .text {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Viga', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

/* Dropdowns copied from bootstrap */
.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 10px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}


/* Buttons */
.btn {
	background:#fff;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding: 8px 17px;
	text-decoration:none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 20px;
	border: none;
}
.btn:focus {
	border: none;
	outline: none;
}
.btn:hover {
	background: #dadada;
}
.btn.btn-primary {
	background:#4e99e4;
	color: #fff;
}
.btn.btn-green {
	background: #2d9a5c;
	color: #fff;
}
.btn.btn-primary:hover {
	background:#3c8bd9;
}

/* Form Control */
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

/* SIH Table */
.SIH-Table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	background: #fff;
}
.SIH-Table td,
.SIH-Table th {
	padding: 10px;
	text-align: left;
}
.SIH-Table > thead {
	background: #f5f5f5;
}
.SIH-Table > thead > tr > th.browser {
	width: 40%;
}
.SIH-Table > thead > tr > th.activity {
	width: 27%;
}
.SIH-Table > thead > tr > th.sactivity {
	width: 20%;
}
.SIH-Table > thead > tr > th.location {
	width: 10%;
}
.SIH-Table > thead > tr > th.invalidate,
.SIH-Table > tbody > tr > td.invalidate {
	width: 3%;
	text-align: center;
}
.SIH-Table > tbody > tr > td > span > img {
	display: inline-block;
	margin-right: 5px;
	max-width: 15px;
	max-height: 15px;
}
.SIH-Table > thead > tr > th {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.SIH-Session {
	padding: 5px 20px;
	border-left: 7px solid steelblue;
	position: relative;
}
.SIH-Session.Parent {
	margin: 20px 0 0 0;
}
.SIH-Session:after {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	content: ' ';
	background: steelblue;
	left: -14px;
	top: -9px;
}


/* Suggestions */
.direct-container > .direct-message.creator > .toUser > .suggestions,
.editor-wrap > .editor-contents > .editor-area > .suggestions {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 30;
}
.editor-wrap > .editor-contents > .editor-area > .suggestions {
	top: 50px;
	left: 0;
	right: auto;
	background: rgba(240,240,240,0.8);
}
.direct-container > .direct-message.creator > .toUser > .suggestions > div,
.editor-wrap > .editor-contents > .editor-area > .suggestions > div {
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.direct-container > .direct-message.creator > .toUser > .suggestions > div.contact,
.editor-wrap > .editor-contents > .editor-area > .suggestions > div.contact {
	background: #e9feff;
}
.direct-container > .direct-message.creator > .toUser > .suggestions > div.selected,
.editor-wrap > .editor-contents > .editor-area > .suggestions > div.selected {
	background: #f9f9f9;
}
.direct-container > .direct-message.creator > .toUser > .suggestions > div > img,
.editor-wrap > .editor-contents > .editor-area > .suggestions > div > img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border-radius: 50%;
}

/* App */
.RPBContainer {
	margin: 10px auto;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	min-width:0;
}
.RPBContainer > .RP {
	display: flex;
	min-width:0;
}
.RPBContainer > .RP.fprowpx {
	flex-flow: row wrap;
	justify-content: space-around;
}
.RPBContainer > .RP > .RPApp {
	background: #fff;
	margin: 10px;
	max-width: 300px;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.RPBContainer > .RP.ForceFours {
	justify-content: unset;
}
.RPBContainer > .RP.ForceFours > .RPApp {
	flex: 1 0 21%;
}
.RPBContainer > .RP.fprowpx > .RPApp {
	margin: 10px;
}
.RPBContainer > .RP:not(.fprowpx) > .RPApp:first-of-type {
	margin-left: 0;
}
.RPBContainer > .RP:not(.fprowpx) > .RPApp:last-of-type {
	margin-right: 0;
}
.RPBContainer > .RP > .RPApp  img {
	width: 100%;
	border-radius: 6px 6px 0px 0px;
	min-width: 206px;
}
.RPBContainer > .RP > .RPApp .RPAppInfo {
	padding: 10px 15px 15px 15px;
	display: flex;
	flex-direction: column;
}
.RPBContainer > .RP > .RPApp .RPAppInfo > a {
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.RPBContainer > .RP > .RPApp .RPAppInfo > span {
	font-size: 11px;
}

.username-badge {
	display: inline-block;
}
.username-badge.active {
	color: #000;
	background: #fff;
	padding: 2px 7px;
	border-radius: 6px;
}

/* Responsive Embed */
.embed-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-responsive iframe, .embed-responsive object, .embed-responsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.xdebug-error
{
	position: relative;

	z-index: 9999;
}

/* Shims */
.leaderboard-slot
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.leaderboard-slot > div
{
	flex: 1;
	padding: 10px;
}
.leaderboard-slot img
{
	border-radius: 50%;
}