[v-cloak]:not(.v-cloak), [v-cloak]>* {
    display: none;
}

.v-cloak-progress {
	display: none;
}

[v-cloak]>.v-cloak-progress {
	display: block;
}

.visible-if-prev-empty {
	display: none;
}

div:empty+.visible-if-prev-empty {
	display: block;
}

.breakable {
	word-break: break-all;
}

.breakable code {
	white-space: normal;
	
}

.no-touch .showable-hover:not(:hover) .showable {
	display: none;
}

.section1 {
	background: white;
	border-radius: 10px;
	padding: 25px;
}

.section2 {
	background: white;
	border-radius: 10px;
	padding: 10px;
}

.table1row {
	display: table;
}

.table1row>* {
	display: table-cell;
}

.context-menu-list {
	max-width: 600px;
	max-height: 500px;
	overflow: auto;
}

.cursor-pointer {
	cursor: pointer;
}

.me-2 {
    margin-right: .5rem !important;
}

@media screen and (max-width: 480px) {
	.context-menu-list {
		max-width: 480px;
	}
}

@media screen and (max-width: 320px) {
	.context-menu-list {
		max-width: 320px;
	}
}

.tag-item {
	background-color: #00c;
	padding: 0 4px;
	color: white;
}

.select2-container--focus, .select2-container--open {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 300px;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: 1px solid #aaa;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	background: inherit;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.editor-header {
	font-weight: bold;
	padding: 5px 0 10px 2px;
}

input[type="hidden"][disabled]+.comboboxmulti_list {
	background-color: #eeeeee;
}

.editorbase-multi .comboboxmulti_list {
	min-height: 18px;
}

.editorbase-multi .comboboxmulti_list.comboboxmulti_annexes {
	border: none;
	display: inline;
	min-height: 20px;
	padding: 2px 1px 2px 5px;
}

.disabled .oxeditor-edit-vis, .disabled .ed-dict-bt, .disabled.ed-dict-bt
	{
	display: none !important;
}

#useravailabilityinfo {
	color: #5f5f5f;
	display: inline;
	font-weight: 500;
	margin-right: 100px;
	padding: 0 4px;
	vertical-align: middle;
	white-space: nowrap;
}

.syscriticalinfo {
	background-color: white;
	color: red;
	display: inline;
	font-weight: bold;
	margin-right: 10px;
	padding: 0 4px;
	white-space: nowrap;
}

.topmessages {
	background-color: red;
	display: inline;
	margin-right: 10px;
	padding: 0 4px;
	white-space: nowrap;
}

.topmessages a, .topmessages a:visited {
	color: white;
}

.webuinotifications {
	background-color: red;
	display: inline;
	margin-right: 10px;
	padding: 0 4px;
	white-space: nowrap;
}

.webuinotifications a, .webuinotifications a:visited {
	color: white;
}

.colorable-cellval {
	border: transparent solid 1px;
	display: table-cell;
	height: 16px;
	padding: 0 4px;
	vertical-align: middle;
}

a.actionLink, a.actionLink:visited, .actionLink a, .actionLink a:visited
	{
	color: blue !important;
	font-weight: bold;
}

a.actionLink:hover, .actionLink a:hover {
	text-decoration: underline;
}

.ed-htmlout {
	border: 1px solid rgb(196, 192, 185);
	display: inline-block;
	min-height: 20px;
}

.inp-error {
	border-color: red !important;
}

.multiline+.select2-container .select2-selection--single, .edit_value .multiline+.select2-container .select2-selection--single
	{
	height: 100%;
}

.multiline+.select2-container .select2-selection .ed-cb-item {
	left: 5px;
	top: 2px;
	right: 1px;
	bottom: 1px;
	overflow: hidden;
	position: absolute;
	white-space: pre-wrap;
	width: auto;
}

.select2-dropdown.multiline .ed-cb-item {
	border-top: 1px dotted #ccc;
	display: block;
	max-height: 54px;
	overflow: hidden;
	white-space: pre-wrap;
	width: auto;
}

.btdict-own {
	min-width: 16px;
	display: inline-block;
}

.disabled .btdict-own {
	display: none;
}

.disabled .ed-dict-bt {
	display: none;
}

.editor_labelmode_topbr .edit_label {
	max-width: none;
}

.v7 .oxtable_iscolumnsexternalfilters .input-text._oxtablerow {
	display: none;
}

