@font-face {
	font-family: "Digital";
	src: url(DS-DIGIT.ttf); format(truetype);
}
@font-face {
	font-family: "Poppins-Regular";
	src: url(Poppins-Regular.ttf); format(truetype);
}
@font-face {
	font-family: "Poppins-Medium";
	src: url(Poppins-Medium.ttf); format(truetype);
}
@font-face {
	font-family: "AdventPro-Thin";
	src: url(AdventPro-Thin.ttf); format(truetype);
}
@font-face {
	font-family: "Aldrich-Regular";
	src: url(Aldrich-Regular.ttf); format(truetype);
}

XX{
background-image: linear-gradient(45deg,#e64d61,#e64d61,#e64d61,#c0559a);
shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(230,77,97,0.3), inset 0 5px rgba(230,77,97,0.2), inset 0 5px 20px rgba(230,77,97,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
:root {
	--theme-type-color: #000;
	--theme-bgcolor: #1b1a28;
	--theme-color: #a0a0ab;
	--theme-font: Helvetica;
	--theme-font-size: 13px;
	--theme-tabs-color: #ccc;
	--theme-table-header-shadow: inset 0 5px 20px rgba(255,255,255,0.25), inset 0 -5px 20px rgba(255,255,255,0.3);
	--theme-table-header-shadow-small: inset 0 2px 10px rgba(255,255,255,0.25), inset 0 -2px 10px rgba(255,255,255,0.3);
	--theme-tabs-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 5px rgba(255,255,255,0.2), inset 0 5px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	--theme-tabs-active-box-shadow: 0 2px 6px rgba(0,0,0,0.6), inset 0 1px rgba(255,255,255,0.5), inset 0 5px rgba(255,255,255,0.4), inset 0 5px 20px rgba(255,255,255,0.45), inset 0 -15px 30px rgba(0,0,0,0.4);
	--theme-menu-branch-font: AdventPro-Thin;
	--theme-menu-branch-color: #90909b;
	--theme-menu-branch-bg-color: #30303b;
	--theme-menu-selected-color: #1b1a28;
	--theme-menu-selected-bg-color: #70707b;
	--XXtheme-sidemenu-bg-color: #1b1a28;
	--theme-sidemenu-bg-color: #3b3a48;
	--theme-sidemenu-color: #bbb;
	--theme-sidemenu-hover-color: #70707b;
	--theme-sidemenu-font: AdventPro-Thin, Helvetica, Arial, sans-serif;
	--theme-sidemenu-trigger-background-color: #e64d61;
	--theme-sidemenu-trigger-border-color: #fff;
	--Xtheme-superfile-bg-color: #50505b;
	--theme-superfile-bg-color: #48484b;
	--theme-page-title-font: Helvetica;
	--theme-page-title-color: #e64d61;
	--theme-label-color: #bbb;
	--theme-label-bgcolor: #2e3440;
	--theme-label-font: AdventPro-Thin;
	--theme-input-color: #d0d0d0;
	--theme-input-color-focus: white;
	--theme-table-row-color: #ddd;
	--theme-table-row-color-odd: #aaa;
	--theme-table-border-color: #666;
	--theme-table-button-color: #ccc;
	--theme-table-button-bg-color: rgba(128,128,128,0.3);
	--theme-table-button-bg-image: linear-gradient(to bottom, black 0%, transparent 50%);
	--theme-rolodex-bg-color: #777;
	--theme-rolodex-color: #95a5a6;
	--theme-workview-bg-color: #1b1a28;
	--theme-workview-color: rgba(255,255,255,0.9);
	--theme-subtable-bg-color: rgba(255,255,255,0.05);
	--theme-subtable-title-color: #bbb;
	--theme-subtable-title-bg-color: rgba(255,255,255,0.2);
	--theme-subbutton-bg-color: #555;
	--theme-subbutton-color: #ddd;
	--theme-subbutton-shadow: none;
	--theme-resizer-bg-color: #70707b;
	--theme-error-color: indianred;
}
.theme_theme-a {
	--theme-type-color: #fff;
	--theme-bgcolor: #fdfefe;
	--theme-color: #6f6f64;
	--theme-font: Helvetica;
	--theme-font-size: 13px;
	--theme-tabs-color: #333;
	--theme-table-header-shadow: inset 0 5px 20px rgba(0,0,0,0.25), inset 0 -5px 20px rgba(0,0,0,0.3);
	--theme-table-header-shadow-small: inset 0 2px 10px rgba(0,0,0,0.25), inset 0 -2px 10px rgba(0,0,0,0.3);
	--theme-tabs-box-shadow: 0 2px 6px rgba(255,255,255,0.5), inset 0 1px rgba(0,0,0,0.3), inset 0 5px rgba(0,0,0,0.2), inset 0 5px 20px rgba(0,0,0,0.25), inset 0 -15px 30px rgba(255,255,255,0.3);
	--theme-tabs-active-box-shadow: 0 2px 6px rgba(255,255,255,0.6), inset 0 1px rgba(0,0,0,0.5), inset 0 5px rgba(0,0,0,0.4), inset 0 5px 20px rgba(0,0,0,0.45), inset 0 -15px 30px rgba(255,255,255,0.4);
	--theme-menu-branch-font: AdventPro-Thin;
	--theme-menu-branch-color: #000;
	--theme-menu-branch-bg-color: #eaecee;
	--theme-menu-selected-color: #1b1a28;
	--theme-menu-selected-bg-color: #f2d7d5;
	--theme-sidemenu-bg-color: #eceaee;
	--theme-sidemenu-color: #444;
	--theme-sidemenu-hover-color: #ccc;
	--theme-sidemenu-font: AdventPro-Thin, Helvetica, Arial, sans-serif;
	--theme-sidemenu-trigger-background-color: #fff;
	--theme-sidemenu-trigger-border-color: #777;
	--theme-superfile-bg-color: #eaecee;
	--theme-page-title-font: Helvetica;
	--theme-page-title-color: #e64d61;
	--theme-label-color: #000;
	--theme-label-bgcolor: #f0f0f0;
	--theme-label-font: AdventPro-Thin;
	--theme-input-color: #606060;
	--theme-input-color-focus: black;
	--theme-table-row-color: #222;
	--theme-table-row-color-odd: #555;
	--theme-table-border-color: #ccc;
	--theme-table-button-color: #333;
	--theme-table-button-bg-color: rgba(128,128,128,0.3);
	--theme-table-button-bg-image: linear-gradient(to bottom, white 0%, transparent 50%);
	--theme-rolodex-bg-color: #d5d8dc;
	--theme-rolodex-color: #95a5a6;
	--theme-workview-bg-color: #5d6d7e;
	--theme-workview-color: rgba(255,255,255,0.9);
	--theme-subtable-bg-color: rgba(0,0,0,0.05);
	--theme-subtable-title-color: #555;
	--theme-subtable-title-bg-color: rgba(0,0,0,0.2);
	--Xtheme-subbutton-bg-color: #dc7633;
	--Xtheme-subbutton-color: #f3f5e7;
	--theme-subbutton-bg-color: #f5f5f5;
	--theme-subbutton-color: #1b1a28;
	--theme-subbutton-shadow: 5px 5px 5px lightgrey;
	--theme-resizer-bg-color: #c8c8c8;
	--theme-error-color: red;
}
body { font: 13px Helvetica;
	background-color: var(--theme-bgcolor);
	xbackground: linear-gradient(135deg,#1b1a28,#3d3b4a);
	color: var(--theme-color);
	font-family: var(--theme-font);
	font-size: var(--theme-font-size);
	margin: 2px;
	overflow: visible;
}
div.inverted {
	background-color: var(--theme-color);
}
button.dt-button,
div.dt-button,
a.dt-button {
	color: var(--theme-table-button-color);
	background-color: var(--theme-table-button-bg-color);
	background-image: var(--theme-table-button-bg-image);
}
#cd-lateral-nav {
	background-color: var(--theme-sidemenu-bg-color);
}
#cd-lateral-nav a {
	color: var(--theme-sidemenu-color);
	font-family: var(--theme-sidemenu-font);
	font-weight: bold;
}
#cd-lateral-nav a:hover {
	background-color: var(--theme-sidemenu-hover-color);
}
#cd-menu-trigger {
	background-color: var(--theme-sidemenu-trigger-border-color);
}
#cd-menu-trigger .cd-menu-icon {
	background-color: var(--theme-sidemenu-trigger-background-color);
}
div#mainbody_topnav {
	background-color: #eeeeee;
}
div#mainbody_mobilenav {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px;
}
.rolodex {
	background-color: var(--theme-rolodex-bg-color);
	color: var(--theme-rolodex-color);
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	width: 270px;
}
.rolodex ul.optgroup li label:before {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
}
.rolodex ul.optgroup li input[type="radio"]:checked ~ label::before {
    font-family: 'Font Awesome 5 Free';
}
.fc-calendar-container, .custom-header {
	background-color: var(--theme-workview-bg-color);
}
.fc-calendar .fc-head { 
	background: rgba(255,255,255,0.2);
	color: var(--theme-workview-color);
}
.fc-calendar .fc-row > div > span.fc-date {
	color: var(--theme-workview-color);
}
div.background {
	xbackground: url(../images/bg-left.svg) left bottom no-repeat, url(../images/bg-right.svg) right top no-repeat;
	overflow-y: auto;
}
div.background_text {
	position: absolute; bottom: 20%; z-index: 0; overflow: hidden;
	width: 100%; text-align: center; display: inline-block; vertical-align: middle;
	font: 65px Impact;
	color: #50505b;
	z-index: -1;
}
div.center {
	text-align: center;
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: center;
}
div.gutter {
	height: 90%; float: right; padding: 0px 20px; font-size: 80px;
}
div.tabbar {
	width: 100%;
	height: 32px;
}
.notabs div.tabbar {
	display: none;
}
div.tabbar div {
	float: left;
	line-height: 32px;
	font-family: "Poppins-Regular", Verdana;
	font-size: 13px;
	padding: 0 15px 0 15px;
	margin-right: 1px;
	Xcolor: #ccc;
	color: var(--theme-tabs-color);
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	box-shadow: var(--theme-tabs-box-shadow);
}
div.tabbar div.active {
	box-shadow: var(--theme-tabs-active-box-shadow);
}
div.tabbar div button {
	background-color: transparent;
	padding-left: 10px;
	border: 0;
	color: #aaa;
	outline: none;
	cursor: pointer;
}
div.commandbar {
	width: 100%; background-color: #70707b; opacity: 0.8; padding: 2px;
}
div.commandbar button {
	line-height: 18px;
	min-width: 25px;
	padding-left: 4px; padding-right: 4px;
	cursor: pointer;
}
div.commandbar input {
	line-height: 18px;
}
.btnnav, .btnnav-fixed {
	width: 1.375rem; height: 1.375rem; padding: 0; line-height: 1.275rem; border-radius: 39%;
	display: inline-block; overflow: hidden;
	color: transparent;
	text-decoration: none; text-align: center; font-size: 18px;
}
tr.selected .btnnav, .btnnav-fixed, .btnnav:hover {
	background: #ef5789; background-image: linear-gradient(45deg,#e64d61,#c0559a); transition: background 350ms ease;
	color: #fff;
}
.btnnav-none {
	color: transparent; font-size: 16px;
}
tr.selected .btnnav-none, .btnnav-none:hover {
	color: #fff;
}
.unread-messages {
	background-color: blueviolet;
	color: white;
	padding: 1px 4px 1px 3px; margin-left: 10px;
	border: 1px solid;
	border-radius: 9px;
	font-size: 12px;
}
.unread-messages-alt {
	background-color: crimson;
	color: white;
	border: 1px solid;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
}
.unread-messages-alt p {
	font-size: 15px;
	margin: 1px 5px 1px 5px;
	line-height: 1.5;
}
table.datatable thead tr {
	box-shadow: var(--theme-table-header-shadow);
	height: 50px;
}
table.datatable thead th {
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 5px !important;
}
table.datatable tbody tr {
	cursor: default;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid var(--theme-table-border-color) !important;
}
table.itable {
	border: 1px solid;
	width: 100%;
}
table.itable thead tr {
	box-shadow: var(--theme-table-header-shadow-small);
	height: 30px;
}
table.itable thead th {
	border-bottom: 1px solid;
}
table.itable td {
	padding: 5px 2px 5px 2px;
	border-bottom: 1px dotted;
	border-right: 1px dotted;
}
table.itable td:last-child {
	border-right: none;
}
table.itable tr:last-child td {
	border-bottom: none;
}
.toolbar {
	width: 100%;
	padding: 4px 100px 8px 0;
	Xborder-bottom: 1px solid;
	border-bottom: 1px solid var(--theme-table-border-color);
	background-color: var(--theme-label-bgcolor);
}
.toolpopup > div {
	padding: 10px 5px 20px 5px;
}
.toolpopup span.title {
	font-size: 15px; font-weight: bold;
	color: var(--theme-page-title-color);
	font-family: var(--theme-page-title-font);
}
.toolpopup table td {
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	font-size: 13px;
}
.toolbar span.title {
	margin-left: 7px;
	font-size: 1.5rem;
	color: var(--theme-page-title-color);
	font-family: var(--theme-page-title-font);
	display: inline-block;
	padding-top: 4px;
}
.toolbar span.subtitle {
	font-size: 1.0rem;
	color: #e64d61;
	vertical-align: text-bottom;
}
.toolpopup > button,.toolbar > button {
	margin: 2px 0 6px 6px;
	padding: .400rem 1rem;
	border: 1px solid transparent;
	min-width: 7rem;
	background-size: 300% 100%;
	background-position: 100% 0;
	transition: background 750ms ease;
	color: #fff;
	font-size: 0.9rem;
	border-radius: .6rem;
	display: inline-block;
	float: right;
	cursor: pointer;
}
.toolbar button.plain {
	background-color: #aaa;
	margin-right: 15px;
}
.toolbar button.standout {
	Xbackground-image: linear-gradient(45deg,#e64d61,#e64d61,#e64d61,#c0559a);
	background-color: #e64d61;
	color: white;
	float: left;
	box-shadow: none;
}
.toolbar button.standout select {
	outline: none;
	border: 0;
	background: transparent;
	color: white;
	font-size: 1rem;
	text-align: center;
}
.toolbar button.standout option {
	color: black;
}
.toolbar button.standout:disabled {
	background-image: unset;
	background-color: #777;
	cursor: unset;
}
X.toolbar button span {
	font-family: 'Poppins-Regular';
}
.btn-default {
	margin-left: 10px;
	padding: .400rem 1rem;
	border: 1px solid transparent;
	min-width: 8rem;
	background-size: 300% 100%;
	background-position: 100% 0;
	background-image: linear-gradient(45deg,#e64d61,#e64d61,#e64d61,#c0559a);
	transition: background 750ms ease;
	color: #fff;
	font-size: 1rem;
	border-radius: 1.6rem;
	display: inline-block;
	float: right;
	cursor: pointer;
}
.btn-overlay {
	background: transparent;
	border: none;
	box-shadow: none !important;
	cursor: pointer;
	color: white;
	height: 100%;
}
.btn-overlay:disabled {
	opacity: 0.6;
	cursor: default;
}
.sep-overlay {
    height: 20px;
    width: 1px;
    background: white;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 15px;
}
.btn-delete, .btn-history {
	margin: 10px 0 0 10px;
	width: 22px; height: 22px;
	padding-bottom: 1px;
	border: none;
	border-radius: 50%;
	color: white;
	background-color: darkslategray;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	float: right;
	opacity: 0.7;
	outline: none;
}
.btn-history {
	margin-left: 5px;
}
.btn-access {
	border: 0;
	height: 35px; width: 35px;
	background-color: transparent;
	background-size: 100% 100%;
	background-image: url(../images/lock-folded-icon.png);
	Xbackground-image: url(../images/icon-access.jpg);
	display: inline-block;
	float: left;
	border-radius: 50%;
}
.btn-workflow {
	border: 0;
	height: 35px; width: 35px;
	background-color: transparent;
	background-size: 100% 100%;
	background-image: url(../images/icon-workflow.svg);
	display: inline-block;
	float: left;
	margin-left: 6px;
	border-radius: 50%;
	outline: none;
}
.btn-workflow.active {
	background-image: url(../images/icon-workflow-active.svg);
}
.btn-command {
	border: 0;
	height: 35px; width: 35px;
	background-color: transparent;
	background-size: 100% 100%;
	background-image: url(../images/icon-command.svg);
	display: inline-block;
	float: left;
	margin-left: 6px;
	border-radius: 50%;
	outline: none;
}
.btn-notify {
	border: 0;
	height: 35px; width: 35px;
	background-color: transparent;
	background-size: 100% 100%;
	background-image: url(../images/icon-notify.svg);
	display: inline-block;
	float: left;
	margin-left: 6px;
}
.btn-tools {
	min-width: 6rem;
	background-color: #555;
	color: #eee;
	background-image: none;
	float: left;
}
.btn-search {
	Xbackground-image: linear-gradient(45deg,#e64d61,#e64d61,#c0559a,#e64d61);
	background-color: #555;
	color: #ddd;
	background-image: none;
}
.btn-child, .btn-dependent, .btn-command0, .toolbar button, .toolpopup button {
	font-size: 0.9rem;
	margin-left: 6px;
	min-width: 5rem;
	padding: .400rem 0.7rem;
	background-color: var(--theme-subbutton-bg-color);
	color: var(--theme-subbutton-color);
	background-image: none;
	float: left;
	box-shadow: var(--theme-subbutton-shadow);
}
.toolbar button {
	float: right;
}
.toolpopup button span,.toolbar button span {
	font-size: 0.95rem;
	font-weight: normal;
	font-family: 'Poppins-Regular';
}
.btn-default:focus, .btn-access:focus, .btn-search:focus, .btn-child, .btn-dependent {
	text-decoration: none;
	outline: none;
}
.btn-default:disabled {
	cursor: default;
	color: #ddd;
}
.btn-workflow-cmd {
	font-size: 20px; margin-left: 15px;
}
.text-dark { color: #555; }
.ui-layout-pane {
	background: inherit;
	xborder: 1px solid #ef5789;
	border: 1px solid #70707b;
}
.ui-layout-resizer {
	background-color: var(--theme-resizer-bg-color);
}
.ui-layout-toggler {
	background-color: #1b1a28;
	border-width: 0px;
}
table.treetable .fa { margin-right: 10px; font-size: small; }
table.treetable {
	border: 0;
}
table.treetable tr.branch {
	background-color: var(--theme-menu-branch-bg-color);
	color: var(--theme-menu-branch-color);
}
table.treetable tr.selected {
	background-color: var(--theme-menu-selected-bg-color);
	color: var(--theme-menu-selected-color);
}
table.treetable tr.leaf td {
	Xfont-size: 15px;
	padding: .2em 0.3em .1em 1em;
	border: 1px dotted;
}
table.treetable tr.leaf span.indenter {
	min-height: 1.75em;
	vertical-align: middle;
}
table.treetable.compact tr.leaf td {
	padding: .2em 0.5em .1em .1em;
}
table.treetable tr.leaf td:first-child {
	Xfont-family: Aldrich-Regular;
	font-size: 14px;
}
table.treetable tr.branch td:first-child {
	font-family: var(--theme-menu-branch-font);
	font-size: 16px;
	font-weight: bold;
	Xcolor: #ddd;
	color: var(--theme-menu-branch-color);
}
#mainbody {
	width: 100%; height: 100%; border: 0px;
}
#mainbody_nav {
	overflow-y: auto;
}
#mainbody_lay {
	width: 100%; min-height: 200px; border: 0px;
	box-sizing: border-box;
}
#mainbody_cnv {
	position: absolute; top: 0px; left: 0px;
}
#mainbody_ecnv {
}
#mainbody_shd {
	position: absolute; top: 300px; left: 500px;
	width: 200px; height: 100px;
}
#dialog {
	background-color: var(--theme-bgcolor);
	Xbackground: linear-gradient(135deg,#1b1a28,#3d3b4a);
	Xbackground: white;
	Xopacity: 0.5
}
table td {
	margin: 1px; padding: 1px;
	font: 13px Verdana;
}
table td[data-command] {
	font-size: .9rem;
	cursor: pointer;
	line-height: 1.4rem;
}
.shadowdiv {
	display: none; position: absolute; left: 0px; top: 0px;
	Xwidth=100px; Xheight:50px;
}
.widgetdiv {
	position: absolute; overflow: hidden;
	background-color: var(--theme-bgcolor);
	Xbackground-color: white;
	opacity: 0.95;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}
