body{ position: relative; }

.paginatorExec DIV.active,
.paginatorExec DIV.btn-next,
.paginatorExec DIV.btn-back{ background-color: #e7e1f0; color: #886ab5; }

.paginatorExec DIV.selected,
.paginatorExec DIV:hover {background-color: #886ab5; color: white; border:1px solid #886ab5 !important; }


/* table paginations */
/*
.paginatorTotal {
	margin: 6px 20px 0 5px;
	float: right;
	text-align: right;
	font-weight: 400 !important;
	color: #aaa;
	font-family: Roboto, Arial;
}
.paginatorExec { margin-left: -2px; margin-right: -2px; }
.paginatorExec button {
	border: none;
	background: transparent;
	border-radius: 4px;
	margin: 0 2px;
	display: inline-block;
	padding: 6px 12px !important;
	font-size: 13px;
	font-size: 13px;
	font-family: Roboto, Arial;
	font-weight: 400;
	color: rgb(136, 106, 181);
	border: none;
}
.paginatorExec button.active,
.paginatorExec button.btn-next,
.paginatorExec button.btn-back,
.paginatorExec button.button {
	background: rgb(231, 225, 240);
	color: rgb(136, 106, 181);
}
.paginatorExec button.btn-next,
.paginatorExec button.btn-back {
	background: rgb(231, 225, 240);
	color: rgb(136, 106, 181);
}
.paginatorExec button.selected,
.paginatorExec button:hover {
	background: rgb(136, 106, 181);
	color: white;
}

.paginatorExec button[disabled],
.paginatorExec button[disabled]:hover { background: #f4f4f4; color: #bbb; }
*/

/* ================================================================================================================== */

.badge-block{
	display: block;
	padding:10px 4px !important; font-size:12px;
}
.badge-midi{
	font-size: 11px;
	line-height: 11px;
	padding: 5px 4px 4px 4px !important;
	cursor: default;
}

/* V2 search panel */

#bookmarksHolderSE DIV.btn-group > DIV.btn {
	border: 1px solid rgb(229, 229, 229);
}

#bookmarksHolderSE DIV.btn-group > DIV:first-child {
	opacity: 0.6;
	padding: 0;
	max-width: 8px;
	min-width: 8px;
	overflow: hidden;
}

#bookmarksHolderSE DIV.btn-group > DIV:last-child {
	color: #000;
	max-width: 150px;
	overflow: hidden;
	padding-left: 8px;
}

#bookmarksHolderSE DIV.btn-group {
	opacity: 0.7;
	/*max-width:14.28%;*/
}

#bookmarksHolderSE DIV.btn-group.active {
	opacity: 1;
}
#HoldflyingSearchPanel {
	min-width: 1138px;
	max-width: 1138px;
	/* width: calc(100% - 200px); */
	position: relative;
}

#transparentSB{
	width: 100%;
	height: 100%;
	top:0; left: 0; right: 0; bottom: 0;
	position: fixed;
	background: rgba(0,0,0, 0.04);
	display: block;
	contain: '';
	z-index: 1;
}

/*
#bookmarksHolderSE DIV.btn-group > DIV:last-child{ background: #fefefe !important;}
#bookmarksHolderSE DIV.btn-group:hover > DIV:first-child{	opacity: 1; background-color: inherit; border-color: #ccc !important;}
#bookmarksHolderSE DIV.btn-group:hover > DIV:last-child{	opacity: 1; background-color: auto; border-color: #ccc !important;}
*/

#flyingSearchPanel {
	width: calc(100% - 30px);
	position: absolute;
	background: white;
	min-height: 100px;
	display: none;
	z-index: 10000;
	margin: -17px;
	margin-top: 14px;
	border: 1px solid #eee;
	border-top: none;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding: 0 !important;
	box-shadow: 5px 7px 2px rgba(0,0,0, 0.04);
	/*border-bottom: 5px solid #eee;*/
}
#flyingIcons{
	/* margin-top:50px; */
}

/* specials */

.overline{ text-decoration: line-through !important; opacity: 0.5;}

.boldName { font-weight: 600; font-size:13px; }

