html {
	overflow: hidden;
}

.selected {
	background-color: #eff2dc !important;
}

.mt-p1 {
	margin-top: 220px;
}

.border-top {
	border-top: 1px solid #ccc;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
}

div.is-fixed-top {
	padding: 0.5em;
	margin: 0em;
}

.hero-body .container {
	padding: 1.5em;
}

.hero-body .column {
	padding: 0.1em;
	margin: 0.1em;
}

.filters span.icon,
.sort span.icon {
	cursor: pointer;
	justify-content: left;
	width: auto;
}

.table {
	font-size: 0.8em;
}

.is-text-overflow {
	white-space: pre-wrap;
}

tr.is-deleted {
	background-color: #fce4ec !important;
}

tr.is-pending {
	background-color: #fffdf4 !important;
}

tr.highlight {
	background-color: #fffaca !important;
}

tr.is-clickable {
	cursor: pointer !important;
}

#btn-show-hide-rightAside {
	left: -57px;
	top: -21px;
}

.content ul {
	list-style: none;
}

.menu-list {
	line-height: 0.3em;
}

#wrapper {
	padding-left: 255px;
	padding-right: 255px;
	transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
	margin-left: -230px;
	margin-right: -230px;
	top: 0px;
	left: 245px;
	right: 245px;
	width: 250px;
	/* background: #000; */
	position: fixed;
	height: 100%;
	/* z-index: 1000; */
	transition: all 0.4s ease 0s;
	overflow: hidden;
}

#sidebar-wrapper:hover {
	overflow-y: auto;
	scrollbar-width: thin;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
	background: transparent;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sidebar-wrapper::-webkit-scrollbar {
	/* background: transparent; */
	height: 8px;
	width: 8px;
}
#sidebar-wrapper:hover::-webkit-scrollbar-thumb {
	background-color: rgba(32, 33, 36, 0.38);
}

#sidebar-wrapper-right {
	margin-right: -235px;
	top: 45px;
	right: 260px;
	width: 250px;
	border: 1px solid #ccc;
	padding: 10px;
	/* background: #000; */
	position: fixed;
	height: 93vh;
	/* z-index: 1000; */
	border-radius: 4px;
	overflow: none;
	transition: all 0.4s ease 0s;
	/* z-index: 1000; */
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
}

#sidebar-wrapper-right:hover {
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
}

#wrapper.active-left {
	padding-left: 0;
}

#wrapper.active-left #sidebar-wrapper {
	left: -20px;
}

#wrapper.active-right {
	padding-right: 0;
}

#wrapper.active-right #sidebar-wrapper-right {
	right: 0;
}

#page-area {
	transition: all 0.4s ease 0s;
	/* margin-top: 40px; */
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 20px;
	margin-left: 5px;
	/* margin-top: 0.4em; */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	overflow-x: auto;
	overflow-y: hidden;
	/* max-height: 92.75vh;
    min-height: 92.75vh; */

	height: calc(99vh - 100px);
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 220px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav > .sidebar-brand {
	height: 65px;
	line-height: 60px;
	font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
	color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

#menu-toggle-left,
#menu-toggle-right {
	text-decoration: none;
}

.is-inline-block label {
	margin-right: 5px;
}

.sidebar-nav .columns {
	margin-bottom: 0px;
}

.sidebar-nav .column {
	padding-bottom: 0.4rem;
}

.multi-select::after {
	z-index: -1 !important;
}

.content ul.tree {
	margin: 0;
}

.tree ul {
	display: none;
	margin: 4px auto;
	margin-left: 6px;
	border-left: 1px dashed #dfdfdf;
}

.tree li {
	padding-left: 15px;
	/* padding: 12px 18px; */
	cursor: pointer;
	vertical-align: middle;
	background: #fff;
	list-style: none;
	font-size: 0.9em;
}

.tree li:first-child {
	border-radius: 3px 3px 0 0;
}

.tree li:last-child {
	border-radius: 0 0 3px 3px;
}

.tree .active,
.active li {
	background: #efefef;
}

.tree label {
	cursor: pointer;
	font-size: 0.9em;
}

.tree input[type="checkbox"] {
	margin: -2px 6px 0 0px;
}

.has > label {
	color: #000;
}

ul.tree > li > label {
	color: #485fc7 !important;
}

