/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Segoe UI';
  src: url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.woff") format('woff'),
	local('Bpmonline Open Sans'),
	url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.ttf") format('truetype'),
	url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.svg#BpmonlineOpenSans") format('svg');
}

@font-face {
  font-family: 'Segoe UI Light';
  src: url("../Fonts/BpmonlineOpenSans Light/BpmonlineOpenSans-Light.woff") format('woff'),
	local('Bpmonline Open Sans Light'),
	url("../Fonts/BpmonlineOpenSans Light/BpmonlineOpenSans-Light.ttf") format('truetype'),
	url("../Fonts/BpmonlineOpenSans Light/BpmonlineOpenSans-Light.svg#BpmonlineOpenSans-Light") format('svg');
}

@font-face {
  font-family: 'bpmonline UI';
  src: url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.woff") format('woff'),
	local('Bpmonline Open Sans'),
	url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.ttf") format('truetype'),
	url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.svg#BpmonlineOpenSans") format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Open Sans/OpenSans-Regular.eot");
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url("../Fonts/Open Sans/OpenSans-Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/Open Sans/OpenSans-Regular.woff2") format('woff2'),
		url("../Fonts/Open Sans/OpenSans-Regular.woff") format('woff'),
		url("../Fonts/Open Sans/OpenSans-Regular.ttf") format('truetype'),
		url("../Fonts/Open Sans/OpenSans-Regular.svg#svgFontName") format('svg');
}

@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/Open Sans Light/OpenSans-Light.eot");
  src: local('Open Sans Light'), local('OpenSans-Light'),
		url("../Fonts/Open Sans Light/OpenSans-Light.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/Open Sans Light/OpenSans-Light.woff2") format('woff2'),
		url("../Fonts/Open Sans Light/OpenSans-Light.woff") format('woff'),
		url("../Fonts/Open Sans Light/OpenSans-Light.ttf") format('truetype'),
		url("../Fonts/Open Sans Light/OpenSans-Light.svg#OpenSans") format('svg');
}

@font-face {
  font-family: 'Bpmonline Open Sans';
  src: url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.woff") format('woff'),
	local('Bpmonline Open Sans'),
	url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.ttf") format('truetype'),
	url("../Fonts/BpmonlineOpenSans/BpmonlineOpenSans.svg#BpmonlineOpenSans") format('svg');
}

@font-face {
  font-family: 'Bpmonline Open Sans Bold';
  src: url("../Fonts/BpmonlineOpenSans Bold/BpmonlineOpenSans-Bold.woff") format('woff'),
	local('Bpmonline Open Sans Bold'),
	url("../Fonts/BpmonlineOpenSans Bold/BpmonlineOpenSans-Bold.ttf") format('truetype'),
	url("../Fonts/BpmonlineOpenSans Bold/BpmonlineOpenSans-Bold.svg#BpmonlineOpenSansBold") format('svg');
}

@font-face {
  font-family: 'Bpmonline Open Sans Light';
  src: url("../Fonts/BpmonlineOpenSans Light/BpmonlineOpenSans-Light.woff") format('woff'),
	local('Bpmonline Open Sans Light'),
	url("../Fonts/BpmonlineOpenSans Light/BpmonlineOpenSans-Light.ttf") format('truetype'),
	url("../Fonts/BpmonlineOpenSans Light/BpmonlineOpenSans-Light.svg#BpmonlineOpenSans-Light") format('svg');
}

@font-face {
  font-family: 'HelveticaNeueCyr Ultra Light';
  src: url("../Fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.otf") format('opentype'),
	url("../Fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin-webfont.woff") format('woff'),
	local('HelveticaNeueCyr'),
	url("../Fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin-webfont.ttf") format('truetype'),
	url("../Fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin-webfont.svg#helveticaneuecyrthin") format('svg');
}

@font-face {
  font-family: 'Bpmonline Cairo';
  src: url("../Fonts/Bpmonline Cairo/BpmonlineCairo-Regular.woff") format('woff'),
	local('Bpmonline Cairo'),
	url("../Fonts/Bpmonline Cairo/BpmonlineCairo-Regular.woff2") format('woff2'),
	url("../Fonts/Bpmonline Cairo/BpmonlineCairo-Regular.ttf") format('truetype'),
	url("../Fonts/Bpmonline Cairo/BpmonlineCairo-Regular.svg#BpmonlineCairo-Regular") format('svg');
}

@font-face {
  font-family: 'Bpmonline Cairo Bold';
  src: url("../Fonts/Bpmonline Cairo Bold/BpmonlineCairo-Bold.woff") format('woff'),
	local('Bpmonline Cairo Bold'),
	url("../Fonts/Bpmonline Cairo Bold/BpmonlineCairo-Bold.woff2") format('woff2'),
	url("../Fonts/Bpmonline Cairo Bold/BpmonlineCairo-Bold.ttf") format('truetype'),
	url("../Fonts/Bpmonline Cairo Bold/BpmonlineCairo-Bold.svg#BpmonlineCairo-Bold") format('svg');
}

@font-face {
  font-family: 'Bpmonline Cairo Light';
  src: url("../Fonts/Bpmonline Cairo Light/BpmonlineCairo-Light.woff") format('woff'),
	local('Bpmonline Cairo Light'),
	url("../Fonts/Bpmonline Cairo Light/BpmonlineCairo-Light.woff2") format('woff2'),
	url("../Fonts/Bpmonline Cairo Light/BpmonlineCairo-Light.ttf") format('truetype'),
	url("../Fonts/Bpmonline Cairo Light/BpmonlineCairo-Light.svg#BpmonlineCairo-Light") format('svg');
}

@font-face {
  font-family: 'Bpmonline Rubik';
  src: url("../Fonts/Bpmonline Rubik/BpmonlineRubik-Regular.woff") format('woff'),
	local('Bpmonline Rubik'),
	url("../Fonts/Bpmonline Rubik/BpmonlineRubik-Regular.woff2") format('woff2'),
	url("../Fonts/Bpmonline Rubik/BpmonlineRubik-Regular.ttf") format('truetype'),
	url("../Fonts/Bpmonline Rubik/BpmonlineRubik-Regular.svg#BpmonlineRubik-Regular") format('svg');
}

@font-face {
  font-family: 'Bpmonline Rubik Bold';
  src: url("../Fonts/Bpmonline Rubik Bold/BpmonlineRubik-Bold.woff") format('woff'),
	local('Bpmonline Rubik Bold'),
	url("../Fonts/Bpmonline Rubik Bold/BpmonlineRubik-Bold.woff2") format('woff2'),
	url("../Fonts/Bpmonline Rubik Bold/BpmonlineRubik-Bold.ttf") format('truetype'),
	url("../Fonts/Bpmonline Rubik Bold/BpmonlineRubik-Bold.svg#BpmonlineRubik-Bold") format('svg');
}

@font-face {
  font-family: 'Bpmonline Rubik Light';
  src: url("../Fonts/Bpmonline Rubik Light/BpmonlineRubik-Light.woff") format('woff'),
	local('Bpmonline Rubik Light'),
	url("../Fonts/Bpmonline Rubik Light/BpmonlineRubik-Light.woff2") format('woff2'),
	url("../Fonts/Bpmonline Rubik Light/BpmonlineRubik-Light.ttf") format('truetype'),
	url("../Fonts/Bpmonline Rubik Light/BpmonlineRubik-Light.svg#BpmonlineRubik-Light") format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local('Montserrat-Thin'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-100.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-100.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: local('Montserrat-ExtraLight'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-200.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-200.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat-Light'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat-Medium'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat-SemiBold'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat-ExtraBold'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat-Black'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-900.woff2") format('woff2'),
	url("../Fonts/Montserrat/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-900.woff") format('woff');
}

/*
	IRAN Sans-serif fonts are considered a proprietary software.
	To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
	---------------------------------------------------------------------
	This set of fonts are used in this project under the license: LAXSN
	---------------------------------------------------------------------
*/

@font-face {
  font-family: 'IranSans';
  src: url("../Fonts/IRANSans/woff/IRANSansWeb.woff") format('woff'),
	url("../Fonts/IRANSans/woff2/IRANSansWeb.woff2") format('woff2'),
	url("../Fonts/IRANSans/ttf/IRANSansWeb.ttf") format('truetype');
}

@font-face {
  font-family: 'IranSans Light';
  src: url("../Fonts/IRANSans/woff/IRANSansWeb_Light.woff") format('woff'),
	url("../Fonts/IRANSans/woff2/IRANSansWeb_Light.woff2") format('woff2'),
	url("../Fonts/IRANSans/ttf/IRANSansWeb_Light.ttf") format('truetype');
}

@font-face {
  font-family: 'IranSans Bold';
  src: url("../Fonts/IRANSans/woff/IRANSansWeb_Bold.woff") format('woff'),
	url("../Fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2") format('woff2'),
	url("../Fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf") format('truetype');
}
body {
  font-size: 62.5%;
  font-family: "bpmonline UI", serif;
  color: #444;
}

input,
textarea,
select {
  color: inherit;
}

.ts-box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Remove X at input fields in IE 10.
 */

input::-ms-clear {
  display: none;
}

/*
 * Remove reveal at password fields in IE 10.
 */

input::-ms-reveal {
  display: none;
}

.x-unselectable {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
}
@font-face {
  font-family: 'bpmonline designer icons';
  font-style: normal;
  font-weight: 400;
  src: url("../Terrasoft/controls/diagram/fonts/bpm_designer/bpm_designer.eot?pcxzn2");
  src: url("../Terrasoft/controls/diagram/fonts/bpm_designer/bpm_designer.eot?pcxzn2#iefix") format('embedded-opentype'),
	url("../Terrasoft/controls/diagram/fonts/bpm_designer/bpm_designer.ttf?pcxzn2") format('truetype'),
	url("../Terrasoft/controls/diagram/fonts/bpm_designer/bpm_designer.woff?pcxzn2") format('woff'),
	url("../Terrasoft/controls/diagram/fonts/bpm_designer/bpm_designer.svg?pcxzn2#bpmonline designer icons") format('svg');
}

.icon-icon_show_arrow-text_24:before {
  content: "\e961";
}

.icon-icon_refresh:before {
  content: "\e939";
}

.icon-Filtr_24:before {
  content: "\e95e";
}

.icon-time2_24:before {
  content: "\e95f";
}

.icon-watch_24:before {
  content: "\e960";
}

.icon-Sand_watch_24:before {
  content: "\e962";
}

.icon-icon_resend_24:before {
  content: "\e95d";
}

.icon-icon_select:before {
  content: "\e95c";
}

.icon-create_command:before {
  content: "\e950";
}

.icon-icon_advanced-settings_24:before {
  content: "\e951";
}

.icon-icon_collaps_24:before {
  content: "\e952";
}

.icon-icon_drop_profile-settings_24:before {
  content: "\e953";
}

.icon-icon_export_html_24:before {
  content: "\e954";
}

.icon-icon_export_html_24_2:before {
  content: "\e955";
}

.icon-icon_history_24:before {
  content: "\e956";
}

.icon-icon_process-description_24:before {
  content: "\e957";
}

.icon-icon_selected_org:before {
  content: "\e958";
}

.icon-icon_slide_left_24:before {
  content: "\e959";
}

.icon-icon_uncollaps_24:before {
  content: "\e95a";
}

.icon-icon_version_24:before {
  content: "\e95b";
}

.icon-icon_import_bpmn_24:before {
  content: "\e94a";
}

.icon-icon_clear_24:before {
  content: "\e94b";
}

.icon-icon_export_bpmn_24:before {
  content: "\e94c";
}

.icon-icon_export_png_24:before {
  content: "\e94d";
}

.icon-icon_export_svg_24:before {
  content: "\e94e";
}

.icon-icon_slide_right_24:before {
  content: "\e94f";
}

.icon-icon_big_folder_24:before {
  content: "\e949";
}

.icon-icon_compacc_24:before {
  content: "\e948";
}

.icon-icon_download_doc_24:before {
  content: "\e947";
}

.icon-help_24:before {
  content: "\e946";
}

.icon-link_copy_24:before {
  content: "\e945";
}

.icon-icon_sellect_24:before {
  content: "\e944";
}

.icon-icon_export_24:before {
  content: "\e942";
}

.icon-icon_import_24:before {
  content: "\e943";
}

.icon-icon_team_16:before {
  content: "\e941";
}

.icon-icon_forw_24:before {
  content: "\e93f";
}

.icon-icon_back_24:before {
  content: "\e940";
}

.icon-icon_invite_241:before {
  content: "\e93a";
}

.icon-icon_invite_select_241:before {
  content: "\e93b";
}

.icon-icon_logout_24:before {
  content: "\e93c";
}

.icon-icon_profile_24:before {
  content: "\e93d";
}

.icon-no_userpic_24:before {
  content: "\e93e";
}

.icon-icon_close_24:before {
  content: "\e937";
}

.icon-icon_edit_24:before {
  content: "\e938";
}

.icon-logo_128x24:before {
  content: "\e939";
}

.icon-icon_eye_24:before {
  content: "\e935";
}

.icon-drop_down_24:before {
  content: "\e936";
}

.icon-icon_rename_24:before {
  content: "\e92b";
}

.icon-icon_tools_del_24:before {
  content: "\e92c";
}

.icon-icon_align_bottom_24:before {
  content: "\e92d";
}

.icon-icon_align_center_24:before {
  content: "\e92e";
}

.icon-icon_align_left_24:before {
  content: "\e92f";
}

.icon-icon_align_middle_24:before {
  content: "\e930";
}

.icon-icon_align_right_24:before {
  content: "\e931";
}

.icon-icon_align_top_24:before {
  content: "\e932";
}

.icon-icon_distribute_hor_24:before {
  content: "\e933";
}

.icon-icon_distribute_vert_24:before {
  content: "\e934";
}

.icon-icon_academy_24:before {
  content: "\e907";
}

.icon-icon_add_24:before {
  content: "\e908";
}

.icon-icon_add_select_24:before {
  content: "\e909";
}

.icon-icon_all_proc_24:before {
  content: "\e90a";
}

.icon-icon_arrow_24:before {
  content: "\e90b";
}

.icon-icon_arrow_select_24:before {
  content: "\e90c";
}

.icon-icon_comment_24:before {
  content: "\e90d";
}

.icon-icon_comment_select_24:before {
  content: "\e90e";
}

.icon-icon_favourites_24:before {
  content: "\e90f";
}

.icon-icon_fit_to_zoom_16:before {
  content: "\e910";
}

.icon-icon_fullscreen_16:before {
  content: "\e911";
}

.icon-icon_hand_24:before {
  content: "\e912";
}

.icon-icon_hand_select_24:before {
  content: "\e913";
}

.icon-icon_invite_24:before {
  content: "\e914";
}

.icon-icon_invite_select_24:before {
  content: "\e915";
}

.icon-icon_lib_close_24:before {
  content: "\e916";
}

.icon-icon_lib_open_24:before {
  content: "\e917";
}

.icon-icon_move_24:before {
  content: "\e918";
}

.icon-icon_move_select_24:before {
  content: "\e919";
}

.icon-icon_play_24:before {
  content: "\e91a";
}

.icon-icon_play_select_24:before {
  content: "\e91b";
}

.icon-icon_preview_16:before {
  content: "\e91c";
}

.icon-icon_recent_24:before {
  content: "\e91d";
}

.icon-icon_redo_24:before {
  content: "\e91e";
}

.icon-icon_search_24:before {
  content: "\e91f";
}

.icon-icon_settings_24:before {
  content: "\e920";
}

.icon-icon_settings_select_24:before {
  content: "\e921";
}

.icon-icon_share_24:before {
  content: "\e922";
}

.icon-icon_share_select_24:before {
  content: "\e923";
}

.icon-icon_sort_down_24:before {
  content: "\e924";
}

.icon-icon_sort_up_24:before {
  content: "\e925";
}

.icon-icon_tabs_24:before {
  content: "\e926";
}

.icon-icon_undo_24:before {
  content: "\e927";
}

.icon-icon_windows_24:before {
  content: "\e928";
}

.icon-icon_zoom_in_16:before {
  content: "\e929";
}

.icon-icon_zoom_out_16:before {
  content: "\e92a";
}

.icon-icon_folder_16:before {
  content: "\e900";
}

.icon-icon_menu_16:before {
  content: "\e901";
}

.icon-icon_p_map_16:before {
  content: "\e902";
}

.icon-icon_proc_16:before {
  content: "\e903";
}

.icon-icon_sub_proc_16:before {
  content: "\e904";
}

.icon-icon_tree_arrow_close_16:before {
  content: "\e905";
}

.icon-icon_tree_arrow_open-16:before {
  content: "\e906";
}
.ej-diagram.e-datavisualization-diagram .edit textarea {
  text-align: center;
  padding: 0px;
  line-height: 11px;
}
.schema-designer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.schema-designer .drop-zone-hint {
  box-shadow: 0px -1px 0px 0px #DBDBDB;
  transition: all 1s ease;
}

.schema-designer .ts-controlgroup-marker-wrap {
  display: none;
}

.schema-designer .ts-controlgroup-caption-wrap {
  padding-top: 5px;
  padding-bottom: 10px;
  height: 33px;
  transition: all 1s cubic-bezier(0.42, 0, 0.46, 1);
}

.schema-designer .hierarchical-container-list-item .ts-controlgroup-caption-wrap > span {
  font-size: 1.3em;
  color: #999999;
  cursor: pointer;
}

.schema-designer .toolbar {
  min-height: 59px;
  padding: 15px 25px 0px 25px;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
}

.diagram-caption-ct {
  min-height: 55px;
}

.diagram-caption-ct .base-edit {
  min-height: 41px;
}

.schema-designer .t-btn-style-green {
  min-height: 30px;
}

.diagram .control-width-15 {
  padding: 15px 25px 0px 25px;
  flex-basis: 46px;
}

.diagram .control-width-15 .base-edit {
  padding: 0 0 1px 0;
}

.diagram .control-width-15 .base-edit-input {
  font-size: 28px;
  font-family: "Bpmonline Open Sans Light";
  min-height: 0;
}

html[culture="ar-SA"] .diagram .control-width-15 .base-edit .base-edit-input {
  font-family: "Bpmonline Cairo Light";
}

html[culture="he-IL"] .diagram .control-width-15 .base-edit .base-edit-input {
  font-family: "Bpmonline Rubik Light";
}

html[culture="fa-IR"] .diagram .control-width-15 .base-edit .base-edit-input {
  font-family: "IranSans Light";
}

.load-storage-panel,
.message-panel {
  padding: 5px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 25px;
  z-index: 2000;
  position: absolute;
  border-left: 5px solid #64b8df;
  background-color: white;
  top: 117px;
  animation: fadeIn 0.6s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.load-storage-panel .t-label,
.message-panel .t-label {
  width: inherit;
  padding: 5px 5px 0px 10px;
  font-size: 15px;
}

.load-storage-panel .message-panel-buttons .t-btn-image,
.message-panel .message-panel-buttons .t-btn-image {
  min-width: 16px;
  min-height: 16px;
  margin-top: 3px;
}

.load-storage-panel .message-panel-buttons,
.message-panel .message-panel-buttons,
.load-storage-panel .load-storage-buttons,
.message-panel .load-storage-buttons {
  float: right;
}

.diagram .toolbar .toolbar-left {
  display: flex;
  align-items: flex-start;
  -ms-flex: 0 0 auto;
}

.diagram .toolbar .toolbar-right {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  -ms-flex: 0 0 auto;
}

.diagram .toolbar .toolbar-left .t-btn-wrapper {
  margin-right: 10px;
}

.diagram .toolbar .toolbar-left [data-item-marker="save"].t-btn-wrapper.t-btn-style-grey {
  background: #8ecb60;
  color: #fff;
  opacity: 0.6;
}

.diagram .search-container {
  border: 1px solid #c8c8c8;
  height: 30px;
  min-width: 220px;
  max-width: 450px;
  display: flex;
  flex: 1 1 auto;
}

.diagram .t-btn-image {
  min-width: 26px;
  min-height: 40px;
  cursor: pointer;
  background: transparent no-repeat;
  margin-top: -9px;
}

.diagram .search-edit {
  border: none;
  outline: none;
  box-shadow: none;
  margin-left: 1em;
  margin-top: 1px;
}

.diagram .search-tools-container .t-btn-image {
  background-position: 0px 0px;
  min-width: 20px;
  min-height: 20px;
  margin-top: 4px;
  margin-right: 5px;
}

.diagram .search-tools-container {
  display: flex;
  flex-shrink: 0;
}

.diagram .search-info-label {
  margin-top: 3px;
  margin-right: 5px;
  color: #A9A9A9;
}

.diagram .search-error-info-label {
  color: #E02525;
}

.diagram .search-previous-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/SearchPreviousIcon.svg");
}

.diagram .search-next-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/SearchNextIcon.svg");
}

.diagram .search-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/SearchIcon.svg");
}