.widgetdiv .title {
	width: 100%;
	color: var(--theme-type-color);
	background-color: var(--theme-color);
	padding: 3px;
	font-size: 12pt;
}
.widgetdiv .subtitle {
	width: 100%;
	background-color: var(--theme-type-color);
	padding: 3px;
	font-size: 12pt;
	border: 1px solid;
}
.widgetdiv tr.digital td {
	font-family: Digital;
	font-size: 45pt;
}
.widgetctl {
	width: 100%;
	position: absolute; overflow: hidden; text-align: right;
	background-color: transparent;
	opacity: 0.2;
	padding: 0px;
	margin: 0px;
}
.widgetctl:hover {
	opacity: 1.0
}
.widgetctl .weekDays {
	line-height: 25px !important;
}
.widgetctl .weekDays a
{
    display: inline-block;
    margin: 2px 4px 2px 0px;
    padding: 2px 2px !important;
    color: #999999;
    text-decoration: none;
    border-style: solid !important;
    Xborder-radius: 20% !important;
    border-radius: 4px !important;
    border-width: 1px !important;
    border-color: transparent;
    font: 13px Poppins-Regular;
}
.widgetctl .weekDays a:hover
{
    border-color: #222;
}

.widgetctl .weekDays .selectedDay
{
	border-width: 1px !important;
	background-color: #bbbbbb;
	color: #000;
}
.collectionitem {
	color: #d0d0d0;
	float:left; height: 50px; width: 120px; padding: 5px; margin: 3px 0px 0px 3px;
	border: 1px solid #ef5789; border-radius: 4px;
}
.collectionitem.readonly {
	border-color: #777;
}
.collectionitem img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: -1;
}
ul.gridster {
  list-style-type: none;
}
.gridster li {
	font: 12px Helvetica;
	line-height: 100%;
	list-style: none;
	border: 1px solid #ef5789; border-radius: 4px;
}
.gridster li.trash {
  background-color: red;
}
.gridster-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.controls {
  margin-bottom: 20px;
}