.content ul.adv-tree {
	margin: 0;
}

.adv-tree ul {
	display: none;
	margin: 4px auto;
	margin-left: 6px;
	border-left: 1px dashed #dfdfdf;
}

.adv-tree li {
	padding-left: 15px;
	/* padding: 12px 18px; */
	cursor: pointer;
	vertical-align: middle;
	background: #fff;
	list-style: none;
	font-size: 0.9em;
}

.adv-tree li:first-child {
	border-radius: 3px 3px 0 0;
}

.adv-tree li:last-child {
	border-radius: 0 0 3px 3px;
}

.adv-tree .active,
.adv-active li {
	background: #efefef;
}

.adv-tree label {
	cursor: pointer;
	font-size: 0.9em;
}

.adv-tree input[type="checkbox"] {
	margin: -2px 6px 0 0px;
}

ul.adv-tree > li > label {
	color: #485fc7 !important;
}


.loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}

.loader-wrapper .loader {
	width: 10em;
	height: 10em;
}

.loader-wrapper.is-active {
	opacity: 1;
	z-index: 1 !important;
}
.button.is-loading::after,
.control.is-loading::after,
.loader,
.select.is-loading::after {
	/* border : 1px solid #00c4a7; */
	/* background-color: red; */
	border: 4px solid #00c4a7;
	border-radius: 9999px;
	border-right-color: transparent;
	border-top-color: transparent;
}

.iconBlackCircle {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 0.75em;
	color: #fff;
	font-weight: bolder;
	background-color: #363636;
	display: inline-block;
	text-align: center;
}

#treegrid .field.is-grouped {
	justify-content: center;
}

#treegrid td p,
span.fancytree-node {
	/* overflow: auto; */
	position: relative;
	max-height: 6em;
	/* max-width: 15em;
  min-width: 10em; */
	text-align: left;
	padding: 0.2em;
	word-break: break-all;
}
tr[role="row"] td[role="gridcell"] > div {
	max-height: 6em;
	/* background: red; */
	overflow: auto;
}

#treegrid th.resizing {
	cursor: col-resize;
	background-color: #00c4a7;
	color: #fff;
}

#treegrid thead span {
	display: block;
	width: 100%;
	height: 32px;
}

#treegrid .field.is-grouped > .control {
	flex-shrink: 1;
}

span.fancytree-node,
#treegrid td:nth-child(3) p,
#treegrid td:nth-child(4) p {
	/**min-width: 13vw;*/
	min-width: 60px;
	width: 100%;
}

#treegrid th:nth-child(2) div
{
	width: 230px;
}
#treegrid th:nth-child(3) div,
#treegrid th:nth-child(4) div {
    width: 170px;
}


tr.fancytree-ico-c .fancytree-expander,
tr.fancytree-ico-c .fancytree-icon {
	display: none;
}
.flexbox-item-grow {
	flex: 1; /* same as flex: 1 1 auto; */
}

.table .columns:not(:last-child) {
	margin-bottom: 0;
}

span.markYellow {
	background: yellow;
	color: black;
}

span.markBlue {
	background: blue;
	color: white;
}

#treegrid thead th {
	/* background-color: #b4bfbf; */
	/* margin-left: 10px;
	margin-right: 10px;
	border: solid 1px lightgray; */

	margin: auto;
    width: 90%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ffffff;
	box-shadow: 2px 2px 0.5em rgba(122, 122, 122, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);
	border: 1px solid #dedede;
	background: -moz-linear-gradient(
		-72deg,
		#dedede,
		#ffffff 16%,
		#dedede 21%,
		#ffffff 24%,
		#454545 27%,
		#dedede 36%,
		#ffffff 45%,
		#ffffff 60%,
		#dedede 72%,
		#ffffff 80%,
		#dedede 84%,
		#a1a1a1
	);
	background: -webkit-linear-gradient(
		-72deg,
		#dedede,
		#ffffff 16%,
		#dedede 21%,
		#ffffff 24%,
		#454545 27%,
		#dedede 36%,
		#ffffff 45%,
		#ffffff 60%,
		#dedede 72%,
		#ffffff 80%,
		#dedede 84%,
		#a1a1a1
	);
	/* background: -o-linear-gradient(
		-72deg,
		#dedede,
		#ffffff 16%,
		#dedede 21%,
		#ffffff 24%,
		#454545 27%,
		#dedede 36%,
		#ffffff 45%,
		#ffffff 60%,
		#dedede 72%,
		#ffffff 80%,
		#dedede 84%,
		#a1a1a1
	); */
	background-color: #b8c6db;
	background-image: linear-gradient(315deg, #d8d8d8 0%, #f5f7fa 74%);
}