.diagram .search-hide-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/SearchHideIcon.svg");
}

.diagram .search-show-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/SearchShowIcon.svg");
  background-position: 12px -40px;
  min-width: 40px;
  float: right;
  -moz-user-select: none;
}

.diagram .search-show-button:hover {
  background-position: 12px 1px;
}

.diagram .feed-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/FeedIcon.svg");
  background-position: 0px -38px;
  -moz-user-select: none;
  float: right;
  margin-left: 11px;
}

.diagram .feed-button:hover {
  background-position: 0px 2px;
}

.diagram .schema-properties-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/SystemDesignerIcon.svg");
  background-position: 12px -36px;
  min-width: 50px;
  float: right;
  -moz-user-select: none;
}

.diagram .schema-properties-button:hover {
  background-position: 12px 3px;
}

.diagram .help-button {
  background-image: url("../Terrasoft/designers/process-schema-designer/images/HelpIcon.svg");
  background-position: 0px -36px;
  -moz-user-select: none;
  float: right;
}

.diagram .help-button:hover {
  background-position: 0px 3px;
}

.schema-designer .base-edit {
  padding-left: 0;
}

.schema-designer .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.manager-items {
  overflow: hidden;
  width: 280px;
  min-width: 280px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 72px;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 1ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.schema-designer-left-panel {
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  width: 280px;
  min-width: 280px;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.schema-designer-left-panel .t-btn-wrapper {
  padding: 28px 30px 33px 22px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  color: #4e7bd8;
  min-height: 70px;
}

.schema-designer-left-panel .t-btn-wrapper:hover {
  background: #f2f5ff;
}

.schema-designer-left-panel .t-btn-wrapper::before {
  background: url("../Terrasoft/designers/process-schema-designer/images/collapse.svg") 0 0 no-repeat;
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  left: 230px;
  top: 20px;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.manager-items .ts-controlgroup {
  padding-left: 23px;
  width: 280px;
  border-top: 1px solid transparent;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.toolbar-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  padding-top: 8px;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.toolbar-item .t-label {
  min-width: 185px;
  margin-left: 24px;
}

.toolbar-item:hover svg {
  opacity: 0.8;
}

.toolbar-item:hover .t-label {
  color: #4e7bd8;
}

.schema-designer-left-panel-collapsed {
  min-width: 79px;
  width: 79px;
}

.schema-designer-left-panel-collapsed .manager-items {
  min-width: 79px;
  width: 79px;
}

.manager-items.top-scroll-shadow {
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.schema-designer-left-panel-collapsed .ts-controlgroup-caption-wrap {
  margin-top: -30px;
}

.schema-designer-left-panel-collapsed .ts-controlgroup {
  border-top: 1px solid lightgray;
  padding-top: 3px;
}

.schema-designer-left-panel-collapsed.schema-designer-left-panel .t-btn-wrapper::before {
  background: url("../Terrasoft/designers/process-schema-designer/images/expand.svg") 0 0 no-repeat;
  left: 22px;
}

.schema-designer-left-panel .t-btn-wrapper {
  padding-bottom: 28px;
  text-indent: 0;
  white-space: nowrap;
  transition: text-indent 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.schema-designer-left-panel-collapsed.schema-designer-left-panel .t-btn-wrapper {
  text-indent: -155px;
}

.manager-items svg {
  min-width: 24px;
  height: 24px;
  width: 24px;
}

.schema-designer-left-panel-collapsed .toolbar-item {
  padding-bottom: 5px;
  width: 32px;
}

.schema-designer .properties-ct {
  box-sizing: content-box;
  width: 356px;
  min-width: 356px;
  overflow-y: auto;
  opacity: 1;
  transition: opacity 750ms linear 0ms;
}

.schema-designer .properties-ct.properties-ct-collapsed {
  opacity: 0;
  border-left: 1px solid #FFF;
  width: 0 !important;
  min-width: 0;
}

.schema-designer .properties-ct .properties-container {
  min-width: 356px;
}

.schema-designer .properties-ct .feed-properties-container {
  margin: 10px 37px 0 25px;
}

.schema-designer .properties-ct .social-feed-header .comboBoxWrap {
  margin-right: 10em;
}

.schema-designer .properties-ct .ts-mask-container {
  width: calc(100% - 1px);
  padding-left: 1px;
}

.schema-designer .diagram {
  flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.diagram .ej-diagram {
  -webkit-flex-basis: 100%;
  -ms-flex: 0 1 100%;
  flex-basis: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
  direction: ltr;
}

.lane-label {
  fill: #4d7ad7;
}

.lane-label tspan {
  font-size: 13px;
}

body:not([disable-custom-scroll='true']) ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}

body:not([disable-custom-scroll='true']) ::-webkit-scrollbar-thumb {
  background: #DBDBDB;
}

#helper {
  stroke: #3399FF;
  fill: rgba(185, 213, 241, 0.5);
  stroke-dasharray: 0;
  shape-rendering: crispEdges;
}

.node-highlighter {
  stroke: #ff9800;
  stroke-width: 1px;
  shape-rendering: geometricPrecision;
}

.node-selected {
  stroke: rgba(255, 152, 0, 0.4);
  stroke-width: 7px;
  animation: node-selected-anim 1.5s;
}

@keyframes node-selected-anim {
  30% {
    stroke-width: 6px;
  }

  31% {
    stroke-width: 9px;
  }
}

.flow-highlighter {
  stroke-width: 1px;
  opacity: 1;
  stroke-dasharray: none;
  stroke: #ff9800;
  fill: transparent;
  stroke-linecap: round;
}

.flow-highlighter.node-selected {
  stroke-width: 3px;
  animation: flow-selected-anim 1.5s;
}

@keyframes flow-selected-anim {
  30% {
    stroke-width: 3px;
  }

  31% {
    stroke-width: 6px;
  }
}

g.selected path,
g.animated path {
  stroke: #5FADEA;
}

g.selected path.decorator,
g.animated path.decorator {
  fill: #5FADEA;
}

g.animated path {
  stroke-width: 3;
}

g.animated path:not(.decorator) {
  stroke-dasharray: 20, 2;
  animation: dash 5s linear infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 110;
  }
}

_:-ms-input-placeholder,
:root g.animated path:not(.decorator) {
  /* for IE 11 */
  stroke-dasharray: 0;
}

@supports (-ms-accelerator: true) {
  /* for Edge */

  g.animated path:not(.decorator) {
    stroke-dasharray: 0;
  }
}

.DiagramLayer {
  shape-rendering: crispEdges;
}

.DiagramLayer .decorator {
  shape-rendering: geometricPrecision;
}

.DiagramLayer ellipse {
  shape-rendering: geometricPrecision;
}

.DiagramLayer circle {
  shape-rendering: geometricPrecision;
}

.AdornerLayer {
  shape-rendering: crispEdges;
}

.AdornerLayer circle {
  shape-rendering: geometricPrecision;
}

/* for Safari */

body:last-child:not(:root:root) #helper {
  shape-rendering: geometricPrecision;
}

body:last-child:not(:root:root) .DiagramLayer {
  shape-rendering: geometricPrecision;
}

body:last-child:not(:root:root) .AdornerLayer {
  shape-rendering: geometricPrecision;
}

.schema-designer .properties-ct .ts-mask-opacity {
  transition: opacity 0.5s ease;
}

.formula-modal-box {
  display: none;
}

.date-time-modal-box {
  display: none;
}

.toolbar-item.togled .t-label {
  color: #e4654c;
}

.save-schema-version-message-box {
  font-family: "Bpmonline Open Sans Light";
  padding: 20px 25px 17px 25px;
}

.save-schema-version-message-box .ts-inputbox-caption .t-label {
  font-size: 22px;
}

.save-schema-version-message-box .message-wrap {
  margin-bottom: 20px;
}

.save-schema-version-message-box .message-wrap .t-label {
  font-size: 16px;
}

.save-schema-version-message-box .save-as-radio-wrap {
  padding-bottom: 15px;
}

.save-schema-version-message-box .buttons-wrap .t-btn-wrapper {
  min-width: 80px;
}

.save-schema-version-message-box .button-margin-right {
  margin-right: 10px;
}

.save-schema-version-message-box .control-width-15 .control-wrap {
  padding-top: 3px;
}

.save-schema-version-message-box .radio-button-container label {
  font-size: 16px;
}

.save-schema-version-message-box .save-as-radio-group {
  margin-left: 25px;
}

.not-compile.label-container {
  width: 100%;
  display: inline-flex;
}

.not-compile.label-container .t-information-btn.t-btn-wrapper {
  padding-top: 11px;
}

.not-compile.label-container .t-label {
  width: auto;
}

.not-compile.checkbox-container {
  width: 100%;
  display: inline-flex;
}

.not-compile.checkbox-container .t-checkbox-control {
  width: auto;
}

.not-compile.checkbox-container .t-checkbox-control .control-wrap {
  width: 32px;
}

.not-compile.checkbox-container .t-checkbox-control .label-wrap {
  min-width: auto;
  width: auto;
}

.not-compile.checkbox-container .t-checkbox-control .t-label {
  width: auto;
  min-width: initial;
  white-space: pre;
}

.not-compile.checkbox-container .t-checkbox-control .t-label-tip-wrap {
  margin-left: 1px;
}

.not-compile.checkbox-container .t-information-btn.t-btn-wrapper {
  position: relative;
  top: 8px;
}

html[dir="rtl"] body.x-edge .ej-d-node image,
html[dir="rtl"] body.x-ie .ej-d-node image {
  transform: none;
}
.djs-context-pad.open {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
}

.load-storage-panel,
.message-panel {
  margin: 0 0 0 70px!important;
}

.formula-modal-box .modal-page-fixed-container .mapping-tab .grid-listed-icon-16x16 {
  box-sizing: content-box;
}

.formula-modal-box .title {
  font: inherit;
}

.diagram .material-icons {
  font-family: 'bpmonline designer icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga" 1;
}
.diagram .ej-diagram {
  padding: 0;
}
body {
  min-width: inherit !important;
}

.package-dependencies-diagram g.djs-element.djs-shape.label {
  fill: rgba(255, 255, 255, 0.8);
}

.package-dependencies-diagram g.djs-element.djs-shape.label .djs-visual rect {
  fill: rgba(255, 255, 255, 0.8) !important;
}
body .full-screen-el {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1499;
  width: calc(100% - 20px);
  background: #fff;
  height: calc(100% - 10px);
}

body .full-screen-el .full-screen-btn .t-btn-image {
  background-position-x: 16px;
}

body .full-screen-overlay-el {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: #ffffff;
  z-index: 1498;
}
.x-hide-display {
  display: none !important;
}
.draggable-item-resize-top,
.draggable-item-resize-bottom,
.draggable-item-resize-left,
.draggable-item-resize-right,
.draggable-item-resize-top-left,
.draggable-item-resize-top-right,
.draggable-item-resize-bottom-left,
.draggable-item-resize-bottom-right,
.draggable-item-move {
  box-sizing: border-box;
  display: block;
  position: absolute;
}

.draggable-item-move {
  height: 100%;
  width: 100%;
  cursor: move;
  top: 0px;
  left: 0px;
  z-index: 12;
}

.draggable-item-grabbed {
  z-index: 99999;
  position: absolute;
}

.draggable-item-resize-top,
.draggable-item-resize-bottom,
.draggable-item-resize-left,
.draggable-item-resize-right {
  z-index: 15;
}

.draggable-item-resize-top,
.draggable-item-resize-bottom {
  cursor: ns-resize;
  height: 4px;
  width: 100%;
}

.draggable-item-resize-top {
  top: 0px;
}

.draggable-item-resize-bottom {
  bottom: 0px;
}

.draggable-item-resize-left,
.draggable-item-resize-right {
  cursor: ew-resize;
  height: 100%;
  width: 4px;
  top: 0px;
}

.draggable-item-resize-top:hover,
.draggable-item-resize-bottom:hover,
.draggable-item-resize-left:hover,
.draggable-item-resize-right:hover {
  background: #9ce269;
  opacity: 0.5;
}

.draggable-item-resize-left {
  left: 0px;
}

.draggable-item-resize-right {
  right: 0px;
}

.draggable-item-resize-top-left,
.draggable-item-resize-top-right,
.draggable-item-resize-bottom-left,
.draggable-item-resize-bottom-right {
  width: 10px;
  height: 10px;
  z-index: 16;
}

.draggable-item-resize-top-left:hover,
.draggable-item-resize-top-right:hover,
.draggable-item-resize-bottom-left:hover,
.draggable-item-resize-bottom-right:hover {
  opacity: 0.5;
}

.draggable-item-resize-top-left {
  cursor: nw-resize;
  top: 0px;
  left: 0px;
}

.draggable-item-resize-top-left:hover {
  border-top: 10px solid #9ce269;
  border-right: 10px solid transparent;
}

.draggable-item-resize-top-right {
  cursor: sw-resize;
  top: 0px;
  right: 0px;
}

.draggable-item-resize-top-right:hover {
  border-top: 10px solid #9ce269;
  border-left: 10px solid transparent;
}

.draggable-item-resize-bottom-left {
  cursor: sw-resize;
  bottom: 0px;
  left: 0px;
}

.draggable-item-resize-bottom-left:hover {
  border-bottom: 10px solid #9ce269;
  border-right: 10px solid transparent;
}

.draggable-item-resize-bottom-right {
  cursor: nw-resize;
  bottom: 0px;
  right: 0px;
}

.draggable-item-resize-bottom-right:hover {
  border-bottom: 10px solid #9ce269;
  border-left: 10px solid transparent;
}

.drop-zone-hint {
  box-shadow: 0 0 10px #9ce269;
}
.reorderable {
  width: 100%;
  height: 3px;
  background: #c0c0c0;
}

.reorderable-zero-element {
  width: 100%;
  height: 10px;
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ts-component-tooltip {
  overflow: visible !important;
}

.ts-component-tooltip:hover {
  position: relative;
}

.ts-component-tooltip:hover:after,
.ts-component-tooltip:hover:before {
  margin-top: 5px;
  position: absolute;
  display: block;
  cursor: default;
}

.ts-component-tooltip:hover:after {
  font-family: "Segoe UI";
  font-size: 13px;
  color: #444;
  text-align: justify;
  content: attr(data-tooltip-text);
  white-space: pre-line;
  z-index: 98;
  top: 33px;
  left: -307px;
  width: 300px;
  padding: 16px;
  background: #FAFAFA;
  border: #E5E5E5 solid 1px;
}

.ts-component-tooltip:hover:before {
  background-image: url("../Terrasoft/controls/mixins/tooltip-arrow.png");
  content: '';
  width: 17px;
  height: 16px;
  z-index: 99;
  top: 18px;
  left: -3px;
}
.tip {
  position: absolute;
  top: -100px;
  left: -100px;
  padding: 1em;
  z-index: 10000;
  cursor: default;
}

.tip-panel {
  min-width: 1em;
  min-height: 1.5em;
}

.tip.tip-disabled {
  display: none;
}

.tip.tip-display-mode-wide .tip-content {
  max-width: 18.8em;
}

.tip-content,
.tip-items {
  margin-right: 0.4em;
}

.align-left .tip-content,
.align-left .tip-items {
  margin-right: 0.7em;
}

.tip-content {
  overflow: hidden;
  word-wrap: break-word;
  font-size: 1.4em;
  white-space: pre-wrap;
}

.tip-tools-wrap > * {
  margin-left: 0.5em;
}

.tip-tools-wrap .t-btn-wrapper {
  padding: 0;
  margin: -0.4em -0.4em;
}

.tip-white .tip-border {
  background-color: #fff;
  border-color: transparent;
}

.tip-green .tip-border {
  background-color: #fff;
  border-color: #8ecb60;
}

.tip-tools-close-btn {
  background-repeat: no-repeat;
  background-position-x: 0.3em;
  background-position-y: 0.2em;
}

.tip-anchor:before {
  position: absolute;
  font-size: 1.2em;
  color: transparent;
  z-index: -1;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
}

.tip-white .tip-anchor {
  border-color: white;
}

.tip-white .tip-anchor:after {
  border-color: white;
}

.tip-green .tip-anchor {
  border-color: #8ecb60;
}

.tip-green .tip-anchor:after {
  border-color: white;
}

.tip-red .tip-border {
  background-color: #ffede9;
  border-color: #ff7a64;
}

.tip-red .tip-anchor {
  border-color: #ff7a64;
}

.tip-red .tip-anchor:after {
  border-color: #ffede9;
}

.tip-blue .tip-border {
  background-color: #fff;
  border-color: #5FD9FF;
}

.tip-blue .tip-anchor {
  border-color: #5FD9FF;
}

.tip-blue .tip-anchor:after {
  border-color: #fff;
}

.tip-yellow .tip-border {
  background-color: #fff;
  border-color: #FFD700;
}

.tip-yellow .tip-anchor {
  border-color: #FFD700;
}

.tip-yellow .tip-anchor:after {
  border-color: #fff;
}

.tip-anchor,
.tip-anchor:after {
  border-style: double;
}

.tip-anchor {
  position: absolute;
  border-width: 0.6em;
}

.tip-anchor:after {
  content: '';
  border-width: 0.6em;
  position: absolute;
}

.align-top .tip-anchor:before {
  left: -0.5em;
  top: -1em;
  content: '▼';
}

.align-top .tip-anchor {
  left: 50%;
  top: 100%;
}

.align-top .tip-anchor:after {
  margin-top: -1em;
}

.align-bottom .tip-anchor:after,
.align-top .tip-anchor:after {
  margin-left: -0.6em;
}

.align-bottom .tip-anchor,
.align-top .tip-anchor {
  margin-left: -0.5em;
  margin-top: -1.1em;
}

.align-bottom .tip-anchor {
  left: 50%;
}

.align-bottom .tip-anchor:after {
  margin-top: -0.2em;
}

.align-bottom .tip-anchor:before {
  left: -0.5em;
  top: -0.6em;
  content: '▲';
}

.tip.align-bottom .tip-anchor,
.tip.align-bottom .tip-anchor:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-style: solid;
}

.align-right .tip-anchor:before {
  left: -0.3em;
  top: -0.8em;
  content: '◄';
}

.align-right .tip-anchor {
  top: 50%;
}

.align-right .tip-anchor:after {
  margin-left: -0.2em;
  margin-top: -0.6em;
}

.align-right .tip-anchor,
.align-left .tip-anchor {
  margin-top: -0.5em;
  margin-left: -1.1em;
}

.align-left .tip-anchor:before {
  left: -0.6em;
  top: -0.7em;
  content: '►';
}

.align-left .tip-anchor {
  top: 50%;
  left: 100%;
}

.align-left .tip-anchor:after {
  margin-left: -1em;
  margin-top: -0.6em;
}

.tip.align-top .tip-anchor,
.tip.align-top .tip-anchor:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-style: solid;
}

.tip.align-right .tip-anchor,
.tip.align-right .tip-anchor:after {
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-style: solid;
}

.tip.align-left .tip-anchor,
.tip.align-left .tip-anchor:after {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-style: solid;
}

.align-bottom .tip-tools-wrap {
  padding-top: 1.3em;
}

.align-left .tip-tools-wrap {
  padding-right: 1.3em;
}

.tip-tools-wrap {
  position: absolute;
  top: 1em;
  right: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 0px;
}

.tip-display-mode-narrow .tip-border {
  padding: 1.1em 1.5em;
}

.tip-border {
  padding: 1.5em;
  border: 0.3em solid;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.6em 0.02em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.2em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0.2em;
}

.align-bottom .tip-border {
  border-left: none;
  border-bottom: none;
  border-right: none;
}

.align-top .tip-border {
  border-left: none;
  border-right: none;
  border-top: none;
}

.align-right .tip-border {
  border-bottom: none;
  border-right: none;
  border-top: none;
}

.align-left .tip-border {
  border-left: none;
  border-bottom: none;
  border-top: none;
}

/*rtl:begin:ignore*/

html[dir="rtl"] .align-left .tip-anchor:before {
  content: "◄";
}

html[dir="rtl"] .align-right .tip-anchor:before {
  top: -0.7em;
  content: "►";
}

/*rtl:end:ignore*/
.x-resizable-handle-south:hover,
.x-resizable-handle-north:hover,
.x-resizable-handle-west:hover,
.x-resizable-handle-east:hover,
.x-resizable-handle-northeast:hover,
.x-resizable-handle-southeast:hover,
.x-resizable-handle-southwest:hover,
.x-resizable-handle-northwest:hover {
  border-color: #00aeef;
}

.x-resizable-handle-south,
.x-resizable-handle-north {
  height: 5px;
  width: 100%;
}

.x-resizable-handle-west,
.x-resizable-handle-east {
  width: 5px;
  height: 100%;
}

.x-resizable-handle-northeast,
.x-resizable-handle-southeast,
.x-resizable-handle-southwest,
.x-resizable-handle-northwest {
  background-color: #e6e6e6;
  width: 5px;
  height: 5px;
}

.x-resizable-handle-north {
  border-top: 1px solid #e6e6e6;
  cursor: n-resize;
  left: 0;
  top: 0;
}

.x-resizable-handle-south {
  border-bottom: 1px solid #e6e6e6;
  cursor: s-resize;
  left: 0;
  bottom: 0;
}

.x-resizable-handle-northeast {
  cursor: ne-resize;
  right: -2px;
  top: -2px;
}

.x-resizable-handle-southeast {
  cursor: se-resize;
  right: -2px;
  bottom: -2px;
}

.x-resizable-handle-southwest {
  cursor: sw-resize;
  left: -2px;
  bottom: -2px;
}

.x-resizable-handle-northwest {
  cursor: nw-resize;
  left: -2px;
  top: -2px;
}

.x-resizable-handle-west {
  border-left: 1px solid #e6e6e6;
  cursor: w-resize;
  left: 0;
  top: 0;
}

.x-resizable-handle-east {
  border-right: 1px solid #e6e6e6;
  cursor: e-resize;
  right: 0;
  top: 0;
}

.x-resizable-handle {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1001;
  line-height: 5px;
  overflow: hidden;
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.x-unselectable {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
}
.ts-controlgroup {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ts-controlgroup-caption-wrap {
  position: relative;
  overflow: hidden;
}

.ts-controlgroup-caption-wrap > span {
  font-family: "Segoe UI";
  font-size: 1.5em;
  color: #4e7bd8;
  cursor: pointer;
  padding-right: 0.75em;
  height: 2.5em;
  padding-top: 0.1em;
}

.ts-controlgroup-marker-wrap {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-right: 1.7em;
  margin-top: 0.2em;
  margin-left: -0.4em;
}

.ts-controlgroup-marker {
  top: 50%;
  cursor: pointer;
  height: 24px;
  width: 24px;
  background: url("../Terrasoft/controls/controlgroup/arrow_group.svg") no-repeat center 0px;
  background-position: 0 -24px;
  background-size: 100%;
}

.ts-controlgroup-marker-ie {
  top: 50%;
  cursor: pointer;
  height: 23px;
  width: 23px;
  background: url("../Terrasoft/controls/controlgroup/arrow_group.png") no-repeat center 0px;
  background-position: 0 -23px;
}

.ts-controlgroup-collapsed .ts-controlgroup-marker {
  background-position: 0 0;
}

.ts-controlgroup-collapsed .ts-controlgroup-marker-ie {
  background-position: 0 0;
}

.ts-controlgroup-container {
  padding-bottom: 1.1em;
  display: none;
  border-bottom: 1px solid #e1e8f2;
}

.ts-controlgroup-container .grid.grid-listed {
  padding-left: 24px;
  padding-top: 3px;
}

.ts-controlgroup-container .grid.grid-listed .grid-captions {
  margin: 0;
}

.ts-controlgroup-container.no-line {
  border: none;
}

.ts-controlgroup-collapsed .ts-controlgroup-container {
  display: none;
}

.ts-controlgroup-container {
  display: block;
}

.ts-controlgroup-empty-caption {
  padding-top: 0;
}

.ts-controlgroup-tools {
  background-color: white;
  position: absolute;
  top: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.ts-controlgroup-tools > * {
  height: 100%;
}
.reorderable-container {
  position: relative;
  padding-top: 12px;
  box-sizing: border-box;
  height: 100%;
}

.reorderable-container .stage-inner-container {
  height: 100%;
}

.reorderable-container .reorderable {
  background-color: #00aff2;
  height: 2px;
  flex-shrink: 0;
}

.reorderable-container.horizontal-align {
  padding-top: 0;
  padding-left: 10px;
}

.reorderable-container.horizontal-align > .reorderable-inner-container > .reorderable {
  width: 2px;
  height: 100%;
}

.reorderable-container.horizontal-align > .reorderable-zero-element {
  width: 10px;
  height: 100%;
}

.reorderable-container .reorderable-inner-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.reorderable-container .reorderable-inner-container .reorderable-zero-element {
  width: 100%;
  height: 100%;
  background: none;
  position: inherit;
  bottom: 0;
  right: 0;
  flex-shrink: 1;
}

.reorderable-container.vertical-align .reorderable-inner-container {
  flex-direction: column;
}
.content-sheet-wrap {
  height: auto;
  width: 700px;
  position: relative;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.content-sheet-wrap.drop-zone-hint {
  box-shadow: 0 0 10px #64b8df;
}

.content-sheet-selected {
  outline: 1px solid #64b8df;
}

.content-sheet-items {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.content-sheet-placeholder {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #c0c0c0;
  margin: 10px;
  position: absolute;
  display: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #c0c0c0;
  font-size: 14pt;
}

.content-sheet-placeholder-visible {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-sheet-wrap .reorderable {
  height: 2px;
  width: 100%;
  padding: 1px 0px 1px 0px;
  margin: -1px 0px -1px 0px;
  background: #64b8df;
  position: relative;
  z-index: 1;
}

.content-sheet-wrap .reorderable-arrow {
  position: absolute;
  z-index: 1;
  left: -17px;
  top: -7px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 16px solid #64b8df;
  border-bottom: 8px solid transparent;
}

.content-sheet-tools-wrap {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  z-index: 100;
}

.content-sheet-tools-wrap > .t-btn-wrapper span {
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.content-element-wrap.t-content-focus {
  position: relative;
  outline: 2px solid #64b8df;
  z-index: 3;
}

.t-content-focus {
  outline: 2px solid #64b8df;
  z-index: 3;
}

.t-content-focus .content-element-tools-wrap {
  display: flex;
}

.content-element-tools-wrap {
  background: #ffffff;
  z-index: 15;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  right: -28px;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}

.content-element-tools-wrap .t-btn-wrapper {
  padding: 4px;
  border-width: 0;
  width: 28px;
  height: 28px;
}

.content-element-tools-wrap .t-btn-wrapper span {
  width: 20px !important;
  height: 20px !important;
}

.content-element-tools-wrap .t-btn-no-text-padding {
  border-radius: 0 !important;
}

.content-element-tools-wrap .content-block-copy-button {
  background-color: #3caff2;
}

.content-element-tools-wrap .content-block-copy-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #3b93d5;
}

.content-element-tools-wrap .content-block-move-button {
  background-color: #94cb59;
}

.content-element-tools-wrap .content-block-move-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #7dad52;
}

.content-element-tools-wrap .content-block-remove-button {
  background-color: #e77d5f;
}

.content-element-tools-wrap .content-block-remove-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #c9655d;
}

.content-element-tools-wrap > div {
  width: 100px;
}

.content-element-tools-wrap > div,
.content-element-tools-wrap > span {
  padding: 0.1em 0.3em 0.1em 0.3em;
}
.content-image-element-wrap {
  position: relative;
  height: auto;
  width: 100%;
}

.content-image-element-align-left {
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}

.content-image-element-align-center {
  justify-content: center;
  display: flex;
  align-items: flex-start;
}

.content-image-element-align-right {
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}

.content-image-element-tools-wrap {
  background: #EFEFeF;
  z-index: 15;
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 20px;
}

.content-image-element-tools-wrap > div {
  width: 100px;
}

.content-image-element-tools-wrap > div,
.content-image-element-tools-wrap > span {
  padding: 0.1em 0.3em 0.1em 0.3em;
}

.content-image-element-tools-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
  white-space: nowrap;
}

.content-image-element-wrap:hover .content-image-element-tools-container {
  visibility: visible;
}

.ts-content-image-element-full-size-element {
  max-width: 100%;
}

img[src=""].ts-content-image-element-full-size-element {
  width: auto !important;
}

.content-image-element-placeholder {
  min-height: 50px;
  font-size: 14px;
  color: #999;
  background-color: #F2F5FF;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.content-image-element-placeholder .placeholder-image {
  background: url("../Terrasoft/controls/content/content-image-placeholder.svg") no-repeat center 0px;
  background-size: cover;
  width: 30px;
  height: 16px;
  display: inline-block;
}
.text-element-wrap {
  width: 100%;
}

.text-element-wrap .inline-text-edit-wrap .inline-text-edit-el {
  min-height: 26px;
  padding: 0;
  overflow: visible;
  z-index: auto;
}

.text-element-wrap .inline-text-edit-wrap .inline-text-edit-el p {
  display: block;
  margin: 13px 0;
}

.text-element-wrap .inline-text-edit-wrap a {
  pointer-events: none;
}
.content-button-element-wrap {
  position: relative;
  width: 100%;
}

.content-button-element-wrap img {
  width: 100%;
  height: 100%;
}

.content-button-align-wrap .inline-text-edit-wrap .inline-text-edit-el {
  overflow: hidden;
  min-height: auto;
  padding: 0;
}

.content-button-align-wrap .inline-text-edit-wrap .inline-text-edit-el br[type="_moz"] {
  display: none;
}
.content-button-element-wrap {
  position: relative;
  width: 100%;
}

.content-button-element-wrap img {
  width: 100%;
  height: 100%;
}

.content-button-align-wrap .content-button-container {
  display: table;
  position: relative;
  word-break: break-word;
  box-sizing: content-box;
}

.content-button-align-wrap .inline-text-edit-wrap {
  width: 100%;
}

.content-button-align-wrap .inline-text-edit-wrap .inline-text-edit-el {
  overflow: hidden;
  min-height: auto;
  padding: 0;
  min-width: 10px;
  z-index: inherit;
}

.content-button-align-wrap .inline-text-edit-wrap .inline-text-edit-el br[type="_moz"] {
  display: none;
}

.content-button-align-wrap .mjml-content-button {
  display: table-cell;
}
.content-html-element-wrap {
  position: relative;
  min-width: 100px;
}

.content-html-element-wrap.t-content-focus {
  background: none;
}

.content-html-element-wrap .content-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  z-index: 1000;
  opacity: 0;
}

.content-html-element-wrap .content-html-element-tools-wrap {
  z-index: 1020;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3px;
  white-space: nowrap;
}

.content-html-element-wrap:hover .content-html-element-tools-wrap {
  visibility: visible;
}

.content-html-element-placeholder {
  font-size: 14px;
  color: #999;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.content-html-element-placeholder > span {
  display: table-cell;
  vertical-align: middle;
}

.content-html-element-tools-wrap .t-btn-wrapper {
  border-radius: 5px;
  height: 30px;
}
.content-mjdivider-wrap {
  display: flex;
  justify-content: center;
}

.content-mjdivider-wrap .content-separator {
  width: 100%;
}
.content-mjimage-wrap {
  position: relative;
  height: auto;
  min-height: 30px;
  width: 100%;
}

.content-mjimage-wrap-styles.empty-image {
  min-height: 1em;
}

.content-mjimage-image {
  max-width: 100%;
  display: block;
  position: sticky;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.content-mjimage-image.boxed {
  box-sizing: border-box;
}

img[src=""].content-mjimage-image {
  width: auto !important;
}
.content-block-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 1px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-user-select: none;
  transition: box-shadow 0.3s ease;
}

.content-block-wrap .draggable-item-resize-bottom {
  cursor: default;
}

.content-block-wrap:hover {
  box-shadow: 0 0 0 1px #c8c8c8;
}

.content-block-wrap.t-content-block-focus {
  z-index: 1000;
  box-shadow: 0 0 0 1px #64b8df;
}

.content-block-tools-wrap {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  right: -28px;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}

.content-block-tools-wrap .t-btn-wrapper {
  padding: 4px;
  width: 28px;
  height: 28px;
}

.content-block-tools-wrap .t-btn-wrapper span {
  width: 20px !important;
  height: 20px !important;
}

.content-block-tools-wrap .t-btn-no-text-padding {
  border-radius: 0 !important;
}

.content-block-tools-wrap .content-block-edit-button {
  background-color: #9575cd;
}

.content-block-tools-wrap .content-block-edit-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #7457ae;
}

.content-block-tools-wrap .content-block-copy-button {
  background-color: #3caff2;
}

.content-block-tools-wrap .content-block-copy-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #3b93d5;
}

.content-block-tools-wrap .content-block-move-button {
  background-color: #94cb59;
}

.content-block-tools-wrap .content-block-move-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #7dad52;
}

.content-block-tools-wrap .content-block-remove-button {
  background-color: #e77d5f;
}

.content-block-tools-wrap .content-block-remove-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #c9655d;
}