.prop-table {
	width: 100%;
}
.prop-wrapper {
  margin-bottom: 10px;
  border-width: 0px 0px 1px 0px;
  Xborder-color: #b2b2b2;
  border-color: #444;
  border-style: dotted;
  white-space: nowrap;
  padding-left: 10px;
}
.prop-wrapper.weekline {
  white-space: pre-wrap;
  word-break: break-all;
}
.prop-wrapper .ui-spinner {
  max-width: 40%;
}
.prop-wrapper p.floating-label {
  padding-bottom: 6px;
  font-style: italic;
  display: block;
}
.prop-dtable {
	padding: 5px;
	position: relative;
}

.prop-label{
  Xfont-family: Aldrich-Regular;
  font-size: 17px;
  font-weight: bold;
  Xcolor: #808080;
  Xcolor: #999;
  color: var(--theme-label-color);
  background-color: var(--theme-label-bgcolor);
  font-family: var(--theme-label-font);
  text-align: right;
  padding-right: 15px;
  width: 20%;
  Xborder-right: 1px solid #ef5789;
  border-right: 1px solid;
}
.two-col .prop-label{
  width: 33%;
}

.prop-devices {
	width: 100%;
	height: 100px;
	border: 1px solid #bbbbbb;
	position: relative;
}
.prop-input {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: var(--theme-input-color);
  line-height: 1.2;

  width: 100%;
  background: transparent;
  padding: 5px;
  padding-left: 0;
  outline: none;

  Xheight: 29px;
  border: none;
  Xborder-width: 0px 0px 1px 0px;
  Xborder-color: #b2b2b2;
  Xborder-color: #444;
  Xborder-style: dotted;
}
.prop-input::placeholder {
	opacity: 0.5;
}
.prop-wrapper .chosen-container {
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
}
.prop-input-2:not(.ui-spinner-input) { width: 40%; }
.prop-input-3:not(.ui-spinner-input) { width: 25%; }
.prop-input-4:not(.ui-spinner-input) { width: 15%; }

