body {
  --fontSize: 15px;
  --fontColor: #2d2d5a;
  --fontLetterSpacing: 0.01em;
  /* Link */
  --linkFontDecoration: underline;
  --linkFontColor: #2d2d5a;
  /* Toolbar */
  --toolbarPadding: 0px;
  /* Toolbar - Button - Hover */
  --toolbarButtonHoverFontColor: #46aaff;
  /* Table view - Head */
  /* Table view - Datat roe */
  --tableViewDataRowCellPadding: 0px;
  --tableViewDataRowCellHeight: 45px;
  --tableViewDataRowBorderColor: #f6f6f6;
  --tableViewDataRowBorderThickness: 0px 0px 1px 0px;
  /* Table view - Footer */
  --tableViewFooterFontSize: 1em;
  --tableViewFooterBorderThickness: 0px;
  --tableViewFooterNavigationAlign: left;
  /* Input */
  --inputContentMinimumHeight: 28px;
  --inputBorderRadius: 5px;
  --inputBorderThickness: 2px;
  --inputBorderColor: #d8d8d8;
  --tileViewMargin: 0 0 25px 0;
  --tileViewTileBorderThickness: 0px;
  --tileViewTileIconPadding: 0px;
  --tileViewTileTitlePadding: 5px 0px 0px 0px;
  --tileViewTileHoverBackground: #f2f6fc;
  --tileViewTileIconColor: #2d2d5a;
  --tileViewTileIconSize: 45px;
  --tileViewTileTitleFontColor: #2d2d5a;
  /* Button */
  --buttonBackground: #fff;
  --buttonFontColor: #46aaff;
  --buttonSecondairFontColor: #46aaff;
}
body .tabs {
  /* Tab view - Header */
  --tabViewHeaderMarginBottom: -2px;
  /* Tab view - Tab */
  --tabViewTabBorderColor: #d8d8d8;
  --tabViewTabBorderThickness: 2px 2px 0px 2px;
  --tabViewTabBorderRadius: 5px 5px 0px 0px;
  --tabViewTabFontWeight: 600;
  /* Tab view - Body */
  --tabViewBodyBorderThickness: 2px;
  --tabViewBodyBorderColor: #d8d8d8;
  --tabViewBodyBorderRadius: 5px;
  /* Tab view - Tab - Active */
  --tabViewTabActiveHeight: 32px;
}
/* General */
form,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
h1 {
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1em;
  margin: 0px;
  padding: 0px 0px 8px 0px;
  color: #2d2d5a;
  text-shadow: none;
  letter-spacing: -0.01em;
}
h2 {
  line-height: 1.05em;
  letter-spacing: -0.01em;
  padding: 0px 0px 3px 0px;
  margin-bottom: 5px;
  border-bottom: 2px solid #dedddd;
  font-weight: 600;
  font-size: 1.5em;
  color: #46aaff;
}
h3 {
  font-size: 1.25em;
  line-height: 1.05em;
  font-weight: 500;
  margin-bottom: 14px;
  color: #2d2d5a;
  letter-spacing: -0.01em;
  padding: 0px 0px 4px 0px;
}
a {
  color: #2d2d5a;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #46aaff;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0px;
}
label {
  font-weight: 500;
}
/* Body */
body {
  font-weight: 450;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #2d2d5a;
  margin: 0;
}
/* Section - Page */
.section.pageSection > .container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.section.pageSection > .container > .section {
  flex: 0 0 auto;
  min-height: 0;
}
.section.pageSection > .container > .section.contentSection {
  flex: 1 1 auto;
}
/* Section - Header */
.section.headerSection {
  margin: 0px;
  background: linear-gradient(to right, #002f74, #22222e);
  color: #fff;
  height: 50px;
  position: relative;
  z-index: 10;
}
.section.headerSection > .container {
  margin: 0px 5px;
  display: flex;
}
.section.headerSection > .container .headerMenuSection {
  flex: 0 1 auto;
  position: relative;
  min-width: 50px;
}
.section.headerSection > .container .appTitleSection {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.section.headerSection::after {
  clear: both;
  content: " ";
  display: block;
}
.section.headerSection .logo {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
}
.section.headerSection .logo svg {
  width: 100%;
  height: 100%;
}
.section.headerSection .client {
  font-size: 1.25em;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  top: 13px;
  left: 50px;
  right: 0px;
  text-overflow: ellipsis;
}
.section.headerSection .section.headerMenuSection {
  position: relative;
  float: right;
  display: block;
  z-index: 1;
  margin-top: 1px;
}
.section.headerSection .section.headerMenuSection .group.left {
  float: left;
}
.section.headerSection .section.headerMenuSection .group.right {
  float: right;
}
.section.headerSection .section.headerMenuSection .group.right > a:hover {
  color: #ac171e;
  border-radius: 20px;
  background-color: rgba(208, 21, 30, 0.06);
}
.section.headerSection .section.headerMenuSection .container > .dropdownMenu.iconDropdownMenu:after,
.section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu:after,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.iconDropdownMenu:after,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu:after {
  content: '';
  display: none;
  padding: 0px;
  margin: 0px;
}
.section.headerSection .section.headerMenuSection .container > .dropdownMenu.iconDropdownMenu > .value,
.section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu > .value,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.iconDropdownMenu > .value,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu > .value {
  padding-right: 0px;
  font-size: 1.15em;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu .dropdown {
  background: #46aaff;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu > .dropdown {
  left: auto;
  right: 0px;
  margin-top: 10px;
  max-height: calc(100vh - 100px);
}
.section.headerSection .section.headerMenuSection .container > a,
.section.headerSection .section.headerMenuSection .container .group > a,
.section.headerSection .section.headerMenuSection .container > .dropdownMenu,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: 6px;
  padding: 13px 12px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 1.1em;
  font-weight: 450;
  color: #fff;
  text-transform: none;
}
@media screen and (max-width: 1200px) {
  .section.headerSection .section.headerMenuSection .container > a,
  .section.headerSection .section.headerMenuSection .container .group > a,
  .section.headerSection .section.headerMenuSection .container > .dropdownMenu,
  .section.headerSection .section.headerMenuSection .container .group > .dropdownMenu {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu {
  background: #46aaff;
  border-radius: 25px;
  width: 40px;
  padding: 8px 2px;
  top: 4px;
}
.section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu > .value,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu > .value {
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
}
.section.headerSection .section.headerMenuSection .container > a.current,
.section.headerSection .section.headerMenuSection .container .group > a.current {
  color: #46aaff;
}
.section.headerSection .section.headerMenuSection .container > a:hover,
.section.headerSection .section.headerMenuSection .container .group > a:hover,
.section.headerSection .section.headerMenuSection .container > .dropdownMenu:hover,
.section.headerSection .section.headerMenuSection .container > .dropdownMenu.dropped,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu:hover,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.dropped {
  color: #46aaff;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu.buttonDropdownMenu:hover,
.section.headerSection .section.headerMenuSection .container .dropdownMenu.buttonDropdownMenu.dropped,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu:hover,
.section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu.dropped {
  background: #004a94;
  color: #fff;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu {
  position: relative;
  display: inline-block;
  padding: 13px 12px;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown {
  min-width: 250px;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown .header {
  display: block;
  color: #2d2d5a;
  padding: 7px 5px 5px 5px;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.8em;
  font-weight: 600;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown .seperator {
  border-top: 1px solid #2d2d5a;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > a,
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > .dropdownMenu {
  display: block;
  color: #fff;
  padding: 5px;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.8em;
  font-weight: 450;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > .dropdownMenu {
  padding-right: 20px;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > a.current {
  background-color: rgba(242, 246, 252, 0.5);
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > a:hover,
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > .dropdownMenu:hover,
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > .dropdownMenu.dropped {
  background-color: rgba(242, 246, 252, 0.2);
  color: #fff;
  cursor: pointer;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > a > .icon,
.section.headerSection .section.headerMenuSection .container .dropdownMenu .dropdown > .dropdownMenu > .value > .icon {
  margin-right: 3px;
}
.section.headerSection .section.headerMenuSection .container .dropdownMenu a.menuItem {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section.headerSection .section.headerMenuSection .container .dropdownMenu a.menuItem {
    display: block;
  }
  .section.headerSection .section.headerMenuSection .container > a {
    display: none;
  }
  .section.headerSection .section.headerMenuSection .container > .dropdownMenu > .dropdown {
    position: fixed;
    float: none;
    left: 5px;
    right: 5px;
    top: 48px;
    bottom: 5px;
  }
  .section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu .dropdownMenu .dropdown,
  .section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu .dropdownMenu .dropdown,
  .section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu .dropdownMenu.left .dropdown,
  .section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu .dropdownMenu.left .dropdown {
    position: relative;
    right: 0px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .section.headerSection .section.headerMenuSection .container > .dropdownMenu > .dropdown {
    top: 34px;
  }
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu {
  position: relative;
  padding-right: 1.3em;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu .dropdownMenu.left > .dropdown {
  top: 0px;
  right: 100%;
  left: auto;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown {
  cursor: default;
  display: none;
  position: absolute;
  z-index: 110;
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 5px;
  top: calc(100% + -1px);
  margin-top: 1px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > input[type="text"] {
  width: 100%;
  border: 1px solid #6ba6e1;
  background: #fff;
  height: 30px;
  min-height: 30px;
  border-radius: 0;
  color: #333;
  margin: 0px;
  display: inline-block;
  padding: 3px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu.dropped > .dropdown {
  display: block;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu:after {
  text-align: center;
  right: 0px;
  top: 50%;
  height: 1em;
  width: 1em;
  margin-top: -0.65em;
  line-height: 1em;
  pointer-events: none;
  display: block;
  font-family: "fontello";
  content: '\e810';
  position: absolute;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .value {
  padding-right: 15px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu .display:after {
  display: block;
  clear: both;
  content: '';
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a {
  /*display: block;*/
  color: #333;
  padding: 5px;
  white-space: nowrap;
  text-decoration: none;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a:hover {
  background-color: #f2f6fc;
  cursor: pointer;
  color: #288edf;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu:hover {
  cursor: pointer;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu .dropdown {
  background: #46aaff;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu > .dropdown {
  left: auto;
  right: 0px;
  margin-top: 10px;
  max-height: calc(100vh - 100px);
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > a,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > a,
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: 6px;
  padding: 13px 12px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 1.1em;
  font-weight: 450;
  color: #fff;
  text-transform: none;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.buttonDropdownMenu,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu {
  background: #46aaff;
  border-radius: 25px;
  width: 40px;
  padding: 8px 2px;
  top: 4px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.buttonDropdownMenu > .value,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu > .value {
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > a.current,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > a.current {
  color: #46aaff;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > a:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > a:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.dropped,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.dropped {
  color: #46aaff;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu.buttonDropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu.buttonDropdownMenu.dropped,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu.dropped {
  background: #004a94;
  color: #fff;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown {
  min-width: 250px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown .header {
  display: block;
  color: #2d2d5a;
  padding: 7px 5px 5px 5px;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.8em;
  font-weight: 600;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown .seperator {
  border-top: 1px solid #2d2d5a;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu {
  /*display: block;*/
  color: #fff;
  padding: 5px;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.8em;
  font-weight: 450;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu {
  padding-right: 20px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a.current {
  background-color: rgba(242, 246, 252, 0.5);
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu.dropped {
  background-color: rgba(242, 246, 252, 0.2);
  cursor: pointer;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a > .icon,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu > .value > .icon {
  margin-right: 3px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu {
  position: relative;
  display: inline-block;
  padding: 13px 12px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown {
  background: #fff;
  color: #2d2d5a;
  border-radius: 5px;
  border: 2px solid #dedddd;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu {
  color: #2d2d5a;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu.buttonDropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu.buttonDropdownMenu.dropped,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu.dropped {
  background: #f2f6fc;
  color: #2d2d5a;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > a:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu:hover,
.section.headerSection .section.headerMenuSection > .container.mainContainer .dropdownMenu > .dropdown > .dropdownMenu.dropped {
  background: #f2f6fc;
  cursor: pointer;
  color: #2d2d5a;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.iconDropdownMenu:after,
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.buttonDropdownMenu:after,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.iconDropdownMenu:after,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu:after {
  content: '';
  display: none;
  padding: 0px;
  margin: 0px;
}
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.iconDropdownMenu > .value,
.section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.buttonDropdownMenu > .value,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.iconDropdownMenu > .value,
.section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu > .value {
  padding-right: 0px;
  font-size: 1.15em;
}
@media screen and (max-width: 1200px) {
  .section.headerSection .section.headerMenuSection > .container.mainContainer > a,
  .section.headerSection .section.headerMenuSection > .container.mainContainer .group > a,
  .section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu,
  .section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .section.headerSection .section.headerMenuSection > .container.mainContainer > a {
    display: none;
  }
  .section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu > .dropdown {
    position: fixed;
    float: none;
    left: 5px;
    right: 5px;
    top: 48px;
    bottom: 5px;
  }
  .section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.buttonDropdownMenu .dropdownMenu .dropdown,
  .section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu .dropdownMenu .dropdown,
  .section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu.buttonDropdownMenu .dropdownMenu.left .dropdown,
  .section.headerSection .section.headerMenuSection > .container.mainContainer .group > .dropdownMenu.buttonDropdownMenu .dropdownMenu.left .dropdown {
    position: relative;
    right: 0px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .section.headerSection .section.headerMenuSection > .container.mainContainer > .dropdownMenu > .dropdown {
    top: 34px;
  }
}
/* Section - Navigation */
.section.navigationSection {
  background: #fff;
  min-height: 50px;
}
.section.navigationSection > .container {
  margin-left: 15px;
  margin-right: 15px;
}
.section.navigationSection .breadcrumbs {
  padding: 10px 0px;
  color: #2d2d5a;
  overflow: hidden;
}
.section.navigationSection .breadcrumbs .item {
  display: inline-block;
}
.section.navigationSection .breadcrumbs .item:before {
  content: '/';
  padding: 0px 5px;
  color: #afafaf;
}
.section.navigationSection .breadcrumbs .item:first-child:before {
  content: '';
  padding: 0px;
}
.section.navigationSection .breadcrumbs .item.clickable {
  color: #46aaff;
  text-decoration: none;
}
.section.navigationSection .breadcrumbs .item.clickable:hover {
  color: #004a94;
}
/* Section - Content */
.section.contentSection {
  position: relative;
  background: #fff;
}
.section.contentSection > .container {
  position: relative;
}
.section.contentSection > .container.contentMainContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}
.section.contentSection > .container.contentMainContainer > .section {
  flex: 0 0 auto;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection {
  flex: 1 1 auto;
  position: relative;
  overflow: auto;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection > .container.mainContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection.withLeftbar > .container.mainContainer,
.section.contentSection > .container.contentMainContainer .section.contentFrameSection.withRightbar > .container.mainContainer {
  overflow: auto;
  position: relative;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection > .container.mainContainer > .section {
  flex: 0 0 auto;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection > .container.mainContainer > .section.upperContentSection {
  flex: 0 0 auto;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection > .container.mainContainer > .section.innerContentSection {
  flex: 1 1 auto;
  position: relative;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection .section.innerContentSection > .container.mainContainer {
  padding: 25px;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection.compact .section.innerContentSection > .container.mainContainer {
  padding: 10px;
}
.section.contentSection > .container.contentMainContainer .section.contentFrameSection.extraCompact .section.innerContentSection > .container.mainContainer {
  padding: 0px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection > .container.splitterContainer {
  flex: 0 0 auto;
  width: 5px;
  background: #efefef;
  cursor: col-resize;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  touch-action: none;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar > .container.leftbarContainer {
  flex: 0 0 auto;
  width: 300px;
  min-width: 150px;
  overflow: auto;
  background: #efefef;
  /*.indent {
			padding-left: 5px;
		  }*/
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar > .container.leftbarContainer .input {
  border-width: 0px;
  border-radius: 0px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar > .container.leftbarContainer label {
  padding: 8px 0px 2px 0px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar > .container.mainContainer {
  flex: 1 1 auto;
  width: 100%;
  min-width: 200px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar > .container.mainContainer .section.innerContentSection {
  position: relative;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withRightbar {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  touch-action: none;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withRightbar > .container.rightbarContainer {
  flex: 0 0 auto;
  width: 350px;
  min-width: 150px;
  overflow: auto;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withRightbar > .container.rightbarContainer.wider {
  width: 500px;
  min-width: 500px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withRightbar > .container.mainContainer {
  flex: 1 1 auto;
  width: 100%;
  min-width: 200px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withRightbar > .container.mainContainer .section.innerContentSection {
  position: relative;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer {
  display: flex;
  flex-direction: column;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer .propertyView {
  border: 1px solid #d8d8d8;
  flex: 1 1 auto;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer .header {
  padding: 5px 8px 5px 5px;
  color: #fff;
  font-size: 1.15em;
  border: none;
  background: #2d2d5a;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer {
  display: flex;
  flex-flow: column;
  position: relative;
  padding-left: 5px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection {
  flex: 0 1 auto;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer h1 {
  padding: 5px;
  font-size: 1.75em;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection.splitterSection {
  height: 5px;
  background: #efefef;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection.optionsSection {
  padding: 5px 3px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection.optionsSection .input.selectBox,
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection.optionsSection .input.textBox {
  width: 100%;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection.headerSection {
  background: #fff;
  color: #46aaff;
  padding: 5px 0px 5px 2px;
  border-bottom: 1px solid #eaeaea;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection.headerSection h3 {
  margin-bottom: 0px;
  color: #46aaff;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer .subSection.fillerSection {
  background: #efefef;
  height: 100%;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a,
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > .group > a {
  position: relative;
  display: block;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  padding: 13px 12px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2d2d5a;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.current {
  color: #46aaff;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a:hover {
  background-color: #f2f6fc;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth1 {
  margin-left: 20px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth2 {
  margin-left: 40px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth3 {
  margin-left: 60px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth4 {
  margin-left: 80px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth5 {
  margin-left: 100px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth6 {
  margin-left: 120px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth7 {
  margin-left: 140px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth8 {
  margin-left: 160px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth9 {
  margin-left: 180px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.leftbarContainer > .menu > a.depth10 {
  margin-left: 200px;
}
.section.contentSection > .container.contentMainContainer > .section.contentFrameSection .container.sidebarContainer.rightbarContainer {
  margin-bottom: 23px;
}
.section.contentSection .section.copyrightSection {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 20px;
}
.section.contentSection .section.copyrightSection > .container {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  color: #b1b1b1;
  text-align: right;
  background: #fff;
  z-index: 1;
}
/* Section - ContentHeader */
.section.contentHeaderSection {
  padding: 5px 10px 5px 10px;
  border-top: 2px solid #dedddd;
  border-bottom: 2px solid #dedddd;
  background: #fcfcfc;
  /*border-radius: 10px 10px 0px 0px;*/
  /* Section - Title */
  /* Section - Options */
}
.section.contentHeaderSection h1 {
  margin: 0px;
  padding: 0px;
}
.section.contentHeaderSection .section.titleSection {
  position: relative;
}
.section.contentHeaderSection .section.titleSection .helpButton {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #46aaff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 3px 1px;
  font-size: 1.25em;
}
.section.contentHeaderSection .section.titleSection .helpButton:hover {
  background: #004a94;
}
.section.contentHeaderSection .section.optionsSection {
  min-height: 35px;
  position: relative;
}
/* Section - Footer */
.section.footer {
  position: relative;
}
fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
fieldset:after {
  content: '';
  display: block;
  clear: both;
}
fieldset .fieldsetrow {
  border-bottom: dashed 1px #f6f6f6;
  padding: 5px 0px 5px 0px;
  display: flex;
}
fieldset .fieldsetrow > label {
  font-weight: 600;
  color: #2d2d5a;
  width: 40%;
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  vertical-align: baseline;
  flex: 1;
}
fieldset .fieldsetrow > label + .textBox + .extraDescription,
fieldset .fieldsetrow > label + .field > .textBox + .extraDescription {
  padding-left: 5px;
}
fieldset .fieldsetrow > label + .textBox,
fieldset .fieldsetrow > label + .selectBox,
fieldset .fieldsetrow > label + .field {
  width: 60%;
  flex: 1;
}
fieldset .fieldsetrow > label + .field .textBox,
fieldset .fieldsetrow > label + .field .selectBox {
  width: 100%;
}
fieldset .fieldsetrow > label + .field .textBox.numberBox {
  width: auto;
}
fieldset .fieldsetrow.nocolumns label {
  float: none;
  width: auto;
}
fieldset .fieldsetrow.nocolumns > label + .textBox,
fieldset .fieldsetrow.nocolumns > label + .selectBox,
fieldset .fieldsetrow.nocolumns > label + .field {
  width: 100%;
  vertical-align: baseline;
}
fieldset .fieldsetrow.header {
  margin-top: 15px;
  padding: 5px 0px 5px 0px;
  font-weight: 450;
  border-bottom: dashed 1px #eaeaea;
  color: #46aaff;
  font-size: 1.15em;
}
@media screen and (max-width: 768px) {
  fieldset .fieldsetrow {
    display: block;
  }
  fieldset .fieldsetrow > label,
  fieldset .fieldsetrow > label + .textBox,
  fieldset .fieldsetrow > label + .selectBox,
  fieldset .fieldsetrow > label + .field {
    width: 100%;
  }
}
/* Frames */
.whiteFrame {
  margin-bottom: 25px;
}
.whiteFrame h2 {
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.5em;
  border-bottom: 1px dashed #eaeaea;
  color: #46aaff;
}
/* Sorting elements */
.arrangableBox li {
  list-style-type: none;
}
.arrangableBox ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.movableBox {
  position: fixed;
}
.movableBox li {
  list-style-type: none;
}
.movableBox ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.indicatorBox {
  position: fixed;
  display: none;
  width: 7px;
  height: 10px;
  background: url(/resources/images/sorting/insert.png) center center no-repeat;
}
.clickable {
  cursor: pointer;
}
.more:hover {
  color: #288edf;
}
.section.messagesSection {
  overflow: hidden;
}
.section.messagesSection .container .messages {
  margin: 25px;
}
.section.messagesSection .container .messages:last-child {
  margin-bottom: 0px;
}
/* Messages */
.messages {
  margin: 0px 0px 10px 0px;
  padding: 0.8em;
  font-style: italic;
  font-weight: bold;
  line-height: 1.3em;
  border: 1px solid #e0e0e0;
  max-height: 250px;
  overflow: auto;
}
.messages .message {
  padding: 0.15em 0px;
}
.messages .message:first-child {
  padding-top: 0px;
}
.messages .message:last-child {
  padding-bottom: 0px;
}
.messages.error {
  font-weight: bold;
  background-color: #F8EAE8;
  color: #CD6F5F;
}
.messages.warning {
  font-weight: bold;
  background-color: #FFFECD;
  color: #A8A748;
}
.messages.info {
  font-weight: bold;
  background-color: #EBF2FF;
  color: #626262;
}
/* Checklist */
.checklist {
  min-height: 25px;
  max-height: 145px;
  overflow: auto;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.checklist div {
  padding: 0px 5px;
  border: 1px solid transparent;
}
.checklist div:hover {
  background-color: #f2f6fc;
  border: 1px solid #6ba6e1;
  cursor: pointer;
}
/* Tiles */
.tiles > .tile,
.tiles > a.tile {
  text-decoration: none;
  color: #2d2d5a;
  border: none;
  background-color: transparent;
  width: 125px;
  height: 125px;
}
.tiles > .tile > .icon,
.tiles > a.tile > .icon {
  margin: 0 auto;
}
.tiles > .tile > .icon:before,
.tiles > a.tile > .icon:before {
  background: var(--buttonBackground);
  border-radius: 5px;
  padding-top: 7px;
  width: 60px;
  height: 50px;
  background: transparent;
  color: #2d2d5a;
  font-size: 45px;
}
.tiles > .tile > .title,
.tiles > a.tile > .title {
  text-decoration: none;
  font-weight: 450;
  word-break: normal;
  margin: 0;
  line-height: 1.2em;
  color: #2d2d5a;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiles > .tile > .toolbar,
.tiles > a.tile > .toolbar {
  border: 2px solid white;
  top: -2px;
  right: -2px;
}
.tiles > .tile > .toolbar .toolbarBlock,
.tiles > a.tile > .toolbar .toolbarBlock {
  margin: 2px;
}
.tiles > .tile:hover,
.tiles > a.tile:hover {
  background: #f2f6fc;
}
.tiles > .tile:hover > .title,
.tiles > a.tile:hover > .title {
  color: #46aaff;
  font-weight: 450;
  text-decoration: none;
  line-height: 1.2em;
}
.tiles > .tile:hover > .icon:before,
.tiles > a.tile:hover > .icon:before {
  color: #46aaff;
}
.tiles.small .tile {
  width: 45px;
  height: 45px;
  margin: 5px;
}
.tiles.small .tile .icon {
  margin: 2px auto 0px auto;
}
.tiles.small .tile .icon:before {
  width: 40px;
  height: 35px;
  font-size: 26px;
}
.tiles.small .tile .icon:before .tile .title {
  display: none;
}
/* Buttonrow */
.buttonrow {
  margin-top: 25px;
}
.buttonrow .button {
  margin: 0px 5px;
}
.buttonrow .button:first-child {
  margin-left: 0px;
}
.buttonrow .button:last-child {
  margin-right: 0px;
}
/* Button */
body {
  /* Button */
  --buttonBorderThickness: 2px;
  --buttonBorderColor: #46aaff;
  --buttonBackground: #46aaff;
  --buttonFontColor: #fff;
  --buttonFontWeight: 700;
  --buttonPadding: 4px 10px;
  --buttonBorderRadius: 5px;
  --buttonDisabledBorderColor: #c4bbbb;
  /* Button - Hover */
  --buttonHoverBackground: #008bdc;
  --buttonHoverFontColor: #fff;
  --buttonHoverBorderThickness: 2px;
  --buttonHoverBorderColor: #46aaff;
  --buttonSecondairBorderThickness: 2px;
  --buttonSecondairHoverBorderThickness: 2px;
  --buttonSecondairBorderColor: transparent;
}
/* List */
.listview {
  background: #fff;
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.listview > .header {
  border-bottom: 1px dashed #eaeaea;
  color: #46aaff;
  padding: 5px 0px 0px 5px;
}
.listview.folderListview.searched > .items > .item {
  margin: 0px;
  display: none;
}
.listview.folderListview.searched > .items > .item .expandableIcon {
  display: none;
}
.listview.folderListview.searched > .items > .item.search {
  display: block;
}
.listview > .items > .item {
  padding: 10px 3px;
  border-bottom: dashed 1px #f6f6f6;
}
.listview > .items > .item:last-child {
  border-bottom: none;
}
.listview > .items > .item.blocked {
  background: #f6f6f6;
  color: #666666;
}
.listview > .items > .item.clickable:hover {
  cursor: pointer;
  color: #46aaff;
  background: #f2f6fc;
}
.listview > .items > .item.clickable:hover .properties {
  color: #2d2d5a;
}
.listview > .items > .item.header {
  padding: 20px 8px 2px 5px;
  color: #46aaff;
  font-size: 1.15em;
  border-bottom: solid 1px #DDDDDD;
}
.listview > .items > .item .icon img {
  max-width: 20px;
  max-height: 20px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
.listview .counter {
  font-size: 14px;
  color: #787d81;
  text-align: right;
}
.listview.folderListview > .items > .item > .icon {
  margin-right: 3px;
}
.listview.folderListview > .items > .item.header,
.listview > .items > .item.header {
  padding: 5px 8px 5px 5px;
  color: #fff;
  font-size: 1.15em;
  border: none;
  background: #2d2d5a;
}
.listview.folderListview > .items .item.selected {
  background: #cad1ff;
  color: #2d2d5a;
}
.listview.surveyListView > .items > .item {
  padding-left: 50px;
  min-height: 50px;
}
.listview.surveyListView > .items > .item > .name {
  position: relative;
}
.listview.surveyListView > .items > .item > .name .icon::before {
  position: absolute;
  font-size: 40px;
  left: -55px;
  top: 0px;
}
.listview.surveyListView > .items > .item.add > .name {
  padding-top: 3px;
}
.listview.surveyListView > .items > .item.add > .name .icon::before {
  font-size: 30px;
  left: -47px;
}
.listview.arrangeableListview > .items > .item {
  border: solid 2px transparent;
  margin-bottom: 3px;
  user-select: none;
  cursor: grab;
}
.listview.arrangeableListview > .items > .item:last-child {
  margin-bottom: 0px;
}
.listview.arrangeableListview > .items > .item:hover {
  border: solid 2px #ccc;
  border-radius: 5px;
}
.listview.arrangeableListview > .items > .item.selected {
  border: solid 2px #46aaff;
  border-radius: 5px;
  background: #ccc;
}
.listview.arrangeableListview > .items > .item .icon img {
  max-width: 20px;
  max-height: 20px;
  margin: 0px;
  padding: 0px;
}
table.listview {
  display: table;
}
.listview.item .name .icon:before {
  font-size: 18px;
}
.listview > .items > .item .expandableIcon {
  margin-top: -5px;
}
table.listview tbody tr {
  border-left: 5px solid transparent;
}
table.listview tbody tr.clickable:hover {
  border-left: 5px solid #f59505;
}
table.listview thead tr th {
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #d0151e;
  color: #d0151e;
  font-weight: 600;
  text-shadow: white 0 1px 0;
  text-align: left;
}
table.listview thead tr th.alignRight {
  text-align: right;
}
table.listview thead tr th.alignMiddle {
  text-align: center;
}
table.listview thead tr th a,
table.listview thead tr th a:active,
table.listview thead tr th a#active {
  color: #d0151e;
  text-decoration: none;
}
table.listview thead tr th a:link,
table.listview thead tr th a:visited {
  color: #d0151e;
}
table.listview thead tr th a:hover {
  color: #288edf;
  text-decoration: none;
}
table.listview thead tr th.left,
table.listview thead tr th.right {
  border-top: 0px;
}
table.listview thead tr th:first-child {
  padding-left: 10px;
}
table.listview tbody tr td {
  border-bottom: solid 1px #F0F1F3;
  height: 45px;
}
table.listview tbody tr td:first-child {
  padding-left: 10px;
}
table.listview tbody tr td.left {
  border-left: 1px solid #D6D6D6;
}
table.listview tbody tr td.right {
  border-right: 1px solid #D6D6D6;
}
.listview .seperator td {
  font-weight: bold;
  border-bottom: solid 1px #DDDDDD;
}
.listview .totals td {
  font-weight: bold;
  border-top: solid 2px #DDDDDD;
}
.listview .toolbar {
  background: none;
  border: 1px solid transparent;
}
.listview .toolbar .toolbarButton:hover {
  background: transparent;
  border: 1px solid transparent;
  color: #77c4ff;
}
.listview.confirmListview {
  max-height: 250px;
  border: 1px solid #D4D4D4;
  padding: 5px;
  background: #fff;
  overflow: auto;
}
.listview.confirmListview .item {
  padding: 3px 0px;
  border: none;
}
.listview.confirmListview .item label {
  color: #6d6b6b;
  font-weight: normal;
  cursor: pointer;
}
.listview.confirmListview .item .check {
  width: 30px;
  float: left;
}
.linkSelectType {
  width: 100%;
}
.input.textBox.linkSearchBox {
  width: 100%;
  border-bottom: none;
}
/* Table list view - footer */
.listviewfooter {
  margin-top: 10px;
}
.listviewfooter .navigation {
  font-weight: bold;
  padding: 1px 5px;
  text-align: center;
}
.listviewfooter .navigation a {
  text-decoration: none;
}
.listviewfooter .navigation a:hover {
  color: #70B6D0;
  text-decoration: none;
}
.listviewfooter .recordcount {
  padding: 0px 5px;
}
/* Listview */
.listview > .items > .item .prefix {
  display: inline-block;
  width: 25px;
  color: #878787;
}
.listview.folderListview {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.listview.folderListview > .items > .item {
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
}
.listview.folderListview > .items > .item.active {
  color: #46aaff;
}
.listview.folderListview.dropon > .items {
  position: relative;
}
.listview.folderListview.dropon > .items:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  display: block;
  height: 2px;
  background: red;
}
.listview.folderListview > .items > a.item {
  text-decoration: none;
}
.listview.folderListview > .items .item.indent1 {
  padding-left: 22px;
}
.listview.folderListview > .items .item.indent2 {
  padding-left: 44px;
}
.listview.folderListview > .items .item.indent3 {
  padding-left: 66px;
}
.listview.folderListview > .items .item.indent4 {
  padding-left: 88px;
}
.listview.folderListview > .items .item.indent5 {
  padding-left: 110px;
}
.listview.folderListview > .items .item.indent6 {
  padding-left: 132px;
}
.listview.folderListview > .items .item.indent7 {
  padding-left: 154px;
}
.listview.folderListview > .items .item.indent8 {
  padding-left: 176px;
}
.listview.folderListview > .items .item.indent9 {
  padding-left: 198px;
}
.listview.folderListview > .items .item.indent10 {
  padding-left: 220px;
}
.listview.folderListview > .items .item.group {
  font-size: 1.15em;
  /*background: #efefef;*/
  font-weight: 600;
}
.listview.folderListview > .items .item.selected {
  /*background: #2d2d5a;*/
  color: #2d2d5a;
}
.listview.folderListview > .items .item .expandableIcon {
  margin-top: -5px;
  width: 19px;
}
.listview.folderListview > .items .item .expandableIcon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: '';
}
.listview.folderListview > .items .item.expandable .expandableIcon:before {
  content: '\e816';
}
.listview.folderListview > .items .item.expandable.expanded .expandableIcon:before {
  content: '\e814';
}
.listview.folderListview.arrangeableList > .items .item.moving {
  display: none;
}
.listview.folderListview > .items .item.dropon {
  background: red;
  color: #fff;
}
.listview.folderListview > .items .item.dropbefore:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  display: block;
  height: 2px;
  background: red;
}
.listview.folderListview > .items .item.dropafter:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  display: block;
  height: 2px;
  background: red;
}
.listview.compact > .items > .item {
  padding: 5px 3px;
}
.listview > .items > .item > .expander {
  display: inline-block;
  width: 17px;
}
.legenda {
  font-size: 0.8em;
  line-height: 1em;
}
.legenda > .item {
  float: left;
  padding: 2px 3px;
}
.legenda > .item > .block {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
.legenda:after {
  display: block;
  content: '';
  clear: both;
}
/* Table itemview */
.itemview {
  border-spacing: 0px;
  font-size: 16px;
}
.itemview .head {
  font-weight: 600;
  padding: 5px 8px;
  border-bottom: solid 1px #F0F1F3;
}
.fullrow label {
  padding: 5px 8px;
}
.itemview .item.border {
  height: 1px;
  padding: 0px;
  background-color: #B4B4B4;
}
.itemview .item.header {
  padding: 20px 8px 2px 5px;
  font-weight: 600;
  color: #d0151e;
  border-bottom: solid 1px #DDDDDD;
}
.itemview tr:first-child .item.head {
  padding-top: 0px;
}
.itemview .item {
  padding: 3px 8px 3px 8px;
  line-height: 25px;
}
.itemview .item.disabled {
  background-color: #F5F5F5;
  color: #B4B4B4;
}
.itemview .item.obligatorily {
  background-color: #F9E8E7;
}
.itemview .item.error {
  background-color: #F9E8E7;
}
.itemview .item.correct {
  background-color: #DBF6DA;
}
/* Emailview */
.emailview .head,
.emailpreview .head {
  font-weight: 600;
  padding: 5px 0px;
}
.emailview .emailItem,
.emailpreview .emailItem {
  padding: 3px 0px 3px 8px;
  line-height: 25px;
}
.emailpreview {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
.emailpreview .selectBox.attachmentSelectBox {
  min-height: 0px;
}
.emailpreview .contentItem {
  border-top: 1px solid #e0e0e0;
}
.emailpreview iframe {
  border: none;
  display: block;
  width: 100%;
  min-height: 350px;
}
/* Columnsview */
.columnsview .header {
  padding: 20px 8px 2px 5px;
  font-weight: 600;
  color: #d0151e;
  border-bottom: solid 1px #d0151e;
}
/* ResizableList */
.resizableList {
  position: relative;
  border: 1px solid #D0D0D0;
  overflow: hidden;
}
.resizableList .listview {
  border-bottom: none;
}
/* ResizableList - header */
.resizableList .listheader {
  background: #F6F6F6 url(/resources/images/components/list/header_bg.png) repeat-x bottom;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  overflow: hidden;
}
.resizableList .listheader table {
  border-right: 1px solid #fff;
}
.resizableList .listheader th {
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  padding: 0;
  font-weight: normal;
  text-shadow: white 0 1px 0;
  height: 20px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
}
.resizableList .listheader th a,
.resizableList .listheader th a:active,
.resizableList .listheader th a#active,
.resizableList .listheader th a:hover {
  color: #6E6E6E;
  text-decoration: none;
}
.resizableList .listheader th a:link,
.resizableList .listheader th a:visited {
  color: #6E6E6E;
}
.resizableList .listheader th div {
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden;
}
.resizableList .listheader th.hovering div {
  background: url(/resources/images/components/list/header_selected_bg.png) repeat-x bottom;
}
.resizableList .listheader th.moving {
  background: #fff;
  color: #fff;
}
.resizableList .listheader th.moving div {
  background: #fff !important;
}
.resizableList .listheader span.leftDropIndicator {
  display: block;
  background: url(/resources/images/components/list/header_previous.png) no-repeat center;
  width: 6px;
  height: 24px;
  position: relative;
  top: -24px;
  margin-bottom: -24px;
  z-index: 3;
}
.resizableList .listheader span.rightDropIndicator {
  display: block;
  background: url(/resources/images/components/list/header_next.png) no-repeat center;
  width: 6px;
  height: 24px;
  float: right;
  position: relative;
  top: -24px;
  margin-bottom: -24px;
}
/* ResizableList - body */
.resizableList .listbody {
  border-top: 0px;
  background: #fff;
  overflow: auto;
  position: relative;
}
.resizableList .listbody td {
  border-right: 1px solid #F0F1F3;
  border-bottom: 1px solid #F0F1F3;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 0px;
  vertical-align: top;
  white-space: nowrap;
}
.resizableList .listbody td.multiline {
  white-space: normal;
}
.resizableList .listbody td div {
  padding-left: 2px;
  padding-right: 2px;
  border-left: 0px solid #fff;
  overflow: hidden;
}
.resizableList .listbody tr:hover td,
.resizableList .listbody tr.hovering td {
  background: url(/resources/images/components/list/blue_row_selected_bg.png) repeat-x top;
}
/* ResizableList - resize */
.resizableList .listresize {
  float: left;
  position: absolute;
  z-index: 2;
  overflow: visible;
}
.resizableList .listresize div {
  float: left;
  background: none;
  display: block;
  position: absolute;
  height: 24px;
  width: 5px;
  margin-left: 0px;
  cursor: col-resize;
}
.resizableList .listresize div:hover,
.resizableList .listresize div.resizing {
  border-left: 1px solid #D4D4D4;
  margin-left: 1px;
}
/* ResizableList - move */
.resizableList.listmove {
  background: #fafafa url(/resources/images/components/list/header_bg.png) repeat-x bottom;
  border: 1px solid #D0D0D0;
  font-weight: normal;
  height: 24px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
}
.resizableList.listmove div {
  padding: 2px;
  overflow: hidden;
}
.resizableList .seperator td {
  font-weight: bold;
  border-bottom: solid 1px #DDDDDD;
}
/* double header */
.list .doubleheader .listheader {
  background: #FF0000;
}
/* Screens */
/* Screen - startpage */
.seperatedRow > .column {
  padding: 0px 15px;
}
.seperatedRow > .column:first-child {
  padding-left: 0px;
}
.seperatedRow > .column:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 1024px) {
  .seperatedRow.row1024 > .column {
    padding: 0px 0px 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  .seperatedRow.row768 > .column {
    padding: 0px;
  }
}
.showOn1024,
.showOn768 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hideOn1024 {
    display: none;
  }
  .showOn1024 {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .hideOn768 {
    display: none;
  }
  .showOn768 {
    display: inherit;
  }
}
/* drivePreview */
.drivePreview {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /* Old */
}
.drivePreview > .section {
  flex: 1 1 auto;
  position: relative;
}
.drivePreview > .section.propertiesSection {
  flex: 0 0 auto;
}
.drivePreview > .filePreview {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.drivePreview > .filePreview.input.textArea.aceTextArea {
  border: 1px solid #d8d8d8;
  border-radius: 0px;
}
.drivePreview > .filePreview.input.textArea.aceTextArea:not(.readonly):not([disabled]).hover {
  border: 1px solid #d8d8d8;
  border-radius: 0px;
}
.drivePreview > .section.previewSection .filePreview,
.drivePreview > .section.previewSection .input.textArea {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.drivePreview > .section.previewSection .filePreview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* drivePreview */
.driveEditor {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.driveEditor > .section {
  flex: 1 1 auto;
  position: relative;
}
.driveEditor > .section.actionSection {
  flex: 0 0 auto;
}
.driveEditor > .section.editSection .input.textArea {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/* filePreview */
.filePreview {
  border: 1px solid #e0e0e0;
  min-height: 50px;
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background: #fff url('data:image/gif;base64,R0lGODlhDAAMAIABAPj4+P///yH5BAEKAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7');
  padding: 5px;
  overflow: auto;
}
.filePreview img {
  max-width: calc(100% - 5px);
  max-height: calc(100% - 5px);
  width: auto;
  height: auto;
  border: 1px solid #e0e0e0;
  margin: auto;
  display: block;
}
.filePreview .message {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* searchbox */
.input.searchbox {
  position: relative;
  width: 100%;
}
.input.searchbox::before {
  content: '\e80a';
  font-size: 22px;
  color: #777;
  position: absolute;
  top: 3px;
  left: 5px;
  font-family: "fontello";
  display: block;
  cursor: pointer;
}
.input.searchbox input {
  padding-left: 34px;
  width: 100%;
}
.list .item.messageItem .messageTitle {
  font-weight: 600;
}
.list .item.messageItem .messageDate {
  color: #afb0af;
  font-size: 0.8em;
  font-style: italic;
  position: absolute;
  top: 5px;
  float: right;
  right: 15px;
}
.previewBox {
  border: 1px #e0e0e0 solid;
  margin: 5px 0px;
  background: #fff url('data:image/gif;base64,R0lGODlhDAAMAIABAPj4+P///yH5BAEKAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7');
  padding: 10px;
}
/* Help indicator */
.helpIndicator {
  cursor: help;
  position: relative;
}
.errorIndicator {
  cursor: help;
  color: #d0151e;
}
.warningIndicator {
  cursor: help;
  color: #c19a12;
}
.infoIndicator {
  cursor: help;
  color: #151ed2;
}
.statusIndicator {
  cursor: help;
  color: #ffba00;
}
/* Statusses */
.clientStatusCancelled {
  color: #de8300;
}
.recordBlocked,
.userStatusBlocked,
.clientStatusArchive {
  color: #d0151e;
}
.userStatusActive,
.clientStatusActive {
  color: #47b815;
}
.userStatusValidating,
.clientStatusProspect {
  color: #c19a12;
}
.dataEntryNotStartedBox {
  background: #FF2B01;
}
.dataEntryOpenBox {
  background: #FF2B01;
}
.dataEntryApprovingBox {
  background: #FC761C;
}
.dataEntryValidatingBox {
  background: #c2ea00;
}
.dataEntryVerifiedBox,
.dataEntryCalculatedBox,
.dataEntryRespodentBox {
  background: #00c400;
}
.dataEntryClosedBox,
.dataEntryAwaitingOpeningBox {
  background: #0000FF;
}
.dataEntryAwaitingInputBox {
  background: #FF2B01;
}
.dataEntryOpen,
.dataEntryNotStarted {
  color: #FF2B01;
}
.dataEntryApproving {
  color: #FC761C;
}
.dataEntryValidating,
.calculationStatusCalculating {
  color: #c2ea00;
}
.dataEntryVerified,
.dataEntryCalculated,
.calculationStatusCalculated {
  color: #00c400;
}
.dataEntryClosed,
.dataEntryAwaitingOpening {
  color: #0000FF;
}
.dataEntryAwaitingInput {
  color: #FF2B01;
}
.dataEntry {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.dataEntry1 {
  background: #6478eb;
}
.dataEntry2 {
  background: #eb648c;
}
.dataEntry3 {
  background: #68eb64;
}
.dataEntry4 {
  background: #ebe764;
}
.dataEntry5 {
  background: #46cdb4;
}
.dataEntry6 {
  background: #b664eb;
}
.dataEntry7 {
  background: #ff8080;
}
.dataEntry8 {
  background: #4bd6d6;
}
.dataEntry9 {
  background: #d6754b;
}
.checkedBullet {
  padding: 5px 3px;
  background: #00c400;
  border-radius: 15px;
  color: #fff;
  margin-right: 5px;
}
.warningBullet {
  padding: 5px 3px;
  background: #FC761C;
  border-radius: 15px;
  color: #fff;
  margin-right: 5px;
}
.failedBullet {
  padding: 5px 3px;
  background: #FF2B01;
  border-radius: 15px;
  color: #fff;
  margin-right: 5px;
}
/* Jquery UI */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
  z-index: 101;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
  background: #f6f7f6;
  font-weight: 600;
  color: #4b4b4a;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  border: none;
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  font-family: "fontello";
  content: '\e81d';
  font-size: 18px;
  line-height: 18px;
  width: 20px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-widget-content {
  border: 1px solid #bcbcbc;
  background: #fff;
  color: #444;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  display: inline-block;
  cursor: pointer;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker {
  z-index: 9999 !important;
  border: 1px solid #e0e0e0;
  margin-top: 3px;
  padding: 0px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker-header,
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  background: #F1F1F1;
  border-bottom: 1px solid #e0e0e0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0px 30px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background: none;
  border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-next {
  right: 0px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev .ui-state-hover,
.ui-datepicker .ui-datepicker-next .ui-state-hover {
  border: none;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: none;
  background: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  color: #d0151e;
}
.ui-datepicker .ui-datepicker-prev-hover span,
.ui-datepicker .ui-datepicker-next-hover span {
  color: #4b4b4a;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: none;
  border: none;
  margin: 0px;
  width: 25px;
  height: 25px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:after {
  padding: 3px 0px 0px 3px;
  font-family: "fontello";
  content: '\e811';
  font-size: 18px;
  right: 0px;
  top: 0px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 25px;
  width: 25px;
  line-height: 18px;
}
.ui-datepicker .ui-datepicker-next .ui-icon:after {
  padding: 3px 5px 0px 0px;
  font-family: "fontello";
  content: '\e813';
  font-size: 20px;
  right: 0px;
  top: 0px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 25px;
  width: 25px;
  line-height: 18px;
}
.ui-datepicker select.ui-datepicker-month {
  width: 65%;
}
.ui-datepicker select.ui-datepicker-year {
  width: 35%;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content,
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-state-default {
  background: #f6f7f6;
  font-weight: bold;
  color: #828282;
  border: 1px solid #e0e0e0;
}
.ui-datepicker .ui-datepicker-calendar {
  border-spacing: 5px;
  border-collapse: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background-color: #4b4b4a;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  border: 1px solid #9DC1E9;
  background: #177e50;
  color: #fff;
}
/* Color picker */
.minicolors {
  position: relative;
}
.minicolors-sprite {
  background-image: url("../image/jquery-minicolors.png");
}
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}
.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}
/* Panel */
.minicolors-panel {
  position: absolute;
  width: 223px;
  z-index: 99999;
  box-sizing: content-box;
  display: none;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 5px;
}
.minicolors-panel.minicolors-visible {
  display: block;
}
/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}
.minicolors-position-right .minicolors-panel {
  right: 0;
}
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}
.minicolors-position-left .minicolors-panel {
  left: 0;
}
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  margin-bottom: 2px;
  background-position: -120px 0;
  cursor: crosshair;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 6px;
  right: 50px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}
.minicolors .minicolors-rgb {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 40px;
  height: 150px;
}
.minicolors .minicolors-rgb .label {
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 700;
}
.minicolors .minicolors-rgb input.green,
.minicolors .minicolors-rgb input.red,
.minicolors .minicolors-rgb input.blue {
  padding-left: 3px;
  padding-right: 3px;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}
/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 0 4px 0 0;
}
.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
}
.minicolors-swatch.selected {
  border-color: #000;
}
/* Inline controls */
.minicolors-inline {
  display: inline-block;
}
.minicolors-inline .minicolors-input {
  display: none !important;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}
/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}
/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  padding: 18px;
}
.minicolors-theme-semanticui input {
  text-indent: 30px;
}
/* Row */
.row.propertiesRow > .column {
  padding: 0px 5px;
}
.row.propertiesRow > .column:first-child {
  padding-left: 0px;
}
.row.propertiesRow > .column:last-child {
  padding-right: 0px;
}
/* Progress */
.progressBar {
  max-width: 450px;
  margin: 0px auto;
}
.progressBar svg {
  height: 25px;
  border: 1px solid #e0e0e0;
  padding: 2px;
}
.progressBar .description {
  text-align: center;
  min-height: 22px;
  vertical-align: bottom;
}
.progressBar .description.running:before {
  content: '';
  background-image: url("../image/icons/16/loading.gif");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  bottom: 0;
  vertical-align: bottom;
}
.progressBar.fileUploadProgressBar {
  height: 25px;
}
.progressBar.surveyResultSummary {
  margin: 3px 0px;
  height: 17px;
  background-color: #efefef;
}
/* questionlist */
.questionlist {
  line-height: 2em;
  /* Questionlist - Page Selector */
}
.questionlist .groupheader {
  padding: 20px 8px 2px 8px;
  border-bottom: solid 1px #DDDDDD;
}
.questionlist .groupheader:first-child {
  padding-top: 0px;
}
.questionlist .groupheader .name {
  color: #d0151e;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1px;
}
.questionlist .header {
  color: #06094A;
  font-size: 1em;
  padding: 0px 8px;
  border-bottom: solid 1px #DDDDDD;
}
.questionlist .emptyrow {
  border-bottom: none;
}
.questionlist .grouptabitems {
  display: inline-block;
  padding-left: 5px;
}
.questionlist .grouptab .grouptabitem {
  cursor: pointer;
}
.questionlist .itemview .item {
  border-bottom: none;
}
.questionlist .pageSelector {
  /* Questionlist - Page Selector - Tabs */
}
.questionlist .pageSelector .item {
  color: #626262;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.3em;
}
.questionlist .pageSelector .item:hover {
  color: #70B6D0;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.questionlist .pageSelector .item.selected {
  color: #70B6D0;
}
.questionlist .pageSelector .item .step {
  font-weight: bold;
}
.questionlist .pageSelector.pageSelectorTabs {
  margin-bottom: 2px;
  border-bottom: solid 1px #D6D6D6;
  height: 29px;
  padding: 0px 0px 0px 5px;
}
.questionlist .pageSelector.pageSelectorTabs .item {
  background: #f4f4f4;
  border-left: solid 1px #d4d4d4;
  border-top: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  padding: 3px 5px;
  display: inline-block;
  margin: 0px 2px;
  height: 28px;
}
.questionlist .pageSelector.pageSelectorTabs .item.selected {
  background: #fff;
  height: 29px;
}
.questionlist .pageSelector.pageSelectorTabs .item .step {
  padding-right: 5px;
  color: #06094A;
  font-weight: bold;
}
/* Popup Blocker */
.blocker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}
.window {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
}
.window .windowTitle {
  min-height: 50px;
  border-bottom: 1px solid #D4D4D4;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.35em;
  background-color: #f9f9f9;
  padding: 9px 15px;
  flex: 0 0 auto;
}
.window .windowBody {
  overflow: auto;
  flex: 1 1;
}
.window .windowBody .section.messagesSection .container .messages {
  margin: 5px 0px;
}
.window .windowBody .contentSection {
  padding: 16px;
}
.window .windowBody .buttonSection {
  padding: 10px;
  border-top: 1px solid #D4D4D4;
  background: #fff;
  height: 60px;
}
.window.popupWindow {
  display: flex;
  flex-direction: column;
}
.window.popupWindow .windowBody .contentSection {
  padding: 9px 15px;
}
.window.popupWindow .windowBody .contentSection > .container {
  margin: 0px;
  padding: 9px 15px;
}
.window.popupWindow .windowBody .contentSection > .container .messages {
  margin: 0px;
}
/* Message Window */
.messageWindow {
  padding: 15px;
  width: 500px;
  height: 75px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  border: 1px solid #8f8f8f;
  box-shadow: 1px 1px 5px #8f8f8f;
  /*
  .loading {
	display: block;
	margin: 0px auto;
  }*/
}
.messageWindow.big {
  height: 150px;
}
.messageWindow .buttonrow {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .messageWindow {
    max-width: 100%;
  }
}
/* resourceSelectWindow */
/* Window */
.window.resourceSelectWindow {
  width: 750px;
  height: 572px;
}
.window.resourceSelectWindow .windowBody {
  height: 520px;
}
.window.resourceSelectWindow .contentSection {
  padding: 16px;
}
.window.resourceSelectWindow .buttonSection {
  border-top: 1px solid #ccc;
  padding: 8px 16px;
}
.window.resourceSelectWindow .windowBody .contentSection {
  height: 460px;
}
.window.resourceSelectWindow .windowTitle .closeButton {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 1em;
  width: 1em;
}
.window.resourceSelectWindow .windowTitle .closeButton:after {
  content: '\e81d';
  text-align: center;
  display: block;
  font-family: "fontello";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  pointer-events: none;
}
.window.resourceSelectWindow .windowTitle .closeButton:hover {
  color: #77c4ff;
  text-decoration: none;
  cursor: pointer;
}
.window.resourceSelectWindow .fileList,
.window.resourceSelectWindow .fileTiles {
  height: 395px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 3px;
  overflow: auto;
}
.window.resourceSelectWindow .fileList .item {
  border-left: 5px solid transparent;
}
.window.resourceSelectWindow .fileList .item .name {
  cursor: pointer;
  height: 32px;
  padding-top: 4px;
}
.window.resourceSelectWindow .fileList .item:hover {
  border-left: 5px solid #f59505;
}
.window.resourceSelectWindow .fileTiles .item {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  float: left;
  width: 130px;
  height: 140px;
  margin: 5px;
  border: solid 1px #f8f8f8;
  cursor: pointer;
  overflow: hidden;
}
.window.resourceSelectWindow .fileTiles .item:hover {
  color: #288edf;
  border: solid 1px #e0e0e0;
}
.window.resourceSelectWindow .fileTiles .item .icon {
  margin: 5px auto 0px auto;
  font-size: 50px;
  line-height: 1.2em;
  text-align: center;
  min-height: 75px;
  position: absolute;
  top: 0px;
  left: 50%;
}
.window.resourceSelectWindow .fileTiles .item .icon:before {
  transform: translateX(-70%);
}
.window.resourceSelectWindow .fileTiles .item .icon img {
  max-width: 75px;
  max-height: 75px;
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.window.resourceSelectWindow .fileTiles .item .title {
  margin: 0px auto;
  text-align: center;
  word-break: break-all;
  position: absolute;
  bottom: 2px;
  left: 0px;
  right: 0px;
}
.window.resourceSelectWindow .filePreviewBox {
  height: 395px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.window.resourceSelectWindow .filePreviewBox .filePreviewHeaderRow,
.window.resourceSelectWindow .filePreviewBox .filePreviewRow {
  flex: 1;
  width: 100%;
  position: relative;
}
.window.resourceSelectWindow .filePreviewBox .filePreviewHeaderRow {
  flex-grow: 0;
}
.window.resourceSelectWindow .filePreviewBox .filePreviewRow {
  flex-grow: 1;
  flex-shrink: 1;
}
.window.resourceSelectWindow .filePreviewBox .filePreviewRow {
  margin-top: 5px;
  overflow: auto;
}
.window.resourceSelectWindow .filePreview {
  overflow: auto;
  height: 100%;
}
.window.resourceSelectWindow .filePreview .icon {
  font-size: 256px;
  line-height: 256px;
  height: 300px;
}
.tox .window {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0px;
}
.tox .resourceSelectWindow {
  margin: -16px;
  border-radius: 0px;
  height: 600px;
}
.tox .resourceSelectWindow .windowBody {
  height: auto;
}
.tox .resourceSelectWindow .windowBody .contentSection {
  height: 540px;
}
.tox .resourceSelectWindow .fileList,
.tox .resourceSelectWindow .fileTiles {
  height: 470px;
}
.tox .resourceSelectWindow .filePreviewBox {
  height: 470px;
}
.tox .tox-editor-header {
  z-index: auto !important;
}
.resourceSelectWindow .buttonSection .button {
  margin-left: 15px;
}
/* Toolbr */
.toolbar {
  /* Input toolbar */
  /* Internal toolbar */
}
.toolbar .toolbarButton:not(.readonly):not([disabled]):hover,
.toolbar .toolbarButton:not(.readonly):not([disabled]).active {
  color: #46aaff;
  border: 1px solid transparent;
  background: #f2f6fc;
}
.toolbar .toolbarButton[disabled] {
  border: 1px solid transparent;
}
.toolbar .toolbarBlock {
  margin: 4px 2px;
}
.toolbar.inputToolbar {
  background: #efefef;
  border: 2px solid #d8d8d8;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
}
.toolbar.inputToolbar .toolbarBlock {
  margin: 2px 2px;
}
.toolbar.inputToolbar + .input,
.toolbar.inputToolbar + .input:not(.readonly):not([disabled]).hover,
.toolbar.inputToolbar + .input.textBox:not(.readonly):not([disabled]).focus {
  border-radius: 0px 0px 5px 5px;
  width: 100%;
}
.toolbar.internalToolbar {
  background: none;
  border: 1px solid transparent;
}
.toolbar.internalToolbar .toolbarButton:hover {
  background: transparent;
  border: 1px solid transparent;
  color: #77c4ff;
}
/* Groupactions */
.optionsSection .optionsToolbar.groupselect {
  display: none;
}
.optionsSection .groupactionCanvas .groupactionTitle {
  padding: 4px 5px 0px 0px;
}
/* Filterbar */
.filterbar {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  border-bottom: 2px solid #dedddd;
  background: transparent;
}
.filterbar .filterlist:after {
  content: '';
  clear: left;
  display: block;
}
.filterbar .filterlist > .item {
  min-height: 62px;
  float: left;
  padding: 5px;
}
.filterbar > .button {
  margin: 5px;
}
.filterbar .header {
  padding: 0px 8px 2px 5px;
  font-weight: 600;
  font-size: 1.5em;
}
.filterbar label {
  font-weight: normal;
  margin-bottom: 3px;
}
.filterbar .closeButton {
  color: #46aaff;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.filterbar .closeButton:after {
  text-align: center;
  font-family: "fontello";
  content: '\E81D';
  height: 2em;
  width: 2em;
  margin-top: -0.65em;
  line-height: 1em;
  color: #6f6f6f;
}
.filterbar .closeButton:hover:after {
  color: #46aaff;
}
#fileAddDisplay .fileUploadName {
  text-align: center;
  padding: 5px 0px;
}
.helpBox {
  position: relative;
  padding: 0px;
  background: transparent;
  border-bottom: 2px solid #dedddd;
}
.helpBox .closeButton {
  color: #46aaff;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.helpBox .closeButton:after {
  text-align: center;
  font-family: "fontello";
  content: '\E81D';
  height: 2em;
  width: 2em;
  margin-top: -0.65em;
  line-height: 1em;
  color: #6f6f6f;
}
.helpBox .closeButton:hover:after {
  color: #46aaff;
}
.helpBox .knowledgebaseArticle,
.whiteFrame.knowledgebaseArticle {
  padding: 20px;
}
.helpBox .knowledgebaseArticle .info {
  display: none;
}
.helpBox .whiteFrame.knowledgebaseArticle {
  border: none;
  background: transparent;
  margin: 0px;
}
/* properties */
.properties .title {
  font-weight: bold;
  color: #333;
}
.properties > .title {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #d0151e;
  margin-bottom: 15px;
  color: #d0151e;
}
.properties .item {
  margin-bottom: 10px;
}
.properties .item .selectBox {
  width: 100%;
}
/* Progress */
.staticProgressBar {
  width: 100px;
  border: 0px solid #e0e0e0;
}
.staticProgressBar .bar {
  min-height: 20px;
  float: left;
}
.staticProgressBar .resolvingdBar {
  background: #f78a8f;
}
.staticProgressBar .resolvedBar {
  background: #fdc678;
}
.staticProgressBar .completedBar {
  background: #94ffa6;
}
.attachmentPreviewBox {
  z-index: 10000;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: #000;
  cursor: pointer;
}
.attachmentPreviewBox img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* Server */
.serverList .server {
  position: relative;
  min-height: 100px;
}
.serverList .server .name {
  font-size: 19px;
  line-height: 20px;
  color: #333;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 230px;
  font-weight: 600;
  bottom: 35px;
  overflow: hidden;
}
.serverList .server .properties {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
}
.serverList .server .properties > div {
  flex: 1;
}
/* Domain */
.domainList .domain {
  position: relative;
  min-height: 100px;
}
.domainList .domain .name {
  font-size: 19px;
  line-height: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 230px;
  font-weight: 600;
  bottom: 35px;
  overflow: hidden;
}
.domainList .domain .properties {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
}
.domainList .domain .properties > div {
  flex: 1;
  text-align: left;
  padding-right: 15px;
}
.domainList .domain .properties .server {
  flex: 2;
  text-align: left;
}
/* Database */
.databaseList .database {
  position: relative;
  min-height: 100px;
}
.databaseList .database .name {
  font-size: 19px;
  line-height: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 230px;
  font-weight: 600;
  bottom: 35px;
  overflow: hidden;
}
.databaseList .database .properties {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
}
.databaseList .database .properties > div {
  flex: 1;
}
/**/
.serverBackupListview .serverBackup.total {
  font-weight: bold;
}
.serverBackupListview .serverBackup .staticProgressBar {
  float: right;
}
.serverBackupListview .serverBackup .staticProgressBar .usedBar {
  background: #f78a8f;
}
.serverBackupListview .serverBackup .staticProgressBar .unusedBar {
  background: #94ffa6;
}
/* Recordview */
.recordview {
  border-spacing: 0px;
}
.recordview > .items > .item,
.recordview > form > .items > .item {
  border-bottom: solid 1px #f6f6f6;
  padding: 5px 0px 5px 0px;
  line-height: 29px;
  display: flex;
}
.recordview > .items > .item > .description,
.recordview > form > .items > .item > .description {
  font-weight: 500;
}
.recordview > .items > .item > .icon.helpIndicator:before,
.recordview > form > .items > .item > .icon.helpIndicator:before {
  line-height: 29px;
}
.recordview > .items > .item.fullrow,
.recordview > form > .items > .item.fullrow {
  padding: 0px;
}
.recordview > .items > .item.header,
.recordview > form > .items > .item.header {
  padding: 5px 0px 5px 0px;
  border-bottom: solid 1px #eaeaea;
  margin-top: 15px;
}
.recordview > .items > .item.header .description,
.recordview > form > .items > .item.header .description {
  color: #46aaff;
  font-size: 1.15em;
  line-height: 1.3em;
}
.recordview > .items > .item.header .description > .info,
.recordview > form > .items > .item.header .description > .info {
  display: inline-block;
}
.recordview > .items > .item.disabled,
.recordview > form > .items > .item.disabled {
  background-color: #F5F5F5;
  color: #B4B4B4;
}
.recordview > .items > .item.obligatorily,
.recordview > form > .items > .item.obligatorily {
  background-color: #F9E8E7;
}
.recordview > .items > .item.error,
.recordview > form > .items > .item.error {
  background-color: #F9E8E7;
}
.recordview > .items > .item.correct,
.recordview > form > .items > .item.correct {
  background-color: #DBF6DA;
}
.recordview > .row > .column:first-child {
  flex: 3;
}
.recordview > .row > .column:last-child {
  flex: 7;
}
.recordview > .row.fullrow > label {
  padding: 5px 8px;
}
.recordview .item.border {
  height: 1px;
  padding: 0px;
  background-color: #B4B4B4;
}
.recordview input[type="file"] {
  padding: 3.5px 0px 0px 0px;
  min-height: 31px;
}
@media screen and (max-width: 1024px) {
  .recordview > .items > .item {
    display: block;
  }
  .recordview > .items > .item > .description {
    display: inline-block;
  }
  .recordview > .items > .item > .info {
    display: inline-block;
    margin-left: 15px;
  }
}
.recordview.filterview > form > .items .item.filterItem {
  border-bottom: solid 1px #f6f6f6;
  padding: 5px 0px 5px 0px;
  line-height: 29px;
  display: flex;
}
.recordview.filterview > form > .items .item.filterItem > .icon.helpIndicator:before {
  line-height: 29px;
}
/* Settingview */
.settingview h2 {
  margin: 15px 0px 0px 0px;
}
.settingview h2:first-child {
  margin-top: 0px;
}
.settingview .navigationColumn {
  padding: 0px;
  min-width: 150px;
  background: transparent;
  border: 2px solid #dedddd;
}
.settingview .navigationColumn .menuList {
  padding: 10px;
}
/* Menulist */
.menuList {
  border-radius: 5px;
}
.menuList h3 {
  margin-top: 25px;
  margin-bottom: 0.2em;
}
.menuList h3:first-child {
  margin-top: 0px;
}
.menuList > .menuItem {
  position: relative;
  display: block;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  padding: 10px 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2d2d5a;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}
.menuList > .menuItem.header {
  font-size: 1.15em;
  font-weight: 600;
  padding: 15px 10px 10px 0px;
}
.menuList > .menuItem.active {
  color: #46aaff;
  background: #fff;
}
.menuList > .menuItem.clickable:hover {
  background-color: #cdcdcd;
}
.menuList > .menuItem .info {
  float: right;
}
/* Input fields */
/*
.input.textBox,
.input.textArea,
.input.selectBox,
.input.checkboxList,
.input.radioList,
.input.imageList,
.input.folderSelectBox,
.input.selectList,
.fakeInput.textBox,
.fakeInput.textArea,
.fakeInput.selectBox,
.fakeInput.checkboxList,
.fakeInput.radioList,
.fakeInput.imageList,
.fakeInput.folderSelectBox,
.fakeInput.selectList,
.input.checkbox,
.fakeInput.checkbox {
  border: 2px solid @inputBorderColor;
  border-radius: 5px;
}
.input.switchBox,
.fakeInput.switchBox {
  border: 2px solid @inputBorderColor;
}
.input.switchBox .switch {
  background: @colorNormal;
}*/
/*
.input.textBox.invalid,
.input.selectBox.invalid,
.input.radioList.invalid,
.input.checkboxList.invalid,
.input.radioButton.invalid,
.input.checkbox.invalid,
.input.textArea.invalid,
.input.datetimeSelectBox.invalid > .input,
.input.emailAddressSelectBox.invalid > .input,
.input.domainSelectBox.invalid > .input,
.input.imageList.invalid,
.input.checkbutton.invalid,
.input.selectList.invalid,
.input.timeSelectBox.invalid,
.input.borderSelectBox.invalid {
  border-width: 2px;
}
.input.textBox:not(.readonly):not([disabled]):hover,
.input.passwordBox:not(.readonly):not([disabled]):hover,
.input.textArea:not(.readonly):not([disabled]):hover,
.input.selectBox:not(.readonly):not([disabled]):hover,
.input.checkbox:not(.readonly):not(.readonly):not([disabled]):hover,
.input.checkboxList li:hover .input.checkbox:not(.readonly):not([disabled]):not(.readonly),
.input.radioList li:hover .input.radioButton:not(.readonly):not([disabled]):not(.readonly) {
  border-width: 2px;
}
.input.textBox:not(.readonly):not([disabled]).focus,
.input.textArea:not(.readonly):not([disabled]).focus,
.input.selectBox:not(.readonly):not([disabled]).focus,
.input.checkboxList:not(.readonly):not([disabled]).focus,
.input.checkbox:not(.readonly):not([disabled]).focus {
  border-width: 2px;
}*/
.textBox > .value.clickable {
  color: #46aaff;
}
.rightSelectBox {
  display: block;
}
.input.rightSelectBox,
.fakeInput.rightSelectBox {
  padding: 0px;
}
.rightSelectBox .item {
  padding: 3px;
}
.rightSelectBox .item.category {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 600;
}
.input.rightSelectBox .item.category {
  color: #2d2d5a;
  background: #efefef;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.rightSelectBox .item.category:first-child {
  border-top: none;
}
.rightSelectBox .item.group {
  display: flex;
  min-height: 40px;
}
.rightSelectBox .item.group .name {
  flex: 1 0;
  max-width: 250px;
  padding-top: 5px;
}
.rightSelectBox .item.group .list {
  flex: 1 0;
}
.rightSelectBox .item.group .list .item {
  float: left;
  margin-right: 10px;
}
.rightSelectBox .item .input.checkbox,
.rightSelectBox .item .icon {
  margin-right: 0px;
}
.rightSelectBox:not(.input) div.checkbox:not(.checked):after {
  content: '\e81d';
  font-family: "fontello";
  position: absolute;
  top: 0.15em;
  left: 0.2em;
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1em;
  color: red;
}
.rightSelectBox:not(.input) div.checkbox.checked:after {
  color: green;
}
.checkboxList .item.blocked,
.radioList .item.blocked,
.imageList .item.blocked {
  color: #666666;
}
/* Tableview */
body {
  /* Table view - Data Group */
  --tableViewDataGroupMargin: 10px 0 0 0;
  --tableViewDataGroupPadding: 10px 0 5px 0;
  --tableViewDataGroupFontColor: #1266ae;
  --tableViewDataGroupBorderThickness: 0 0 1px 0;
  --tableViewDataGroupBorderColor: #eaeaea;
  /* Table view - Data Row - Cell - Hover */
  --tableViewDataRowCellHoverBackground: #f2f6fc;
  --tableViewDataRowCellHoverFontColor: #46aaff;
}
.tableview {
  /* EmailTableView*/
}
.tableview table {
  /*tbody tr.clickable:hover {
	  color: #46aaff;
	  background: #f2f6fc;
	}*/
}
.tableview table thead tr th {
  font-weight: 450;
  text-align: left;
  border-top: none;
  border-bottom: solid 1px #eaeaea;
  padding: 5px 0px 0px 0px;
  color: #46aaff;
}
.tableview.simple table tbody tr td {
  height: auto;
}
.tableview .footer {
  margin: 10px 0px 25px 0px;
}
.tableview .footer .navigation {
  padding: 1px 5px;
}
.tableview .footer .navigation .item {
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 600;
  text-decoration: none;
}
.tableview .footer .navigation .item.selected {
  background: #efefef;
}
.tableview .footer .count {
  padding: 0px 5px;
  text-align: right;
}
.tableview .toolbar .toolbarButton:not(.readonly):not([disabled]):hover {
  background: transparent;
  border: 1px solid transparent;
  color: #77c4ff;
}
.tableview .item.blocked,
.tableview .item.ghost {
  color: #666666;
}
.tableview.compact table tbody tr td {
  height: 25px;
}
.tableview.emailTableview {
  max-height: 500px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
}
.tableview.emailTableview thead {
  background: #efefef;
}
.tableview.emailTableview thead tr th {
  color: #2d2d5a;
  border-bottom: solid 1px #e0e0e0;
}
.tableview.emailTableview tbody tr td {
  height: 15px;
}
.tableview.emailTableview tbody tr.invalid td {
  background-color: #fff6f6;
}
@media screen and (max-width: 768px) {
  .tableview table tbody tr td {
    border-bottom: none;
  }
}
.tabs.emailTableview > .tabBody {
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 0px;
}
/* Pages */
/* popupPage */
.popupPage .section.optionsSection {
  min-height: auto;
}
.popupPage .section.contentSection > .container.contentMainContainer,
.popupPage .section.copyrightSection {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.popupPage .section.copyrightSection > .container {
  right: 0px;
}
.popupPage .section.contentSection > .container.contentMainContainer {
  top: 45%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.popupPage .section.titleSection {
  padding: 15px 25px;
}
.popupPage .section.contentSection > .container.contentMainContainer .contentHeader {
  border-radius: 15px 15px 0px 0px;
}
.popupPage .section.innerContentSection {
  padding: 25px;
}
.popupPage .section.contentSection {
  padding-top: 1px;
}
.popupPage .section.contentSection > .container.contentMainContainer > .section.contentFrameSection > .container.mainContainer {
  position: relative;
}
.popupPage .section.innerContentSection > .container.mainContainer {
  position: relative;
}
.popupPage .section.contentHeaderSection {
  border-top: none;
}
.popupPage .section.contentHeaderSection .section.optionsSection {
  min-height: 0px;
}
/* logonPage */
.logonPage .section.optionsSection {
  min-height: auto;
}
.logonPage .section.contentHeaderSection {
  border-radius: 10px 10px 0px 0px;
}
.logonPage .section.contentSection > .container.contentMainContainer,
.logonPage .section.copyrightSection {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.logonPage .section.copyrightSection > .container {
  right: 0px;
}
.logonPage .section.contentSection > .container.contentMainContainer {
  top: 45%;
  left: 50%;
  bottom: auto;
  margin: 0px;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.logonPage .section.contentSection > .container.contentMainContainer > .section.contentFrameSection > .container.mainContainer {
  position: relative;
}
.logonPage .section.titleSection {
  padding: 15px 15px;
}
.logonPage .section.contentSection > .container.contentMainContainer .contentHeader {
  border-radius: 15px 15px 0px 0px;
}
.logonPage .section.contentSection {
  padding-top: 1px;
}
.logonPage fieldset {
  margin: 25px 0px 5px 0px;
}
.logonPage fieldset .fieldsetrow {
  margin-bottom: 20px;
  border-bottom: none;
}
.logonPage form + .buttonrow {
  margin-top: 0px;
}
.logonPage .section.innerContentSection > .container.mainContainer {
  position: relative;
  padding: 45px;
}
.logonPage .section.innerContentSection > .container.subContainer {
  border-top: 1px dashed #d8d8d8;
  padding: 25px 25px 25px 25px;
  background: #fcfcfc;
  border-radius: 0px 0px 10px 10px;
}
.logonPage .section.innerContentSection > .container.subContainer h2 {
  font-weight: 400;
  font-size: 1.55em;
  line-height: 1em;
  margin: 0px;
  padding: 0px 0px 8px 0px;
  color: #2d2d5a;
  text-shadow: none;
  letter-spacing: -0.01em;
  border: none;
}
.logonPage .section.innerContentSection > .container.subContainer .buttonrow {
  margin-top: 5px;
}
.logonPage .section.contentHeaderSection {
  border-top: none;
}
.logonPage .section.contentHeaderSection .section.optionsSection {
  min-height: 0px;
}
@media screen and (max-width: 768px) {
  .logonPage fieldset {
    margin-bottom: 5px;
  }
  .logonPage fieldset .fieldsetrow {
    margin-bottom: 15px;
  }
  .logonPage .section.contentSection > .container.contentMainContainer,
  .logonPage .section.copyrightSection {
    max-width: none;
  }
  .logonPage .section.contentSection > .container.contentMainContainer {
    top: 0px;
    left: 0px;
    bottom: 0px;
    transform: none;
    box-shadow: none;
    border-radius: 0px;
  }
}
.logonPage.secondFactorPage .authenticateRow .column {
  border-left: 1px dashed #eaeaea;
  padding: 0px 10px;
}
.logonPage.secondFactorPage .authenticateRow .column:first-child {
  border-left: none;
  padding-left: 0px;
}
.logonPage.secondFactorPage .authenticateRow .column:last-child {
  padding-right: 0px;
}
body.logonPage .section.headerSection {
  background: transparent;
  position: absolute;
  top: 0px;
  right: 0px;
}
body.logonPage .section.headerSection .logo {
  display: none;
}
body.logonPage .section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu,
body.logonPage .section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu {
  background: transparent;
  border: 2px solid #2d2d5a;
  color: #2d2d5a;
}
body.logonPage .section.headerSection .section.headerMenuSection .container > .dropdownMenu.buttonDropdownMenu:hover,
body.logonPage .section.headerSection .section.headerMenuSection .container .group > .dropdownMenu.buttonDropdownMenu:hover {
  border: 2px solid #46aaff;
  color: #46aaff;
}
body.logonPage .section.contentSection .section.copyrightSection {
  z-index: 100;
  right: 0;
  left: 0;
  max-width: none;
}
body.logonPage .section.contentSection .section.copyrightSection > .container {
  /*color: #fff;*/
  background: #fff;
}
body.logonPage .section.innerContentSection > .container.subContainer {
  border-top: 2px solid #dedddd;
}
body.logonPage .section.contentSection > .container.contentMainContainer {
  border: 2px solid #dedddd;
  border-radius: 10px;
  box-shadow: none;
  top: 150px;
  left: auto;
  right: 100px;
  bottom: auto;
  margin: 0px;
  transform: none;
  z-index: 1;
  background: #fff;
  max-height: calc(100vh - 150px);
}
@media screen and (max-width: 768px) {
  body.logonPage .section.contentSection > .container.contentMainContainer {
    top: 100px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: none;
    box-shadow: none;
    border-radius: 0px;
    max-height: none;
  }
}
body.logonPage .section.contentHeaderSection {
  border-top: none;
}
body.logonPage .section.backgroundSection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  color: #fff;
  padding: 25px 50px 0px 25px;
  /*opacity: 0.8;*/
  /*background: url('/resource/image/emailvalidationbackground.png') no-repeat 50% 0 #002f74;*/
  background: url('/resource/image/logonbackground.svg') no-repeat;
  background-size: cover;
}
body.logonPage .section.backgroundSection:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 50px;
  top: 25px;
  width: 50%;
  height: 100%;
  max-width: 650px;
  min-width: 250px;
  background: url('/resource/image/logo2020blue.svg') no-repeat;
}
body.logonPage .section.backgroundSection h1 {
  margin-top: 50px;
  color: #fff;
}
/* recordSettings */
.recordSettings {
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 25px;
  background: transparent;
  border: 2px solid #dedddd;
}
.recordSettings h3 {
  margin: 0em;
}
.recordSettings .recordSetting {
  margin-top: 25px;
  margin-bottom: 0.2em;
}
.recordSettings .recordSetting:first-child {
  margin-top: 0px;
}
/* Dropdown */
.dropdownMenu.left > .dropdown {
  right: calc(100% + 6px);
}
/* htmlTinyMceTextArea */
.htmlTinyMceTextArea .mce-panel {
  border-radius: 5px 5px 0px 0px;
}
.installBox {
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 10px;
}
.installBox .toolbar {
  background: #efefef;
  padding: 2px 10px 0px 10px;
}
.installBox .title {
  font-size: 1.25em;
  line-height: 1.05em;
  font-weight: 600;
  color: #2d2d5a;
  letter-spacing: -0.01em;
  padding: 10px 10px 0px 10px;
}
.installBox .content {
  padding: 10px;
}
/* Top tabs */
.topTabs > .item {
  float: left;
  margin-right: 5px;
  padding: 4px 5px 5px 5px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  color: #6d6d6d;
  background: #fff;
  height: 30px;
  margin-bottom: 1px;
  position: relative;
  margin-top: 5px;
  line-height: 22px;
}
.topTabs > .item > .icon {
  display: inline-block;
  font-size: 18px;
  margin-top: -2px;
}
.topTabs > .item:after {
  content: '';
  position: absolute;
  left: -6px;
  top: 29px;
  right: -6px;
  height: 0px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
}
.topTabs > .item:hover {
  cursor: pointer;
}
.topTabs > .item.active {
  color: #333;
  padding-bottom: -10px;
  height: 31px;
  margin-bottom: 0px;
  background: #efefef;
  border-bottom: none;
}
.topTabs > .item.active:after {
  right: 100%;
}
.topTabs > .item .toolbar {
  float: right;
  border: none;
  background: none;
  padding: 0px;
  margin-top: -4px;
}
.topTabs > .item .toolbar .toolbarBlock.activeOnly {
  display: none;
}
.topTabs > .item.active .toolbar .toolbarBlock.activeOnly {
  display: block;
}
.topTabs > .item .toolbar .toolbarBlock.templateButton {
  display: none;
}
.topTabs > .item.template .toolbar .toolbarBlock.templateButton {
  display: block;
}
.topTabs:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #d9d9d9;
}
.topTabs:after {
  content: '';
  display: block;
  clear: both;
}
.topTabs {
  position: relative;
}
/* Tiles */
.blocks:after {
  content: '';
  display: block;
  clear: both;
}
.blocks .block {
  float: left;
  width: 300px;
  height: 100px;
  margin: 15px;
  position: relative;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.blocks .block .icon {
  text-align: center;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 48px;
  color: #a9a9a9;
}
.blocks .block .count {
  color: #46aaff;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 25px;
}
.blocks .block .title {
  color: #bdbdbd;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
/* Editor on screen */
body.editor {
  /*
  .section .questionnaireView,
  .section .dashboardEditor {
	box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 60%);
	border: 1px solid #e6e6e6;
	background: #fff;
  }*/
  /*.section .reportEditor {
	margin: 0 auto;
  }*/
  /* editorLeftBarTabs */
}
body.editor .section.innerContentSection > .container.mainContainer {
  padding: 0px;
}
body.editor .section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar > .container.mainContainer {
  margin-bottom: 23px;
}
body.editor .section.contentFrameSection.withLeftbar > .container.leftbarContainer {
  position: relative;
}
body.editor .editorLeftBarTabs {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-flow: column;
}
body.editor .editorLeftBarTabs > .tabHeader {
  flex: 0 1 auto;
  padding-top: 5px;
}
body.editor .editorLeftBarTabs > .tabBody {
  flex: 1 1 auto;
  position: relative;
}
body.editor .input.textBox.editorElementTreeSearch {
  width: 100%;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 1px;
  position: relative;
  padding-left: 18px;
}
body.editor .input.textBox.editorElementTreeSearch.hover,
body.editor .input.textBox.editorElementTreeSearch.focus {
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 1px;
}
body.editor .input.textBox.editorElementTreeSearch:before {
  font-family: "fontello", sans-serif;
  content: '\E88D';
  color: #d8d8d8;
  display: inline;
  position: absolute;
  left: 0px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: none;
  width: auto;
  height: auto;
  font-size: 20px;
}
body.editor .listview.editorElementList,
body.editor .listview.editorComponentList {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
body.editor .listview.editorElementList {
  top: 38px;
}
body.editor .listview.editorElementList > .items > .item.notVisible {
  color: #8f8f8f;
}
body.editor .section.contentSection > .container.contentMainContainer > .section.contentFrameSection.withLeftbar > .container.mainContainer {
  background: #a6a6a6;
  border: 1px solid #bfbfbf;
}
body.editor .tabs.editorLeftBarTabs > .tabHeader {
  background: #efefef;
  padding-bottom: 1px;
}
body.editor .tabs.editorLeftBarTabs > .tabHeader:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #d8d8d8;
}
body.editor .tabs.editorLeftBarTabs > .tabHeader > .tab {
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-radius: 0px;
}
body.editor .tabs.editorLeftBarTabs > .tabBody {
  border: none;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0px;
}
#editorPreview {
  position: relative;
}
#editorPreview.dropOn:after {
  content: '';
  position: absolute;
  bottom: -18px;
  right: 0px;
  left: 0px;
  border-top: 2px solid red;
  display: block;
}
.editorElementPreview {
  /*zoom: 20%;*/
  user-select: none;
}
/* questionnaireView */
/*
.questionnaireView.editorMode {
  position: relative;
  &.dropbefore:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 0px;
	right: 0px;
	display: block;
	height: 2px;
	background: red;
  }
  &.dropafter:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0px;
	right: 0px;
	display: block;
	height: 2px;
	background: red;
  }
  > .items {
	.item.cell {
	  height: 100%;
	}
	.item.cell > .item {
	  display: block;
	  height: 100%;
	}
	.questionItem {
	  border: 1px transparent solid;
	  padding: 10px;
	  position: relative;
	  margin: 10px 0px;
	}
	.questionItem.hover {
	  border: 1px @bodyTextColor dashed;
	  cursor: pointer;
	}
	.questionItem.selected {
	  background: #f3f1ee;
	  border: 1px solid #d4d4d4;
	}
	.questionItem.dropbefore:before {
	  content: '';
	  position: absolute;
	  top: -7px;
	  left: 0px;
	  right: 0px;
	  display: block;
	  height: 2px;
	  background: red;
	}
	.questionItem.dropafter:after {
	  content: '';
	  position: absolute;
	  bottom: -7px;
	  left: 0px;
	  right: 0px;
	  display: block;
	  height: 2px;
	  background: red;
	}
  }
}*/
/*
.dashboardView.editorMode {
  .dashboardItem {
	border: 1px transparent solid;
	position: relative;
  }
  .dashboardItem.hover {
	border: 1px @bodyTextColor dashed;
	cursor: pointer;
  }
  .dashboardItem.selected {
	background: #f3f1ee;
	border: 1px solid #d4d4d4;
  }
}*/
.dashboardView.internal {
  /*background: red;*/
}
.dashboardView.internal .dashboardItem > .title {
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1em;
  margin: 0px;
  padding: 0px 0px 8px 0px;
  color: #2d2d5a;
  text-shadow: none;
  letter-spacing: -0.01em;
}
.dashboardView.internal .dashboardItem.tilesItem {
  gap: 25px;
}
.dashboardView.internal .dashboardItem.tilesItem > .dashboardItem {
  border: 2px solid #dedddd;
  border-radius: 5px;
  padding: 25px;
  /*background: #f5f5f5;*/
}
.questionnaireView.editorMode .pageName {
  margin: 25px 0px;
  height: 50px;
  position: relative;
}
.questionnaireView.editorMode .pageName .bar::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 2px dashed #5f5f5f;
  z-index: 0;
}
.questionnaireView.editorMode .pageName .description {
  padding: 0px 10px;
  display: block;
  background: #a6a6a6;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.questionnaireView.editorMode > .items {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 15px;
}
.dashboardEditor.editorMode {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #e6e6e6;
  background: #fff;
  min-height: 100px;
}
.reportView.editorMode {
  letter-spacing: -0.6px;
  line-height: normal;
  /*overflow: hidden;*/
}
.reportView.editorMode.spreadsheetEditorType .reportItem.pageLayoutItem {
  background: transparent;
  margin: 5px 0px 0px 0px;
  height: 40px;
}
.reportView.editorMode.spreadsheetEditorType .reportItem.pageLayoutItem > .description {
  left: 10px;
  top: 0px;
  background: #fff;
  height: 100%;
  padding-top: 10px;
  transform: none;
}
.reportView.editorMode.spreadsheetEditorType .reportItem.pageLayoutItem > .bar {
  display: none;
}
.reportView.editorMode.spreadsheetEditorType > .content > .worksheet {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(99, minmax(100px, max-content)) auto;
  grid-template-rows: repeat(10, minmax(25px, auto));
  gap: 2px;
  overflow: auto;
  /*> div {
		  background: #fff;
		}*/
}
.reportView.editorMode.spreadsheetEditorType > .content > .worksheet .gridCell {
  background: #fff;
  overflow: hidden;
}
.reportView.editorMode.spreadsheetEditorType > .content > .worksheet .tableItem {
  display: grid;
  grid-column: 1;
  grid-template-columns: subgrid;
  grid-auto-rows: auto;
}
.reportView.editorMode.spreadsheetEditorType > .content > .worksheet .tableItem > .table {
  display: grid;
  grid-template-columns: subgrid;
  grid-auto-rows: auto;
}
.reportView.editorMode.printableEditorType > .content .reportItem.tableItem table {
  table-layout: fixed;
}
.reportView.editorMode.printableEditorType > .content .page {
  max-width: 725px;
  min-width: 725px;
  min-height: 1016px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #e6e6e6;
  /*padding: 10px;*/
  background: #fff;
  /*display: grid;
		grid-template-columns: 1fr;*/
  margin: 10px auto;
  overflow: hidden;
  position: relative;
}
.reportView.editorMode.printableEditorType > .content .pageHeader,
.reportView.editorMode.printableEditorType > .content .pageFooter {
  max-width: 725px;
  min-width: 725px;
  margin: 0 auto 50px;
  position: relative;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
}
.reportView.editorMode.printableEditorType > .content .pageHeader > .description,
.reportView.editorMode.printableEditorType > .content .pageFooter > .description {
  border-bottom: 1px solid #a6a6a6;
  font-size: 1.15em;
  color: #fff;
  padding: 5px;
  background: #2d2d5a;
}
.reportView.editorMode.printableEditorType > .content .floating {
  display: grid;
  grid-template-columns: 1fr;
}
.reportView.editorMode.printableEditorType > .content .floating .floatingItem {
  grid-row-start: 1;
  grid-column-start: 1;
  min-width: 0;
  /*.previewElement {
			min-width: auto;
			width: auto;
		  }*/
  /*> .previewElement {
			display: inline-block;
		  }*/
}
.reportView.editorMode.printableEditorType > .content .floating .floatingItem > .tablePreview {
  display: inline-block;
  min-width: auto;
  width: auto;
  line-height: 1.1em;
}
.reportView.editorMode.printableEditorType > .content .floating .floatingItem > .tablePreview > .table {
  display: inline-block;
}
.reportView.editorMode.printableEditorType > .content .floating .floatingItem > .tablePreview > .table > .tableview {
  display: inline-block;
}
.reportView.editorMode.printableEditorType > .content .floating .floatingItem > .tablePreview > .table > .tableview > table {
  border: none;
  min-width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.reportView.editorMode.printableEditorType > .content .floating .floatingItem > .tablePreview > .table > .tableview > table tbody tr td {
  border: none;
}
.reportView.editorMode.printableEditorType > .content .reportItem.groupItem {
  display: grid;
  grid-template-columns: 1fr;
}
.reportView.editorMode.printableEditorType > .content .reportItem.groupItem .floating {
  grid-row-start: 1;
  grid-column-start: 1;
  min-width: 0;
}
.reportView.editorMode.printableEditorType > .content .reportItem.groupItem .nonfloating {
  grid-row-start: 1;
  grid-column-start: 1;
  min-width: 0;
}
.reportView.editorMode.printableEditorType > .content .reportItem.pageFooterItem .content,
.reportView.editorMode.printableEditorType > .content .reportItem.pageHeaderItem .content {
  display: grid;
  grid-template-columns: 1fr;
}
.reportView.editorMode.printableEditorType > .content .reportItem.pageFooterItem .content .floating,
.reportView.editorMode.printableEditorType > .content .reportItem.pageHeaderItem .content .floating {
  grid-row-start: 1;
  grid-column-start: 1;
}
.reportView.editorMode.printableEditorType > .content .reportItem.pageFooterItem .content .nonfloating,
.reportView.editorMode.printableEditorType > .content .reportItem.pageHeaderItem .content .nonfloating {
  grid-row-start: 1;
  grid-column-start: 1;
}
.reportView.editorMode.printableEditorType > .content .page > .floating {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 1016px;
}
.reportView.editorMode.printableEditorType .previewElement.tableItem {
  width: 100%;
  max-width: 100%;
}
.reportView.editorMode.printableEditorType .previewElement.tableItem .table {
  max-width: 100%;
}
.reportView.editorMode.printableEditorType .previewElement.tableItem .table td {
  overflow: hidden;
}
.reportView.editorMode.printableEditorType .previewElement.diagramItem {
  width: 100%;
  max-width: 100%;
}
.reportView.editorMode.printableEditorType .previewElement.diagramItem svg,
.reportView.editorMode.printableEditorType .previewElement.diagramItem img {
  max-width: 100%;
}
/* Editor Element Preview */
.editorElementPreview {
  position: relative;
  /*padding: 15px;*/
}
.editorElementPreview.reportEditor,
.editorElementPreview.questionnaireEditor {
  cursor: pointer;
}
.editorElementPreview.dropBefore:after {
  content: '';
  position: absolute;
  top: -8px;
  left: -2px;
  right: -2px;
  display: block;
  height: 2px;
  background: red;
}
.editorElementPreview.dropAfter:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: -2px;
  right: -2px;
  display: block;
  height: 2px;
  background: red;
}
.editorElementPreview.dropOn.questionnaireEditor > .items:before,
.editorElementPreview.dropOn.dashboardEditor > .content:before,
.editorElementPreview.dropOn.reportEditor.printableEditorType .content .layout .page:last-child:before {
  border: 4px red solid;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  opacity: 0.5;
}
.editorElementPreview.questionnaireEditor > .items {
  position: relative;
}
.editorElementPreview.questionnaireEditor.selected > .items:before,
.editorElementPreview.reportEditor.printableEditorType.selected .content .layout .page:before {
  pointer-events: all;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.5;
  background: #b2bcfe;
}
.editorElementPreview.dragover .previewElement:before,
.editorElementPreview.showElementLines .previewElement:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px #2d2d5a dashed;
}
.editorElementPreview.dashboardEditor,
.editorElementPreview.reportEditor.printableEditorType {
  margin: 10px;
}
.editorElementPreview.dashboardEditor {
  padding-bottom: 50px;
}
.reportItem {
  position: relative;
}
.reportItem.pageLayoutItem {
  margin: 25px 0px;
  height: 50px;
  /*&:before {
	  content: '';
	  display: block;
	  width: 100%;
	  position: absolute;
	  top: 50%;
	  border-top: 2px dashed #5f5f5f;
	}*/
}
.reportItem.pageLayoutItem .bar:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 2px dashed #5f5f5f;
  z-index: 0;
}
.reportItem.pageLayoutItem .description {
  padding: 0px 10px;
  display: block;
  background: #a6a6a6;
  /*z-index: 100;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* Preview element */
.previewElement {
  border: 1px transparent solid;
  position: relative;
  cursor: pointer;
  min-height: 32px;
}
.previewElement.dropBefore:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  display: block;
  height: 2px;
  background: red;
}
.previewElement.dropAfter:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  display: block;
  height: 2px;
  background: red;
}
.previewElement.dropLeft:after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  display: block;
  width: 2px;
  background: red;
}
.previewElement.dropRight:after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -2px;
  display: block;
  width: 2px;
  background: red;
}
.previewElement.dropOn:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  border: 2px solid red;
  display: block;
}
.previewElement.hover:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px #2d2d5a dashed;
}
.previewElement.selected {
  /*background: #f3f1ee;*/
  border: 1px solid #d4d4d4;
}
.previewElement.selected:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #b2bcfe;
}
.previewElement .showPadding {
  background: #6657a6;
}
.previewElement .previewMargin {
  position: absolute;
  box-sizing: border-box;
}
.previewElement .previewMargin .showMargin {
  background: #f4ffa2;
}
.previewElement .previewMargin.previewMarginTop {
  top: 0;
  left: 0;
  right: 0;
}
.previewElement .previewMargin.previewMarginBottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.previewElement .previewMargin.previewMarginLeft {
  top: 0;
  left: 0;
  bottom: 0;
}
.previewElement .previewMargin.previewMarginRight {
  top: 0;
  right: 0;
  bottom: 0;
}
.previewElement.pageEndItem {
  height: 50px;
}
.previewElement.pageEndItem .bar:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 2px dashed #5f5f5f;
  z-index: 0;
}
.previewElement.pageEndItem .description {
  padding: 0px 10px;
  display: block;
  background: #fff;
  /*z-index: 100;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.previewElement.pageFooterItem .description,
.previewElement.pageHeaderItem .description {
  /*background: #2d2d5a;*/
  border-bottom: 2px solid #e6e6e6;
  /*color: #fff;*/
  font-size: 1.14em;
}
.previewElement.imageItem img {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.previewElement.imageItem.reportPreviewElement img {
  width: 100%;
}
.previewElement.shapeItem svg {
  /*width: 100%;*/
  height: 100%;
  background: #fff;
  display: block;
}
.previewElement.headerItem .header.numberingPositionInFront {
  display: flex;
  align-items: flex-start;
  border: 1px dashed transparent;
}
.previewElement.headerItem .header.numberingPositionInFront .headerPreviewHeader {
  flex: auto;
  position: relative;
}
.previewElement.headerItem .header.numberingPositionOnTop .headerPreviewNumbering {
  display: inline-block;
}
.previewElement.seperatorItem > .seperator {
  border-top: 2px solid black;
}
.previewElement.folderItem {
  min-height: 0px;
  height: 0px;
}
/* Preview Box */
.previewBox {
  border: 1px #b3b3b3 solid;
  margin: 5px 0px;
  background: #fff url('data:image/gif;base64,R0lGODlhDAAMAIABAPj4+P///yH5BAEKAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7');
  padding: 10px;
  min-height: 100px;
  text-align: center;
  max-height: 500px;
  overflow: auto;
}
.previewBox .previewElement {
  border: 1px dashed black;
}
.previewBox svg {
  display: block;
}
.previewBox .tableview {
  display: inline;
}
.previewBox .tableview .item {
  border: none;
}
.previewBox .tableview table tbody tr td {
  border: none;
  height: auto;
}
.previewBox .tableOfElements {
  text-align: left;
  line-height: 1.5em;
}
.previewBox .tableOfElements .tableOfElementsRow {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.previewBox .tableOfElements .tableOfElementsRow .tableOfElementsHeader {
  flex: auto;
}
.previewBox .tableOfElements .tableOfElementsRow .tableOfElementsHeader .tableOfElementsFitter {
  display: inline-block;
}
.previewBox .tableOfElements .tableOfElementsRow .tableOfElementsPage {
  vertical-align: bottom;
}
.previewBox .pagePreview {
  display: inline-block;
  text-align: left;
  line-height: 1.5em;
  background: #fff;
  /*padding: 25px;*/
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 5px #d5d5d5;
  width: 720px;
  max-width: 720px;
  min-width: 720px;
  position: relative;
  overflow: hidden;
  /*.bigNumberItem {
	  .title {
		color: #222222;
		letter-spacing: 0.05em;
		font-size: 2.0em;
		line-height: 1.25em;
	  }
	}*/
}
.previewBox .pagePreview.a4Portreit {
  width: 720px;
  max-width: 720px;
  min-width: 720px;
}
.previewBox .pagePreview .titleItem .title {
  color: #222222;
  letter-spacing: 0.05em;
  font-size: 2em;
  line-height: 1.25em;
}
/* advancedfilterview */
.advancedfilterview .arrangeableList > .items > .arrangeableListItem .dataColumn > .input {
  margin-right: 10px;
}
/* Knowledgebase article */
.knowledgebaseArticle h1 {
  border-bottom: 2px solid #dedddd;
}
[class^="icon-"].green:before,
[class*=" icon-"].green:before {
  color: #00c400;
}
[class^="icon-"].red:before,
[class*=" icon-"].red:before {
  color: #CD6F5F;
}
[class^="icon-"].yellow:before,
[class*=" icon-"].yellow:before {
  color: #c2ea00;
}
/* importView */
.importView .container.rightbarContainer {
  background: #efefef;
}
.importView .container.rightbarContainer .propertyView {
  background: #fff;
}
.importView .container.rightbarContainer .buttonrow {
  margin: 15px 0px 15px 15px;
}
.importView .importPreview > .gridview {
  border: none;
  position: absolute;
  width: 100%;
}
.validationStatistics .value {
  height: 28px;
  padding-left: 5px;
}
.validationStatistics .value .icon {
  margin-right: 5px;
}
.button.dark {
  --buttonBackground: #002f74;
  --buttonBorderColor: #002f74;
  --buttonHoverBackground: #0242a1;
  --buttonHoverBorderColor: #002f74;
}
.button.highlight {
  --buttonBackground: #00d6ae;
  --buttonBorderColor: #00d6ae;
  --buttonHoverBackground: #1a927c;
  --buttonHoverBorderColor: #00d6ae;
}
/*# sourceMappingURL=c2cbackend.css.map */