.draggable-item-grabbed.content-block-move-button {
  background-color: #ffffff;
  border: 2px #10a0e3 solid;
  border-radius: 4px;
}

.t-content-block-focus .content-block-tools-wrap {
  display: flex;
}

.content-block-select-button {
  position: absolute;
  top: -1px;
  right: -10px;
  width: 9px;
  height: calc(100% + 2px);
  cursor: pointer;
  opacity: 0.7;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDI4IiB3aWR0aD0iOSIgaGVpZ2h0PSIyOCI+Cgk8ZyBmaWxsPSIjNGU3YmQ4Ij4KCQk8cGF0aCBjbGFzcz0iYSIgZD0iTTMuMjUsNi40IGgyLjUgdjIuNSBoLTIuNSBaIi8+CgkJPHBhdGggY2xhc3M9ImEiIGQ9Ik0zLjI1LDEyLjggaDIuNSB2Mi41IGgtMi41IFoiLz4KCQk8cGF0aCBjbGFzcz0iYSIgZD0iTTMuMjUsMTkuMiBoMi41IHYyLjUgaC0yLjUgWiIvPgoJPC9nPgo8L3N2Zz4=") no-repeat 0px 5px;
}

.content-block-select-button:hover {
  transition: all 0.3s ease;
  opacity: 1;
  background-color: #CCEFFC;
}

.t-content-block-focus .content-block-select-button {
  display: none;
}

.content-block-row {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 32px;
}

.content-element-wrap:after,
.content-block-row:after {
  display: table;
  clear: both;
  content: "";
}

.content-block-column {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 32px;
}

.content-block-spacer {
  height: 20px;
}
.content-block-group-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 2px;
  padding: 5px;
  z-index: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
}

.content-block-group-wrap .draggable-item-resize-bottom {
  cursor: default;
}

.content-block-group-wrap.t-content-block-focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #64b8df;
}
.content-mjblock-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-user-select: none;
  transition: box-shadow 0.3s ease;
}

.content-mjblock-wrap:hover {
  box-shadow: 0 0 0 1px #c8c8c8;
}

.content-mjblock-wrap.t-content-block-focus {
  z-index: 3;
  box-shadow: 0 0 0 2px #64b8df;
}

.content-mjblock-wrap .content-block-tools-wrap .content-block-save-button {
  background-color: #9575cd;
}