textarea.prop-input {
  height: auto;
  resize: vertical;
  line-height: unset;
}
select.prop-input.with-command {
  width: calc(100% - 45px);
}
select.prop-input option {
  background-color: var(--theme-bgcolor);
}
select.prop-input:focus {
  border-color: #ef5789;
}
select.prop-input option:checked {
  background-color: #4785db;
  color: white;
}
input.prop-input:focus {
  color: var(--theme-input-color-focus);
  border-color: #ef5789;
}
input[type=file].prop-input {
	width: 0.1px;
	height: 0.1px;
	margin: 0px;
	padding: 0px;
}
label img {
	width: 150px;
	height: 50px;
	background-color: #50505b;
	vertical-align: bottom;
}
label img.picture {
	width: 70px;
	height: 70px;
}
XX.prop-view {
	vertical-align: top;
	margin-left: -21px;
	padding: 4px;
	background-color: rgba(255,255,255,0.3);
	border: 0; outline: none;
}

.prop-focus {
  position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none;
}

.prop-focus::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #57b846;
}

.prop-error {
  Xfont-family: FontAwesome;
  font-family: 'Font Awesome 5 Free';
  background: transparent;
  border: none;
  font-size: 17px;
  color: #ff4040;
}

.error {
	color: var(--theme-error-color);
}