.w50p{ width: 50%; }
.w100p, .wFull{ width: 100%; }
.mw100p { min-width: 100%; }

.w50p {
	width: 50%;
}

.overflow200{ max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.overflow160{ max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* paddings and margins shortcuts */

.fs13black{ font-size:13px; color:#111; }

.m1 {margin: 1px;}
.mt1 {margin-top: 1px !important;}
.mt2 {margin-top: 2px !important;}
.mt3 {margin-top: 3px !important;}
.mt4 {margin-top: 4px !important;}

.m2 { margin: 2px; }

.mb-0 {
	margin-bottom: 0;
}

.mr20 {
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.pt6 {
	padding-top: 6px !important;
}

.pt3 {
	padding-top: 3px !important;
}

.mw50{min-width: 50px; }
.mw80{min-width: 80px; }
.mw100{min-width: 100px;}
.mw120{min-width: 120px;}
.mw135{min-width: 135px;}
.mw150{min-width: 150px;}
.mw180{min-width: 180px;}
.mw200{min-width: 200px;}
.mw250{min-width: 250px;}
.mw300{min-width: 300px;}
.mw350{min-width: 350px;}
.mw450{min-width: 450px;}
.mw500{min-width: 500px;}
.mw600{min-width: 600px;}
.mw700{min-width: 700px;}
.mw800{min-width: 800px;}
.mw1000{min-width: 1000px;}
.mw1200{min-width: 1200px;}

.w40i { width: 40px !important; max-width: 40px; min-width: 40px; }
.w45i { width: 45px !important; max-width: 45px; min-width: 45px; }
.w50i { width: 50px !important; }

.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w65 { width: 65px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w85 { width: 85px; }
.w90 { width: 90px; }
.w95 { width: 95px; }
.w100 {	width: 100px; }
.w110 {	width: 110px; }
.w120 {	width: 120px; }
.w150 { width: 150px; }
.w150i { width: 150px !important;}
.w160 { width: 160px;}
.w180 { width: 180px;}
.w200 { width: 200px; }
.w250 {	width: 250px; }
.w300 {	width: 300px; }
.w350 {	width: 350px; }
.w400 {	width: 400px; }
.w500 {	width: 500px; }
.w600 {	width: 600px; }
.w700i { width: 700px !important; }
.w740i { width: 740px !important; }
.w800 { width: 800px; }
.w1000 { width: 1000px; }
.w1000i { width: 1000px !important; }
.w1200 { width: 1200px; }
.w1300 { width: 1300px; }
.w1400 { width: 1400px; }

.max45 { max-width: 45px !important; }
.max50 { max-width: 50px !important; }
.max80 { max-width: 80px !important; }
.max100 {	max-width: 100px !important;}
.max120 {	max-width: 120px !important;}
.max150 {	max-width: 150px !important;}
.max200 {	max-width: 200px !important;}
.max300 {	max-width: 300px !important;}
.max400 {	max-width: 400px !important;}
.max500 {	max-width: 500px !important;}
.max1200 {	max-width: 1200px !important;}
.max1300 {	max-width: 1300px !important;}
.max1600 {	max-width: 1600px !important;}

.ww200 {
	width: 200px;
	max-width: 200px;
}
.ww250 {
	width: 250px;
	max-width: 250px;
}
.ww350 {
	width: 350px;
	max-width: 350px;
}

/* smart admin fixes */

.badge-white {
	background: white;
	box-shadow: 0 0 3px #eee;
}

.border-radius {
	border-radius: 3px !important;
	overflow: hidden;
}

.panel-tag { border-radius: 0 !important; }
.panel-tag.clear > div:first-child{ float: left; margin-top:7px; margin-bottom: 6px;}
.panel-tag.clear > div:last-child{ float: right; text-align: right; margin-left:20px;}
.panel-tag H1,
.panel-tag H2,
.panel-tag H3{
	color: rgba(0, 0, 0, 0.85);
	font-weight: bold;
	margin-bottom:2px;
}

.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}

/* addons */

.bordered-left-radius-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.border-0 {
	border: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}


.table > thead > tr.filters .select2 .select2-selection{ height: 27px !important;}
.table > thead > tr.filters .select2 .select2-selection > SPAN{ line-height: 25px !important;}

/* TODO .grey remove */
.grey { color: #ddd; }
.grey:hover { color: #999; cursor: default; }

.badge.asBtn{ display: block !important; padding:6px 10px !important; line-height: 18px !important; cursor: default; }

/* --- Backgrounds --- */

.autocomplete .bg-primary{ color:white !important; }

.page-content { width: auto; margin: 0 auto; }

.form-group LABEL {	margin-bottom: 0 !important; }
.panel .panel-container hr { margin-left: -16px; margin-right: -16px; }
.panel .panel-container .panel-footer { text-align: right; padding: 1rem; border-top: 1px solid #eee; margin-top: 6px; }
.panel-tag { margin: 0; padding: 10px 10px 10px 15px; background: #F1F9FD; opacity: 1; }
.panel-tag.clear > div:first-child	{ float: left; margin-top: 7px; margin-bottom: 6px; }
.panel-tag.clear > div:last-child	{ float: right; text-align: right; margin-left: 20px; }

.panel-split{ margin:24px -16px 16px -16px; padding:12px 16px; font-size: 15px; }


.panel-toolbar .btn-panel.panel-help { background: rgb(136, 106, 181); }
.panel-toolbar .btn-panel.panel-close { background: #fd3995; }
.panel-toolbar .btn-panel.panel-reload { background: #fd3995; }

/* rgb(29, 201, 183) */
/*.panel-toolbar .btn-panel.panel-reload{background: #fd3995;}*/


/* --- datatable --- */

.dataTable { margin-top: 15px; }

/* table hover */
/*.customHover > tbody > tr:hover > TD:not(.stop) {*/
.customHover > tbody > tr:not(.stop):hover {
	background-color: rgba(239, 227, 255, 0.5) !important;
	/*box-shadow: inset 0 1px 0 rgba(40, 24, 61, 0.1);*/
}

.customHover > tbody > tr:not(.stop):hover > TD {
	/*border:none;*/
	border-bottom: 1px solid rgb(202, 184, 230) !important;
}

.table {
	table-layout: auto;
	width: auto;
	margin-bottom: 0;
}

.table td { padding: 7px 10px !important; color: #555; font-family: "arial"; }
.table td b { color: #444; background: transparent !important; }


/* td full button*/
.table td.button{ padding: 3px !important; vertical-align: middle; font-size: 12px !important; }
.table td.button > * { display: block !important;
	font-size: 12px !important; line-height: 18px !important; padding: 6px !important;
	outline: 0; font-weight: 500 !important;
	user-select: none;
}
.table td.button > .badge{ border:none !important; padding: 7px !important; }
.p0, .table TD.p0{padding: 0px !important;}
.p1, .table TD.p1{padding: 1px !important;}
.p3, .table TD.p3{ padding: 3px !important;}
.p3p8, .table TD.p3p8{ padding: 3px 8px !important; line-height: 12px;}
.p103, .table TD.p103{ padding: 3px 10px !important; vertical-align: middle !important; height: 39px;}
.p3p5{padding:5px 3px 5px 3px;}


.label-white { background: #f8f8f8; color: #333; }
.table TD .label,
.table .btn.btn-sm { padding-left: 12px; padding-right: 12px; }

.table TD.fileName{ padding: 3px 8px !important; line-height: 12px; vertical-align: middle; }

.table .btn.btn-xs {
	padding: 1px 5px !important;
	font-family: "arial";
	font-size: 12px;
	font-weight: normal !important;
	display: inline-block;
	line-height: 15px !important;
	height: 17px;
	outline: none;
	vertical-align: top;
	border: none;
	margin-bottom: 1px;
}

.table > thead > tr > th {
	border-bottom: none;
	vertical-align: top;
}
.table > thead > tr.filters {
	background-color: rgb(247, 249, 250);
}
.table > thead > tr.filters > th {
	padding: 3px;
	vertical-align: middle;
}
.table > thead > tr.filters > th {
	font-weight: normal;
	position: relative;
}
.table > thead > tr.filters > th .active {
	background: rgb(246, 240, 255);
	border-color: #c1a9d6;
}
.table > thead > tr.filters > th .btn {
	height: 27px !important;
	line-height: 15px;
	padding: 5px;
}
.table > thead > tr.filters > th .form-control {
	height: 27px;
	padding: 1px 4px;
	text-align: center;
}
.table > thead > tr.filters > th SELECT.form-control {
	padding: 1px 5px;
}
.table > thead > tr.filters > th:hover DIV.menu {
	display: block;
}
.table > thead > tr.filters .inputX2 {
	width: 100%;
	white-space: nowrap;
	font-size: 0;
}
.table > thead > tr.filters .inputX2 INPUT {
	width: 50%;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	margin: 0 !important;
}
.table > thead > tr.filters .inputX2 INPUT:first-child {
	border-right: 0;
}


DIV.autocomplete {
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0;
	overflow-y: scroll;

	min-width: 100px;
	min-height: 20px;
	max-height: 400px;
	height: auto;
	background: white;
	z-index: 1000;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	background-color: rgb(240, 230, 255);
}

.table > thead > tr.filters DIV.autocomplete {
	margin-left: 1px;
	margin-top: 2px;
	max-height: 550px;
}

DIV.autocomplete > DIV {
	padding: 7px 12px;
	text-align: left;
	white-space: pre;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 13px;
	background-color: white;
}

DIV.autocomplete > DIV:nth-child(2n) {
	background-color: #f9f8ff;
}

DIV.autocomplete > DIV:hover {
	background-color: rgb(136, 106, 181);
	color: white;
}


TABLE.table > tbody > tr > td.delete {
	width: 35px !important;
	text-align: center;
	cursor: pointer !important;
	vertical-align: middle;
	padding: 0 5px !important;
}

TABLE.table > tbody > tr > td.delete:hover SPAN {
	opacity: 1;
	color: #fd3995;
}

TABLE.table > tbody > tr > td i.active {
	cursor: pointer;
}

/*
.table>thead>tr.filters>th DIV.menu{
	z-index: 100;
	display: none;
	position:absolute;
	left: -2px !important;
	margin-top:4px;
	background: #D2D9DF;
	padding:8px 6px 6px 6px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.table>thead>tr.filters>th DIV.menu DIV{ white-space: nowrap; min-width: 60px !important; }
*/
.table > thead > tr.paginationLine TH {
	padding: 9px 8px !important;
}

.resetFilters { font-size: 15px;  color: #ccc; }
.resetFilters:hover { cursor: pointer; color: rgb(136, 106, 181); }
.table > thead > tr > th.edit { width: 38px; }

/*
.table>thead>tr.filters DIV.dataRange{ position: relative; }
.table>thead>tr.filters DIV.dataRange > I.fa { position:absolute; display: block; right: 9px; top:6px; color:#aaa; cursor: pointer; opacity: 0.5; }
.table>thead>tr.filters DIV.dataRange > I.fa:hover { opacity: 0.8; }
.table>thead>tr.filters DIV.dataRange INPUT { padding-right: 30px !important; }
*/
.table-noBorders tbody tr td { border: none; }
.table TD.small {
	line-height: 10px !important;
	font-size: 11px;
	color: #777;
}

.table TD.timeCreated {
	line-height: 12px !important;
	font-size: 11px;
	color: #777;
	padding: 2px 5px 2px 5px !important;
	vertical-align: middle;
	text-align: center;
}

/* table FA`as */
TABLE.table > tbody > tr > td .fa {
	font-size: 18px;
}

TABLE.table > tbody > tr > td .fa {
	font-size: 15px;
	color: inherit;
}

TABLE.table > tbody > tr > td > .fa,
TABLE.table > tbody > tr > td > A I.fa {
	color: #aaa;
}

TABLE.table > tbody > tr > td:hover > A.fa,
TABLE.table > tbody > tr > td:hover > I.fa {
	color: #444;
}

TABLE.table > tbody > tr > td .fa-times,
TABLE.table > tbody > tr > td .fa-toggle-on,
TABLE.table > tbody > tr > td .fa-toggle-off {
	font-size: 18px;
}

TABLE.table > tbody > tr > td .fa-search {
	font-size: 13px;
	margin-top: 3px;
	display: inline-block;
}

TABLE.table > tbody td A.hover:hover {
	background: rgb(249, 239, 255);
	padding: 3px 5px;
	border-radius: 2px;
	margin-left: -5px !important;
}

/* table checkbox */
TABLE.table tr .checkbox {
	padding: 0 !important;
	width: 33px;
	text-align: center;
	vertical-align: top;
}

TABLE.table TBODY tr TD.checkbox {
	padding-top: 9px !important;
}

TABLE.table tr .checkbox INPUT {
	padding: 0;
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
	opacity: 0;
}

TABLE.table tr .checkbox LABEL {
	width: 18px;
	height: 18px;
	position: relative;
}

TABLE.table tr .checkbox LABEL:before {
	position: absolute;
	width: 18px;
	height: 18px;
	content: "";
	display: block;
	background-color: #fff;
	border: #adb5bd solid 2px;
	border-radius: 2px;
}

TABLE.table tr .checkbox LABEL:after {
	position: absolute;
	width: 18px;
	height: 18px;
	content: "";
	display: block;
	background: no-repeat 50%;
	top: 0;
}

TABLE.table tr .checkbox INPUT:checked ~ LABEL::after {
	background-color: rgb(136, 106, 181);
	border: rgb(136, 106, 181) solid 2px;
	border-radius: 2px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* table colulmn hider */
.hide-btn-holder DIV.btn {
	min-width: 20px;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #f7f7f7;
	color: #777;
	padding: 1px 9px;
	border: none;
	border-radius: 0;
}

.hide-btn-holder DIV.btn.off {
	color: #ccc;
	background: #fafafa;
}

.hide-btn-holder DIV.btn:hover {
	background: rgb(231, 225, 240);
	color: rgb(136, 106, 181);
}


.nowrap { white-space: nowrap; }

.table > thead > tr > th .orderArrows {
	margin: 2px auto 2px auto;
	display: table;
	white-space: nowrap;
}

.table > thead > tr > th.orderArrowsRight .orderArrows {
	margin-top: 10px;
	margin-left: 5px;
	display: inline;
	white-space: nowrap;
	right: 5px;
}

.table > thead > tr > th .orderArrows SPAN {
	display: inline-block;
	margin: 2px 0 0 0;
	width: 0;
	height: 0;
	cursor: pointer;
}

.table > thead > tr > th .orderArrows SPAN.up {
	border-right: 7px solid transparent;
	border-bottom: 9px solid #ccc;
	border-left: 7px solid transparent;
}

.table > thead > tr > th .orderArrows SPAN.down {
	border-right: 7px solid transparent;
	border-top: 9px solid #ccc;
	border-left: 7px solid transparent;
}

.table > thead > tr > th .orderArrows SPAN.up:hover,
.table > thead > tr > th .orderArrows SPAN.up.orderByThis {
	border-bottom: 9px solid #009eb4;
}

.table > thead > tr > th .orderArrows SPAN.down:hover,
.table > thead > tr > th .orderArrows SPAN.down.orderByThis {
	border-top: 9px solid #009eb4;
}

/*.table > thead > tr > th DIV {display: inline-block;}*/

/* Override some shit */

.userPhoto {
	height: 256px;
	min-width: 128px;
	background: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.profile-image.rounded-circle {
	width: 48px;
	height: 48px;
}
.border-left-radius-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.border-right-radius-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.alert {margin-bottom: 5px;}

/* errors  */
.error {
	border-color: #fd3995;
	box-shadow: 0 0 3px rgba(253, 57, 149, 0.4);
	color: #fd3995;
	background-color: rgba(253, 57, 149, 0.08);
}

.oneError {
	/*position: absolute; z-index: 5000;*/
	margin-top: 1px;
	margin-bottom: 2px;
	margin-right: 1px;
	color: #fd3995;
	background-color: rgba(255, 222, 238, 0.88);
	line-height: 17px;
	display: inline-block;
	padding: 2px 16px;
	text-align: left;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	font-size: 12px;
	font-family: sans-serif;
}

.oneError A {
	color: inherit;
}

/* edit inline */

[data-cell-edit] {
	background: rgba(193, 145, 255, 0.07) !important;
	border:1px solid rgba(158, 127, 205, 0.25) !important;
}
[data-cell-edit]:hover, [data-cell-drop]:hover {
	background-color: rgba(158, 127, 205, 0.2) !important;
	cursor: cell;
}
[data-cell-edit].pj, [data-cell-drop].pj {
	padding: 1px !important;
	background: transparent !important;
	border: none;
	position: relative;
}
[data-cell-edit] TEXTAREA,
[data-comment] TEXTAREA {
	padding: 1px 5px !important;
	min-height: 16px;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: both;
	background: white;
	z-index: 5;
}

[data-cell-edit] TEXTAREA:hover {
	box-shadow: #00c5df 0 0 0 2px;
}

[data-cell-edit] INPUT {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 7px;
}

[data-cell-edit].cursorCell {
	background: rgba(136, 106, 181, 0.21) !important;
	box-shadow: inset 0 0 0 1px rgb(136, 106, 181);
}

[data-cell-drop] {
	background: rgba(136, 106, 181, 0.1) !important;
	position: relative;
	cursor: pointer;
}

[data-cell-drop]:after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	top: 4px;
	right: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.2);
}

[data-cell-drop] SELECT {
	padding: 1px 5px !important;
	height: 16px;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: both;
}

.pj[data-cell-drop]:after {
	display: none
}

[data-cell-color=danger] {
	background: rgba(255, 83, 0, 0.09) !important;
}

[data-comment],
.dataComment {
	position: relative;
	background: rgba(29, 233, 255, 0.07) !important;
}

/* .dataComment - used only for styling */
[data-comment].pj,
.dataComment.pj {
	padding: 1px !important;
	background: transparent !important;
	border: none;
	position: relative;
}

[data-comment] > DIV,
.dataComment > DIV {
	position: absolute;
	right: 1px;
	top: 1px;
	height: calc(100% - 2px);
	color: white !important;
}

[data-comment] > DIV > SPAN,
.dataComment > DIV > SPAN {
	font-size: 18px !important;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* remboUpload */

.remboUpload{position: absolute;	width: 1px;	height: 1px;	left:-1000px;	top:-1000px;	overflow: hidden; }
.remboUpload INPUT{display:none}
.remboUploadProgress {
	z-index:10000;
	opacity: 1;
	transition: opacity 1s;
	position: absolute;
	bottom: 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	color: black;
	right: 15px;
	padding: 4px 4px !important;
	width: 400px;
	content: 'xxx';
}

.remboUploadProgress .progress > DIV {
	margin: 0;
	text-align: center;
}

.remboUploadProgress .progress SPAN {
	margin-top:9px;
	position: absolute;
	left: 48%;
	color: #555;
}

.remboUploadProgress .text {
	font-size: 11px;
	color: #333;
	width: inherit;
	overflow: hidden;
	margin-left: 1px;
	margin-bottom: 5px;
	height: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.remboUploadProgress .progress{
	height: 18px !important;
	min-height: 18px !important;
}

/* users  ???????? */

.photo33, .photo33w {
	width: 33px;
	height: 33px;
	border-radius: 3px;
	overflow: hidden;
	background: #fdfdfd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url(/assets/user2.png);*/
}
.photoMidi{
	width:44px;
	height: 44px;
	border-radius:3px;
	overflow: hidden;
	background: #fdfdfd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url(/assets/user2.png);*/
}
.photoMidi64{
	width:64px;
	height: 64px;
	border-radius:3px;
	overflow: hidden;
	background: #fdfdfd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url(/assets/user2.png);*/
}
.holi{
	outline: 1px 2px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	width: 64px;
	height: 64px;
	padding-top:18px;
	line-height: 15px;
	margin-top:0;
	text-align: center;
	position: absolute;
	display: block;
	cursor: default;
	background: rgba(230,230,230,0.75); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); color:#333;
}
.holi:hover{background: rgba(230,230,230,0.95);}
.photo33w { width: 60px !important;}
.layoutPhotoRounded {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
	background: #fdfdfd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url(/assets/user2.png);*/
	border: 3px solid #ddd;
	/*box-shadow: 0 0 3px rgba(0,0,0, 0.5);*/
}

.page-logo {
	height: 128px;
	line-height: 128px;
	text-align: center;
}

.page-logo IMG {
	width: auto;
	height: 96px;
}

/* layout views */
.logoSession {
	/*width:260px !important;*/
	height: auto;
	cursor: pointer;
	margin: 0 auto;
}

.logoTitle {
	letter-spacing: 1px;
	font-size: 19px;
	font-family: 'Krona One', sans-serif;
	color: #777;
	text-shadow: 5px 2px 0 rgba(34, 50, 136, 0.1);
}

.logoOnline {
	opacity: 0.60;
	/*width:180px !important;*/
	height: 48px !important;
	width: 48px !important;
	cursor: pointer;
	margin: 0 auto;
}

.logoOnline:hover {
	opacity: 1;
}

/* --- global album styles ---*/

#photoHolder {
	min-height: 20px;
	padding: 11px;
}

.itemPhoto {
	display: inline-block;
	text-align: left;
	padding: 1px;
	/*width:160px;*/
	height: 160px;
	max-height: 160px;
	cursor: pointer;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
}


DIV.itemPhoto:hover DIV.btnErase SPAN.fa {
	opacity: 0.9;
}

#photoPreviewTool IMG {
	width: auto;
	height: auto;
	max-height: 80%;
	max-width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

#photoPreviewTool .spinnerHolder {
	margin: auto;
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
}

#photoPreviewTool {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	display: block;
	z-index: 10000;
}


.itemPhoto {
	min-height: 120px;
	min-width: 150px;
	background: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border: 1px solid white;
}

/* global album ends */

.scroll490{
	max-height: 490px; min-height: 490px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom:4px solid #e0e0e0;
}
.scroll490 TD.empty{
	min-height: 435px; height: 435px; line-height: 350px;
	padding-top: 100px;
	color: rgba(0,0,0,0.5);
	text-align: center;
}

.scroll620{
	max-height: 620px; min-height: 620px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom:4px solid #e0e0e0;
}

TABLE.table.scrollBody thead,
TABLE.table.scrollBody tbody {
	display: block;
	width: 100%;
}

TABLE.table.scrollBody tbody {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 13px !important;
}

/* Citra lenteles rikiavimas ClientDataStats */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
	right: 1rem !important;
	content: "\f078";
	font-size: 15px;
	font-family: 'Font Awesome 5 Pro';
	color: #aaa;
	cursor: pointer;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
	right: .5rem !important;
	content: "\f077";
	font-size: 15px;
	font-family: 'Font Awesome 5 Pro';
	color: #aaa;
	cursor: pointer;
}


.enigmaBorder,.citraBorder, .entrantBorder, .archiveBorder{
	margin-top:15px;
	margin-top:45px;
	margin-left:-22px;
	position: absolute;
	border-top:2px solid #886ab5;
	border-left:3px solid #886ab5;
	border-bottom:2px solid #886ab5;
	width: 5px;
	min-height: 15px;
}
.enigmaBorder{border-color:#18a899; }
.entrantBorder{border-color:#ffc241; }
.archiveBorder{border-color: rgba(255, 194, 65, 0.34); }

#bpHolder{
	max-width: 940px;
	position: fixed;
	left: 50%;	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 3px rgba(0,0,0, 0.15);
}
.o07h{ opacity: 0.7; }
.o07h:hover{ opacity: 1; }

.nbColor{
	background: linear-gradient(90deg, rgb(33, 150, 243) 50%, #ffc241 50%);
	border:none;
	color:white;
	line-height: 20px;
	font-weight: bold;
}
.nbColor:hover{
	background: linear-gradient(90deg, rgb(29, 138, 225) 50%, #ffb926 50%) !important;
	border:none;
	color:white;
}

.profile-image{ background-size: cover; }

.cellSizeLargeTextarea TD[data-cell-edit] TEXTAREA{
	min-height: 50px;
	min-width: calc(100% + 32px);
	z-index: 10000;
	padding:10px !important;
}

.mThumb{
	max-width: 500px;
	border:4px solid #ccc;
}
.mThumb:hover{
	border:4px solid #886ab5;
}

.copyNote{ color:rgba(0,0,0, 0.15) !important; cursor:pointer; float: right; padding: 7px; border-radius: 3px; background: rgba(255,255,255,0.3); margin-right:-8px; }
.copyNote:hover{ color:rgba(0,0,0, 0.4) !important; }

/* enigmaCitra */
.bankInfoWeb P{
	margin-bottom: 3px;
}
.bankInfoWeb B{
	color:#444 !important;
}

.badge-icon-grey{
	background-color:#f0f0f0 !important;
	color:#999 !important;
}

/* alert modal fixes `25 */
.modal-header{
	/*background: linear-gradient(to bottom, #FEFEFEFF 0%, #FAFAFAFF 100%);*/
	background-color: #FAFAFA;
}
.alertModalHolder .modal-header{ background-position-x: 100%;}
.alertMoveBg{
	background: linear-gradient(to left, transparent 50%, #ffdbeb 80%);
	background-size: 200% 100%;
	background-position-x: 0% !important;
	transition: .2s ease-out;
	border-bottom:1px solid #ffb3d6 !important;
}
.modal-title{ line-height: 30px !important; }
.close{
	display: inline-block;
	cursor: pointer;
	padding:30px 35px 25px 30px !important;
	margin: -25px -25px -25px auto !important;
}
.close > SPAN{ font-size:19px; color: #ccc; }
.close:hover > SPAN{ color: #aaa; }


.hiBold{ font-weight: bolder; color:#111; }

#calendarTimeLine{
	position: relative;
	border-right:2px dotted #e0e0e0;
	border-left:2px	dotted #e0e0e0;
	width:55px;
	margin-left:6px;
}
#calendarTimeLine > DIV{
	width:50px;
	height: 38px;
	margin:1px;
	text-align: center;
	line-height: 35px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	cursor:default;
}
#calendarTimeLine > DIV:hover{
	background-color: #fff3d0;
}
/*
#calendarTimeLine > SPAN.fa{
	position: absolute;
	top:0;
	left:0;
	margin-left:-10px;
	font-size: 21px;
	color: #0095d6;
}
*/
#calendarTimeLine > SPAN.line{
	position: absolute;
	top:0;
	left:-60px;
	border-top:2px solid red;
	width:60px;
	height: 25px;
	display: none;
	background-color: #eee;
	padding:2px 3px 3px 3px;
	text-align: center;
}



/* ============= 2025 ============= */
/* copy text */
.copyText:hover { background-color: rgba(181, 82, 255, 0.11) !important; }


#fastCalendarHolder TD{
	position: relative;
}
#fastCalendarHolder TD:hover SPAN{
	opacity: 1;
	background: #6a7fb5;
	color:white;
	font-size: 11px;
	padding:1px 3px;
	position: absolute;
}
#fastCalendarHolder TD SPAN{
	border-radius: 2px;
	padding:1px 2px;
	color: #6a7fb5aa;
	background: #6a7fb511;
	position: absolute;
	font-size:11px;	display: block;
	/*margin-left:30px;*/
	right:1px;
	top:1px;
	line-height: 12px;
}
/*
#fastCalendarHolder TD {
	position: relative;
}
#fastCalendarHolder TD SPAN.dc {
	border-radius: 2px;
	padding: 0 2px;
	color: red;
	background: #f6f3fd;
	position: absolute;
	font-size: 12px;
	display: block;
	right:0;
	margin-top: -8px;
}
*/

/* CLIENT WINDOW */
#btnStopCall, #waitBtn{ display: none };
#popBox{ display: none };