.content-mjblock-wrap .content-block-tools-wrap .content-block-save-button:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #825cc4;
}
.content-section-wrap {
  display: table;
  table-layout: fixed;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.content-section-wrap .column-grouping-control,
.content-section-wrap .mjgroup-grouping-control {
  display: none;
  padding: 0;
}

.content-section-wrap .column-grouping-control .column-group-button,
.content-section-wrap .mjgroup-grouping-control .column-group-button {
  background: url("../Terrasoft/controls/content/column_group_default.svg") no-repeat center 0px;
}

.content-section-wrap .column-grouping-control .column-group-button:hover,
.content-section-wrap .mjgroup-grouping-control .column-group-button:hover {
  background: url("../Terrasoft/controls/content/column_group.svg") no-repeat center 0px;
}

.content-section-wrap .column-grouping-control .column-ungroup-button,
.content-section-wrap .mjgroup-grouping-control .column-ungroup-button {
  background: url("../Terrasoft/controls/content/column_ungroup.svg") no-repeat center 0px;
}

.content-section-wrap.t-content-block-focus {
  z-index: 3;
  box-shadow: 0 0 0 2px #64b8df;
}

.content-section-wrap.t-content-block-focus .column-grouping-control,
.content-section-wrap.t-content-block-focus .mjgroup-grouping-control {
  display: block;
  position: absolute;
  top: 12px;
  right: -8px;
  cursor: pointer;
  z-index: 5;
}

.content-section-wrap.t-content-block-focus .column-grouping-control .column-group-button,
.content-section-wrap.t-content-block-focus .mjgroup-grouping-control .column-group-button,
.content-section-wrap.t-content-block-focus .column-grouping-control .column-ungroup-button,
.content-section-wrap.t-content-block-focus .mjgroup-grouping-control .column-ungroup-button {
  padding: 0;
  width: 16px;
  height: 16px;
}

.content-section-wrap.t-content-block-focus .column-grouping-control .column-group-button.t-btn-disabled,
.content-section-wrap.t-content-block-focus .mjgroup-grouping-control .column-group-button.t-btn-disabled,
.content-section-wrap.t-content-block-focus .column-grouping-control .column-ungroup-button.t-btn-disabled,
.content-section-wrap.t-content-block-focus .mjgroup-grouping-control .column-ungroup-button.t-btn-disabled {
  display: none;
}

.content-section-wrap.t-content-block-focus .column-grouping-control .column-group-button .t-btn-image,
.content-section-wrap.t-content-block-focus .mjgroup-grouping-control .column-group-button .t-btn-image,
.content-section-wrap.t-content-block-focus .column-grouping-control .column-ungroup-button .t-btn-image,
.content-section-wrap.t-content-block-focus .mjgroup-grouping-control .column-ungroup-button .t-btn-image {
  display: none;
}

.content-section-wrap.t-content-block-focus.section-reverse-order .column-grouping-control,
.content-section-wrap.t-content-block-focus.section-reverse-order .mjgroup-grouping-control {
  left: -8px;
  right: auto;
}

.content-section-wrap.t-content-block-focus.section-reverse-order .content-mjgroup .column-grouping-control {
  right: -8px;
  left: auto;
}

.content-section-wrap.t-content-block-focus .content-mjgroup-wrap:last-child .mjgroup-grouping-control {
  display: none;
}

.content-section-wrap.t-content-block-focus .content-column-wrap:last-child .column-grouping-control {
  display: none;
}

.content-section-wrap.t-content-block-focus .content-mjgroup-wrap .content-column-wrap:last-child .column-grouping-control {
  display: none;
}

html[dir="rtl"] .content-section-wrap.t-content-block-focus .column-grouping-control,
html[dir="rtl"] .content-section-wrap.t-content-block-focus .mjgroup-grouping-control {
  left: -8px;
  right: auto;
}

html[dir="rtl"] .content-section-wrap.t-content-block-focus.section-reverse-order .column-grouping-control,
html[dir="rtl"] .content-section-wrap.t-content-block-focus.section-reverse-order .mjgroup-grouping-control {
  right: -8px;
  left: auto;
}

html[dir="rtl"] .content-section-wrap.t-content-block-focus.section-reverse-order .content-mjgroup .column-grouping-control {
  left: -8px;
  right: auto;
}
.content-mjgroup-wrap {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.content-mjgroup-wrap .content-mjgroup {
  display: table;
  table-layout: fixed;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content-column-wrap {
  display: table-cell;
  position: relative;
}

.content-column-wrap .content-column-placeholder-wrap {
  display: none;
}

.content-column-wrap .content-column-placeholder-wrap.visible {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 80px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-column-wrap .content-column-placeholder-wrap.visible .content-column-placeholder {
  background: #F2F5FF;
  width: 100%;
  padding: 16px 0;
  position: relative;
  height: calc(100% - 6px);
  border: 1px solid #4e7bd8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #999999;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-column-wrap .content-column-placeholder-wrap.visible .content-column-placeholder .placeholder-image {
  background: url("../Terrasoft/controls/content/content-column_placeholder.svg") no-repeat center 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.content-column-wrap .content-column-element {
  width: 100%;
}

.content-column-wrap.t-content-block-focus {
  z-index: 3;
  box-shadow: 0 0 0 2px #64b8df;
}
.content-column-wrap {
  display: table-cell;
  position: relative;
}

.content-column-wrap .content-column-placeholder-wrap {
  display: none;
}

.content-column-wrap .content-column-placeholder-wrap.visible {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 80px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-column-wrap .content-column-placeholder-wrap.visible .content-column-placeholder {
  background: #F2F5FF;
  width: 100%;
  padding: 16px 0;
  position: relative;
  height: calc(100% - 6px);
  border: 1px solid #4e7bd8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #999999;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-column-wrap .content-column-placeholder-wrap.visible .content-column-placeholder .placeholder-image {
  background: url("../Terrasoft/controls/content/content-column_placeholder.svg") no-repeat center 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.content-column-wrap .content-column-element {
  width: 100%;
}

.content-column-wrap.t-content-block-focus {
  z-index: 3;
  box-shadow: 0 0 0 2px #64b8df;
}
.content-mjhero-wrap {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
}

.content-mjhero-wrap .content-mjhero-placeholder-wrap {
  display: none;
}

.content-mjhero-wrap .content-mjhero-placeholder-wrap.visible {
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 30px;
  padding: 5px;
}

.content-mjhero-wrap .content-mjhero-placeholder-wrap.visible .content-mjhero-placeholder {
  display: table-cell;
  width: 100%;
  padding: 3px;
  position: relative;
  height: calc(100% - 6px);
  vertical-align: middle;
  border: 1px dashed #c0c0c0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #999999;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #4e7bd8;
  background: #F2F5FF;
}

.content-mjhero-wrap .content-mjhero-placeholder-wrap.visible .content-mjhero-placeholder .placeholder-image {
  background: url("../Terrasoft/controls/content/content-column_placeholder.svg") no-repeat center 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.content-mjhero-wrap.t-content-block-focus {
  z-index: 3;
  box-shadow: 0 0 0 2px #64b8df;
}

.content-mjhero-wrap .reorderable-inner-container {
  display: table-cell;
  width: 100%;
  font-size: 0px;
}
.content-mjraw-element-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 32px;
  font-size: 13px;
}

.content-mjraw-element-wrap.t-content-focus {
  background: none;
}

.content-mjraw-element-wrap a {
  pointer-events: none;
  display: inline-block;
}

.content-mjraw-element-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.content-mjraw-element-wrap .content-mjraw-placeholder {
  font-size: 16px;
  color: #999;
  width: 100%;
  height: -webkit-fill-available;
  display: table;
  text-align: center;
}

.content-mjraw-element-wrap .content-mjraw-placeholder > span {
  display: table-cell;
  vertical-align: middle;
}

.content-mjraw-element-wrap .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.content-spacer-element-wrap {
  position: relative;
  min-height: 30px;
}
.content-navbar-element-wrap {
  position: relative;
}
.content-navbar-link-wrap {
  display: inline-block;
}

.content-navbar-link-wrap .inline-text-edit-wrap .inline-text-edit-el {
  min-height: auto;
  min-width: 10px;
  padding: 0;
  overflow: initial;
}
.base-edit {
  position: relative;
  display: inline-block;
  clear: both;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #c8c8c8;
  vertical-align: top;
  min-height: 28px;
}

.base-edit:hover {
  cursor: text;
}

.base-edit-disabled.base-edit:hover {
  cursor: default;
}

.base-edit.base-edit-with-left-icon {
  padding-left: 34px;
}

.base-edit.base-edit-with-right-icon {
  padding-right: 34px;
}

.base-edit-focus.base-edit-big.base-edit-with-right-icon,
.base-edit-big.base-edit-with-right-icon {
  padding-right: 42px;
}

.base-edit-left-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 9px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.base-edit-right-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 8px;
}

.base-edit-right-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 100%;
  cursor: pointer;
}

.base-edit-big .base-edit-right-icon-wrapper {
  width: 42px;
  height: 100%;
}

.base-edit-input {
  min-height: 1.855em;
  width: 100%;
  outline: none;
  border: 0px;
  font-size: 1.4em;
  padding: 0;
}

.x-ie8 .base-edit-input {
  line-height: 2.2em;
}

.x-ie8 .base-edit-big .base-edit-input {
  line-height: 2.7em;
}

.base-edit-input[disabled="disabled"],
.base-edit-disabled {
  background-color: #f9f9f9;
  color: #444444;
  cursor: default;
}

.base-edit-disabled-el-icon {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 20px;
  background: url("../Terrasoft/controls/baseedit/read-only_icon.png") 50% 50% no-repeat;
  display: none;
}

.base-edit-disabled .base-edit-password-icon,
.base-edit-disabled .base-edit-password-icon-wrapper {
  display: none;
}

.base-edit-password-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  cursor: pointer;
  background: url("../Terrasoft/controls/baseedit/show-password_icon.svg") 50% 50% no-repeat;
  height: 100%;
}

.base-edit-disabled .base-edit-right-icon,
.base-edit-disabled .base-edit-right-icon-wrapper {
  display: none;
}

.base-edit-focus.base-edit-with-right-icon {
  padding-right: 34px;
}

.base-edit .base-edit-input-not-visible {
  display: none;
}

.base-edit:hover.base-edit-disabled .base-edit-disabled-el-icon {
  display: block;
}

.base-edit-input[readonly="readonly"],
.base-edit-readonly {
  background-color: #f9f9f9;
  color: #444444;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
}

::-moz-placeholder {
  color: #8a8a8a;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

.base-edit-placeholder {
  color: #8a8a8a;
}

.control-width-15 .base-edit-focus,
.control-width-15 .base-edit-error.base-edit-focus {
  outline: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #00aeef;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.control-width-15 .base-edit-error {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.base-edit-focus,
.base-edit-error.base-edit-focus {
  outline: none;
  border-color: rgba(86, 180, 239, 0.7);
  border-color: #56b4ef;
  -webkit-box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
  -moz-box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
  box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
}

.base-edit-error {
  outline: none;
  border-color: rgba(86, 180, 239, 0.7);
  border-color: #56b4ef;
  -webkit-box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
  -moz-box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
  box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
}

.base-edit.base-edit-big {
  min-height: 4.4em;
}

.base-edit-big {
  padding-right: 16px;
  padding-left: 10px;
}

.base-edit-big .base-edit-input {
  min-height: 42px;
  font-size: 1.6em;
}

.base-edit-validation {
  display: none;
  background-color: #58aeda;
  color: #ffffff;
  font-size: 1.3em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 2px;
  position: absolute;
  left: -1px;
  bottom: -2px;
  transform: translateY(100%);
  z-index: 11;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
}

.base-edit-link {
  text-decoration: none;
  color: #4e7bd8;
  outline: none;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.85em;
}

.base-edit-link:hover {
  text-decoration: underline;
}

.base-edit-link-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  position: absolute;
  width: calc(100% - 20px);
}

.base-edit-link-wrap:hover {
  cursor: text;
}

.base-edit-input:hover {
  cursor: text;
}

.base-edit-disabled .base-edit-right-icon-wrapper:hover,
.base-edit-disabled .base-edit-left-icon-wrapper:hover {
  cursor: default;
}

.detail-edit-user-class {
  width: calc(100% - 190px) !important;
}

.base-edit-disabled .base-edit-voice-to-text,
.base-edit-disabled .base-edit-voice-to-text-wrapper {
  display: none;
}
.inline-text-edit-wrap {
  position: relative;
  user-select: text !important;
  -ms-user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
}

.inline-text-edit-wrap:hover {
  outline: 1px solid #c8c8c8;
  padding: 0;
}

.inline-text-edit-wrap.base-edit-disabled {
  background-color: #ffffff;
}

.inline-text-edit-wrap .inline-text-edit-el {
  min-height: 36px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 3px 10px 3px 7px;
  overflow: auto;
}

.inline-text-edit-wrap .inline-text-edit-el p {
  margin: 0px;
  padding: 0px;
}

.inline-text-edit-wrap .inline-text-edit-validation {
  display: none;
  background-color: #58aeda;
  color: #ffffff;
  font-size: 1.3em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 2px;
  position: absolute;
  left: -1px;
  z-index: 10;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inline-text-edit-wrap .inline-text-edit-placeholder {
  color: silver;
}

.inline-text-edit-wrap .inline-text-edit-placeholder:after {
  content: attr(data-placeholder);
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 12px;
  z-index: 1;
}

.maximized {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1060;
}

.maximized .item-control {
  height: 100%;
}

.maximized .item-control .inline-text-edit-wrap {
  height: 100%;
}

.maximized .item-control .inline-text-edit-wrap .inline-text-edit-el {
  height: calc(100% - 40px);
  max-height: calc(100% - 40px);
  top: 40px;
}

.cke_combo__letterspacing {
  width: 90px;
}

.cke_combo__letterspacing a .cke_combo_text {
  width: 80px;
}

.cke_combopanel__letterspacing {
  width: 160px!important;
}

.cke_combopanel__lineheight {
  width: 160px!important;
}

.cke_button__indentpanel {
  width: 15px!important;
}

.cke_button__indentpanel .cke_button_icon {
  background-position: initial!important;
  background-size: auto!important;
  margin-left: 4px;
}

.cke_button__indentpanel .cke_button_arrow {
  display: none!important;
}
img[data-type=ProcessParameter] {
  border: 1px dashed silver;
  padding: 1px;
}

@supports (-webkit-appearance:none) {
  img[data-type=ProcessParameter] {
    position: relative;
  }

  img[data-type=ProcessParameter]:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    content: attr(alt);
  }
}

@-moz-document url-prefix()  {
  img[data-type=ProcessParameter]:before {
    display: initial;
    position: static;
  }
}

.base-edit-with-clear-icon {
  white-space: nowrap;
}

.base-edit-clear-icon {
  background: url("../Terrasoft/controls/mixins/icon-clear-delete.png") 50% 50% no-repeat;
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
}

.base-edit-clear-icon:hover {
  background: url("../Terrasoft/controls/mixins/icon-clear-delete-hover.png") 50% 50% no-repeat;
}

.base-edit:hover .base-edit-clear-icon {
  display: inline-block;
}

.base-edit-disabled.base-edit:hover .base-edit-clear-icon,
.base-edit:hover.clear-icon-not-visible .base-edit-clear-icon,
.base-edit-disabled.base-edit-with-clear-icon .base-edit-clear-icon,
.card-content-container .base-edit-clear-icon {
  display: none;
}

.base-edit-readonly:hover .base-edit-clear-icon {
  display: none;
}

.base-edit-with-clear-icon:hover .base-edit-link-wrap {
  padding-right: 14px;
}

.base-edit-with-clear-icon.base-edit-with-right-icon:hover .base-edit-link-wrap {
  padding-right: 35px;
}

.base-edit-disabled.base-edit-with-clear-icon .base-edit-input,
.base-edit-disabled.base-edit-with-clear-icon:hover .base-edit-input,
.base-edit-disabled.base-edit-with-clear-icon:hover .base-edit-link-wrap {
  padding-right: 0;
  cursor: default;
}

.base-edit-with-clear-icon .base-edit-link-wrap,
.base-edit-with-clear-icon .base-edit-input {
  padding-right: 0;
}

.base-edit-with-clear-icon:not(.clear-icon-not-visible):hover .base-edit-input {
  padding-right: 14px;
}

.base-edit-with-right-icon .base-edit-clear-icon {
  right: 22px;
}
.ts-sidebar-item-text {
  height: 47px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  white-space: normal;
}

.ts-sidebar-item-image {
  width: 38px;
  height: 38px;
  float: left;
  background: no-repeat center;
  margin-left: 3px;
  margin-right: 10px;
}

.ts-sidebar-list {
  height: 100%;
  list-style: none none;
  margin: 0;
  font-size: 1.6em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}

.ts-sidebar-list .vertical-strip {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
}

.ts-sidebar-list[collapsed="false"] .ts-sidebar-selected-item .vertical-strip {
  display: block;
}

.ts-sidebar-item-wrapper {
  height: 56px;
  padding-left: 10px;
}

.ts-sidebar-list > li {
  width: 100%;
  height: 53px;
  line-height: 3.2em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.ts-sidebar-list > li .ts-sidebar-spacer {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
}

.ts-sidebar-item-text-hint {
  width: 180px;
  height: 56px;
  position: absolute;
  font-size: 1.6em;
  text-align: left;
  line-height: 55px;
  padding-left: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 600000;
}

.ts-sidebar-item-text-hint.ts-sidebar-item-text-hint-opacity {
  opacity: 1;
}

/*rtl:begin:ignore*/

html[dir="rtl"] .left-panel .ts-sidebar-item-image {
  transform: scaleX(-1);
}

/*rtl:end:ignore*/
.ts-tabpanel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.2em;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

.ts-tabpanel-wrap:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

.ts-tabpanel-wrap {
  height: inherit;
  overflow: hidden;
  position: relative;
}

.ts-tabpanel-tools {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 3em;
  padding-left: 0.8em;
}

.ts-tabpanel-scroll-visible .ts-tabpanel-items {
  margin: 0 30px 0 30px;
}

.ts-tabpanel-items {
  padding: 0;
  margin: 0;
  height: inherit;
  overflow: hidden;
  white-space: nowrap;
}

.scroll-animation li {
  transition: margin-left 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

/*rtl:begin:ignore*/

html[dir="rtl"] .scroll-animation li {
  transition: margin-right 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

/*rtl:end:ignore*/

.ts-tabpanel-active-item:before {
  display: none;
}

.ts-tabpanel-items > li {
  -webkit-user-select: none;
  display: inline-block;
  padding: 3px 6px 0 6px;
  font-size: 1.4em;
  color: #4e7bd8;
  cursor: pointer;
  height: 2.3em;
  margin-right: 0;
  margin-left: 20px;
  font-family: "Segoe UI", sans-serif;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ts-tabpanel-items > li:first-child {
  margin-left: 0;
}

.ts-tabpanel-items > li:last-child {
  margin-right: 0;
}

.ts-tabpanel-items .ts-tabpanel-active-item-arrow {
  color: #444444;
}

.ts-tabpanel-items .ts-tabpanel-active-item-arrow:before,
.ts-tabpanel-items .ts-tabpanel-active-item-arrow:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  bottom: 0;
}

.ts-tabpanel-items .ts-tabpanel-active-item-arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  left: calc(50% - 6px);
}

.ts-tabpanel-items .ts-tabpanel-active-item-arrow:before {
  border-bottom-color: #dbdbdb;
  border-width: 7px;
  background-color: transparent;
  left: calc(50% - 7px);
}

.ts-tabpanel-items .ts-tab-align-left {
  float: left;
  margin-right: 0.6em;
  margin-left: -0.6em;
}

.ts-tab-image:hover {
  background-position: 0 -32px;
}

.ts-tab-image:active {
  background-position: 0 -64px;
}

.ts-tabpanel-active-item-arrow.ts-tab-image,
.ts-tabpanel-active-item.ts-tab-image {
  background-position: 0 -64px;
}

.ts-tabpanel-items .ts-tab-image {
  min-width: 32px;
  background-size: 32px 96px;
  background-repeat: no-repeat;
  padding: 0.42em 0.23em 0.625em 0.23em;
}

.ts-tabpanel-scroll-visible.ts-tabpanel-collapse-visible .ts-tabpanel-scroll-right {
  margin-right: 5em;
}

.ts-tabpanel-collapse-button:hover {
  background-position: 0 -32px;
}

.ts-tabpanel-collapse-button:active {
  background-position: 0 -64px;
}

.ts-tabpanel-collapse-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  height: 2.9em;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 2px;
  right: 0;
  width: 3em;
  margin-right: 2em;
  background-image: url("../Terrasoft/controls/tabpanel/collapse.png");
}

.ts-tabpanel-collapsed .ts-tabpanel-collapse-button {
  background-image: url("../Terrasoft/controls/tabpanel/expand.png");
}

.ts-tabpanel-items .ts-tabpanel-active-item {
  color: #444444;
  border-bottom: 3px solid #ff4013;
  background-color: white;
}

.ts-tabpanel-scroll-left,
.ts-tabpanel-scroll-right {
  -webkit-user-select: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  top: 0;
}

.ts-tabpanel-scroll-left {
  background-image: url("../Terrasoft/controls/tabpanel/left-arrow-icon-sprite.png");
  background-position: 14px 6px;
}

.ts-tabpanel-scroll-right {
  right: 0;
  background-image: url("../Terrasoft/controls/tabpanel/right-arrow-icon-sprite.png");
  background-position: 0 6px;
}

.ts-tabpanel-scroll-right:hover {
  background-position: 0 -20px;
}

.ts-tabpanel-scroll-right:active {
  background-position: 0 -46px;
}

.ts-tabpanel-scroll-left:hover {
  background-position: 14px -20px;
}

.ts-tabpanel-scroll-left:active {
  background-position: 14px -46px;
}

/*rtl:begin:ignore*/

html[dir="rtl"] .ts-tabpanel-scroll-left,
html[dir="rtl"] .ts-tabpanel-scroll-right {
  transform: scaleX(-1);
}

/*rtl:end:ignore*/
.ts-imagetabpanel.ts-tabpanel {
  height: 6.5em;
}

.ts-imagetabpanel .ts-tabpanel-items {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ts-imagetabpanel .ts-tabpanel-items > li {
  position: relative;
  top: 0;
  left: 0;
  width: 2.438em;
  height: 2.438em;
  background-repeat: no-repeat;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: center;
  margin-top: 0.625em;
  margin-right: 1.875em;
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0;
}

.ts-imagetabpanel .ts-tabpanel-items > li:first-child {
  margin-left: 1.875em;
}

.ts-imagetabpanel .ts-tabpanel-items > li:last-child {
  margin-right: 1.875em;
}

.ts-imagetabpanel-required:after {
  content: "*";
  color: #f15440;
  font-size: medium;
  position: absolute;
  width: 0;
  height: 0;
  top: -0.44em;
  left: 2em;
}

.ts-tabpanel-active-item:before {
  content: "";
  width: 2.438em;
  height: 0.188em;
  background-color: #f39c55;
  top: 3.188em;
  left: 0;
  position: absolute;
}

.ts-imagetabpanel .ts-tabpanel-items .ts-tabpanel-active-item {
  box-shadow: none;
}
.schedule-edit-selection {
  position: absolute;
  width: 100%;
  background-color: rgba(172, 189, 215, 0.2);
  outline: 1px solid #acbdd7;
  z-index: 2;
  text-align: left;
  padding-left: 5px;
}

.schedule-edit-selection label {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #779bce;
  font-size: 1.1em;
}

.scheduler-area,
.title-area,
.grid-area,
.multi-day-item-area,
.time-column-area,
.day-column,
.holiday-column,
.holiday-title,
.today-title,
.timezone-title,
.main-timezone-title,
.day-title,
.time-column,
.main-time-column,
.single-main-timezone-title,
.hour-row,
.minute-row,
.hour-cell,
.minute-cell,
.minute-cell-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.day-title .schedule-edit-day-image,
.holiday-title .schedule-edit-day-image,
.today-title .schedule-edit-day-image {
  position: absolute;
  left: 100%;
  top: 0;
  width: 16px;
  height: 16px;
  margin: 3px 0 0 -19px;
  cursor: pointer;
  background-size: cover;
  background-position: bottom left;
  background-image: url("../Terrasoft/controls/schedule-edit/images/dayimagedefault.png");
}

.day-title .schedule-edit-selected-day-image,
.holiday-title .schedule-edit-selected-day-image,
.today-title .schedule-edit-selected-day-image {
  background-position: top left;
}

.day-title .schedule-edit-day-image-sunday,
.holiday-title .schedule-edit-day-image-sunday,
.today-title .schedule-edit-day-image-sunday {
  background-image: url("../Terrasoft/controls/schedule-edit/images/dayimagesunday.png");
}

.day-title .schedule-edit-day-image-monday,
.holiday-title .schedule-edit-day-image-monday,
.today-title .schedule-edit-day-image-monday {
  background-image: url("../Terrasoft/controls/schedule-edit/images/dayimagemonday.png");
}

.day-title .schedule-edit-day-image-tuesday,
.holiday-title .schedule-edit-day-image-tuesday,
.today-title .schedule-edit-day-image-tuesday {
  background-image: url("../Terrasoft/controls/schedule-edit/images/dayimarkertuesday.png");
}

.day-title .schedule-edit-day-image-wednesday,
.holiday-title .schedule-edit-day-image-wednesday,
.today-title .schedule-edit-day-image-wednesday {
  background-image: url("../Terrasoft/controls/schedule-edit/images/daymarkerwednesday.png");
}

.day-title .schedule-edit-day-image-thursday,
.holiday-title .schedule-edit-day-image-thursday,
.today-title .schedule-edit-day-image-thursday {
  background-image: url("../Terrasoft/controls/schedule-edit/images/dayimagethursday.png");
}

.day-title .schedule-edit-day-image-friday,
.holiday-title .schedule-edit-day-image-friday,
.today-title .schedule-edit-day-image-friday {
  background-image: url("../Terrasoft/controls/schedule-edit/images/dayimagefriday.png");
}

.day-title .schedule-edit-day-image-saturday,
.holiday-title .schedule-edit-day-image-saturday,
.today-title .schedule-edit-day-image-saturday {
  background-image: url("../Terrasoft/controls/schedule-edit/images/dayimagesaturday.png");
}

.scheduler-area {
  width: auto;
  text-align: center;
  overflow-x: hidden;
  padding: 0 2.2em 0 0;
}

.title-area,
.grid-area,
.multi-day-item-area {
  height: 32px;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}

.title-area,
.grid-area {
  line-height: 2em;
}

.multi-day-item-area {
  z-index: 11;
  text-align: left;
}

.title-area {
  border-bottom: 1px solid #e1e0e0;
  height: 2.1em;
}

.timezone-title-area,
.time-column-area {
  display: inline-block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.day-title-area {
  height: 100%;
}

.day-column-area,
.day-row-area {
  border-bottom: 1px solid #e1e0e0;
  height: 100%;
}

.day-row-area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.timezone-title,
.main-timezone-title,
.day-title,
.today-title,
.day-column,
.holiday-column,
.time-column,
.main-time-column,
.holiday-title,
.single-main-timezone-title {
  float: left;
  height: 100%;
  width: 3.5em;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}

.timezone-title,
.day-title,
.holiday-title,
.today-title {
  padding-bottom: 6px;
  overflow: hidden;
  background: #ffffff;
  font-size: 1.2em;
}

.timezone-title {
  padding-right: 9px;
  text-align: left;
  width: 4em;
  line-height: 3em;
}

.main-timezone-title {
  border-right: 1px solid #e1e0e0;
  text-align: left;
  line-height: 3em;
}

.single-main-timezone-title {
  text-align: left;
  line-height: 3em;
}

.today-title {
  border-bottom: 2px solid #f49d57;
  top: 1px;
}

.holiday-title {
  color: #999999;
}

.time-column-area {
  height: 100%;
}

.main-time-column {
  height: 100%;
  border-right: 1px solid #e1e0e0;
}

.time-column {
  height: 100%;
  border-right: 9px solid #ffffff;
  width: 4em;
}

.day-column,
.holiday-column {
  border-right: 1px solid #e1e0e0;
}

.holiday-column {
  background: #fafafa;
}

.grid-area {
  width: 100%;
}

.day-grid-area {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}

.hour-cell,
.minute-cell {
  height: 2.2em;
  text-align: left;
  border-top: none;
  width: 3.5em;
  padding: 1px;
  line-height: 1em;
  padding-top: 4px;
}

.minute-cell {
  color: #999999;
  border-top: 1px solid white;
  width: 1.5em;
  padding-left: 1.5em;
}

.hour-cell-content {
  font-size: 1.2em;
}

.hour-row,
.minute-row {
  height: 2.2em;
  width: 100%;
}

.hour-row {
  border-top: 1px #e1e0e0 solid;
}

.minute-row {
  border-top: 1px #f1f0f0 solid;
}

.time-marker {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  z-index: 15;
  background: none;
  width: 100%;
  left: 0;
  border-top: 1px solid #f49d57;
}

.scroll-area {
  border-top: 1px solid #e1e0e0;
  min-height: 150px;
  width: 100%;
}

.scroll-area::-webkit-scrollbar {
  /*
	* Измения ширину, необходимо изменить величину смещения заголовков расписания при появлении скрола
	* gridAreaEl.dom.style['paddingRight'] = this.isScrollVisible ? (scrollbarSize.width - 12) + 'px' : '0';
	*/
  width: 12px;
}

.scroll-area::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: white;
  background-color: #e2e2e2;
}

.timezone-title-area {
  z-index: 50;
  background-color: #fff;
}
.scheduleritem,
.multi-day-item {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "segoe ui";
  position: absolute;
  padding-bottom: 1px;
  display: inline-block;
  z-index: 10;
  margin-left: -1px;
  background: none;
  outline: none;
}

.scheduleritem-new,
.scheduleritem-done,
.scheduleritem-overdue,
.scheduleritem-selected {
  font-family: "Bpmonline Open Sans";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 3px 5px 3px 8px;
  cursor: move;
  text-align: left;
  line-height: 15px;
}

.scheduleritem-new {
  border-left: 3px solid #00a7ff;
  color: #0e6193;
  background-color: #d6f1fd;
}

.scheduleritem-new.scheduleritem-selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #00a7ff;
}

.scheduleritem-new.scheduleritem-selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #00a7ff;
}

.scheduleritem-new .scheduleritem-caption {
  color: #00a7ff;
}

.scheduleritem-done {
  border-left: 3px solid #aaaaaa;
  color: #909090;
  background-color: #f0f0f0;
}

.scheduleritem-done.scheduleritem-selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #aaaaaa;
}

.scheduleritem-done.scheduleritem-selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #aaaaaa;
}

.scheduleritem-done .scheduleritem-caption {
  color: #aaaaaa;
}

.scheduleritem-done .scheduleritem-title,
.scheduleritem-done .multi-day-item-title {
  color: #909090;
}

.scheduleritem-overdue {
  border-left: 3px solid #ff5d00;
  color: #db5823;
  background-color: #fedfcf;
}

.scheduleritem-overdue.scheduleritem-selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ff5d00;
}

.scheduleritem-overdue.scheduleritem-selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ff5d00;
}

.scheduleritem-overdue .scheduleritem-caption {
  color: #ff5d00;
  margin-right: 5px;
}

.scheduleritem-caption {
  font-size: 1.2em;
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}

.scheduleritem-caption:empty {
  display: none;
}

.scheduleritem-title:hover {
  cursor: pointer;
}

.multi-day-item-title:hover {
  cursor: pointer;
}

.two-el .scheduleritem-title:hover {
  cursor: move;
}

.two-el .multi-day-item-title:hover {
  cursor: move;
}

.scheduleritem-title {
  font-size: 1.3em;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.scheduleritem-resize-top,
.scheduleritem-resize-bottom {
  width: 100%;
  height: 6px;
  left: 0;
  position: absolute;
}

.scheduleritem-resize-top {
  cursor: n-resize;
  top: 0;
}

.scheduleritem-resize-bottom {
  cursor: s-resize;
  bottom: 0;
}

.multi-day-item {
  height: 21px;
  padding-bottom: 0;
}

.x-gecko .multi-day-item .scheduleritem-new,
.x-ie10 .multi-day-item .scheduleritem-new,
.x-gecko .multi-day-item .scheduleritem-done,
.x-ie10 .multi-day-item .scheduleritem-done,
.x-gecko .multi-day-item .scheduleritem-overdue,
.x-ie10 .multi-day-item .scheduleritem-overdue,
.x-gecko .multi-day-item .scheduleritem-selected,
.x-ie10 .multi-day-item .scheduleritem-selected {
  padding-top: 2px;
}

.multi-day-item-resize-right,
.multi-day-item-resize-left {
  height: 100%;
  width: 6px;
  top: 0;
  position: absolute;
}

.multi-day-item-resize-left {
  cursor: w-resize;
  left: 0;
  margin-left: -1px;
}

.multi-day-item-resize-right {
  cursor: e-resize;
  right: 2px;
  margin-right: -1px;
}

.multi-day-item-caption,
.multi-day-item-left-caption {
  font-size: 1.1em;
  white-space: nowrap;
  display: inline-block;
  float: right;
}

.multi-day-item-left-caption {
  float: left;
  margin-right: 10px;
}

.multi-day-item-done {
  border-color: #b7b7b7;
  color: #b7b7b7;
}

.multi-day-item-title {
  font-size: 1.3em;
  text-align: left;
  line-height: 0.9em;
  padding: 2px 0;
  display: inline-block;
  white-space: nowrap;
}

.x-gecko .multi-day-item-title {
  padding-top: 2px;
}

.multi-day-item-area .multi-day-item {
  position: absolute;
}

.multi-day-item {
  padding-right: 2px;
}
.schedule-floating-item {
  position: absolute;
  background-color: white;
  box-sizing: border-box;
  padding: 13px 20px 20px;
  top: 50%;
  left: 50%;
  z-index: 200;
  border: 1px solid #c8c8c8;
  border-top: 3px solid #64b8df;
  -webkit-box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
  -moz-box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
  box-shadow: 0 0 3px 0 rgba(86, 180, 239, 0.7);
}

.schedule-floating-item .scheduler-item-caption {
  text-align: left;
  margin-bottom: 6px;
}

.schedule-floating-item .scheduler-item-caption label {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #779bce;
  font-size: 1.1em;
}
.t-btn-wrapper {
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  padding: 0.33em 0.7em 0.39em 0.86em;
  cursor: pointer;
  font-size: 1.4em;
  -webkit-user-select: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.addbutton-buttonClass .t-btn-image.addbutton-imageClass {
  margin: 5px 8px;
  width: 16px;
  height: 16px;
}

.t-btn-no-text-padding {
  padding: 0.38em 0.86em 0.38em 0.86em;
}

.t-btn-style-green .t-btn-menu .t-btn-marker,
.t-btn-style-blue .t-btn-menu .t-btn-marker {
  border-top: 0.32em solid #fff;
}

.x-ie8 .t-btn-style-green .t-btn-menu .t-btn-marker,
.x-ie8 .t-btn-style-blue .t-btn-menu .t-btn-marker,
.x-ie9 .t-btn-style-green .t-btn-menu .t-btn-marker,
.x-ie9 .t-btn-style-blue .t-btn-menu .t-btn-marker {
  border-top: 4px solid #fff;
}

.t-btn-innerWrapper {
  display: inline-block;
  border: none;
  outline: none;
  margin: 0px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.inner {
  display: inline-block;
  vertical-align: middle;
}

.t-btn-wrapper.before-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.t-btn-image {
  border: none;
  width: 1.14em;
  height: 1.14em;
}

.t-btn-image-left {
  float: left;
  margin-right: 0.42em;
}

.t-btn-image-left-width {
  display: block;
  margin: 0 auto;
  float: none;
}

.t-btn-image-right {
  float: right;
}

.t-btn-image-top {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -0.57em;
  margin-bottom: 0.42em;
}

.t-btn-left {
  float: left;
}

.t-btn-text {
  border: none;
  line-height: 1.2em;
}

.t-btn-menu {
  border: none;
  float: left;
  position: relative;
  width: 0.57em;
  height: 1.14em;
  margin-left: 0.42em;
  margin-bottom: 0px;
}

.wrapper-with-centered-right-menu {
  position: relative;
  padding-right: 1.66em;
}

.wrapper-with-centered-right-menu .t-btn-menu {
  float: none;
  position: absolute;
  right: 0.7em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.wrapper-with-centered-left-image {
  position: relative;
  padding-left: 1.57em;
}

.wrapper-with-centered-left-image .t-btn-image {
  float: none;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.wrapper-with-centered-right-image {
  position: relative;
  padding-right: 34px;
}

.wrapper-with-centered-right-image .t-btn-image {
  float: none;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.absolute-vertical-centered {
  position: relative;
}

.absolute-vertical-centered .t-btn-image {
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.t-btn-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 0.32em solid #4d6a98;
  border-right: 0.32em solid transparent;
  border-left: 0.32em solid transparent;
  content: "";
}

.x-ie8 .t-btn-marker,
.x-ie9 .t-btn-marker {
  border-top-width: 4px;
  border-right-width: 4px;
  border-left-width: 4px;
}

.t-btn-disabled {
  color: #aeaeae !important;
  cursor: default;
}

.t-btn-focus,
.t-btn-focus:not(.t-btn-disabled) {
  outline: none;
}

.t-btn-menuWrap {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.6em;
  z-index: 10;
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #fff;
}

.t-btn-style-default .t-btn-image,
.t-btn-style-green .t-btn-image {
  width: 1.067em;
  height: 1.067em;
}

/* Start Default Style */

.t-btn-style-default {
  color: #006CE0;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 1.5em;
  min-height: 30px;
  text-transform: uppercase;
  padding-left: 0.7em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}

.t-btn-style-default:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background: #F2F5FF;
}

.x-ie8 .t-btn-style-default:hover {
  background: #F2F5FF;
}

.t-btn-down.t-btn-style-default:hover,
.t-btn-pressed.t-btn-style-default {
  background: #E3E9F9;
}

/* End Default Style */

/* Start Transparent Style */

.t-btn-style-transparent {
  color: #444;
}

.t-btn-style-transparent:not(.t-btn-disabled):not(.t-btn-loading):hover {
  color: #10a0e3;
}

.x-ie8 .t-btn-style-transparent:hover {
  color: #10a0e3;
}

.t-btn-disabled.t-btn-style-transparent {
  background: none;
}

.t-btn-down.t-btn-style-transparent:hover,
.t-btn-pressed.t-btn-style-transparent {
  color: #0096dc;
}

/* End Transparent Style */

/* Start Green Style */

.t-btn-style-green {
  background: #22ac14;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 0.7em;
  padding-bottom: 0.367em;
  padding-top: 0.3em;
}

.t-btn-style-green:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background: #1c9110;
}

.x-ie8 .t-btn-style-green:hover {
  background: #1c9110;
}

.t-btn-down.t-btn-style-green:hover,
.t-btn-pressed.t-btn-style-green {
  background: #22ac14;
}

/* End Green Style*/

/* Start Blue Style */

.t-btn-style-blue {
  background-color: #006CE0;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 0.7em;
  padding-bottom: 0.367em;
  padding-top: 0.3em;
}

.t-btn-style-blue:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #0258B5;
}

.x-ie8 .t-btn-style-blue:hover {
  background: #0258B5;
}

.t-btn-down.t-btn-style-blue:hover,
.t-btn-pressed.t-btn-style-blue {
  background: #006CE0;
}

/* End Blue Style */

/* Start Red Style */

.t-btn-style-red {
  background-color: #FF4013;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 0.7em;
  padding-bottom: 0.367em;
  padding-top: 0.3em;
}

.t-btn-style-red:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #DF1F26;
}

.x-ie8 .t-btn-style-red:hover {
  background: #DF1F26;
}

.t-btn-down.t-btn-style-red:hover,
.t-btn-pressed.t-btn-style-red {
  background: #FF4013;
}

/* End Red Style */

/* Start Grey Style */

.t-btn-style-grey {
  color: #4e7bd8;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 1.5em;
  min-height: 30px;
  text-transform: uppercase;
  padding-left: 0.7em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}

.t-btn-style-grey:not(.t-btn-disabled):not(.t-btn-loading):hover {
  background-color: #f2f5ff;
}

.x-ie8 .t-btn-style-grey:hover {
  background: #f2f5ff;
}

.t-btn-down.t-btn-style-grey:hover,
.t-btn-pressed.t-btn-style-grey {
  background: #e3e9f9;
}

/* End Grey Style */

.t-btn-disabled.t-btn-style-green:not(.t-btn-loading),
.t-btn-disabled.t-btn-style-red:not(.t-btn-loading) {
  background: #f0f0f0;
}

.t-btn-disabled.t-btn-style-blue:not(.t-btn-loading) {
  background: #ccc;
  color: #fff !important;
}

.t-btn-disabled .t-btn-text:not(.t-btn-loading) {
  color: #bababa !important;
}

.t-btn-disabled .t-btn-marker {
  border-top: 0.29em solid #bababa;
}

.x-ie8 .t-btn-disabled .t-btn-marker,
.x-ie9 .t-btn-disabled .t-btn-marker {
  border-top: 4px solid #bababa;
}

.t-btn-wrapper.wrapper-with-centered-right-menu.main-buttons {
  vertical-align: top;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.margin-left-0px {
  margin-left: 0px !important;
}

.margin-right-0px {
  margin-right: 0px !important;
}

.padding-left-12px {
  padding-left: 0.86em !important;
}

.padding-left-14px {
  padding-left: 1em !important;
}

.padding-left-22px {
  padding-left: 1.57em !important;
}

.padding-left-34px {
  padding-left: 2.43em !important;
}

.padding-right-12px {
  padding-right: 0.86em !important;
}

.padding-right-14px {
  padding-right: 1em !important;
}

.padding-right-22px {
  padding-right: 1.57em !important;
}

.padding-right-34px {
  padding-right: 2.43em !important;
}

.left-0px {
  left: 0px;
}

.left-12px {
  left: 0.86em;
}

.right-0px {
  right: 0px;
}

.right-12px {
  right: 0.86em;
}

.t-btn-text .ts-mask-spinner {
  display: inline-block;
  width: 16px;
  float: right;
  height: 16px;
}

.t-btn-style-green .ts-mask-spinner,
.t-btn-style-blue .ts-mask-spinner,
.t-btn-style-red .ts-mask-spinner {
  filter: brightness(1.2);
}

.t-btn-loading {
  cursor: progress !important;
}
.number-edit-align {
  text-align: right;
}

.base-edit-focus.number-edit-align {
  text-align: left;
}

.number-edit-input-align {
  text-align: right;
}

.number-edit-input-align[value=""] {
  text-align: left;
}

.number-edit-input-align {
  color: black;
}
.t-label-nowordwrap {
  white-space: nowrap;
}

.t-label {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 1.4em;
}

.t-label-is-required:after {
  content: "*";
  color: #f15440;
  margin-left: 1px;
  font-size: 11px;
}

.grid-layout .control-width-15 .t-label {
  font-size: 1.3em;
  font-family: "Segoe UI";
}
.t-label-tip {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid double double double;
  border-top-width: 0.7em;
  border-right-width: 0.7em;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: #94DE35 transparent transparent transparent;
}

.tip-label-wrap > .t-label-tip-wrap,
.tip-label-wrap > label.t-label {
  display: inline;
}

.tip-label-wrap {
  text-align: right;
}

.t-label-tip-wrap {
  padding-right: 0.6em;
}

.tip-label-wrap > label.t-label {
  width: auto;
  float: none;
  white-space: normal;
}
a.label-link {
  text-decoration: none;
}

a.label-link:hover {
  text-decoration: underline;
}

.t-label.label-link {
  cursor: pointer;
  color: #4e7bd8;
}
.ts-menu-color-picker-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

.ts-menu-color-picker-item {
  position: relative;
  padding: 15px;
  margin: 0;
  box-sizing: border-box;
  width: 371px;
  min-height: 260px;
}

.ts-menu-color-picker-container {
  background-color: #fff;
  color: #444;
  width: 100%;
  height: 100%;
}

.ts-menu-color-picker-main-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.ts-menu-color-picker-block {
  width: 180px;
  height: 180px;
  background-image: -webkit-linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background-color: #ff0000;
  position: relative;
}

html[dir="rtl"] .ts-menu-color-picker-block {
  background-image: -webkit-linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  background-color: #ff0000;
}

.ts-menu-color-picker-block-circle {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  box-sizing: border-box;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

html[dir="rtl"] .ts-menu-color-picker-block-circle {
  left: auto;
}

.ts-menu-color-picker-block-circle:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
}

.ts-menu-color-picker-line {
  width: 60px;
  background-color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
}

.ts-menu-color-picker-hue-line {
  width: 20px;
  height: 180px;
  background: -moz-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(17%, #ff0), color-stop(33%, lime), color-stop(50%, cyan), color-stop(66%, blue), color-stop(83%, #f0f), color-stop(100%, red));
  background-image: -webkit-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
  background-image: -o-linear-gradient(top, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
  background-image: linear-gradient(to bottom, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%);
  cursor: pointer;
  position: relative;
}

.ts-menu-color-picker-hue-pointer {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  cursor: pointer;
  height: 1px;
  box-sizing: border-box;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.ts-menu-color-picker-hue-pointer:before,
.ts-menu-color-picker-hue-pointer:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  margin-top: 1px;
  width: 7px;
  height: 9px;
  background-position: 0 0;
}

.ts-menu-color-picker-hue-pointer:before {
  left: -7px;
  background: url("../Terrasoft/controls/menu/images/Triangle_left.svg") no-repeat;
}

.ts-menu-color-picker-hue-pointer:after {
  right: -7px;
  background: url("../Terrasoft/controls/menu/images/Triangle_right.svg") no-repeat;
}

.ts-menu-color-picker-preview-block {
  width: 101px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 1;
}

.ts-menu-color-picker-preview {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  background-color: #ff0000;
  box-sizing: border-box;
}

.ts-menu-color-picker-buttons {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  z-index: 1;
}

.ts-menu-color-picker-buttons > span {
  font-size: 15px;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
}

.ts-menu-color-picker-values-block {
  padding-top: 18px;
  overflow: hidden;
  box-sizing: border-box;
}

.ts-menu-color-picker-values-block label,
.recent-colors-container label {
  padding-right: 14px;
  font-size: 13px;
  font-family: "Bpmonline Open Sans", serif;
  color: #999;
}

.ts-menu-color-picker-values-block label {
  text-transform: uppercase;
}

.ts-menu-color-picker-values-block input {
  font-family: "Bpmonline Open Sans", serif;
  color: #444;
  outline: none;
  border: none;
  border-bottom: 1px dotted #c8c8c8;
  font-size: 14px;
  box-sizing: border-box;
  padding: 2px 0 6px 0;
  text-align: left;
  width: 60px;
}

.ts-menu-color-picker-hex-block,
.ts-menu-color-picker-rgb-block {
  text-align: right;
}

.ts-menu-color-picker-values-block input:hover {
  border-bottom: 1px solid #c8c8c8;
}

.ts-menu-color-picker-values-block input:focus {
  border-bottom: 1px solid #00aeef;
}

.recent-colors-container {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.recent-colors-container .recent-colors {
  position: relative;
  display: inline-flex;
  margin-top: 4px;
}

.recent-colors-container .recent-colors .recent-color {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-left-width: 0;
}

.recent-colors-container .recent-colors .recent-color:first-child {
  border-left-width: 1px;
  width: 21px;
}
.x-loading-spinner.ie {
  /*
	TODO: 199780
	background-image: url("./progressSpinner-ie.gif");
	*/
  background-repeat: no-repeat;
}

.x-loading-spinner {
  font-size: 16px;
  height: 1em;
  width: 1em;
  position: absolute;
  -webkit-transform-origin: 0.5em 0.5em;
  -moz-transform-origin: 0.5em 0.5em;
  transform-origin: 0.5em 0.5em;
}

.x-loading-spinner > span,
.x-loading-spinner > span:before,
.x-loading-spinner > span:after {
  display: block;
  position: absolute;
  width: 0.1em;
  height: 0.25em;
  top: 0;
  -webkit-transform-origin: 0.05em 0.5em;
  -moz-transform-origin: 0.05em 0.5em;
  -ms-transform-origin: 0.05em 0.5em;
  -webkit-border-radius: 0.05em;
  -moz-border-radius: 0.05em;
  -ms-border-radius: 0.05em;
  transform-origin: 0.05em 0.5em;
  border-radius: 0.05em;
  content: " ";
}

.x-loading-spinner > span.x-loading-top {
  background-color: rgba(170, 170, 170, 0.99);
}

.x-loading-spinner > span.x-loading-top::after {
  background-color: rgba(170, 170, 170, 0.9);
}

.x-loading-spinner > span.x-loading-left::before {
  background-color: rgba(170, 170, 170, 0.8);
}

.x-loading-spinner > span.x-loading-left {
  background-color: rgba(170, 170, 170, 0.7);
}

.x-loading-spinner > span.x-loading-left::after {
  background-color: rgba(170, 170, 170, 0.6);
}

.x-loading-spinner > span.x-loading-bottom::before {
  background-color: rgba(170, 170, 170, 0.5);
}

.x-loading-spinner > span.x-loading-bottom {
  background-color: rgba(170, 170, 170, 0.4);
}

.x-loading-spinner > span.x-loading-bottom::after {
  background-color: rgba(170, 170, 170, 0.35);
}

.x-loading-spinner > span.x-loading-right::before {
  background-color: rgba(170, 170, 170, 0.3);
}

.x-loading-spinner > span.x-loading-right {
  background-color: rgba(170, 170, 170, 0.25);
}

.x-loading-spinner > span.x-loading-right::after {
  background-color: rgba(170, 170, 170, 0.2);
}

.x-loading-spinner > span.x-loading-top::before {
  background-color: rgba(170, 170, 170, 0.15);
}

.x-loading-spinner > span {
  left: 50%;
  margin-left: -0.05em;
}

.x-loading-spinner > span.x-loading-top {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.x-loading-spinner > span.x-loading-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.x-loading-spinner > span.x-loading-bottom {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.x-loading-spinner > span.x-loading-left {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.x-loading-spinner > span::before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.x-loading-spinner > span::after {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.x-loading-spinner {
  -webkit-animation-name: x-loading-spinner-rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: x-loading-spinner-rotate;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: x-loading-spinner-rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 3000;
}

@-webkit-keyframes x-loading-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  8.32% {
    -webkit-transform: rotate(0deg);
  }

  8.33% {
    -webkit-transform: rotate(30deg);
  }

  16.65% {
    -webkit-transform: rotate(30deg);
  }

  16.66% {
    -webkit-transform: rotate(60deg);
  }

  24.99% {
    -webkit-transform: rotate(60deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  33.32% {
    -webkit-transform: rotate(90deg);
  }

  33.33% {
    -webkit-transform: rotate(120deg);
  }

  41.65% {
    -webkit-transform: rotate(120deg);
  }

  41.66% {
    -webkit-transform: rotate(150deg);
  }

  49.99% {
    -webkit-transform: rotate(150deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  58.32% {
    -webkit-transform: rotate(180deg);
  }

  58.33% {
    -webkit-transform: rotate(210deg);
  }

  66.65% {
    -webkit-transform: rotate(210deg);
  }

  66.66% {
    -webkit-transform: rotate(240deg);
  }

  74.99% {
    -webkit-transform: rotate(240deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  83.32% {
    -webkit-transform: rotate(270deg);
  }

  83.33% {
    -webkit-transform: rotate(300deg);
  }

  91.65% {
    -webkit-transform: rotate(300deg);
  }

  91.66% {
    -webkit-transform: rotate(330deg);
  }

  100% {
    -webkit-transform: rotate(330deg);
  }
}

@-moz-keyframes x-loading-spinner-rotate {
  0% {
    -moz-transform: rotate(0deg);
  }

  8.32% {
    -moz-transform: rotate(0deg);
  }

  8.33% {
    -moz-transform: rotate(30deg);
  }

  16.65% {
    -moz-transform: rotate(30deg);
  }

  16.66% {
    -moz-transform: rotate(60deg);
  }

  24.99% {
    -moz-transform: rotate(60deg);
  }

  25% {
    -moz-transform: rotate(90deg);
  }

  33.32% {
    -moz-transform: rotate(90deg);
  }

  33.33% {
    -moz-transform: rotate(120deg);
  }

  41.65% {
    -moz-transform: rotate(120deg);
  }

  41.66% {
    -moz-transform: rotate(150deg);
  }

  49.99% {
    -moz-transform: rotate(150deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  58.32% {
    -moz-transform: rotate(180deg);
  }

  58.33% {
    -moz-transform: rotate(210deg);
  }

  66.65% {
    -moz-transform: rotate(210deg);
  }

  66.66% {
    -moz-transform: rotate(240deg);
  }

  74.99% {
    -moz-transform: rotate(240deg);
  }

  75% {
    -moz-transform: rotate(270deg);
  }

  83.32% {
    -moz-transform: rotate(270deg);
  }

  83.33% {
    -moz-transform: rotate(300deg);
  }

  91.65% {
    -moz-transform: rotate(300deg);
  }

  91.66% {
    -moz-transform: rotate(330deg);
  }

  100% {
    -moz-transform: rotate(330deg);
  }
}
.menu-scroll-wrap {
  display: inline-block;
  overflow: hidden;
}

.menu-focus-el {
  position: absolute;
  opacity: 0.1;
  filter: alpha(opacity=10);
  width: 0px;
  height: 0px;
  border: none;
  outline: none;
}

.menu-scrollbar {
  width: 100%;
  position: absolute;
  height: 18px;
  border: 2px solid #fafafa;
  background: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-scrollbar-pressed {
  background: #dbdbdb;
}

.menu-scrollbar.menu-scrollbar-visible:hover {
  background: #e5e5e5;
}

.menu-scrollbar-top {
  top: 0px;
}

.menu-scrollbar-bottom {
  bottom: 0px;
}

.menu-scrollbar.menu-scrollbar-visible .menu-scroll-marker {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 50%;
  margin: auto 0;
  width: 0;
  height: 0;
  content: "";
}

.menu-scrollbar.menu-scrollbar-visible .menu-scroll-marker-top {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #6d6d6d;
}

.menu-scrollbar.menu-scrollbar-visible .menu-scroll-marker-bottom {
  border-left: 4px solid transparent;
  border-top: 4px solid #6d6d6d;
  border-right: 4px solid transparent;
}

.menu-check-item-checked .menu-item-image {
  background-image: url("../Terrasoft/controls/menu/images/menuCheckItem-checked.png");
}

.menu {
  font-size: 14px;
  position: absolute !important;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
  cursor: default;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 3000;
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.menu.position-fixed {
  position: fixed !important;
}

.menu-wrap {
  display: inline-block;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
}

.menu-item {
  font-size: 14px;
  position: relative;
  height: 2.3em;
  line-height: 2.3em;
  padding: 0px 35px 0px 35px;
  margin: 0px 0px 0px 0px;
}

.menu-item .animation-spinner {
  margin-top: -5px;
}

.menu-item-focus {
  outline: none;
}

.menu-item-focus.menu-item-enabled {
  background: #e5e5e5;
}

.menu-radio .menu-item-image {
  width: 24px;
  height: 24px;
  left: 7px;
  top: 0.3em;
  background: url("../Terrasoft/controls/menu/images/radiomenuitem.png") no-repeat;
  background-position: 0px 0px;
}

.menu-item-disabled {
  color: #BABABA;
}

.menu-radio.menu-radio-selected .menu-item-image {
  background-position: 0px -24px;
}

.menu-radio.menu-radio-selected.menu-item-disabled .menu-item-image {
  background-position: 0px -48px;
}

.menu-radio.menu-item-disabled .menu-item-image {
  background-position: 0px -72px;
}

.menu-radio.menu-item-selected .menu-item-image {
  background-position: 0px -96px;
}

.menu-radio.menu-item-selected.menu-radio-selected .menu-item-image {
  background-position: 0px -120px;
}

.menu-separator {
  position: relative;
  font-size: 14px;
  color: #4b7fc7;
}

.menu-separator-first-image {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -26px;
  top: 2px;
}

.menu-separator-image {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 19px;
}

.menu-separator-header {
  border-top: 1px solid #EBEBEB;
  padding: 12px 26px 0px 26px;
  margin: 5px 7px 5px 7px;
}

.menu-separator-no-caption {
  padding: 0px 26px 0px 26px;
  margin: 5px 7px 5px 7px;
}

.menu-separator-first {
  position: relative;
  margin: 7px 35px 8px 35px;
}

.menu-item-arrow {
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  width: 16px;
  height: 16px;
}

.menu-marker {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 6px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-left: 4px solid #6d6d6d;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
}

.menu-item-image {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 0.5em;
  overflow: hidden;
}

.menu-item-image-size-16 .menu-item-image {
  width: 16px;
  height: 16px;
  top: 0.6em;
  left: 11px;
}

.menu-progress {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 35px;
  top: 9px;
}

.menu-item-progress {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 9px;
  top: 8px;
}

.menu-loading {
  position: relative;
  padding: 0px 35px 0px 60px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999999;
}

.menu-item-selected {
  background: #e4ebfa;
}

.ts-menu-color-item {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.ts-menu-color-container {
  width: 165px;
  height: 165px;
  padding: 3px 3px 12px 12px;
  background-color: #fff;
}

.ts-menu-color-palette {
  width: 41px;
  height: 41px;
  margin: 9px 9px 0px 0px;
  float: left;
}

.ts-menu-color-color {
  width: 20px;
  height: 20px;
  float: left;
}

.ts-menu-color {
  padding: 0px;
}

.ts-menu-color-cell-I {
  margin: 0px 1px 0px 0px;
}

.ts-menu-color-cell-II {
  margin: 0px 0px 0px 0px;
}

.ts-menu-color-cell-III {
  margin: 1px 1px 0px 0px;
}

.ts-menu-color-cell-IV {
  margin: 1px 0px 0px 0px;
}

.ts-menu-color-cell-IV-white {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.t-checkboxedit {
  margin: 0px;
  padding: 0px;
  width: 16px;
  height: 16px;
  outline: none;
  border: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.t-checkboxedit-wrap {
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_empty.svg");
  background-repeat: no-repeat;
  margin-top: 2px;
}

.t-checkboxedit-wrap.t-checkboxedit-focus {
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_empty_focused.svg");
}

.t-checkboxedit-wrap.t-checkboxedit-checked {
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_checked.svg");
}

.t-checkboxedit-wrap.t-checkboxedit-checked.t-checkboxedit-focus {
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_checked_focused.svg");
}

.t-checkboxedit-wrap.t-checkboxedit-disabled {
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_empty_disabled.svg");
}

.t-checkboxedit-wrap.t-checkboxedit-disabled.t-checkboxedit-checked {
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_disabled.svg");
}

.t-checkboxedit-wrap.t-checkboxedit-disabled.t-checkboxedit-checked.t-checkboxedit-focus {
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_disabled_checked_focused.svg");
}

.t-checkboxedit-wrap.t-checkboxedit-disabled.t-checkboxedit-focus {
  background-image: url("../Terrasoft/controls/checkboxedit/images/Checkbox_disabled_empty_focused.svg");
}
.toggle-wrap {
  position: relative;
  display: block;
  vertical-align: top;
  width: 32px;
  height: 16px;
  padding: 3px;
  border-radius: 18px;
  cursor: pointer;
}

.toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.toggle-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  background: #d7d7d7;
  border-radius: inherit;
}

.t-checkboxedit-disabled .toggle-input {
  background-color: #f9f9f9;
}

.toggle-label:before,
.toggle-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.toggle-label:before {
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.toggle-label:after {
  left: 11px;
  color: #ffffff;
  opacity: 0;
}

.t-checkboxedit-checked .toggle-label {
  background: #006CE0;
}

.t-checkboxedit-disabled .toggle-label {
  background-color: #d7d7d7;
}

.t-checkboxedit-checked .toggle-label:before {
  opacity: 0;
}

.t-checkboxedit-checked .toggle-label:after {
  opacity: 1;
}

.toggle-handle {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #ffffff;
}

.toggle-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.t-checkboxedit-checked .toggle-handle {
  left: 20px;
  background: #ffffff;
}

.toggle-label,
.toggle-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.t-checkboxedit-disabled .toggle-handle {
  background: #d7d7d7;
  width: 8px;
  height: 8px;
  border: 2px solid white;
}

.toggle-wrap.t-checkboxedit-focus .toggle-label {
  background: #b2b2b2;
}

.toggle-wrap.t-checkboxedit-focus.t-checkboxedit-checked .toggle-label {
  background: #0258b5;
}
.expandable {
  position: absolute;
  outline: 1px solid #e2e2e2;
  background-color: white;
  z-index: 10000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.combobox-edit-right-icon {
  background-image: url("../Terrasoft/controls/comboboxedit/arrow.png");
}

.ts-combobox-edit-search-icon {
  background-image: url("../Terrasoft/controls/comboboxedit/go.png");
  margin: auto 11px;
  width: 20px;
  height: 11px;
}

.combobox-edit-left-icon {
  background-size: 16px 16px;
}

.combobox-edit-left-icon + .base-edit-input {
  padding-left: 32px;
}
.listview {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  outline: none;
  text-align: center;
  background-color: white;
  z-index: 10000;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.listview ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  list-style: none inside;
}

.listview li {
  overflow: hidden;
  border: 2px solid transparent;
  padding-right: 24px;
  padding-left: 8px;
  text-align: left;
  white-space: nowrap;
  font-size: 1.4em;
  line-height: 38px;
  cursor: pointer;
}

.listview li.listview-selected {
  background-color: #e4ebfa;
}

.listview::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
}

.listview-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0px;
  padding: 0px;
}

.no-transition {
  transition: none;
}

.listview-icon {
  background: no-repeat 9px 50%;
}

.listview-progress {
  line-height: 37px;
  padding-left: 15px;
  padding-right: 15px;
}

.listview-progress-spinner {
  display: inline-block;
}

.listview-progress-container {
  position: relative;
  top: 4px;
}

.animation-spinner.listview-progress-container {
  top: 6px;
  width: 21px;
  height: 21px;
}

.listview-progress-caption {
  display: inline-block;
  margin-left: 0.9em;
  color: #999999;
  font-size: 1.2em;
}

.listview-new-item {
  color: #999999;
  margin-left: -8px;
  margin-right: -24px;
  padding-left: 8px;
  padding-right: 8px;
}

.listview-with-icons li {
  padding-left: 34px;
}

.listview-left-icon {
  width: 16px;
  height: 16px;
}

.listview-text-container {
  display: inline-block;
  width: 100%;
}

.listview-left-icon-container {
  margin-left: -25px;
  padding-top: 3px;
  float: left;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.t-radio {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}

.t-radio.ie {
  width: 0px;
  height: 0px;
}

.t-radio-wrap {
  height: 24px;
  width: 24px;
  display: inline-block;
  overflow: hidden;
  border: none;
  background: url("../Terrasoft/controls/radiobutton/images/radiobutton.png") no-repeat;
  background-position: 0px 0px;
}

.t-radio-checked {
  background-position: 0px -24px;
}

.t-radio-checked.t-radio-disabled {
  background-position: 0px -48px;
}

.t-radio-disabled {
  background-position: 0px -72px;
}

.t-radio-focus {
  background-position: 0px -96px;
}

.t-radio-focus.t-radio-checked {
  background-position: 0px -120px;
}

html[dir="rtl"] .t-radio-wrap + .t-label {
  text-align: left;
}
.memo-edit-core.base-edit .base-edit-voice-to-text {
  position: inherit;
  float: right;
  margin-left: 3px;
  margin-top: 6px;
}

.show-overlay [class*="mini-page-container"].grid-layout > .grid-layout-row > .grid-layout-column > div .base-edit.base-edit-with-voice-to-text-icon textarea {
  padding-right: 20px;
}

.show-overlay [class*="mini-page-container"].grid-layout > .grid-layout-row > .grid-layout-column > div .base-edit.base-edit-with-voice-to-text-icon .base-edit-voice-to-text {
  margin-right: 10px;
}

.memo-edit-core.is-ie textarea {
  padding-bottom: 20px;
}

.memo-edit-scroll {
  overflow-y: hidden;
  position: relative;
  height: auto;
  min-height: inherit;
}

.memo-edit-scroll > textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.memo-edit-scroll > textarea.virtual {
  visibility: hidden;
  height: 1px;
}

.memo-edit-core.is-scrolling .memo-edit-scroll {
  overflow-y: hidden;
}

.memo-edit-core.is-scrolling .memo-edit-scroll textarea {
  position: initial;
  overflow-y: scroll;
}

.memo-edit-core[data-resize="true"] .memo-edit-scroll > textarea {
  position: initial;
  max-width: 100%;
}

.memo-edit-core[data-resize="true"] .memo-edit-scroll > textarea.virtual,
.memo-edit-core.is-scrolling .memo-edit-scroll > textarea.virtual {
  display: none;
}

.memo-edit-area {
  overflow-y: hidden;
}

.memo-edit-height {
  height: 100%;
}
.base-edit-voice-to-text {
  width: 16px;
  height: 15px;
  cursor: pointer;
}

.base-edit .base-edit-voice-to-text-wrapper {
  display: none;
}

.base-edit .base-edit-voice-to-text {
  position: absolute;
  top: 5px;
  right: 0;
}

.base-edit:hover .base-edit-voice-to-text-wrapper {
  display: block;
}

.base-edit.base-edit-focus .base-edit-voice-to-text-wrapper {
  display: block;
}

.base-edit.base-edit-with-right-icon .base-edit-voice-to-text {
  right: 22px;
}

.base-edit.base-edit-with-right-icon.base-edit-with-clear-icon .base-edit-voice-to-text {
  right: 44px;
}

.base-edit.base-edit-with-right-icon.base-edit-with-clear-icon.clear-icon-not-visible .base-edit-voice-to-text {
  right: 22px;
}
.lookup-edit-right-icon {
  background-image: url("../Terrasoft/controls/lookupedit/button.png");
  background-position: -9px -9px;
}

.lookup-edit-right-icon.lookup-edit-right-icon-hover {
  background-position: -9px -43px;
}

.lookup-edit-right-icon.lookup-edit-right-icon-pressed {
  background-position: -9px -77px;
}

.lookup-edit-right-icon.lookup-edit-right-icon-disabled {
  background-position: -9px -111px;
}

.base-edit-disabled .lookup-edit-right-icon {
  background-position: -9px -111px;
}
.predictable-icon {
  width: 22px;
  height: 15px;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}

.predictable-icon[state="0"] {
  display: none;
}

.predictable-icon[state="1"] {
  background-image: url("../Terrasoft/controls/mixins/icons/prediction_exact.svg");
}

.predictable-icon[state="2"] {
  background-image: url("../Terrasoft/controls/mixins/icons/prediction_notexact.svg");
}

.predictable-icon[state="3"] {
  background-image: url("../Terrasoft/controls/mixins/icons/prediction_notfound.svg");
}

.base-edit:hover.base-edit-with-right-icon > .predictable-icon,
.base-edit-focus.base-edit-with-right-icon > .predictable-icon {
  margin-left: 38px;
}

.base-edit.predictable-edit {
  width: calc(100% - 30px);
  float: left;
  display: inline-block;
}

.predictable-edit > .base-edit-input {
  display: inline-block;
}

.predictable-value {
  float: right;
  margin-right: -15px;
}

.cignificance-high,
.cignificance-medium {
  font-family: "Bpmonline Open Sans Bold";
}

.cignificance-high + .predictable-value,
.cignificance-medium + .predictable-value {
  font-family: "Bpmonline Open Sans Bold";
}

html[culture="ar-SA"] .cignificance-high,
html[culture="ar-SA"] .cignificance-medium {
  font-family: "Bpmonline Cairo Bold";
}

html[culture="ar-SA"] .cignificance-high + .predictable-value,
html[culture="ar-SA"] .cignificance-medium + .predictable-value {
  font-family: "Bpmonline Cairo Bold";
}

html[culture="he-IL"] .cignificance-high,
html[culture="he-IL"] .cignificance-medium {
  font-family: "Bpmonline Rubik Bold";
}

html[culture="he-IL"] .cignificance-high + .predictable-value,
html[culture="he-IL"] .cignificance-medium + .predictable-value {
  font-family: "Bpmonline Rubik Bold";
}

html[culture="fa-IR"] .cignificance-high,
html[culture="fa-IR"] .cignificance-medium {
  font-family: "IranSans Bold";
}

html[culture="fa-IR"] .cignificance-high + .predictable-value,
html[culture="fa-IR"] .cignificance-medium + .predictable-value {
  font-family: "IranSans Bold";
}
.mapping-edit-right-icon {
  background-image: url("../Terrasoft/controls/mappingedit/event.svg");
}

.mapping-edit .base-edit-input[readonly="readonly"],
.mapping-edit-readonly {
  background-color: #ffffff;
}

.schema-designer .base-edit.mapping-edit:not(.base-edit-focus) {
  border: 1px solid white;
  border-bottom: 1px dotted #c8c8c8;
}

.base-edit-readonly:hover .base-edit-clear-icon {
  display: block;
}

.schema-designer .base-edit.mapping-edit:hover {
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer;
}

.schema-designer .base-edit.base-edit-focus.mapping-edit {
  outline: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #00aeef;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.schema-designer .mapping-edit.base-edit-readonly input:hover {
  cursor: pointer;
}

.mapping-edit-right-icon {
  display: none;
}

.mapping-edit {
  background-color: #fff;
}

.schema-designer .mapping-edit.base-edit-readonly .mapping-edit-right-icon {
  background-image: url("../Terrasoft/controls/mappingedit/event_yellow.svg");
}
.ts-date-edit-right-icon {
  background: url("../Terrasoft/controls/dateedit/button.png");
}
.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.4em;
  font-family: "Segoe UI", serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grid:focus {
  outline-style: none;
}

.grid.grid-multiselect .grid-pad [class*="grid-fixed-col"] {
  display: flex;
  align-items: center;
  padding: 0;
}

.grid.grid-listed {
  font-size: 1.4em;
}

.grid-listed-row > .grid-row-actions .t-btn-wrapper {
  line-height: 1.22em;
}

.grid-bottom-spinner-space {
  display: block;
  min-height: 1px;
}

.grid a {
  color: #4e7bd8;
  text-decoration: none;
}

.grid a:hover {
  text-decoration: underline;
}

.grid-disabled,
.grid-disabled a,
.grid-disabled a:hover {
  color: #cecece;
}

.grid-disabled a:hover {
  text-decoration: none;
  cursor: default;
}

.grid-row {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.grid-row-actions {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 0 3px;
  width: 100%;
  color: #444;
}

.grid-row-actions-external {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #444;
}

.grid-row-actions-external [class*='grid-cols-'] {
  min-height: 0;
}

.grid-row-actions .t-btn-wrapper {
  margin-right: 9px;
  font-size: 1.0715em;
  vertical-align: bottom;
}

.grid-row-actions .t-btn-wrapper .t-btn-image {
  width: 1em;
  height: 1em;
  padding-top: 0.084em;
  background-repeat: no-repeat;
}

.grid-listed-zebra .grid-listed-row:nth-child(odd) {
  background-color: #f7f7f7;
}

.grid-row-selected {
  background-color: #e4ebfa !important;
}

.grid-row-hidden {
  display: none;
}

.grid-listed-row {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1px;
  padding: 5px 6px 0;
  min-height: 30px;
  width: 100%;
}

.grid-listed-row .grid-row-actions {
  float: left;
  padding-top: 15px;
  padding-bottom: 4px;
}

.grid-captions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 6px;
  padding: 2px 6px;
  min-height: 28px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.grid.grid-listed [class*='grid-cols-'] {
  line-height: 1.4em;
}

.x-ie8 .grid-captions {
  min-height: 0;
  height: 36px;
}

.grid-captions [class*='grid-cols-'] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  line-height: normal;
}

.grid:after,
.grid-row:after,
.grid-listed-row:after {
  display: table;
  clear: both;
  content: "";
}

[class*='grid-cols-'] {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 0;
  min-height: 20px;
  word-wrap: break-word;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

div [class*='grid-cols-'] {
  -moz-user-select: text;
  -ms-user-select: text;
}

[class*='grid-cols-'] span,
[class*='grid-cols-'] img,
[class*='grid-cols-'] label,
[class*='grid-cols-'] div {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[grid-cell-type="columnNotFound"] {
  color: #999;
}

.grid-row [class*='grid-cols-']:last-of-type {
  padding-right: 0;
}

.grid-module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 3px;
}

.grid-tiled .grid-row.grid-pad .grid-module:first-child {
  padding-top: 6px;
}

.grid-pad {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 22px 6px 0;
}

.grid-fixed-col {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 32px;
}

.grid-fixed-col + [class*='grid-cols-'],
.grid-tiled .grid-fixed-col ~ [class*='grid-row'] {
  padding-left: 32px;
}

.grid-fixed-col-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 64px;
}

.grid-tiled .grid-fixed-col-2 + [class*='grid-cols-'],
.grid-tiled .grid-fixed-col-2 ~ [class*='grid-row'] {
  padding-left: 64px;
}

.grid-pad .grid-fixed-col,
.grid-pad .grid-fixed-col-2 {
  margin-left: 6px;
  padding-top: 28px;
}

.grid-listed-row .grid-fixed-col,
.grid-listed-row .grid-fixed-col-2 {
  margin-top: 5px;
  margin-left: 20px;
  padding: 0;
}

.container-lookup-page-grid .grid-fixed-col,
.detail .grid-listed .grid-fixed-col {
  margin-left: 3px;
}

.grid-listed-row-control {
  float: left;
  margin-right: 12px;
}

.grid-cols-1 {
  width: 4.16666667%;
}

.grid-cols-2 {
  width: 8.33333333%;
}

.grid-cols-3 {
  width: 12.5%;
}

.grid-cols-4 {
  width: 16.6666667%;
}

.grid-cols-5 {
  width: 20.8333333%;
}

.grid-cols-6 {
  width: 25%;
}

.grid-cols-7 {
  width: 29.1666667%;
}

.grid-cols-8 {
  width: 33.3333333%;
}

.grid-cols-9 {
  width: 37.5%;
}

.grid-cols-10 {
  width: 41.6666667%;
}

.grid-cols-11 {
  width: 45.8333333%;
}

.grid-cols-12 {
  width: 50%;
}

.grid-cols-13 {
  width: 54.1666667%;
}

.grid-cols-14 {
  width: 58.3333333%;
}

.grid-cols-15 {
  width: 62.5%;
}

.grid-cols-16 {
  width: 66.6666667%;
}

.grid-cols-17 {
  width: 70.8333333%;
}

.grid-cols-18 {
  width: 75%;
}

.grid-cols-19 {
  width: 79.1666667%;
}

.grid-cols-20 {
  width: 83.3333333%;
}

.grid-cols-21 {
  width: 87.5%;
}

.grid-cols-22 {
  width: 91.6666667%;
}

.grid-cols-23 {
  width: 95.8333333%;
}

.grid-cols-24 {
  width: 100%;
}

.grid-icon-16x16 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  margin-top: 3px;
}

.grid-icon-fixed-16x16 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  margin-top: 3px;
  max-width: 16px;
  max-height: 16px;
}

.grid-icon-22x22 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  margin-top: 6px;
}

.grid-icon-fixed-22x22 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  margin-top: 6px;
  max-width: 22px;
  max-height: 22px;
}

.grid-icon-32x32 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  margin-top: 5px;
}

.grid-icon-fixed-32x32 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
}

.icon-spacer-32x32.grid-header a img.grid-icon-fixed-32x32 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.icon-spacer-22x22 {
  padding-left: 44px;
}

.icon-spacer-32x32 {
  padding-left: 44px;
  min-height: 32px;
}

.grid-pad div [class*='grid-cols-'].icon-spacer-32x32:not(.grid-header) a:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

.grid-pad div [class*='grid-cols-'].icon-spacer-32x32:not(.grid-header) a:first-of-type .grid-icon-fixed-32x32 {
  position: relative;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid-listed-icon-16x16 {
  margin-right: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
}

.grid-listed-icon-fixed-16x16 {
  margin-right: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  max-width: 16px;
  max-height: 16px;
}

.grid-listed-icon-22x22 {
  margin-right: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
}

.grid-listed-icon-fixed-22x22 {
  margin-right: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  max-width: 22px;
  max-height: 22px;
}

.grid-listed-icon-32x32 {
  margin-right: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
}

.grid-listed-icon-fixed-32x32 {
  margin-right: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  max-width: 32px;
  max-height: 32px;
}

.grid-listed-icon-spacer-22x22 {
  padding-left: 31px;
}

.grid-listed-icon-spacer-32x32 {
  padding-left: 41px;
}

.grid-flag-icon-16x16 {
  margin-right: 9px;
}

.grid-flag-icon-fixed-16x16 {
  margin-right: 9px;
  max-width: 16px;
  max-height: 16px;
}

.grid-tiled .grid-active-selectable {
  border-bottom: 1px solid #E0E0E0;
}

.grid-tiled .grid-active-selectable:last-of-type {
  border-bottom: none;
}

.grid-tiled.grid-hierarchical [class*="-children-"] .grid-active-selectable {
  border-top: 1px solid #E0E0E0;
}

.grid-header {
  font-size: 1.429em;
  font-family: "Segoe UI Light", serif;
}

.grid-header.icon-spacer-32x32 {
  min-height: 32px;
}

.grid-label,
.grid label {
  display: block;
  margin-right: 5px;
  color: #999999;
  font-size: 1em;
}

.grid-row .grid-label {
  font-size: 0.928em;
}

.grid-captions .grid-label,
.grid-captions label {
  display: inline;
  color: #999999;
  white-space: nowrap;
  font-size: 0.928em;
  line-height: 1.7em;
}

.x-ie .grid-toggle-plus {
  background: url("../Terrasoft/controls/grid/ie_plus.png") no-repeat;
}

.x-ie .grid-toggle-minus {
  background: url("../Terrasoft/controls/grid/ie_minus.png") no-repeat;
}

.grid-toggle-plus {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: url("../Terrasoft/controls/grid/plus.svg") no-repeat;
  cursor: pointer;
}

.grid-toggle-minus {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: url("../Terrasoft/controls/grid/minus.svg") no-repeat;
  cursor: pointer;
}

.grid-toggle-empty {
  width: 20px;
  height: 20px;
}

.grid-sort-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../Terrasoft/controls/grid/sort-direction.png") no-repeat;
  vertical-align: middle;
}

.grid-sort-arrow-up {
  background-position: 0 0;
}

.grid-sort-arrow-down {
  background-position: 0 -16px;
}

.grid-status-message-empty {
  color: #999999;
  text-align: center;
  width: 100%;
  height: 21px;
  display: block;
}

.grid-status-message-loading {
  color: #999999;
  text-align: center;
  width: 100%;
  height: 21px;
}

.grid.grid-empty .grid-status-message-loading {
  height: 21px;
  display: block;
}

.grid-status-message-loading .x-loading-spinner,
.grid .x-loading-spinner {
  margin-left: 50%;
}

.grid .animation-spinner {
  width: 16px;
  margin-left: 50%;
}

.grid-listed [grid-cell-type~="number"] [grid-data-type="number"] {
  display: block;
  text-align: right;
}

.grid-listed .grid-captions [class*="grid-cols"][grid-caption-type~="number"] {
  display: block;
  text-align: right;
}

[grid-caption-type~="number"] label {
  margin-right: 0;
}

.drag-element {
  font-size: 1.4em;
  font-family: "Segoe UI", serif;
  text-align: center;
  padding: 3px;
  width: 200px;
  opacity: 0.7;
  background-color: rgba(172, 189, 215, 0.5);
  outline: 1px solid #acbdd7;
  cursor: default;
}

.drag-element span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}

html[dir="rtl"] .grid [class^="grid-cols"] {
  text-align: left;
}
.grid.grid-listed[cell-view-type="oneline"] .grid-listed-row [class*='grid-column-'] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid.grid-listed[cell-view-type="oneline"] .grid-listed-row [class*='grid-column-'] a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  max-width: 100%;
}

.grid .grid-content .load-more-grid-btn-wrap {
  text-align: center;
  margin-top: -1px;
  background: #fff;
}

.grid .grid-content .load-more-grid-btn-wrap .load-more-grid-btn {
  display: inline-block;
  cursor: pointer;
  background-image: url("../Terrasoft/controls/grid/base-view-grid/images/loadmore.png");
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: 2px;
  min-width: 16px;
  min-height: 16px;
  margin-top: 6px;
  height: 27px;
}

/*rtl:begin:ignore*/

html[dir="rtl"] .load-more-grid-btn-wrap .load-more-grid-btn {
  background-position-x: right;
}

/*rtl:end:ignore*/
.fixed-col-height > * {
  height: 100%;
}

.fixed-col-height > * > * {
  height: 100%;
}

.grid-layout {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.grid-layout-row {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 32px;
}

.grid-layout-row:after {
  content: "";
  font-size: 0;
  clear: both;
}

.grid-layout-row-hidden {
  display: none;
}

.grid-layout:after,
.grid-layout-row:after {
  display: table;
  clear: both;
  content: "";
}

.grid-layout-column {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 32px;
}

.grid-layout-spacer {
  height: 20px;
}

.grid-layout.collapse-empty-row .grid-layout-spacer {
  height: 0;
  min-height: 1px;
}

.grid-layout.collapse-empty-row .grid-layout-row {
  min-height: 0;
  padding-bottom: 0;
}

.grid-layout.collapse-empty-row .grid-layout-row > [class*="grid-layout-"] {
  min-height: 1px;
}

.grid-layout.collapse-empty-row .grid-layout-row > [class*="grid-layout-"]:empty:not(.grid-layout-spacer) {
  display: none;
}

.grid-layout.collapse-empty-row .grid-layout-row > [class*="grid-layout-spacer"] {
  min-height: 1px;
  padding: 0;
}

.grid-layout.collapse-empty-row .grid-layout-row > [class*="grid-layout-spacer"][data-colspan],
.grid-layout.collapse-empty-row .grid-layout-row > [class*="grid-layout-spacer"][data-rowspan] {
  min-height: 1px;
}

.grid-layout.collapse-empty-row .grid-layout-row .grid-layout-column > *:not(.grid-layout-spacer) {
  min-height: 32px;
}
.grid-layout-edit-item-wrap {
  position: absolute;
  border: 1px solid #b4c1d2;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  overflow: hidden;
  min-height: 4.6em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-layout-edit-table [data-selected-item=true] {
  background: #e4eaf9 !important;
  z-index: 2;
}

.grid-layout-edit-item-el {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.grid-layout-edit-item-content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  max-width: 95%;
}

.grid-layout-edit-item-content-image-wrap {
  padding-left: 8px;
  padding-right: 0px;
  position: relative;
  display: block;
}

.grid-layout-edit-item-content-text-wrap {
  font-size: 1.4em;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.grid-layout-edit-item-content-image {
  position: relative;
  width: 16px;
  height: 16px;
}

.grid-layout-edit-table [data-selected-item=true] .grid-layout-edit-item-content-text-wrap {
  background: #e4eaf9;
}

.grid-layout-edit-item-actions-wrap {
  float: right;
  display: none;
  z-index: 15;
  background: #e4eaf9;
  padding: 4px;
}

.grid-layout-edit-table [data-selected-item=true] .grid-layout-edit-item-actions-wrap {
  display: inline-flex;
  position: relative;
  min-width: 56px;
}

.grid-layout-edit-item-actions-wrap .t-btn-wrapper {
  padding: 4px;
  margin-left: auto;
}

.grid-layout-edit-table .draggable-item-resize-top,
.grid-layout-edit-table .draggable-item-resize-bottom,
.grid-layout-edit-table .draggable-item-resize-left,
.grid-layout-edit-table .draggable-item-resize-right,
.grid-layout-edit-table .draggable-item-resize-top-left,
.grid-layout-edit-table .draggable-item-resize-top-right,
.grid-layout-edit-table .draggable-item-resize-bottom-left,
.grid-layout-edit-table .draggable-item-resize-bottom-right {
  display: none;
}

.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-top,
.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-bottom,
.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-left,
.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-right,
.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-top-left,
.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-top-right,
.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-bottom-left,
.grid-layout-edit-table [data-selected-item=true] .draggable-item-resize-bottom-right {
  display: block;
}
.grid-layout-edit-wrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: auto;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid-layout-edit-table {
  display: table;
  position: relative;
  width: 100%;
}

.grid-layout-edit-row {
  display: flex;
}

.grid-layout-edit-cell {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: white;
  height: 5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid-layout-edit-cell[data-selected="1"] {
  background: rgba(226, 226, 226, 0.5);
  color: rgba(226, 226, 226, 0.5);
}

.grid-layout-edit-selection-border-top {
  border-top: 1px solid #b0b0b0;
}

.grid-layout-edit-selection-border-bottom {
  border-bottom: 1px solid #b0b0b0;
}

.grid-layout-edit-selection-border-left {
  border-left: 1px solid #b0b0b0;
}

.grid-layout-edit-selection-border-right {
  border-right: 1px solid #b0b0b0;
}

.grid-layout-edit-cell[data-column-index="0"].grid-layout-edit-selection-border-left {
  border-left: 1px solid #b0b0b0;
}

.grid-layout-edit-cell[data-column-index="0"] {
  border-left: 1px solid #eeeeee;
}

.grid-layout-edit-cell[data-row-index="0"].grid-layout-edit-selection-border-top {
  border-top: 1px solid #b0b0b0;
}

.grid-layout-edit-cell[data-row-index="0"] {
  border-top: 1px solid #eeeeee;
}
.grid-layout-table-edit-item-wrap {
  position: absolute;
  border: 1px solid #b4c1d2;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  min-height: 3.3em;
  font-size: 1.4em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-layout-table-edit-item-content-text-wrap,
.grid-layout-table-edit-item-content-image-wrap {
  font-size: 1em;
  padding-left: 8px;
  padding-right: 0px;
  position: relative;
  display: inline-flex;
}
.grid-layout-table-edit-wrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid-layout-table-edit-rows-captions-wrap {
  width: 12em;
  height: inherit;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #bababa;
}

.grid-layout-table-edit-rows-captions-header {
  font-size: 1.4em;
  height: 3.5em;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.grid-layout-table-edit-rows-captions-header-cell {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #aeaeae;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 13px;
}

.grid-layout-table-edit-rows-captions {
  overflow-x: hidden;
  overflow-y: hidden;
  height: calc(100% - 3.5em - 30px);
}

.grid-layout-table-edit-rows-captions-row {
  font-size: 1.4em;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 6px 0;
  height: 3.5em;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.grid-layout-table-edit-rows-captions-cell {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #aeaeae;
  height: 3.5em;
  padding-top: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid-layout-table-edit-right-wrap {
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 12em - 20px);
  height: inherit;
}

.grid-layout-table-edit-grid {
  overflow-x: auto;
  overflow-y: auto;
  display: block;
  width: 100%;
  height: calc(100% - 3.5em - 20px);
  position: relative;
  font-size: 14px;
}

.grid-layout-table-edit-columns-header,
.grid-layout-table-edit-rows-captions-header {
  display: block;
  overflow: hidden;
  clear: none;
}

.grid-layout-table-edit-columns-header {
  border-bottom: 1px solid #E0E0E0;
}

.grid-layout-table-edit-columns-header-row {
  line-height: 2.43em !important;
  font-size: 1.4em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 35px;
  width: 100%;
}

.grid-layout-table-edit-columns-header-cell {
  display: inline-block;
  text-align: center;
  color: #aeaeae;
  height: 3.5em;
  padding-top: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 1.2em;
  overflow: hidden;
  float: left;
}

.grid-layout-table-edit-grid-row {
  position: static;
  display: flex;
  font-size: 1.4em;
}

.grid-layout-table-edit-grid-cell {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: white;
  height: 3.5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid-layout-table-edit-grid-cell[data-row-index="0"] {
  border-top: none;
}

.grid-layout-table-edit-grid-cell[data-column-index="0"] {
  border-left: none;
}

.grid-layout-table-edit-cell[data-column-index="0"].grid-layout-edit-selection-border-left {
  border-left: 1px solid #b0b0b0;
}

.grid-layout-table-edit-cell[data-row-index="0"].grid-layout-edit-selection-border-top {
  border-top: 1px solid #b0b0b0;
}

.grid-layout-table-edit-grid-row[data-row-index="0"][has-columns-captions="0"] {
  border-top: 1px solid #eeeeee;
}

.grid-layout-table-edit-grid-row[has-rows-captions="0"] {
  border-left: 1px solid #b0b0b0;
}

.grid-layout-table-edit-selection-border-top {
  border-top: 1px solid #b0b0b0;
}

.grid-layout-table-edit-selection-border-bottom {
  border-bottom: 1px solid #b0b0b0;
}

.grid-layout-table-edit-selection-border-left {
  border-left: 1px solid #b0b0b0;
}

.grid-layout-table-edit-selection-border-right {
  border-right: 1px solid #b0b0b0;
}

.grid-layout-table-edit-grid-cell[data-selected="1"] {
  background: rgba(226, 226, 226, 0.5);
  color: rgba(226, 226, 226, 0.5);
}
.ts-datepicker-item {
  float: left;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4em;
  overflow: hidden;
}

.ts-datepicker-day {
  height: 9.35251799%;
  width: 13.14741036%;
  line-height: 1.57142857;
  cursor: default;
}

.ts-datepicker-day-name {
  height: 9.35251799%;
  width: 13.14741036%;
}

.ts-datepicker-first-item {
  margin-left: 3.98406375%;
}

.ts-datepicker-last-item {
  margin-right: 3.98406375%;
}

.ts-datepicker-container {
  position: absolute;
  width: 25.1em;
  height: 27.8em;
  border: #e2e2e2 solid 1px;
  border-top: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
  font-family: "Segoe UI Light";
  color: #444;
  background-color: #fff;
  z-index: 10000;
}

.ts-datepicker-date {
  width: 100%;
  margin: 5.75539568% 0;
  cursor: default;
}

.ts-datepicker-panel {
  width: 100%;
  cursor: default;
}

.ts-datepicker-days-panel {
  margin-bottom: 5.75539568%;
}

.ts-datepicker-months-panel,
.ts-datepicker-years-panel {
  margin-bottom: 6.47482014%;
}

.ts-datepicker-right-arrow {
  background: url("../Terrasoft/controls/datepicker/arrow_date_right.png") no-repeat center;
  padding: 0 8.76494024%;
}

.ts-datepicker-left-arrow {
  background: url("../Terrasoft/controls/datepicker/arrow_date_left.png") no-repeat center;
  padding: 0 8.76494024%;
}

.ts-datepicker-arrow {
  cursor: default;
  font-size: inherit;
  width: 0;
}

.ts-datepicker-display {
  width: 64.94023904%;
  font-size: inherit;
}

.ts-datepicker-item.ts-datepicker-current {
  border: solid 1px #7fd6ff;
}

.ts-datepicker-selected {
  border: solid 1px #f0f0f0;
  background-color: #f0f0f0;
}

.ts-datepicker-not-current {
  color: #b1b1b1;
}

.ts-datepicker-month,
.ts-datepicker-year {
  width: 30.67729084%;
  height: 16.18705036%;
  line-height: 3.07142857em;
  cursor: default;
}

.ts-datepicker-date:hover,
.ts-datepicker-month:hover,
.ts-datepicker-day:hover,
.ts-datepicker-year:hover,
.ts-datepicker-days-panel .ts-datepicker-display > span:hover,
.ts-datepicker-months-panel .ts-datepicker-display:hover {
  color: #10a0e3;
}
.ts-messagebox-box {
  border-top: 3px solid;
  width: 410px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 30px;
  position: fixed;
  max-height: 90vh;
  overflow: auto;
  background-color: #fff;
  z-index: 2500;
}

.ts-messagebox-border-style-blue {
  border-top-color: #64b8df;
}

.ts-messagebox-border-style-red {
  border-top-color: #ef7e63;
}

.ts-messagebox-caption {
  padding-bottom: 28px;
  font-family: "Bpmonline Open Sans Light";
  font-size: 16px;
  color: #444;
  overflow: hidden;
  white-space: pre-line;
  text-overflow: ellipsis;
}

.ts-messagebox-box .t-btn-wrapper {
  min-width: 85px;
  margin-right: 9px;
}

.ts-messagebox-box .t-btn-wrapper:last-child {
  margin-right: 0;
}

.ts-messagebox-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: transparent;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.x-ie8 .ts-messagebox-box {
  border-left: solid 1px #c2c6ce;
  border-right: solid 1px #c2c6ce;
  border-bottom: solid 1px #c2c6ce;
}

.ts-messagebox-center-position {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.ts-messagebox-center-left-position {
  left: -100000px;
  top: -50px;
  opacity: 0;
}

.ts-inpupbox-control {
  width: 100%;
  margin-bottom: 26px;
}

.ts-inputbox-caption {
  font-family: "Bpmonline Open Sans Light";
  font-size: 22px;
  color: #64b8df;
  overflow: hidden;
  white-space: pre-line;
  margin-bottom: 12px;
  margin-top: -12px;
}

.ts-inputbox-nocaption {
  height: 0px;
}

.ts-inpupbox-control .controlCaption {
  margin-top: 23px;
}

.ts-inpupbox-control .controlCaption:first-child {
  margin-top: 5px;
}

html[dir="rtl"] div.ts-messagebox-caption {
  text-align: left;
}
.filteredit {
  font-size: 1.4em;
  color: #444444;
}

.filteredit a {
  text-decoration: none;
}

.filteredit-rule:hover:not(.filteredit-selected) {
  background-color: #e4eaf9;
}

.filteredit-selected .filteredit-rule:hover,
.filteredit-selected {
  background-color: #00aeef;
}

.filteredit-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 4px;
}

.filteredit-group .filteredit-group.filteredit-aggregative-group > .filteredit-group-type {
  padding-left: 26px;
  width: 64px;
}

.filteredit-group .filteredit-group .filteredit-group-type {
  padding-left: 35px;
  width: 73px;
}

.filteredit > .filteredit-group > .filteredit-group-type {
  padding-left: 38px;
  width: 76px;
}

.filteredit > .filteredit-group > .filteredit-group-type.filteredit-group-type-hidden {
  display: none;
}

.filteredit-disabled .filteredit-group-type {
  border-right: 1px solid #999999;
}

.filteredit-selected .filteredit-group-type {
  border-right: 1px solid #ffffff;
}

.filteredit .filteredit-group-type.filteredit-group-type-hidden {
  width: 49px;
}

.filteredit-group-type {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Segoe UI Light", serif;
  text-align: left;
  border-right: 1px solid #00aeef;
  padding-right: 9px;
  width: 1px;
}

.filteredit-aggregative-rule > .filteredit-rule-aggregation {
  padding-left: 36px;
}

.filteredit-aggregative-rule > .filteredit-rule-right-wrapper {
  padding-left: 8px;
}

.filteredit-aggregative-rule > .filteredit-rule-left:after {
  content: "";
  display: block;
}

.filteredit-group > .t-checkboxedit-wrap {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
}

.filteredit-aggregative-rule {
  padding-left: 0px;
  padding-right: 25px;
}

.filteredit-aggregative-group {
  padding-top: 5px;
}

.filteredit-aggregative-group,
.filteredit-group-rules-add,
.filteredit-rule {
  padding-left: 9px;
}

.filteredit-group-rules-add,
.filteredit-aggregative-rule,
.filteredit-rule {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 37px;
  margin-bottom: 4px;
  padding-top: 6px;
}

.filteredit-group .filteredit-group .filteredit-group-type + .filteredit-group-delete,
.filteredit-rule-delete {
  display: none;
}

.filteredit-group .filteredit-group.filteredit-selected .filteredit-group-type:hover + .filteredit-group-delete,
.filteredit-group.filteredit-selected .filteredit-group .filteredit-group-type + .filteredit-group-delete:hover,
.filteredit-group.filteredit-selected .filteredit-group .filteredit-group-type:hover + .filteredit-group-delete,
.filteredit-group .filteredit-group.filteredit-selected .filteredit-group-type + .filteredit-group-delete:hover,
.filteredit-selected .filteredit-group .filteredit-group-type + .filteredit-group-delete,
.filteredit-group .filteredit-selected .filteredit-group-type + .filteredit-group-delete {
  background: url("../Terrasoft/controls/filteredit/images/delete-button.svg") no-repeat;
}

.filteredit-group .filteredit-group .filteredit-group-type:hover + .filteredit-group-delete,
.filteredit-group .filteredit-group .filteredit-group-type + .filteredit-group-delete:hover {
  background: url("../Terrasoft/controls/filteredit/images/delete-button-onhover.svg") no-repeat;
}

.filteredit-group .filteredit-group .filteredit-group-type:hover + .filteredit-group-delete,
.filteredit-group .filteredit-group .filteredit-group-type + .filteredit-group-delete:hover,
.filteredit-selected .filteredit-group .filteredit-group-type + .filteredit-group-delete,
.filteredit-group .filteredit-selected .filteredit-group-type + .filteredit-group-delete {
  position: absolute;
  top: 8px;
  margin-left: -25px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.filteredit-selected .filteredit-aggregative-rule:hover > .filteredit-rule-delete,
.filteredit-selected .filteredit-rule:hover > .filteredit-rule-delete,
.filteredit-selected.filteredit-aggregative-rule:hover > .filteredit-rule-delete,
.filteredit-selected.filteredit-rule:hover > .filteredit-rule-delete,
.filteredit-selected .filteredit-rule-delete {
  background: url("../Terrasoft/controls/filteredit/images/delete-button.svg") no-repeat;
}

.filteredit-aggregative-rule:hover > .filteredit-rule-delete,
.filteredit-rule:hover > .filteredit-rule-delete {
  background: url("../Terrasoft/controls/filteredit/images/delete-button-onhover.svg") no-repeat;
}

.filteredit-aggregative-rule:hover > .filteredit-rule-delete,
.filteredit-rule:hover > .filteredit-rule-delete,
.filteredit-selected .filteredit-rule-delete {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.filteredit-rule-left {
  font-size: 13px;
}

.filteredit-rule-left,
.filteredit-rule-aggregation,
.filteredit-rule-comparison,
.filteredit-rule-right-wrapper {
  cursor: pointer;
  display: inline-block;
  float: left;
}

.filteredit-rule-left-disabled.filteredit-rule-left,
.filteredit-rule-left-disabled.filteredit-rule-aggregation,
.filteredit-rule-comparison-disabled.filteredit-rule-comparison,
.filteredit-rule-right-disabled.filteredit-rule-right-wrapper {
  cursor: default;
}

.filteredit-group-type span,
.filteredit-rule-delete,
.filteredit-group-rules-add {
  cursor: pointer;
}

.filteredit-group-type-disabled.filteredit-group-type span {
  cursor: default;
}

.filteredit-rule-right-wrapper {
  margin-right: 5px;
  margin-left: 26px;
  display: block;
}

.filteredit-disabled .filteredit-rule-right,
.filteredit-disabled .filteredit-rule-macros,
.filteredit-disabled .filteredit-rule-macros-parameter,
.filteredit-rule-left,
.filteredit-group-type span,
.filteredit-group-rules-add,
.filteredit-rule-right-welcomeinput {
  color: #999999;
}

.filteredit-rule-left {
  margin-left: 26px;
}

.filteredit-aggregative-rule > .filteredit-rule-left {
  margin-left: 36px;
}

.filteredit-selected .filteredit-rule-right input:hover,
.filteredit-selected .filteredit-rule-right input,
.filteredit-rule-right,
.filteredit-rule-macros,
.filteredit-rule-macros-parameter {
  color: #444444;
}

.filteredit-selected .filteredit-group-rules-add,
.filteredit-selected .filteredit-rule-aggregation,
.filteredit-selected .filteredit-rule-comparison,
.filteredit-selected .filteredit-group-type span:hover,
.filteredit-selected .filteredit-rule-left:hover,
.filteredit-selected .filteredit-rule-right:hover,
.filteredit-selected .filteredit-group-rules-add:hover,
.filteredit-selected .filteredit-rule-macros:hover,
.filteredit-selected .filteredit-rule-macros-parameter:hover,
.filteredit-selected .filteredit-group-type span,
.filteredit-selected .filteredit-rule-left,
.filteredit-selected .filteredit-rule-right,
.filteredit-selected .filteredit-rule-macros,
.filteredit-selected .filteredit-rule-macros-parameter {
  color: #ffffff;
}

.filteredit-rule-right-wrapper .base-edit {
  text-align: inherit;
  margin-right: 5px;
  vertical-align: middle;
  width: 200px;
  background-color: #ffffff;
  height: 28px;
  margin-bottom: 5px;
}

.filteredit-rule-right-wrapper .base-edit-input {
  position: absolute;
  width: 90%;
}

.filteredit-rule-right-wrapper .t-btn-wrapper,
.filteredit-rule-right-wrapper .base-edit-input {
  font-size: 1em;
}

.filteredit-rule-right-wrapper .t-btn-wrapper {
  vertical-align: middle;
}

.filteredit-rule-right-wrapper .t-btn-wrapper:last-of-type {
  margin-right: 0;
  display: none;
}

.filteredit-rule-right-wrapper .t-btn-no-text-padding {
  padding: 0.37em 0.64em 0.37em 0.54em;
  height: 28px;
  margin-bottom: 5px;
}

.filteredit-group-type:not(.filteredit-group-type-disabled) span:hover,
.filteredit-group-rules-add:hover:not(.filteredit-group-rules-add-disabled),
.filteredit-rule-left:hover:not(.filteredit-rule-left-disabled),
.filteredit-rule-right:hover:not(.filteredit-rule-right-disabled),
.filteredit-rule-macros:hover:not(.filteredit-rule-rule-macros-disabled),
.filteredit-rule-macros-parameter:hover:not(.filteredit-rule-macros-parameter-disabled) {
  color: #10a0e3;
}

.filteredit-selected .filteredit-rule-aggregation span,
.filteredit-selected .filteredit-rule-comparison span {
  background: url("../Terrasoft/controls/filteredit/images/triangle-selected.svg") no-repeat;
}

.filteredit-rule-aggregation span,
.filteredit-rule-comparison span {
  display: inline-block;
  visibility: hidden;
  width: 7px;
  height: 4px;
  background: url("../Terrasoft/controls/filteredit/images/triangle.svg") no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.filteredit-group .filteredit-group-rules {
  padding-bottom: 4px;
}

.filteredit-rule-macros-parameter {
  margin-left: 12px;
}

.filteredit-rule-aggregation:hover span,
.filteredit-rule-comparison:hover span {
  visibility: visible;
}

.filteredit-rule-comparison-disabled.filteredit-rule-aggregation:hover span,
.filteredit-rule-comparison-disabled.filteredit-rule-comparison:hover span {
  visibility: hidden;
}

.filteredit-rule-aggregation:hover span.unselectable,
.filteredit-rule-comparison:hover span.unselectable {
  visibility: visible;
  background-image: none;
}

.filteredit-rule-aggregation,
.filteredit-rule-comparison {
  color: #999999;
  margin-right: 4px;
  padding-left: 24px;
}

.filteredit-aggregative-rule > .t-checkboxedit-wrap,
.filteredit-rule .t-checkboxedit-wrap {
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: 1px;
  position: absolute;
  left: 10px;
}

.filteredit-disabled .t-checkboxedit-wrap.t-checkboxedit-checked {
  background: url("../Terrasoft/controls/filteredit/images/Checkbox_disabled_checked_focused.svg") no-repeat;
}

.filteredit-disabled .t-checkboxedit-wrap {
  background: url("../Terrasoft/controls/filteredit/images/Checkbox_disabled_empty_focused.svg") no-repeat;
}

.filteredit-selected .t-checkboxedit-wrap.t-checkboxedit-checked {
  background: url("../Terrasoft/controls/filteredit/images/checkbox-checked-inversed.svg") no-repeat;
}

.filteredit-selected .t-checkboxedit-wrap {
  background: url("../Terrasoft/controls/filteredit/images/checkbox-empty-inversed.svg") no-repeat;
}

.filteredit-group .filteredit-group .filteredit-group-rules-add {
  color: transparent;
  width: 20px;
  line-height: inherit;
  padding-left: 20px;
  padding-top: 0px;
}

.filteredit-selected .filteredit-group-rules-add {
  background: url("../Terrasoft/controls/filteredit/images/add-button-inversed.svg") no-repeat;
  background-size: 16px;
  background-position-y: 12px;
}

.filteredit-group-rules-add {
  background: url("../Terrasoft/controls/filteredit/images/add-button.svg") no-repeat left center;
  background-size: 16px 16px;
  background-position-y: 12px;
}

.filteredit-rule {
  margin-bottom: 10px;
  overflow: auto;
  padding-right: 26px;
  padding-top: 1px;
}

.filteredit-group-rules-add {
  margin: 0 8px;
  display: inline-block;
  padding-left: 26px;
  padding-top: 10px;
}

.filteredit-hidden {
  display: none;
}

/*rtl:begin:ignore*/

html[dir="rtl"] .filteredit-group-rules-add {
  background-position-x: 100%;
}

/*rtl:end:ignore*/
.t-iframe {
  width: 100%;
  height: 350px;
}
.base-edit-right-icon.command-line-icon {
  background: url("../Terrasoft/controls/command-line/go.png") center top no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0 0 0 7px;
}

.command-line-icon:hover {
  background-position: center -26px;
}

.command-line-icon:active {
  background-position: center -52px;
}

/*rtl:begin:ignore*/

html[dir="rtl"] .command-line-icon {
  top: 20%;
  transform: scaleX(-1);
}

/*rtl:end:ignore*/
.ts-image-edit-wrap {
  position: relative;
  margin-right: 37px;
}

.ts-image-edit-container {
  position: relative;
}

.ts-image-edit-full-size {
  width: 100%;
  height: 100%;
}

.ts-image-edit-full-size-element {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.ts-image-style-rectangular,
.ts-image-container-style-rectangular {
  border-radius: 0%;
}

.ts-image-style-circle,
.ts-image-container-style-circle {
  border-radius: 50%;
}

.ts-image-edit-button:focus,
.ts-image-edit-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.ts-image-edit-wrap .ts-image-edit-disabled {
  cursor: default;
}

.ts-image-edit-button {
  position: absolute;
  width: 34px;
  height: 34px;
  display: block;
  background-color: #f0f0f0;
  cursor: pointer;
  right: 0px;
}

.ts-image-edit-upload {
  top: 0px;
  right: -37px;
}

.ts-image-edit-clear {
  top: 37px;
  right: -37px;
}

.ts-image-edit-button span {
  width: 16px;
  height: 16px;
  display: block;
  background: no-repeat center top;
  margin: 9px;
}

.ts-image-edit-upload span {
  background-image: url("../Terrasoft/controls/image-edit/image-edit-ico-upload.svg");
}

.ts-image-edit-clear span {
  background-image: url("../Terrasoft/controls/image-edit/image-edit-ico-clear.svg");
}

.ts-image-edit-button.ts-image-edit-disabled span {
  background-position: center bottom;
}

.ts-image-edit-inner-container {
  position: relative;
  width: 72px;
  height: 72px;
}

/*rtl:begin:ignore*/

html[dir="rtl"] body[OldUI=false] .image-edit-container .ts-image-edit-full-size-element {
  transform: translate(50%, -50%);
}

/*rtl:end:ignore*/
.ts-color-button-viewer {
  width: 1.14285714em;
  height: 0.21428571em;
  margin-top: 0.92857143em;
  background-color: black;
  outline: 1px solid #CCCCCC;
}

.ts-color-button-viewer-full {
  height: 1.14285714em;
  margin-right: 5px;
  margin-top: 0px;
  float: left;
}
.ts-mask-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 100%;
  height: 100%;
}

.ts-mask-container .ts-mask-opacity {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.ts-mask-container .ts-mask-spinner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 16px;
  text-align: center;
}

.ts-mask-container .ts-mask-spinner {
  display: block;
  vertical-align: middle;
  position: relative;
}

.ts-mask-container .ts-mask-spinner-caption {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.ts-mask-spinner-frame-visible .ts-mask-frame {
  display: inline-block;
  padding: 10px 20px;
  margin-top: -15px;
}

.ts-mask-spinner {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
}

.ts-mask-container .x-loading-spinner {
  font-size: 16px;
}

.ts-mask-spinner-frame-visible .ts-mask-spinner-caption {
  color: #444444;
}
.content-container-wrap {
  margin: 20px;
  width: 600px;
}

.package-url-text-edit {
  width: 282px;
  margin: 10px;
  margin-right: 0;
}

.package-url-label {
  width: 90px;
  margin: 12px;
  margin-right: 0;
}

.content-container-wrap span {
  margin: 10px;
}
.schema-designer .using-container > * > .ts-controlgroup-marker-wrap {
  display: inline-block;
}

.schema-designer .using-container .t-btn-disabled {
  opacity: 0.2 !important;
}

.schema-designer-left-panel-collapsed {
  min-width: 71px;
  width: 71px;
}

.schema-designer-left-panel-collapsed .manager-items {
  min-width: 71px;
  width: 71px;
}
.widget-iframe {
  border: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.widget-module {
  width: 100%;
  height: 100%;
}