.v7 .box-icon.filtercolumns0 {
	background-image: url('../img/filtersc0.png');
	display: none;
}

.v7 .box-icon.filtercolumns1 {
	background-image: url('../img/filtersc1.png');
	display: none;
}

.v7 .oxtable_iscolumnsexternalfilters .box-icon.filtercolumns0,
	.oxtable_iscolumnsexternalfilters .box-icon.filtercolumns1 {
	display: inline-block;
}

.v7 .buttonlist_item {
	display: table;
	float: left;
	margin: 8px;
	min-width: 160px;
	padding: 5px;
	position: relative;
}

.v7 .buttonlist_item>div {
	display: table-row;
}

.v7 .buttonlist_item>div>* {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.v7 .buttonlist_item>div:first-child>* {
	background: white;
	height: 38px;
	line-height: 16px;
	margin: 0;
	padding: 2px 3px;
}

.v7 .buttonlist_item>div:first-child>:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.v7 .buttonlist_item>div:first-child>:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.v7 .buttonlist_item.active>div:first-child>* {
	background: #888;
	color: white;
}

.v7 .oxtable_settings_items {
	max-height: none;
	padding-bottom: 10px;
}

.v7 .oxtable_userviews_item_name {
	max-height: 38px;
	overflow: hidden;
	width: 154px;
}

.v7 :first-child>.oxtable_userviews_item_name {
	width: 128px;
}

.v7 :first-child:last-child>.oxtable_userviews_item_name {
	width: 160px;
}

.v7 .oxtable_userviews_item_opts {
	max-height: 38px;
	overflow: hidden;
	width: 26px;
}

.v7 .oxtable_userviews_item_opts>span {
	background: url("../../img/icons/icon-arrow-down-b.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 16px;
	display: inline-block;
}

.v7 .buttonlist_item.active .oxtable_userviews_item_opts>span {
	background-image: url("../../img/icons/icon-arrow-down-w.png");
}

.v7 .oxtable_userviews_item_opts_det {
	background: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	right: 0;
	top: 40px;
	position: absolute;
	z-index: 100;
}

.v7 .oxtable_userviews_item_opts_det>* {
	display: block;
	margin: 10px !important;
}

.v7 .oxtable_userviews_item_buttons {
	margin: 0 auto;
}

.v7 .oxtable_userviews_item_buttons td {
	padding: 0 2px;
}

.oxtable_dataheader span[title] {
    padding: 1px 3px;
}

.oxtable-searchtext-info .oxtable-col-searchtext span[title] {
    color: white;
    background: #32c5e9;
    border-radius: 5px;
}

.transparent-dialog, .v7 .transparent-dialog .dialog-notable {
	background: transparent !important;
	box-shadow: none;
}

.uvbuilder-filters {
	
}

.uvbuilder-filters-table {
	display: table;
}

.uvbuilder-filters-table>* {
	display: table-cell;
	padding: 0 4px;
}

.uvbuilder-filters-row {
	
}

.uvbuilder-filters-row>* {
	
}

.uvbuilder-filters input[type="text"] {
	height: 18px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.uvbuilder-filters-btns {
	padding-right: 20px;
}

.uvbuilder-filters-logical {
	font-weight: bold;
}

.uvbuilder-filters-logical .select2-selection {
	text-align: center;
}

.box-icon.fullscreen10 {
	background-image: url('../img/fullscreen1.png');
}

.v7 .box-icon.fullscreen10 {
	background-image: url('../img/fullscreen1.svg');
}

.oxwidget-fullscreen .box-icon.fullscreen10 {
	background-image: url('../img/fullscreen0.png');
}

.v7 .oxwidget-fullscreen .box-icon.fullscreen10 {
	background-image: url('../img/fullscreen0.svg');
}

.oxwidget-fullscreen .box-icon.refresh {
	display: none;
}

[data-inmydashboard]:not([data-inmydashboard="0"]) .oxwidget-mydashboard-add 
{
	display: none;
}

[data-inmydashboard]:not([data-inmydashboard="1"]) .oxwidget-mydashboard-del 
{
	display: none;
}

.oxwidget_params {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.oxwidget_params>* {
}

.mydashboard_nowidgets {
	padding: 25px 0;
	text-align: center;
}

.mycol-6 {
	float: left;
	width: 50%;
}

.mycol-12 {
	
}

#dlgwebuinotification {
	
}

.dlgwebuinotification1 {
	padding: 10px 10px;
}

#dlgpopup {
	color: red;
}

.dlgpopup1 {
	padding: 10px 10px;
}

/* event calendar*/
.eventcalm {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	display: table;
	width: 100%;
}

.eventcalm>div {
	display: table-row;
}

.eventcalm>div>div {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	display: table-cell;
	width: 14.2857%;
	border-right: 1px solid #aaa;
}

.eventcalm-dows>div {
	background: #dff;
	font-weight: bold;
	padding: 4px 4px;
	text-align: center;
	text-transform: uppercase;
}

.eventcalm-days>div {
	background: #eee;
	text-align: center;
}

.eventcalm-days>div>div {
	background: white;
}

.eventcalm-day {
	cursor: pointer;
}

.eventcalm-today, .eventcalm-days>div>div.eventcalm-today {
	background: #ffd;
}

.eventcalm-day-val0 {
	height: 30px;
	text-align: left;
}

.eventcalm-day-val {
	border: 1px solid blue;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	margin: 4px;
	width: 24px;
}

.eventcalm-day-data0 {
	height: 100px;
	position: relative;
}

.eventcalm-day-data {
	overflow: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.eventcalm-day-items {
	display: table;
}

.eventcalm-day-items>div {
	display: table-row;
}

.eventcalm-day-items>div>div {
	display: table-cell;
	font-size: 12px;
	padding: 0 5px;
	text-align: left;
	white-space: nowrap;
}

.eventcalm-items {
	display: table;
}

.eventcalm-items>div {
	display: table-row;
}

.eventcalm-items>div>div {
	display: table-cell;
	font-size: 12px;
	padding: 0 5px;
	text-align: left;
	white-space: nowrap;
}

.eventcalm-items-hdr>div {
	font-weight: bold;
}

.eventcalm-item>div {
	color: #aaf;
}

.eventcalm-item-current>div {
	color: #faa;
}

.eventcalm-item-complete>div {
	color: #ccc;
	text-decoration: line-through;
}

.eventcalm-item-my.eventcalm-item>div {
	color: blue;
	font-weight: bold;
}

.eventcalm-item-my.eventcalm-item-current>div {
	color: red;
}

.eventcalm-item-my.eventcalm-item-complete>div {
	color: #ccc;
	text-decoration: line-through;
}

.blockedlist-tab td, .blockedlist-tab th {
	padding: 2px 4px;
}

.blockedlist-tab tbody tr:hover {
	background: #ddd;
}

/* eresp */
.erow {
	margin-right: 0;
	margin-left: 0;
}

.ecol-xs-1, .ecol-sm-1, .ecol-md-1, .ecol-lg-1, .ecol-xs-2, .ecol-sm-2,
	.ecol-md-2, .ecol-lg-2, .ecol-xs-3, .ecol-sm-3, .ecol-md-3, .ecol-lg-3,
	.ecol-xs-4, .ecol-sm-4, .ecol-md-4, .ecol-lg-4, .ecol-xs-5, .ecol-sm-5,
	.ecol-md-5, .ecol-lg-5, .ecol-xs-6, .ecol-sm-6, .ecol-md-6, .ecol-lg-6,
	.ecol-xs-7, .ecol-sm-7, .ecol-md-7, .ecol-lg-7, .ecol-xs-8, .ecol-sm-8,
	.ecol-md-8, .ecol-lg-8, .ecol-xs-9, .ecol-sm-9, .ecol-md-9, .ecol-lg-9,
	.ecol-xs-10, .ecol-sm-10, .ecol-md-10, .ecol-lg-10, .ecol-xs-11,
	.ecol-sm-11, .ecol-md-11, .ecol-lg-11, .ecol-xs-12, .ecol-sm-12,
	.ecol-md-12, .ecol-lg-12 {
	position: relative;
	min-height: 1px;
	/*padding-right: 15px;*/
	/*padding-left: 15px;*/
}

.ecol-xs-1, .ecol-xs-2, .ecol-xs-3, .ecol-xs-4, .ecol-xs-5, .ecol-xs-6,
	.ecol-xs-7, .ecol-xs-8, .ecol-xs-9, .ecol-xs-10, .ecol-xs-11,
	.ecol-xs-12 {
	float: left;
}

.ecol-xs-12 {
	width: 100%;
}

.ecol-xs-11 {
	width: 91.66666667%;
}

.ecol-xs-10 {
	width: 83.33333333%;
}

.ecol-xs-9 {
	width: 75%;
}

.ecol-xs-8 {
	width: 66.66666667%;
}

.ecol-xs-7 {
	width: 58.33333333%;
}

.ecol-xs-6 {
	width: 50%;
}

.ecol-xs-5 {
	width: 41.66666667%;
}

.ecol-xs-4 {
	width: 33.33333333%;
}

.ecol-xs-3 {
	width: 25%;
}

.ecol-xs-2 {
	width: 16.66666667%;
}

.ecol-xs-1 {
	width: 8.33333333%;
}

.ecol-xs-pull-12 {
	right: 100%;
}

.ecol-xs-pull-11 {
	right: 91.66666667%;
}

.ecol-xs-pull-10 {
	right: 83.33333333%;
}

.ecol-xs-pull-9 {
	right: 75%;
}

.ecol-xs-pull-8 {
	right: 66.66666667%;
}

.ecol-xs-pull-7 {
	right: 58.33333333%;
}

.ecol-xs-pull-6 {
	right: 50%;
}

.ecol-xs-pull-5 {
	right: 41.66666667%;
}

.ecol-xs-pull-4 {
	right: 33.33333333%;
}

.ecol-xs-pull-3 {
	right: 25%;
}

.ecol-xs-pull-2 {
	right: 16.66666667%;
}

.ecol-xs-pull-1 {
	right: 8.33333333%;
}

.ecol-xs-pull-0 {
	right: auto;
}

.ecol-xs-push-12 {
	left: 100%;
}

.ecol-xs-push-11 {
	left: 91.66666667%;
}

.ecol-xs-push-10 {
	left: 83.33333333%;
}

.ecol-xs-push-9 {
	left: 75%;
}

.ecol-xs-push-8 {
	left: 66.66666667%;
}

.ecol-xs-push-7 {
	left: 58.33333333%;
}

.ecol-xs-push-6 {
	left: 50%;
}

.ecol-xs-push-5 {
	left: 41.66666667%;
}

.ecol-xs-push-4 {
	left: 33.33333333%;
}

.ecol-xs-push-3 {
	left: 25%;
}

.ecol-xs-push-2 {
	left: 16.66666667%;
}

.ecol-xs-push-1 {
	left: 8.33333333%;
}

.ecol-xs-push-0 {
	left: auto;
}

.ecol-xs-offset-12 {
	margin-left: 100%;
}

.ecol-xs-offset-11 {
	margin-left: 91.66666667%;
}

.ecol-xs-offset-10 {
	margin-left: 83.33333333%;
}

.ecol-xs-offset-9 {
	margin-left: 75%;
}

.ecol-xs-offset-8 {
	margin-left: 66.66666667%;
}

.ecol-xs-offset-7 {
	margin-left: 58.33333333%;
}

.ecol-xs-offset-6 {
	margin-left: 50%;
}

.ecol-xs-offset-5 {
	margin-left: 41.66666667%;
}

.ecol-xs-offset-4 {
	margin-left: 33.33333333%;
}

.ecol-xs-offset-3 {
	margin-left: 25%;
}

.ecol-xs-offset-2 {
	margin-left: 16.66666667%;
}

.ecol-xs-offset-1 {
	margin-left: 8.33333333%;
}

.ecol-xs-offset-0 {
	margin-left: 0;
}

@media ( min-width : 768px) {
	.ecol-sm-1, .ecol-sm-2, .ecol-sm-3, .ecol-sm-4, .ecol-sm-5, .ecol-sm-6,
		.ecol-sm-7, .ecol-sm-8, .ecol-sm-9, .ecol-sm-10, .ecol-sm-11,
		.ecol-sm-12 {
		float: left;
	}
	.ecol-sm-12 {
		width: 100%;
	}
	.ecol-sm-11 {
		width: 91.66666667%;
	}
	.ecol-sm-10 {
		width: 83.33333333%;
	}
	.ecol-sm-9 {
		width: 75%;
	}
	.ecol-sm-8 {
		width: 66.66666667%;
	}
	.ecol-sm-7 {
		width: 58.33333333%;
	}
	.ecol-sm-6 {
		width: 50%;
	}
	.ecol-sm-5 {
		width: 41.66666667%;
	}
	.ecol-sm-4 {
		width: 33.33333333%;
	}
	.ecol-sm-3 {
		width: 25%;
	}
	.ecol-sm-2 {
		width: 16.66666667%;
	}
	.ecol-sm-1 {
		width: 8.33333333%;
	}
	.ecol-sm-pull-12 {
		right: 100%;
	}
	.ecol-sm-pull-11 {
		right: 91.66666667%;
	}
	.ecol-sm-pull-10 {
		right: 83.33333333%;
	}
	.ecol-sm-pull-9 {
		right: 75%;
	}
	.ecol-sm-pull-8 {
		right: 66.66666667%;
	}
	.ecol-sm-pull-7 {
		right: 58.33333333%;
	}
	.ecol-sm-pull-6 {
		right: 50%;
	}
	.ecol-sm-pull-5 {
		right: 41.66666667%;
	}
	.ecol-sm-pull-4 {
		right: 33.33333333%;
	}
	.ecol-sm-pull-3 {
		right: 25%;
	}
	.ecol-sm-pull-2 {
		right: 16.66666667%;
	}
	.ecol-sm-pull-1 {
		right: 8.33333333%;
	}
	.ecol-sm-pull-0 {
		right: auto;
	}
	.ecol-sm-push-12 {
		left: 100%;
	}
	.ecol-sm-push-11 {
		left: 91.66666667%;
	}
	.ecol-sm-push-10 {
		left: 83.33333333%;
	}
	.ecol-sm-push-9 {
		left: 75%;
	}
	.ecol-sm-push-8 {
		left: 66.66666667%;
	}
	.ecol-sm-push-7 {
		left: 58.33333333%;
	}
	.ecol-sm-push-6 {
		left: 50%;
	}
	.ecol-sm-push-5 {
		left: 41.66666667%;
	}
	.ecol-sm-push-4 {
		left: 33.33333333%;
	}
	.ecol-sm-push-3 {
		left: 25%;
	}
	.ecol-sm-push-2 {
		left: 16.66666667%;
	}
	.ecol-sm-push-1 {
		left: 8.33333333%;
	}
	.ecol-sm-push-0 {
		left: auto;
	}
	.ecol-sm-offset-12 {
		margin-left: 100%;
	}
	.ecol-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.ecol-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.ecol-sm-offset-9 {
		margin-left: 75%;
	}
	.ecol-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.ecol-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.ecol-sm-offset-6 {
		margin-left: 50%;
	}
	.ecol-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.ecol-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.ecol-sm-offset-3 {
		margin-left: 25%;
	}
	.ecol-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.ecol-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.ecol-sm-offset-0 {
		margin-left: 0;
	}
}

@media ( min-width : 992px) {
	.ecol-md-1, .ecol-md-2, .ecol-md-3, .ecol-md-4, .ecol-md-5, .ecol-md-6,
		.ecol-md-7, .ecol-md-8, .ecol-md-9, .ecol-md-10, .ecol-md-11,
		.ecol-md-12 {
		float: left;
	}
	.ecol-md-12 {
		width: 100%;
	}
	.ecol-md-11 {
		width: 91.66666667%;
	}
	.ecol-md-10 {
		width: 83.33333333%;
	}
	.ecol-md-9 {
		width: 75%;
	}
	.ecol-md-8 {
		width: 66.66666667%;
	}
	.ecol-md-7 {
		width: 58.33333333%;
	}
	.ecol-md-6 {
		width: 50%;
	}
	.ecol-md-5 {
		width: 41.66666667%;
	}
	.ecol-md-4 {
		width: 33.33333333%;
	}
	.ecol-md-3 {
		width: 25%;
	}
	.ecol-md-2 {
		width: 16.66666667%;
	}
	.ecol-md-1 {
		width: 8.33333333%;
	}
	.ecol-md-pull-12 {
		right: 100%;
	}
	.ecol-md-pull-11 {
		right: 91.66666667%;
	}
	.ecol-md-pull-10 {
		right: 83.33333333%;
	}
	.ecol-md-pull-9 {
		right: 75%;
	}
	.ecol-md-pull-8 {
		right: 66.66666667%;
	}
	.ecol-md-pull-7 {
		right: 58.33333333%;
	}
	.ecol-md-pull-6 {
		right: 50%;
	}
	.ecol-md-pull-5 {
		right: 41.66666667%;
	}
	.ecol-md-pull-4 {
		right: 33.33333333%;
	}
	.ecol-md-pull-3 {
		right: 25%;
	}
	.ecol-md-pull-2 {
		right: 16.66666667%;
	}
	.ecol-md-pull-1 {
		right: 8.33333333%;
	}
	.ecol-md-pull-0 {
		right: auto;
	}
	.ecol-md-push-12 {
		left: 100%;
	}
	.ecol-md-push-11 {
		left: 91.66666667%;
	}
	.ecol-md-push-10 {
		left: 83.33333333%;
	}
	.ecol-md-push-9 {
		left: 75%;
	}
	.ecol-md-push-8 {
		left: 66.66666667%;
	}
	.ecol-md-push-7 {
		left: 58.33333333%;
	}
	.ecol-md-push-6 {
		left: 50%;
	}
	.ecol-md-push-5 {
		left: 41.66666667%;
	}
	.ecol-md-push-4 {
		left: 33.33333333%;
	}
	.ecol-md-push-3 {
		left: 25%;
	}
	.ecol-md-push-2 {
		left: 16.66666667%;
	}
	.ecol-md-push-1 {
		left: 8.33333333%;
	}
	.ecol-md-push-0 {
		left: auto;
	}
	.ecol-md-offset-12 {
		margin-left: 100%;
	}
	.ecol-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.ecol-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.ecol-md-offset-9 {
		margin-left: 75%;
	}
	.ecol-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.ecol-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.ecol-md-offset-6 {
		margin-left: 50%;
	}
	.ecol-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.ecol-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.ecol-md-offset-3 {
		margin-left: 25%;
	}
	.ecol-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.ecol-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.ecol-md-offset-0 {
		margin-left: 0;
	}
}

@media ( min-width : 1200px) {
	.ecol-lg-1, .ecol-lg-2, .ecol-lg-3, .ecol-lg-4, .ecol-lg-5, .ecol-lg-6,
		.ecol-lg-7, .ecol-lg-8, .ecol-lg-9, .ecol-lg-10, .ecol-lg-11,
		.ecol-lg-12 {
		float: left;
	}
	.ecol-lg-12 {
		width: 100%;
	}
	.ecol-lg-11 {
		width: 91.66666667%;
	}
	.ecol-lg-10 {
		width: 83.33333333%;
	}
	.ecol-lg-9 {
		width: 75%;
	}
	.ecol-lg-8 {
		width: 66.66666667%;
	}
	.ecol-lg-7 {
		width: 58.33333333%;
	}
	.ecol-lg-6 {
		width: 50%;
	}
	.ecol-lg-5 {
		width: 41.66666667%;
	}
	.ecol-lg-4 {
		width: 33.33333333%;
	}
	.ecol-lg-3 {
		width: 25%;
	}
	.ecol-lg-2 {
		width: 16.66666667%;
	}
	.ecol-lg-1 {
		width: 8.33333333%;
	}
	.ecol-lg-pull-12 {
		right: 100%;
	}
	.ecol-lg-pull-11 {
		right: 91.66666667%;
	}
	.ecol-lg-pull-10 {
		right: 83.33333333%;
	}
	.ecol-lg-pull-9 {
		right: 75%;
	}
	.ecol-lg-pull-8 {
		right: 66.66666667%;
	}
	.ecol-lg-pull-7 {
		right: 58.33333333%;
	}
	.ecol-lg-pull-6 {
		right: 50%;
	}
	.ecol-lg-pull-5 {
		right: 41.66666667%;
	}
	.ecol-lg-pull-4 {
		right: 33.33333333%;
	}
	.ecol-lg-pull-3 {
		right: 25%;
	}
	.ecol-lg-pull-2 {
		right: 16.66666667%;
	}
	.ecol-lg-pull-1 {
		right: 8.33333333%;
	}
	.ecol-lg-pull-0 {
		right: auto;
	}
	.ecol-lg-push-12 {
		left: 100%;
	}
	.ecol-lg-push-11 {
		left: 91.66666667%;
	}
	.ecol-lg-push-10 {
		left: 83.33333333%;
	}
	.ecol-lg-push-9 {
		left: 75%;
	}
	.ecol-lg-push-8 {
		left: 66.66666667%;
	}
	.ecol-lg-push-7 {
		left: 58.33333333%;
	}
	.ecol-lg-push-6 {
		left: 50%;
	}
	.ecol-lg-push-5 {
		left: 41.66666667%;
	}
	.ecol-lg-push-4 {
		left: 33.33333333%;
	}
	.ecol-lg-push-3 {
		left: 25%;
	}
	.ecol-lg-push-2 {
		left: 16.66666667%;
	}
	.ecol-lg-push-1 {
		left: 8.33333333%;
	}
	.ecol-lg-push-0 {
		left: auto;
	}
	.ecol-lg-offset-12 {
		margin-left: 100%;
	}
	.ecol-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.ecol-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.ecol-lg-offset-9 {
		margin-left: 75%;
	}
	.ecol-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.ecol-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.ecol-lg-offset-6 {
		margin-left: 50%;
	}
	.ecol-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.ecol-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.ecol-lg-offset-3 {
		margin-left: 25%;
	}
	.ecol-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.ecol-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.ecol-lg-offset-0 {
		margin-left: 0;
	}
}

table col[class*="ecol-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="ecol-"], table th[class*="ecol-"] {
	position: static;
	display: table-cell;
	float: none;
}

.input-group[class*="ecol-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.erow:before, .erow:after {
	display: table;
	content: " ";
}

.erow:after {
	clear: both;
}

.oxtreefilters {
	background: white;
	overflow: hidden;
	padding: 0 8px 8px 0;
}

.oxtreefilters>.oxtree {
	overflow: hidden;
	overflow-y: auto;
}

.oxtree>.oxtree_items1 {
	position: relative;
}

.oxtree>.oxtree_items1>.oxtree_items {
}


.oxtree_labeltab {
	display: table;
}

.oxtree_labeltab>* {
	display: table-cell;
}

.oxtree_labeltext {
	white-space: nowrap;
}

.oxtree_selcount {
	color: rgb(0, 0, 255);
}

.oxtree_selected>.oxtree_label>.oxtree_labeltab .oxtree_labeltext {
	color: blue;
	font-weight: bold;
}

.disabled .oxtree_labeltext {
	color: #bbb !important;
}

.oxtree_imgfont {
	display: inline-block;
	text-align: center;
	width: 16px;
}

.tree_item_collapseexpand {
	padding-top: 3px;
}

.tree_item_collapseexpand, ._permsCell a>i.tree_item_collapseexpand {
	color: #888;
}

._ufilterssum>* {
	padding: 2px;
}

.uvbuilder-sum-lop {
	color: blue;
	font-size: 14px;
	font-weight: bold;
}

.uvbuilder-sum-col {
	color: #d0d;
	font-weight: bold;
}

.uvbuilder-sum-op {
	color: black;
	font-weight: bold;
}

.uvbuilder-sum-val {
	color: red;
	font-weight: bold;
}

.uvbuilder-sum-none {
	 color: gray;
	 font-weight: bold;
}

._permsCell.readonly,._permsCell .readonly {
	cursor: not-allowed;
	opacity: 0.5;
}

.permsCell-label {
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-text {
    background: white;
    border-radius: 5px;	
    padding: 2px 10px;
}

div[data-edvisible="0"] {
	display: none;
}

.dialog-height100p {
	height: 100%;
}

.imports-allowedpaths {
	opacity: 0.5;
}

/* /eresp */

.userpaneluiitem-label {
	padding-left: 5px;
}

.bt-moveable {
	display: none;
}

.table-fix-row>td,.table-fix-row>th, .table-fix-cellv {
	position: sticky;
	top: 0;
}

.table-fix-cellh {
	position: sticky;
	left: 0;
}

.pull-fill {
	overflow: hidden;
	white-space: nowrap;
}

._search_results .search-panel {
	position: relative;
}

._search_results .search-panel input[type="text"].search-panel-input {
	background: white;
	padding: 7px 30px 7px 10px;
}

._search_results .search-panel ._search_menu_sources_link {
	right: 10px;
	top: 7px;
}

/* checkbox, radio svg */

input[type="checkbox"]+label span
{
	background-image: url(../img/check_radio_sheet-gray.svg?rv=8_0_6_459_74);
	background-size: 89px 20px !important;
	background-position-x: -4px !important;
}

input[type="checkbox"]:checked+label span
{
	background-image: url(../img/check_radio_sheet-gray.svg?rv=8_0_6_459_74);
	background-position-x: -24px !important;
}

input[type="checkbox"].marked+label span {
	background-image: url(../img/check_radio_sheet-black.svg?rv=8_0_6_459_74);
}

input[type="checkbox"].marked:checked+label span {
	background-image: url(../img/check_radio_sheet-black.svg?rv=8_0_6_459_74);
}

input[type="checkbox"][disabled="disabled"] + label span {
	background-image: url(../img/check_radio_sheet-gray.svg?rv=8_0_6_459_74);
	cursor: not-allowed;
	opacity: 0.6;
}

input[type="radio"]+label span
{
	background-image: url(../img/check_radio_sheet-gray.svg?rv=8_0_6_459_74);
	background-size: 89px 20px !important;
	background-position-x: -45px !important;
}

input[type="radio"]:checked+label span
{
	background-image: url(../img/check_radio_sheet-gray.svg?rv=8_0_6_459_74);
	background-position-x: -65px !important;
}

input[type="radio"].marked+label span
{
	background-image: url(../img/check_radio_sheet-black.svg?rv=8_0_6_459_74);
	background-size: 89px 20px !important;
	background-position-x: -45px !important;
}

input[type="radio"].marked:checked+label span
{
	background-image: url(../img/check_radio_sheet-black.svg?rv=8_0_6_459_74);
	background-position-x: -65px !important;
}

.cb-green-checked input[type="checkbox"]:checked+label span
	{
	background-image: url(../img/check_radio_sheet-green.svg?rv=8_0_6_459_74);
	opacity: 1;
}

.cb-orange-checked input[type="checkbox"]:checked+label span {
	background-image: url(../img/check_radio_sheet-orange.svg?rv=8_0_6_459_74);
	opacity: 1;
}

.rb-green-checked input[type="radio"]:checked+label span {
	background-image: url(../img/check_radio_sheet-green.svg?rv=8_0_6_459_74);
}

.rb-orange-checked input[type="radio"]:checked+label span
	{
	background-image: url(../img/check_radio_sheet-orange.svg?rv=8_0_6_459_74);
}

/* /checkbox, radio, svg */

.md_sections>.md_section.search_result {
	left: 0;
}

.bt-copy-own {
	position: relative;
}

.bt-copied {
    background: white;
    border: 1px solid #aaa;
    border-radius: 5px;
    bottom: 16px;
    padding: 0 4px;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 1;
}

/* v8progress*/
.v8progress {
  display: inline-block;
}
.v8progress:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 4px;
    border-radius: 50%;
    border: 6px solid #7c7e7c;
    border-color: #7c7e7c transparent #7c7e7c transparent;
    animation: v8progress 1.2s linear infinite;
}
@keyframes v8progress {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v8progress.v8progress16b:after {
    width: 12px;
    height: 12px;
    margin: 0;
    border-width: 2px;
    border-color: #413e3c transparent #413e3c transparent;
}

.v8progress.v8progress16w:after {
    width: 12px;
    height: 12px;
    margin: 0;
    border-width: 2px;
    border-color: #fff transparent #fff transparent;
}

/* /v8progress*/



input[type="range"] {
	  /* removing default appearance */
	-webkit-appearance: none;
	appearance: none; 
	/* creating a custom design */
	cursor: pointer;
	height: 12px;
	outline: none;
	/*  slider progress trick  */
	overflow: hidden;
	border-radius: 5px;
}

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
	height: 12px;
	background: #ccc;
	border-radius: 5px;
}

/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
	height: 12px;
	background: #ccc;
	border-radius: 5px;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
	/* removing default appearance */
	-webkit-appearance: none;
	appearance: none; 
	/* creating a custom design */
	height: 12px;
	width: 8px;
	background-color: #fff;
	border-radius: 25%;
	border: 1px solid #444;
	/*  slider progress trick  */
	box-shadow: -407px 0 0 400px #045c8c;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
	height: 12px;
	width: 8px;
	background-color: #fff;
	border-radius: 25%;
	border: 1px solid #444;
	/*  slider progress trick  */
	box-shadow: -407px 0 0 400px #045c8c;
}

.widgets-sv .widgets-pagerown {
	height: 36px;
}

.widgets-sv .widgets-pager {
	margin-right: 6px;
}

.widgets-sv .widgets-pager>* {
	margin-right: 4px;
}