.section.add {
  margin: 20px; }

.section.add-top {
  margin-top: 20px; }

.section.add-left {
  margin-left: 20px; }

.section.add-right {
  margin-right: 20px; }

.section.add-bottom {
  margin-bottom: 20px; }

.section.sub {
  margin: -20px; }

.section.sub-top {
  margin-top: -20px; }

.section.sub-left {
  margin-left: -20px; }

.section.sub-right {
  margin-right: -20px; }

.section.sub-bottom {
  margin-bottom: -20px; }

.section.pad {
  padding: 20px; }

.section.pad-top {
  padding-top: 20px; }

.section.pad-left {
  padding-left: 20px; }

.section.pad-right {
  padding-right: 20px; }

.section.pad-bottom {
  padding-bottom: 20px; }

.section.border {
  border: 1px solid transparent; }

.section.border-top {
  border-top: 1px solid transparent; }

.section.border-left {
  border-left: 1px solid transparent; }

.section.border-right {
  border-right: 1px solid transparent; }

.section.border-bottom {
  border-bottom: 1px solid transparent; }

.section.pattern-right {
  background-image: url(/images/diagonal.png);
  background-repeat: repeat-y;
  padding-right: 40px;
  background-position: top right; }

.section.bg-color {
  background-color: #F6F7F9; }

.section.min-height {
  min-height: 700px; }

.section.section-summary {
  /*background-color: $sc-summary-bgcolor;*/
  border-color: #C6C6C6; }

.section.section-summary .section-title {
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
  color: #8A9BA6; }

.section.section-summary .section-content {
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  line-height: 1.42857143;
  color: #8A9BA6; }

.section.section-summary .section-warning {
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  line-height: 1.42857143;
  color: #D82306; }

.section-placeholder {
  height: 700px;
  min-height: 700px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.section-title {
  color: #14243C;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 15px; }

.section-page {
  padding-right: 50px; }

.section-drag-area {
  width: auto;
  height: 100px;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 100px;
  margin-bottom: 16px;
  margin-right: 15px;
  border: 2px dashed #F6F7F9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.section-drag-area.hover {
  background-color: #006098;
  color: #fff; }

.section-drag-area .empty {
  cursor: pointer;
  color: #F6F7F9;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: linear .05s;
  -o-transition: all linear .05s;
  transition: all linear .05s; }

.section-drag-area .empty i {
  color: #F6F7F9;
  display: block;
  font-size: 50px; }

.section-drag-area:hover .empty i {
  color: #006098; }

.section-drag-area .empty span {
  color: #C6C6C6;
  display: block;
  font-size: 18px;
  padding: 10px; }

.section-drag-area:hover .empty span {
  color: #14243C; }

.section-chart {
  /*background-image: url(/images/texture-charts.jpg);*/
  background-color: transparent;
  background-repeat: repeat; }

.section-chart-title {
  color: #14243C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  /*padding: 0px 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word; }

.section-chart-data {
  color: #14243C;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0px 30px;
  overflow: hidden; }

.section-chart-data .count {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.section-chart-data .count .icon {
  color: #C6C6C6;
  line-height: 1;
  vertical-align: text-bottom; }

.section-chart-data .count .value {
  line-height: 30px; }

.section-chart-data .rate {
  font-weight: normal;
  margin-right: 5px;
  line-height: 30px; }

.section-chart-data .vr-divider {
  border: 1px solid #C6C6C6;
  width: 1px;
  min-height: 30px;
  box-shadow: 1px 0px #fff; }

.section-chart-area {
  position: relative;
  background-image: url(/images/bg-funnel.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 500px; }

.section-chart-area .loading {
  position: absolute;
  width: 100%;
  min-height: inherit;
  background: url(/images/whiterabbit-anim.gif) no-repeat center center;
  background-color: transparent; }

.section-chart-legend {
  margin-bottom: 20px;
  padding: 0px 30px;
  overflow: hidden; }

.section-preview {
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  line-height: 1.42857143;
  background-color: #000023;
  color: #8A9BA6;
  margin-top: 25px;
  margin-bottom: 25px; }
  .section-preview .fakePreview {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #fff; }
    .section-preview .fakePreview .icon {
      width: 64px;
      height: 64px; }
    .section-preview .fakePreview .content {
      height: 64px; }
  .section-preview .preview {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    position: relative; }
    .section-preview .preview .header {
      margin-bottom: 5px;
      height: 64px; }
      .section-preview .preview .header a .icon-image {
        float: left;
        max-width: 64px;
        max-height: 64px;
        margin-right: 5px; }
      .section-preview .preview .header .title-text {
        font-size: 1.5em;
        margin: 0px;
        padding: 0px; }
    .section-preview .preview a .main-image {
      width: 100%;
      margin-bottom: 5px; }
    .section-preview .preview .description-text {
      display: block; }
    .section-preview .preview .footer {
      margin-top: 10px; }
      .section-preview .preview .footer .call-to-action {
        text-align: right;
        line-height: 18px; }
      .section-preview .preview .footer .sponsored-by {
        font-size: 0.75em;
        line-height: 18px; }