#treegrid thead th a {
	color: #333;
	font-size: 0.8em;
}

#treegrid thead td {
	padding: 10px;
}

/* #treegrid tr:nth-child(even) {background: #fafafa}
#treegrid tr:nth-child(odd) {background: #FFF} */

#draggableSample,
#droppableSample {
	height: 100px;
	padding: 0.5em;
	width: 150px;
	border: 1px solid #aaaaaa;
}
#draggableSample {
	background-color: silver;
	color: #222222;
}
#droppableSample {
	background-color: maroon;
	color: white;
}
#droppableSample.drophover {
	border: 1px solid green;
}

.fancytree-ext-childcounter span.fancytree-childcounter,
.fancytree-ext-filter span.fancytree-childcounter {
	/* top: 0px;
	right: -25px;
	height: 16px;
	padding: 5px;
	padding-top: 2px; */
	display: inline-table;
	min-width: 25px;
	color: white;
	background: black;
	font-weight: bolder;
}
#modal,
#modal-confirmDelete,
#modal-confirmRestorem {
	/* font-size: 0.8em;
	max-width: 90vw; */
}

#actions-area,
#labelling-area,
label.checkbox {
	font-size: 0.8em !important;
}

.mdi-19px.mdi-set,
.mdi-19px.mdi::before {
	font-size: 19px;
}

#userImageA {
	font-size: 0.9em;
	margin-top: -3px;
}

#userImageA img {
	width: 35px;
	height: 35px;
}

.color-red {
	color: red;
}

.ms-options-wrap > .ms-options > ul li.selected label {
	background-color: #eff2dc;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}
li.ui-menu-item > div:before {
	/* content: counter(list-item) "› "; */
	content: "› ";
	color: hotpink;
	font-weight: bold;
}
.ui-autocomplete .ui-menu-item {
	font-size: 0.8em;
	border-bottom: solid 1px #dedede;
}

span.hl {
	color: #000000;
	font-weight: 700;
}

span.hl-1 {
	background-color: #a0ecdf;
}

span.hl-2 {
	background-color: #ff9e7b;
}

span.hl-3 {
	background-color: #e4cdff;
}

span.hl-4 {
	background-color: #ebff89;
}

span.hl-5 {
	background-color: #d1eaf8;
}

span.hl-6 {
	background-color: #cddeae;
}

span.hl-7 {
	background-color: #ffe183;
}

span.hl-8 {
	background-color: #ff9e7b;
}

@media (max-width: 767px) {
	#wrapper {
		padding-left: 0;
	}

	#sidebar-wrapper {
		left: 0;
	}

	#wrapper.active {
		position: relative;
		left: 250px;
	}

	#wrapper.active #sidebar-wrapper {
		left: 250px;
		width: 250px;
		transition: all 0.4s ease 0s;
	}

	#menu-toggle-left,
	#menu-toggle-right {
		display: inline-block;
	}
}

/* ================================================ */
/* Responsive - Media queries                       */
/* Based on:                                        */
/* http://lab.maltewassermann.com/viewport-resizer/ */
/* ================================================ */