.prop-form {
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1px 20px 0px 20px;
  Xmargin-right: 50px;
}
.ui-dialog {
  background: rgba(256,256,256,0.8) !important;
}
.ui-widget-content {
  background: none;
  color: inherit;
}
.ui-state-default {
  background: none !important;
}
.ui-widget input {
  border-width: 0px;
}

.titled-frame {
	width: 100%;
	position: relative;
	display: none;
	margin-bottom: 5px;
	animation-duration: 300ms;
}
.titled-sidebar {
	position: absolute;
	padding-left: 6px;
	padding-bottom: 15px;
	margin-left: 1px;
	width: 39px;
	border-radius: 0 15px 15px 0;
	text-orientation: sideways;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	text-align: right;
	font-family: AdventPro-Thin;
	font-size: 18px;
	font-weight: bold;
	color: var(--theme-subtable-title-color);
	background-color: var(--theme-subtable-title-bg-color);
}
.titled-content {
	position: relative;
	margin-left: 40px;
}
.prop-child {
	width: 100%;
	background-color: var(--theme-subtable-bg-color);
}
div.grid-container {
	padding: 5px;
	display: grid;
	gap: 7px;
}
div.grid-container > div.card {
	border: 1px solid;
	border-radius: 4px;
	width: 100%;
	padding: 5px;
	/* Add shadows to create the "card" effect */
	box-shadow: 0 3px 6px 0 rgba(128,128,128,0.5);
	transition: 0.3s;
}
div.grid-container > div.card:hover {
	box-shadow: 0 4px 8px 0 rgba(128,128,128,0.7);
}

