.dp-tbl,
.dp-tbl-fh {
  display: table;
  width: 100%;
}
.dp-tbl .dp-tbl-row,
.dp-tbl-fh .dp-tbl-row,
.dp-tbl .dp-tbl-row-fh,
.dp-tbl-fh .dp-tbl-row-fh {
  display: table-row;
}
.dp-tbl .dp-tbl-row .dp-tbl-cell,
.dp-tbl-fh .dp-tbl-row .dp-tbl-cell,
.dp-tbl .dp-tbl-row-fh .dp-tbl-cell,
.dp-tbl-fh .dp-tbl-row-fh .dp-tbl-cell,
.dp-tbl .dp-tbl-row .dp-tbl-cell-fh,
.dp-tbl-fh .dp-tbl-row .dp-tbl-cell-fh,
.dp-tbl .dp-tbl-row-fh .dp-tbl-cell-fh,
.dp-tbl-fh .dp-tbl-row-fh .dp-tbl-cell-fh {
  display: table-cell;
}
.dp-tbl .dp-tbl-row > [class*='col-lg-'],
.dp-tbl-fh .dp-tbl-row > [class*='col-lg-'],
.dp-tbl .dp-tbl-row-fh > [class*='col-lg-'],
.dp-tbl-fh .dp-tbl-row-fh > [class*='col-lg-'],
.dp-tbl .dp-tbl-row > [class*='col-md-'],
.dp-tbl-fh .dp-tbl-row > [class*='col-md-'],
.dp-tbl .dp-tbl-row-fh > [class*='col-md-'],
.dp-tbl-fh .dp-tbl-row-fh > [class*='col-md-'],
.dp-tbl .dp-tbl-row > [class*='col-sm-'],
.dp-tbl-fh .dp-tbl-row > [class*='col-sm-'],
.dp-tbl .dp-tbl-row-fh > [class*='col-sm-'],
.dp-tbl-fh .dp-tbl-row-fh > [class*='col-sm-'],
.dp-tbl .dp-tbl-row > [class*='col-xs-'],
.dp-tbl-fh .dp-tbl-row > [class*='col-xs-'],
.dp-tbl .dp-tbl-row-fh > [class*='col-xs-'],
.dp-tbl-fh .dp-tbl-row-fh > [class*='col-xs-'] {
  padding-left: 0;
  padding-right: 0;
}
.dp-tbl-fh,
.dp-tbl-row-fh,
.dp-tbl-cell-fh {
  height: 100%;
}
.web-page-frame.lock {
  max-width: 100% !important;
}
.web-page-frame ul {
  padding: 0;
}
.web-page-frame .block-item > .module-container,
.web-page-frame .widget-item > .module-container {
  overflow: initial;
}
.web-page-frame .widget-item .container,
.web-page-frame .widget-item .container-fluid {
  width: initial;
}
.web-page-frame .widget-item > .module-container > .main {
  margin-left: -15px;
  margin-right: -15px;
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo Regular'), local('Arimo-Regular'), url(https://fonts.gstatic.com/s/arimo/v13/P5sMzZCDf9_T_10ZxCQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local('Inconsolata Regular'), local('Inconsolata-Regular'), url(https://fonts.gstatic.com/s/inconsolata/v18/QldKNThLqRwH-OJ1UHjlKGlZ5q0.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
.theme-livecode {
  font-family: 'Inconsolata', monospace;
  font-family: 'Arimo', sans-serif;
  font-family: 'Roboto', sans-serif;
}
.theme-livecode.tooltip {
  display: none;
  z-index: 9999;
  font-size: 0.9em;
}
.theme-livecode.tooltip .tooltip-arrow {
  left: 15px;
  bottom: 1px;
  border-top-color: #333;
}
.theme-livecode.tooltip .tooltip-border-top,
.theme-livecode.tooltip .tooltip-border-left,
.theme-livecode.tooltip .tooltip-border-bottom,
.theme-livecode.tooltip .tooltip-border-right {
  position: absolute;
  left: 0;
  border: 1px solid rgba(255, 200, 0, 0.7);
}
.theme-livecode.tooltip .tooltip-inner {
  padding: 6px 12px;
  border: 1px solid rgba(244, 244, 244, 0.9);
  background-color: #333;
  max-width: initial;
  min-width: 90px;
  text-align: left;
  color: #d3d4d4;
  letter-spacing: 1px;
}
.theme-livecode.tooltip .tooltip-inner .tag-name {
  color: #ef78e7;
}
.theme-livecode.tooltip .tooltip-inner .id-name {
  color: #ffab66;
}
.theme-livecode.tooltip .tooltip-inner .class-name {
  color: #8ed3fb;
}
.theme-livecode.tooltip .tooltip-inner a {
  color: #d3d4d4;
}
.theme-livecode.tooltip .tooltip-inner a:hover {
  transform: rotate(15deg);
  transition: all 0.2s ease-in;
  color: #f39c12;
}
.theme-livecode.tooltip .tooltip-inner a.lock i::before {
  content: "\f13e";
}
.theme-livecode.tooltip.lock .tooltip-inner a.lock i::before {
  content: "\f023";
}
.theme-livecode.tooltip.lock .tooltip-inner a.lock:hover i::before {
  content: "\f023";
}

img.lazy:not(.loaded) {
  opacity: 0;
}
img.lazied, img.lazy.loaded' {
  opacity: 1;
}