/* ============================================== */
/* HDTV                                           */
/*                                      1920x1080 */
/* ============================================== */
@media screen and (min-width: 1080px) and (max-width: 1920px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* Widescreen                                     */
/*                                       1280x800 */
/* ============================================== */
@media screen and (min-width: 800px) and (max-width: 1280px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       980x     */
/* ============================================== */
@media screen and (min-width: 980px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       x979     */
/* ============================================== */
@media screen and (max-width: 979px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* iPad Landscape & Portrait                      */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* iPad Landscape                                 */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* iPad Portrait                                  */
/*                                       768x1024 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* Small Tablet Landscape/Portrait                */
/*                                        800x600 */
/* ============================================== */
@media screen and (min-width: 600px) and (max-width: 800px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* iPhone5/Android landscape (& narrow browser)   */
/*                                        568x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width: 568px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* iPhone4/Android landscape (& narrow browser)   */
/*                                        480x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width: 480px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* iPhone4/Android portrait               320x480 */
/* iPhone5 portrait                       320x568 */
/* ============================================== */
@media screen and (max-width: 320px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* Smaller devices                                */
/* Android Landscape                      320x240 */
/* ============================================== */
@media screen and (min-width: 240px) and (max-width: 320px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

/* ============================================== */
/* Smaller devices                                */
/* Android Portrait                       240x320 */
/* ============================================== */
@media screen and (max-width: 240px) {
	/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
}

.position-fixed-y {
	position: relative;
}
span.fancytree-title {
	/* position: absolute;
    margin-left: 25px;
    width: max-content;
    display: contents; */
	/* position: absolute; */
	/* margin-left: 25px; */
	/* position: fixed; */
	/* height: 6em; */
}
.fancytree-node span.fancytree-title {
	overflow: hidden;
	height: 5em;
	font-weight: bold;
}

tr.fancytree-selected {
	background-color: #f436360a !important;
}

.main-head-row {
	text-decoration: underline;
}
.head-row a,
.head-row span,
.head-row tr {
	/* font-weight: bolder; */
	/* color: #795548; */
	/* background-color: #00c4a7; */
}
.head-row {
	background-color: #f4fafb;
}
.head-row::before {
	/* content: "🔗"; */
}
.main-head-row > .fancytree-title {
	font-style: italic;
	text-decoration: underline;
}

span.fancytree-checkbox {
	transform: scale(1.3);
}
table#treegrid th {
	/* min-width: 135px; */
	min-width: 60px; 
	/* width: 135px; */
}

[musthide="hide"] {
	width: 0px;
	display: table-row-group;
}

[showcount]:before {
	content: attr(showcount);
}

.rdoboxHead {
	z-index: 3;
	width: 20px;
	margin: 20px;
}
.headbox {
	display: flex;
}
#boxsubgroup {
	padding: 10px;
}
#boxsub2group {
	padding: 10px;
}
.subgroupContainer {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	flex-direction: row;
	margin-left: 15px;
	/* width: 100vw;

}

.subgroupItem {
	/* display: flex;
  flex-direction: row; */
}

/* top-left border-radius */
table tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

/* --context menu */
/* .cls-context-menu-link {
  display: block;
  padding: 20px;
  background: #ECECEC;
} */

.cls-context-menu {
	position: absolute;
	display: none;
}
.cls-context-show {
	/* width: 350px; */
	/* height: 80px; */
	/* margin: 100px auto; */
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #666666;
	/* padding: 5px; */
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	border: 4px solid #cccccc;
	position: absolute;
	box-shadow: 1px 1px #888888;
	left: 50%;
	top: 100px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.cls-context-menu li {
	/* list-style: none;
  margin: 0;
  padding: 0;
  background: white;
 */

	border: solid 1px gray;
	padding: 5px;
}
.cls-context-menu li:hover {
	/* list-style: none;
  margin: 0;
  padding: 0;
  background: white;
 */
	background-color: #00c4a7;
	cursor: pointer;
}
/* 
.cls-context-menu {
  border: solid 1px #CCC;
}

.cls-context-menu li {
  border-bottom: solid 1px #CCC;
}

.cls-context-menu li:last-child {
  border: none;
}

.cls-context-menu li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: blue;
}

.cls-context-menu li a:hover {
  background: blue;
  color: #FFF;
} */

[data-ingrid] {
	height: 100%;
	cursor: pointer;
}
[data-ingrid]:hover {
	background-color: #e0e7ff;
}

.zoomtoTarget {
	position: absolute;
	width: 40px;
	opacity: 0;
	animation: zoom 1s linear forwards;
}

@keyframes zoom {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		top: 40px;
		right: 40px;
	}
}

[deleted],
[status="deleted"] {
	color: red;
}
[done],
[status="done"] {
	color: green;
}
[pending],
[status="pending"] {
	color: orange;
}

.plain-scrollbar {
	/* position: absolute !important; */
	background-color: #f2f2f2 !important;
}

.externalLink {
	color: #485fc7;
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	opacity: 0.6;
	transition: 0.3s;
	padding: 2px;
	background: #f0808070;
	border-radius: 4px;
	border: 1px springgreen outset;
}

.externalLink:hover {
	background-color: #ffc107;
	border-radius: 4px;
}

#btn-apply-action[actiontype="delete"] {
	background-color: red;
}

#btn-apply-action[actiontype="restore"] {
	background-color: #ffc107;
}

#done-desc table th,
#done-desc td {
	border: solid 1px #ddd;
	border-collapse: collapse;
	padding: 2px 3px;
	text-align: center;
}
.panel-body {
	/* min-height: 100px; */
}

.orderrow {
	display: flex;
}
.col-xs-3 {
	width: 90%;
}
.box-item {
	border: solid 1px #333;
	float: left;
	width: 120px;
	height: 35px;
	margin: 2px;
	background-color: #fff;
	box-shadow: 2px 2px #888888;
	font-size: 12px;
	display: flex;
	border-radius: 4px;
}
.box-item-disabled {
	color: #ccc;
	display: none;
}
.box-item-hide {
	display: none;
}
.allow-move {
	background-color: #cddeae;
}
.box-item:hover {
	background-color: #deb9ae;
}
.modal-control {
	align-items: center;
}

.menu-column-tools {
	z-index: 0;
	/* background: white; */
}

.flex-containerMenu {
	padding: 0;
	margin: 0;
	list-style: none;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	max-height: 55px;
	/* float: left; */
}
.flex-itemNavMenu {
	/* background: tomato; */
	padding: 5px;
	margin: 5px;

	/* line-height: 50px; */
	/* color: white;
	font-weight: bold;
	font-size: 2em; */
	/* text-align: center; */
}
.flex-fixMenu {
	min-width: 40%;
}

table.fancytree-ext-table tbody tr.fancytree-focused span.fancytree-title {
	outline: 0px solid transparent;
}

table.fancytree-ext-table tbody tr td:not([for="Cluster"]) {
	overflow: auto;
	line-height: 1.4;
}
/* table.fancytree-ext-table tbody tr td:not(:first-child) { */
span.fancytree-node,
#treegrid td:nth-child:not(3) {
	background-color: #900;
}
/* width */
table.fancytree-ext-table tbody tr td > div::-webkit-scrollbar {
	width: 12px;
}