table.dataTable tbody { min-height: 300px; }
table.dataTable tbody tr {
  background-color: var(--theme-bgcolor) !important;
  color: var(--theme-table-row-color) !important;
}
table.dataTable tbody tr.odd {
  background-color: var(--theme-label-bgcolor) !important;
  color: var(--theme-table-row-color-odd) !important;
}
table.dataTable tbody tr:hover { color: var(--theme-table-row-color) !important; }
table.dataTable tbody td { background-color: transparent !important; word-wrap: break-word; vertical-align: top; }
.dataTables_filter, .dataTables_info, .dataTables_paginate { color: #999 !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button { color: #999 !important; }

table.dataTable td.changed { color: red; }
table.dataTable td.number { text-align: right; }
table.dataTable td.extendedprop, tr.extendedprop
{
background-color: rgba(128,128,128,0.1) !important;
}

a { text-decoration: none; Xcolor: inherit; }
a.paginate_button { color: #666; }
a.paginate_button.current { color: #333 !important; }
a.paginate_button:hover { color: #ccc !important; }
a.paginate_button.disabled:hover { color: #666 !important; }
.dataTables_filter input { border-radius: 4px; background-color: transparent; color: #ccc; border: 1px solid #ccc; }
.dataTables_filter input:focus { outline: none; }


.jsgrid-cell { border: none; border-bottom: #000 1px solid; word-wrap: break-word; }
.jsgrid-edit-row > .jsgrid-cell { border: none; border-bottom: 1px solid #e9e9e9; }
.jsgrid-row > .jsgrid-cell { background: transparent; color: #999;}
.jsgrid-alt-row > .jsgrid-cell { background: transparent; color: #ccc;}
.jsgrid-row:hover > .jsgrid-cell, .jsgrid-alt-row:hover > .jsgrid-cell { border-color: #777;}
.jsgrid-grid-header {
	background: rgba(128,128,128,0.2);
	Xcolor: #bbb;
	color: var(--theme-subtable-title-color);
}
.jsgrid-header-row > .jsgrid-header-cell { background: transparent; border: none; border-bottom: 1px solid #777;}
.jsgrid-filter-row > .jsgrid-cell { background: transparent; border: none; border-bottom: 1px solid #777;}
.jsgrid-insert-row > .jsgrid-cell { background: transparent; border: none; border-bottom: 1px solid #777;}
.jsgrid-edit-row > .jsgrid-cell { background: transparent; }
.jsgrid-selected-row > .jsgrid-cell { background: transparent; border-color: #000; }
.jsgrid-nodata-row > .jsgrid-cell { background: transparent; }
.jsgrid-insert-row > .jsgrid-cell:not(.jsgrid-control-field) input,
.jsgrid-edit-row > .jsgrid-cell:not(.jsgrid-control-field) input { background: transparent; color: #aaa; border-width: 1px; border-style: solid; outline: none; }
.jsgrid-cell select { background: transparent; color: #aaa; border-width: 1px; border-style: solid; outline: none; }
.jsgrid-cell { padding: 0.25em 0.20em; }

.sweet-modal-box.alert .sweet-modal-content {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	border: 3px double;
}

.ui-datepicker { background-color: #1b1a28; color: #999; }
.ui-datepicker a { color: #999 !important; }

.prop-separator {
	width: 100%;
	height: 5px;
	border-bottom: 1px dotted;
	margin: 0 auto;
	z-index: 0;
}
.prop-circle {
	background-color: var(--theme-bgcolor);
	Xbackground-color: #1b1a28;
	width: 30px;
	height: 30px;
	border-radius: 0 0 50% 50%;
	margin: -15px  auto;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	border-width: 0 0 1px 0;
	border-style: solid;
	z-index: 2;
}

.mesg-div {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: auto;
}
.mesg-emoji {
	background-color: transparent; border: none; outline: none; padding: 0;
	display: inline-block; vertical-align: top; margin-left: -28px; margin-top: 7px;
	font-size: 19px; opacity: 0.7;
}
.mesg-emojitable td {
	font-size: 20px;
	cursor: pointer;
}
.mesg-log {
	width: 100%;
	max-height: calc(100% - 75px);
	position: absolute;
	bottom: 75px;
	overflow-y: auto;
}
.mesg-send {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	text-align: center;
	border: 2px outset;
	margin: 6px 0 0 10px;
	cursor: pointer;
}
.mesg-send:hover {
	border-style: inset;
}
.mesg-send i {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 22px;
	margin-top: 7px;
	padding-right: 3px;
}
.mesg-att {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	text-align: center;
	border: 1px outset;
	margin: 6px 0 0 6px;
	cursor: pointer;
}
.mesg-att:hover {
	border-style: inset;
}
.mesg-att i {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
}
div.mesg-inputdiv {
	width: 100%;
	position: absolute;
	bottom: 10px;
}
textarea.mesg-input {
	margin-top: 5px;
	width: 60%;
	border-radius: 10px;
	border: 3px solid #777;
	background: transparent;
	padding: 2px;
	padding-left: 5px;
	margin-left: 25px;
	display: inline-block;
	Xcolor: #ccc;
	color: var(--theme-input-color);
	outline: none;
}
.mesg-message {
	width: 95%;
	display: table;
	margin-left: 10px;
}
.mesg-messagein, .mesg-messageout {
	margin: 2px;
	padding: 10px;
	border: 1px solid;
	background: transparent;
	display: inline-block;
}
.mesg-messagein {
	border-radius: 0px 15px 15px 15px;
	float: left; margin-left: 8px;
}
.mesg-messageout {
	border-radius: 15px 0px 15px 15px;
	float: right; margin-right: 8px;
}
.mesg-picturein, .mesg-pictureout {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 1px solid;
	background: pink;
	display: inline-block;
}
.mesg-picturein { float: left; }
.mesg-pictureout { float: right; }

.mesg-messagemetain {
	font-size: 11px;
	padding-left: 62px;
	padding-bottom: 2px;
}
.mesg-messagemetaout {
	font-size: 11px;
	text-align: right;
	padding-right: 62px;
	padding-bottom: 2px;
}

.mesg-separator {
	display: table; 
	text-align: center; 
	width: 90%; 						/* divider width */
	margin: 5px auto;					/* spacing above/below */
}
.mesg-separator span { display: table-cell; position: relative; }
.mesg-separator span:first-child, .mesg-separator span:last-child {
	width: 50%;
	top: 6px;							/* adjust vertical align */
	-moz-background-size: 100% 1px; 	/* line width */
	background-size: 100% 1px; 			/* line width */
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
}
.mesg-separator span:first-child {				/* color changes in here */
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#aaa));
	background-image: -webkit-linear-gradient(180deg, transparent, #aaa);
	background-image: -moz-linear-gradient(180deg, transparent, #aaa);
	background-image: -o-linear-gradient(180deg, transparent, #aaa);
	background-image: linear-gradient(90deg, transparent, #aaa);
}
.mesg-separator span:nth-child(2) {
	Xcolor: #000;
	padding: 0px 10px; width: auto; white-space: nowrap;
}
.mesg-separator span:last-child {				/* color changes in here */
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), to(transparent));
	background-image: -webkit-linear-gradient(180deg, #aaa, transparent);
	background-image: -moz-linear-gradient(180deg, #aaa, transparent);
	background-image: -o-linear-gradient(180deg, #aaa, transparent);
	background-image: linear-gradient(90deg, #aaa, transparent);
}
.mesg-subject { font-weight: bold }
.mesg-text { }

.privileged-label {
  padding: 2px;
  background-color: rgba(64,64,64,0.2);
}
.privileged { filter: blur(4px); }
.privileged:hover { filter: blur(0); }

.flowchart-default-operator { color: black; width: 180px; }

.ui-autocomplete { background: white; }

.ui-autocomplete-multiselect.ui-state-default {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px 3px;
  padding-bottom: 0px;
  overflow: hidden;
  cursor: text;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
  float: right;
  cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1px 3px;
  margin-right: 2px;
  margin-bottom: 3px;
  color: #333;
  background-color: #f6f6f6;
}

.ui-autocomplete-multiselect input {
  display: inline-block;
  border: none;
  outline: none;
  height: auto;
  margin: 2px;
  overflow: visible;
  margin-bottom: 5px;
  text-align: left;
}

.ui-autocomplete-multiselect.ui-state-active {
  outline: none;
  border: 1px solid #7ea4c7;
  -moz-box-shadow: 0 0 5px rgba(50,150,255,0.5);
  -webkit-box-shadow: 0 0 5px rgba(50,150,255,0.5);
  -khtml-box-shadow: 0 0 5px rgba(50,150,255,0.5);
  box-shadow: 0 0 5px rgba(50,150,255,0.5);
}

.dropdown-menu ul.compact li a { padding: 2px 15px; }

.otp-input {
  padding-left: 6px;
  letter-spacing: 22px;
  border: 0;
  background-image: linear-gradient(to left, blue 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 2px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 300px;
  font-size: 50px;
  font-family: system-ui;
  outline : none;
}

.jodit_container {
  background: transparent !important;
}

@media only screen and (max-width: 768px) {
	.prop-label { display: none; }
	.toolbar button{
		min-width: 3rem;
	}
	.otp-input {
		letter-spacing: 31px;
		font-size: 35px;
	}
}
@media only screen and (min-width: 768px) {
	.prop-wrapper p.floating-label { display: none; }
}

