.confirm-group {
  float: right;
}
.confirm-group .btn-warning {
  margin-right: 10px;
}
.controller-addpage-container {
  text-align: right;
  margin: 20px 0;
}
/* === Export - Designer - Styles for widget store === */
/*TODO (deprecated) remove spacer from designer*/
.space {
  background: #fff !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.designer .dropdown-drilldown {
  display: none;
}
#left .tools,
#topNbottom {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
#widget-store ul {
  margin: 0;
  padding: 0;
}
#widget-store ul .sublist {
  display: none;
}
#widget-store ul .sublist.open {
  display: block;
  width: 100%;
  float: left;
  margin-left: 0;
}
#widget-store li.folder {
  width: 100%;
  height: auto;
  float: left;
}
#widget-store li.folder a.folder {
  width: 100%;
  padding: 10px 0 10px 22px;
  margin: 0;
  position: relative;
  line-height: 1em;
  display: block;
}
#widget-store li.folder a.folder:hover,
#widget-store li.folder a.folder:hover i {
  background: none;
}
#widget-store li.folder a.folder i {
  position: absolute;
  left: 0;
}
#widget-store li .name {
  display: block;
  margin: 10px 0 5px 0;
}
#widget-store a {
  text-decoration: none;
  overflow-x: hidden;
}
#widget-store > li,
#relative-container > li {
  list-style-type: none;
  margin: 0;
}
.totop,
.tobottom {
  width: 60%;
  margin: 10px 10% 0 10%;
  display: none;
  float: left;
}
.affix .totop,
.affix .tobottom {
  display: block;
}
/* style the designer page */
.document-parent {
  position: relative;
  display: block;
  background: none;
  width: 100%;
  -webkit-box-shadow: inset 0 0 10px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 0 10px -4px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 10px -4px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 10px -4px rgba(0,0,0,0.5);
  z-index: 0;
}
#overlapping-error {
  display: none;
}
.export {
  position: relative;
  width: 530px;
  margin: 0px auto;
  padding: 20px 0;
}
.export #app {
  height: auto;
}
.document:after,
.document .page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.document em,
.document strong {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
}
.document .popover {
  z-index: 8000;
}
.document .page,
.document .subpage {
  position: relative;
  width: 530px;
  height: 750px;
  background: none;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 12px -5px #000;
  box-shadow: 0 0 12px -5px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  z-index: 1;
  margin: 40px auto;
}
.document .page .headline,
.document .subpage .headline {
  padding: 10px;
  margin: 0;
}
.document .page .page-inner,
.document .subpage .page-inner,
.document .page .sub-page-inner,
.document .subpage .sub-page-inner {
  width: 520px;
  height: 710px;
  display: block;
  position: relative;
  float: left;
  padding: 20px 0 20px 20px;
}
.document .page.withheader .page-header,
.document .subpage.withheader .page-header {
  display: block;
}
.document .page.withheader .page-inner,
.document .subpage.withheader .page-inner,
.document .page.withheader .sub-page-inner,
.document .subpage.withheader .sub-page-inner {
  height: 590px;
  padding: 140px 0 20px 20px;
}
.document .page .lock,
.document .subpage .lock {
  position: absolute;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  right: -9px;
  bottom: -9px;
}
.document .page .lock a,
.document .subpage .lock a {
  width: 17px;
  height: 17px;
  cursor: default;
}
.document .page .lock i,
.document .subpage .lock i {
  font-size: 10px;
  margin: 3px 0 4px 6px;
}
.document .page .lock .tooltip,
.document .subpage .lock .tooltip {
  white-space: nowrap;
}
.document .page .element:hover .lock,
.document .subpage .element:hover .lock {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.document .subpage {
  overflow: hidden;
}
.document .page.boosted-zindex {
  z-index: 11000 !important;
}
.document .page > .bar.page-bar {
  border-radius: 1px 1px 0 0;
  left: 0px;
  top: 0;
  background: none;
  width: 100%;
  height: 20px;
}
.document .page .element {
  float: left;
  width: 490px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  cursor: default;
  position: relative;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top-left-radius: 0;
}
.document .page .element .inner {
  padding: 0;
  pointer-events: none;
}
.document .page .element .inner,
.document .page .element .inner p,
.document .page .element .inner .headline {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  text-align: left;
}
.document .page .element .inner.with-summary,
.document .page .element .inner p.with-summary,
.document .page .element .inner .headline.with-summary {
  width: 60%;
}
.document .page .element .inner.summary,
.document .page .element .inner p.summary,
.document .page .element .inner .headline.summary {
  width: 40%;
  text-align: right;
}
.document .page .element-placeholder {
  float: left;
  width: 490px;
  height: 50px;
  margin: 10px;
  background: none;
  border-radius: 5px;
  border: 1px dashed;
  -webkit-box-shadow: inset 2px 2px 20px -10px #000;
  box-shadow: inset 2px 2px 20px -10px #000;
  list-style: none;
}
.document .inner h1,
.document .inner h2,
.document .inner h3,
.document .inner h4,
.document .inner h5,
.document .inner h6,
.document .inner p,
.document .inner a {
  text-transform: none;
  font-weight: normal;
}
.document .inner h1,
.document .inner h2,
.document .inner h3,
.document .inner h4,
.document .inner h5,
.document .inner h6 {
  height: 15px;
}
.document .inner h1 {
  font-size: 16px;
}
.document .inner h2 {
  font-size: 15px;
}
.document .inner h3 {
  font-size: 14px;
}
.document .inner h4 {
  font-size: 13px;
}
.document .inner h5 {
  font-size: 12px;
}
.document .inner h6 {
  font-size: 11px;
}
.document .inner p {
  margin-top: 10px;
}
.document .page-header {
  position: absolute;
  width: 470px;
  margin: 30px;
  margin-bottom: 0;
  top: 0;
  left: 0;
  height: 100px;
  border: 0;
  padding-bottom: 0;
  display: none;
}
.document .page-header .page-header-logo {
  float: right;
  width: 50%;
  height: 80px;
}
.document .page-header .page-header-logo .logo {
  font-size: 0;
}
.document .page-header .page-header-logo img {
  float: right;
  width: 75%;
  height: auto;
}
.document .page-header .page-header-label,
.document .page-header .page-header-value {
  line-height: 8px;
}
.document .page-header .page-header-label,
.document .page-header .page-header-value,
.document .page-header .page-header-label a,
.document .page-header .page-header-value a {
  height: 15px;
  float: left;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
.document .page-header-info-box {
  float: left;
  width: 50%;
  height: 80px;
}
.document .page-header-info-box h1 {
  width: 100%;
  float: left;
  margin-bottom: 7px;
  margin-top: 0;
  letter-spacing: 0;
  text-rendering: auto;
}
.document .chart .chart-title {
  display: none;
}
.page-inner-multipage {
  position: absolute;
  padding: 0px 0px 0px 20px;
}
.page-inner-multipage .element,
.page-inner-multipage .subpage-mentions {
  border: 1px solid transparent;
  background: #fff;
  border-radius: 4px;
}
.page-inner-multipage .element .inner,
.page-inner-multipage .subpage-mentions .inner,
.page-inner-multipage .element .multi-headline,
.page-inner-multipage .subpage-mentions .multi-headline,
.page-inner-multipage .element .mentions-load,
.page-inner-multipage .subpage-mentions .mentions-load {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.page-inner-multipage .subpage-mentions {
  position: relative;
  padding-right: 0 !important;
}
.invisible-offset-helper {
  width: 100%;
  float: left;
}
.document .page .mentions-action {
  display: none;
}
.document .page .element table th {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.document .page .pagination,
.document .page .element table th i {
  display: none;
}
html.export table td.alert.alert-error,
html.export table th.alert.alert-error,
html.export table td.alert.alert-warning,
html.export table th.alert.alert-warning {
  display: none;
}
.document .page .element table {
  margin: 0 10px;
  width: 96%;
  max-width: 96%;
}
.document .page .element table td {
  padding: 0;
  height: 19px;
  vertical-align: middle;
}
.document .page .element table td > span {
  padding: 0 6px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.document .page .element table td > span.table-image-text .label-with-image {
  height: 15px;
  padding-left: 18px;
}
.document .page .element table td > span.table-image-text .label-with-image .picture {
  height: 15px;
  width: 15px;
}
.document .page .element table th {
  padding: 6px 6px 4px 6px;
}
.document .page .element table .tdWithOneLine > div {
  max-width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document .page > .bar,
.document .page .element > .bar {
  position: absolute;
  left: -20px;
  top: -1px;
  background: none;
  width: 20px;
  height: 40px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 600;
}
.document .page .bar-hoverer {
  width: 20px;
  min-height: 80px !important;
  position: absolute;
  left: -40px;
  top: -21px;
  padding: 20px;
  z-index: 500;
}
.document .page .bar .move {
  width: 20px;
  height: 20px;
  cursor: move;
}
.document .page .bar.page-bar .reorder {
  position: absolute;
  top: 0;
  right: 2px;
}
.document .page .bar .reorder.down {
  right: 12px;
}
.document .page .bar .first-right {
  padding-right: 7px;
}
.document .page .popover .value {
  cursor: pointer;
}
.document .page .bar a {
  display: block;
  height: 20px;
  width: 20px;
}
.document .page .bar a i {
  margin: 2px 0 4px 4px;
  height: 14px;
  font-size: 14px;
}
.document .page .bar a:hover {
  text-decoration: none;
}
.document-parent .document .page .element > .bar {
  position: absolute;
}
.document-parent .document .page .element .ui-resizable-handle {
  display: none !important;
}
.document-parent .document .page .elementOnHover .ui-resizable-handle,
.document-parent .document .page .selected .ui-resizable-handle {
  display: block !important;
}
.ui-resizable-helper {
  border: 1px dotted;
  border-radius: 3px;
  z-index: 10000000;
}
.document-parent .document .page .element.ui-sortable-helper {
  -webkit-box-shadow: 1px 10px 20px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 10px 20px 0 rgba(0,0,0,0.3);
  background: #fff;
}
.document .mentions {
  height: auto;
  width: 100%;
  float: left;
}
.document .mentions > .multi-headline {
  width: 470px;
  height: 14px;
  float: left;
  padding: 10px;
  margin: 0;
}
.document .mentions-load {
  width: 100%;
  height: auto;
  min-height: inherit;
  float: left;
  margin: 0;
  padding: 0;
}
.document .subpage .mentions {
  padding: 0 10px 0 0;
}
.document .mentions-view.with-media .mentions-text,
.document .mentions-view .mentions-text {
  margin: 0;
  padding: 0;
}
.document .mentions-view {
  width: 486px;
  float: left;
  height: 115px;
  margin: 0 0 5px 0;
  padding: 0;
}
.document .mentions-view {
  border-radius: 3px;
  background: none;
}
.document .mentions-view .mentions-row {
  margin: 0;
  padding: 8px 10px;
  width: 467px;
  height: 95px;
  float: left;
  position: relative;
}
.document .mentions-view .mentions-row .formlabel {
  margin-right: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  padding: 1px 0 0;
}
.document .mentions-view .mentions-row .mentions-text h2,
.document .mentions-view .mentions-row .mentions-text h2 a,
.document .mentions-view .mentions-row .mentions-text p {
  line-height: 1.1em;
/*width 440px;*/
  margin: 0;
}
.document span.extra-info {
  display: inline-block;
  white-space: nowrap;
}
.document .mention-url,
.document .mention-url a {
  line-height: 10px;
  font-size: 7px;
  word-break: break-all;
}
.document .mention-url {
  width: 100%;
  float: left;
  margin-top: 3px;
}
.document .mentions-view .mentions-row h2 {
/* margin-bottom 15px; */
  margin-top: 0;
}
/* ======= mentoions customtags ================ */
.document .mentions-row .mentions-customtags {
  height: auto;
  max-height: 10px;
  margin: 1px 0;
  padding: 0;
  display: inline;
  width: 100%;
  white-space: nowrap;
  font-size: 7px;
  line-height: 10px;
}
.document .mentions-view .mentions-row .mentions-customtags .label,
.document .mentions-view .mentions-row .mentions-customtags .formlabel {
  font-size: 7px;
  line-height: 7px;
}
.document .mentions-view .mentions-row .mentions-customtags > div,
.document .mentions-view .mentions-row .mentions-customtags .label > div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-height: 0;
}
.document .mentions-customtags i {
  margin-right: 2px;
  font-style: inherit;
}
.document .mentions-view .mentions-row .mentions-customtags > .mentions-customtags-tags > span {
  float: none;
  margin-right: 5px;
}
.document .mentions-view .mentions-row .mentions-customtags .label {
  max-width: 87%;
  vertical-align: top;
}
.document .mentions-view .mentions-row .mentions-customtags .label div {
  padding: 0;
  display: inline;
}
.document .mentions-view .mentions-row .mentions-customtags .label i {
  float: none;
  margin-right: 0;
  font-size: inherit;
}
.document .mentions-view .mentions-row p {
  margin: 0;
}
.document .mentions-view .mentions-row h2 a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: auto;
}
.document .mentions-view .mentions-row .main-text,
.document .mentions-view .mentions-row .mention-excerpt {
  width: 449px;
  padding: 0;
  height: auto;
  float: left;
}
.document .mentions-view .mentions-row:hover {
  background: none;
}
.document .side-text {
  width: 14px;
  height: 1px;
  top: 10px;
}
.document .mentions-row {
  font-size: 7px;
  line-height: 9px;
  padding: 0;
  word-wrap: break-word;
}
.document .mentions-view h2 a,
.document .mentions-view h2,
.document .mentions-row h2 a {
  font-size: 12px;
  margin-bottom: 3px;
}
.document .mentions-row .excerpt {
  margin-bottom: 0px;
  font-size: 7px;
  line-height: 9px;
  max-height: 25px;
  overflow: hidden;
  margin-bottom: 2px;
}
.document .listing,
.document .listing span {
  line-height: 1.4em;
}
.document .mentions-view.with-thumbnail-image .mentions-row {
  width: 405px;
  float: right;
}
.document .mentions-view.with-media .mentions-text {
  min-height: 0;
}
.document .mentions-view.with-thumbnail-image .mentions-row .main-text,
.document .mentions-view.with-thumbnail-image .mentions-row .mention-excerpt {
  width: 390px;
}
.document .document-thumbnail {
  top: 10px;
  left: -50px;
  width: 50px;
  height: 50px;
}
.document .mentions-view .mentions-row .filter-sentiment-list {
  position: absolute;
  top: 11px;
  right: 5px;
}
.document .mentions-view .mentions-row .filter-sentiment-list,
.document .mentions-view .mentions-row .filter-sentiment-list .filter-sentiment a {
  width: 10px;
  height: 10px;
}
.document .named-entities-barchart-widget .headline {
  padding-bottom: 2px;
}
.document .named-entities-barchart-widget .sub-headline {
  padding-left: 10px;
}
.document .named-entities-barchart-widget .named-entities-placeholder {
  padding: 15px 10px 0 10px;
  float: left;
}
/* styles for exporting the document */
html.export,
html.export body,
html.export #app,
html.export #main-wrapper {
  background: #fff;
  min-width: 0;
}
.export-designer-cache {
  width: 100%;
  height: 9999999px;
  position: fixed;
  top: 0;
  left: 0;
  background: #f5f5f5;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
  display: none;
}
.export-designer-loading-progress {
  width: 200px;
  height: 30px;
  position: fixed;
  background: #ccc;
  display: none;
}
.export-designer-loading-progress .progress-bar {
  width: 0;
  height: 30px;
  float: left;
  background: #00f;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.export-designer-loading-progress,
.export-designer-loading-progress .progress-bar {
  border-radius: 3px;
}
html.export .export-designer-loading-progress,
html.export .export-designer-cache {
  display: block;
}
html.export #main-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.export #main-fluid,
.export #center,
.export #main,
.export #main-wrapper {
  margin: 0;
  padding: 0;
  min-width: auto;
}
.export .document-parent {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.export #overlapping-error {
  display: none;
}
.document .page .elementOnHover,
.document .page .selected {
  -webkit-box-shadow: 0 0 75px -3px rgba(0,0,0,0.2);
  box-shadow: 0 0 75px -3px rgba(0,0,0,0.2);
}
.export .document .page .elementOnHover,
.export .document .page .selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.export .document-parent .document .page .elementOnHover .ui-resizable-helper,
.export .document-parent .document .page .selected .ui-resizable-helper {
  display: none !important;
}
/* TODO check if this is doing paging*/
.export .document-parent {
  height: auto;
  background: none;
  border: none;
  overflow: hidden;
}
.export .document-parent .document,
.export .document-parent .document .page,
.export .document-parent .document .subpage {
  margin: 0;
  padding: 0;
}
.export .document-parent .document .page,
.export .document-parent .document .subpage {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px none;
}
.export .document-parent .document .element {
  border: 0px none;
}
.export .lock-a,
.export .lock,
.export #footer,
.export .ui-resizable-handle,
.export .document-parent .document .element > .bar,
.export .controller-addpage-container {
  display: none !important;
}
/*TODO check if this is doing paging*/
.export .page,
.export .subpage {
  page-break-after: always;
}
/* == Legend == */
.element .legend {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.element .series {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 8px;
  border: 1px solid #d3d3d3;
  margin: 0 5% 15px 0;
}
.element .legend h2 {
  font-size: 9px;
  float: left;
  margin: 0;
  width: 100%;
  height: Auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 3px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}
.element .legend ul {
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.legend .data-element {
  width: 108px;
  height: auto;
  float: left;
}
.legend label {
  font-size: 8px;
  line-height: 13px;
  float: left;
  margin: 0;
}
.legend .square-color {
  width: 5px;
  float: left;
  height: 5px;
  margin: 2px 6px 0 0;
  border-radius: 1px;
}
.element .column-1 {
  width: 100%;
}
.element .column-2,
.element .column-4 {
  width: 47.5%;
}
.element .column-3,
.element .column-5,
.element .column-6 {
  width: 30%;
}
.element .column-1,
.element .column-2.index-2n,
.element .column-4.index-2n,
.element .column-3.index-3n,
.element .column-5.index-3n,
.element .column-6.index-3n {
  margin-right: 0;
}
@media print {
  html,
  body {
    background: #fff !important;
    font-size: 10px !important;
  }
  .document,
  .page,
  .subpage,
  .element {
    border: 0px none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .element .bar {
    display: none;
  }
  .page,
  .subpage {
    page-break-after: always;
  }
}