/* Track */
table.fancytree-ext-table tbody tr td > div::-webkit-scrollbar-track {
	background: #bbbbbb14;
}

/* Handle */
table.fancytree-ext-table tbody tr td > div::-webkit-scrollbar-thumb {
	background: #bbbbbb57;
}

/* Handle on hover */
table.fancytree-ext-table tbody tr td > div::-webkit-scrollbar-thumb:hover {
	background: #555;
}

table.fancytree-ext-table tbody tr td > div::-webkit-scrollbar-button {
	/* background-color: red; */
	background-size: 6px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 1em;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
table.fancytree-ext-table
	tbody
	tr
	td
	> div::-webkit-scrollbar-button:horizontal:increment {
	background-image: url(https://dl.dropboxusercontent.com/u/55165267/icon2.png);
}

table.fancytree-ext-table
	tbody
	tr
	td
	> div::-webkit-scrollbar-button:end:increment {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwNC4zMDggNDA0LjMwOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA0LjMwOCA0MDQuMzA5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMTAxLjA4aDQwNC4zMDhMMjAyLjE1MSwzMDMuMjI5TDAsMTAxLjA4eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

table.fancytree-ext-table
	tbody
	tr
	td
	> div::-webkit-scrollbar-button:start:decrement {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI1NSAyNTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NSAyNTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iYXJyb3ctZHJvcC11cCI+CgkJPHBvbHlnb24gcG9pbnRzPSIwLDE5MS4yNSAxMjcuNSw2My43NSAyNTUsMTkxLjI1ICAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.button-silver {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ffffff;
	box-shadow: 2px 2px 0.5em rgba(122, 122, 122, 0.55),
		inset 1px 1px 0 rgba(255, 255, 255, 0.9),
		inset -1px -1px 0 rgba(0, 0, 0, 0.34);
	border: 1px solid #dedede;
	background: -moz-linear-gradient(
		-72deg,
		#dedede,
		#ffffff 16%,
		#dedede 21%,
		#ffffff 24%,
		#454545 27%,
		#dedede 36%,
		#ffffff 45%,
		#ffffff 60%,
		#dedede 72%,
		#ffffff 80%,
		#dedede 84%,
		#a1a1a1
	);
	background: -webkit-linear-gradient(
		-72deg,
		#dedede,
		#ffffff 16%,
		#dedede 21%,
		#ffffff 24%,
		#454545 27%,
		#dedede 36%,
		#ffffff 45%,
		#ffffff 60%,
		#dedede 72%,
		#ffffff 80%,
		#dedede 84%,
		#a1a1a1
	);
	background: -o-linear-gradient(
		-72deg,
		#dedede,
		#ffffff 16%,
		#dedede 21%,
		#ffffff 24%,
		#454545 27%,
		#dedede 36%,
		#ffffff 45%,
		#ffffff 60%,
		#dedede 72%,
		#ffffff 80%,
		#dedede 84%,
		#a1a1a1
	);
	background: linear-gradient(
		-72deg,
		#dedede,
		#ffffff 16%,
		#dedede 21%,
		#ffffff 24%,
		#454545 27%,
		#dedede 36%,
		#ffffff 45%,
		#ffffff 60%,
		#dedede 72%,
		#ffffff 80%,
		#dedede 84%,
		#a1a1a1
	);
}

#adjustScroll {
	/* width: 25px;
	height: 25px;
	background-color: #00c4a7; */
}
#adjustScroll,
#adjustScroll + label {
	opacity: 0;
}
.msg-info {
	color: rgb(64, 185, 64);
}

.msg-error {
	color: red !important;
}

.btn-right {
	float: right !important;
}

input[type="checkbox"] {
	transform: scale(1.4);
}
.sortorder input[type="checkbox"] {
	/* transform: scale(1.4); */
	margin: 8px;
}
.sortorder .allow-move input[type="checkbox"]:checked {
	/* background-color: red; */
	/* box-shadow: 0 0 0 1px hotpink; */
}
label.custom-control-label {
	/* border: solid; */
	width: 100%;
}
/*  
@media (prefers-color-scheme: light) {
	:root {
		--body-bg: #FFFFFF;
		--body-color: #000000;
	}
 }
  
 @media (prefers-color-scheme: dark) {
	:root {
		--body-bg: #000000;
		--body-color: #FFFFFF;
	}
 }
 .dark-mode {
	background-color: black;
	color: white;
  }
  .light-mode {
	background-color: white;
	color: black;
  } */

/* Defines theme variables */

:root {
	--theme-light-color: #222222;
	--theme-light-background: #ffffff;
	--theme-dark-color: #dddddd;
	--theme-dark-background: #222222;
}

/* Defines body content styles */

body {
	/* margin: 0; */
}

body > main {
	/* min-height: 100vh; */
	color: var(--theme-main-color);
	background: var(--theme-main-background);
}
* [for="theme-dark"] {
	color: var(--theme-dark-color) !important;
	font-size: large;
}
body[for="theme-dark"] {
	color: var(--theme-dark-color);
	background: var(--theme-dark-background);
	cursor: pointer;
}
label[for="theme-light"] {
	color: var(--theme-light-color);
	background: var(--theme-light-background);
	cursor: pointer;
}

label[for="theme-dark"] {
	color: var(--theme-dark-color);
	background: var(--theme-dark-background);
	cursor: pointer;
}

/* IF theme = light THEN */

#theme-light:checked ~ main {
	--theme-main-color: var(--theme-light-color);
	--theme-main-background: var(--theme-light-background);
}

@media (prefers-color-scheme: light) {
	:root {
		--theme-main-color: var(--theme-light-color);
		--theme-main-background: var(--theme-light-background);
	}
}

/* IF theme = dark THEN */

#theme-dark:checked ~ main {
	--theme-main-color: var(--theme-dark-color);
	--theme-main-background: var(--theme-dark-background);
}

@media (prefers-color-scheme: dark) {
	:root {
		--theme-main-color: var(--theme-dark-color);
		--theme-main-background: var(--theme-dark-background);
	}
}

#selected-label {
	font-weight: bolder;
	color: maroon;
	text-shadow: 0 0 black;
	text-align: center;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

.downdownlist {
	width: 24vw;
	overflow: auto;
	max-height: 50vh; /* you can change as you need it */
	overflow: auto; /* to get scroll */
}
.itemdown {
	display: inline-block;
	white-space: nowrap;
}
.itemdown:hover {
	text-decoration: underline;
}
[labelfilterloading] {
	display: -webkit-inline-box;
	opacity: 0;
}
[labelfilterloading].is-active {
	font-weight: bold;
	opacity: 1;
	z-index: 1 !important;
}
.dot-flashing {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: 0.5s;
	left: 15px;
}

.dot-flashing::before,
.dot-flashing::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
}

.dot-flashing::before {
	left: -15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.dot-flashing::after {
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 1s;
}

@keyframes dotFlashing {
	0% {
		background-color: #9880ff;
	}
	50%,
	100% {
		background-color: #ebe6ff;
	}
}

[userread] {
	background-color: gray !important;
	/* color: gray; */
	font-style: italic;
	opacity: 0.5;
}

.trackTable {
	border-collapse: collapse;
	width: 100%;
}

.trackTable td,
.trackTable th {
	border: 1px solid #ddd;
	padding: 8px;
}

.trackTable tr:nth-child(even) {
	background-color: #f2f2f2;
}

.trackTable tr:hover {
	/* background-color: #ddd; */
}

.trackTable th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #04aa6d;
	color: white;
}
.trackTable td span {
	white-space: nowrap;
}

.trackTable th, td {
	padding: 0.25rem;
  }
  .trackTable tr.red th {
	background: red;
	color: white;
  }
  .trackTable tr.green th {
	background: green;
	color: white;
  }
  .trackTable tr.purple th {
	background: purple;
	color: white;
  }
  .trackTable th {
	background: white;
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #04aa6d;
	color: white;
  }


#containerTrack {
	overflow: scroll;
	/* width: 62vw; */
	height: 60vh;
}
.modalTrack {
	/* width: 100vw; */
	max-width: 90%;
	max-height: 90vh;
	overflow: hidden;
	min-width: 50%;
}

.modalSocial {
	/* width: 100vw; */
	max-width: 300px;
	max-height: 90vh;
	overflow: hidden;
	min-width: 50%;
}

#containerShowSocial {
	/* overflow: scroll; */
	/* height: 60vh; */
	height: 65px;
}
button[SHOWSOCIALCOLOR='f']
{
	color: blue;
	border: 2px solid #2196f3;
}
button[SHOWSOCIALCOLOR='c']
{
	color: #8bc34a;
	border: 2px solid #8bc34a;
}
button[SHOWSOCIAL] {
	border-radius: 50%;
    padding-left: 5px;
    width: 20px;
    height: 20px;
    
    position: relative;
    /* font-size: 18px; */
    font-weight: bold;
    line-height: 4px;
    /* margin-left: 4px; */
    margin-right: 4px;
  }
  button[SHOWSOCIAL]:hover {
	border: 2px solid #607d8b;
	background-color: #2196f3;
    color: #ffffff;
	cursor: pointer;
  }
  
  /* button[SHOWSOCIAL]::before {
	content: " ";
	position: absolute;
	display: block;
	background-color: blue;
	width: 2px;
	left: 12px;
	top: 5px;
	bottom: 5px;
	transform: rotate(45deg);
  } */
  /* button[SHOWSOCIAL]::after {
	content: " ";
	position: absolute;
	display: block;
	background-color: blue;
	height: 2px;
	top:12px;
	left: 5px;
	right: 5px;
	transform: rotate(45deg);
  } */

  

.centerloadmodal {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
	text-transform: capitalize;
}

.animate-charcter {
	background-image: linear-gradient(
		-225deg,
		#231557 0%,
		#44107a 29%,
		#ff1361 67%,
		#fff800 100%
	);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}


a.tag.is-link
{
	/* background-color: #00c4a7; */
}

th[musthide="hide"] span[attw="true"] {
    width: 0px !important;
     /*max-width: 65px; */
}

/* .headbox span[attw="true"] {
    width: 150px !important;
     /*max-width: 65px; 
} 
*/


/* .profile-name-container {
	width: 100%;
	height: 30px;
	background: #8daed7;
	border-radius: 4px;
  }
  
  .profile-name {
	color: white;
	width: 80%;
	margin: auto;
	text-align: center;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  } */

  .expire {
    color: red;
    font-size: 8px;
  }