code {
  padding: 2px 4px;
  font-size: 90%;
  color: #D35400;
  background-color: #ECF0F1;
  border-radius: 4px;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.1;
  font-weight: bold;
  color: #2C3E4F;
}
h3 {
  font-weight: normal;
}
h3.header-icon {
  position: relative;
  padding: 0 0 10px 43px;
}
h3.header-icon:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px!important;
  position: absolute;
  left: 0;
  top: -5px;
}
h3.header-icon.cms-layout:before {
  background: url('../themes/demo/assets/images/icon-layouts.png') no-repeat 0 0;
}
h3.header-icon.cms-page:before {
  background: url('../themes/demo/assets/images/icon-pages.png') no-repeat 0 0;
}
h3.header-icon.cms-partial:before {
  background: url('../themes/demo/assets/images/icon-partials.png') no-repeat 0 0;
}
h3.header-icon.cms-content-block:before {
  background: url('../themes/demo/assets/images/icon-contentblocks.png') no-repeat 0 0;
}
h3.header-icon.cms-asset:before {
  background: url('../themes/demo/assets/images/icon-assets.png') no-repeat 0 0;
}
h3.header-icon.cms-placeholder:before {
  background: url('../themes/demo/assets/images/icon-placeholders.png') no-repeat 0 0;
}
ul.list-with-ticks {
  padding: 0;
}
ul.list-with-ticks li {
  list-style: none;
  position: relative;
  padding-left: 23px;
}
ul.list-with-ticks li:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url('../themes/demo/assets/images/icon-tick.png') no-repeat 0 0;
  background-size: 15px 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

body {
  background: #FAFBFD;
}
.jumbotron {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.jumbotron:before {
  content: '';
  border-radius: 100%;
  background-color: #F4F7F8;
  display: block;
  position: absolute;
  z-index: -1;
  left: -600px;
  top: -600px;
  width: 1116px;
  height: 1116px;
}
.jumbotron .container {
  position: relative;
  z-index: 1;
}
.jumbotron h1:before {
  background: url('../themes/demo/assets/images/components.png') no-repeat 0 0;
}
.jumbotron p {
  margin-top: 20px;
}
.jumbotron .plugins-component-container {
  padding-left: 0;
}
@media (max-width: 1399px) {
  .jumbotron .plugins-component-container {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .jumbotron .plugins-component-container {
    padding-left: 0;
  }
  .jumbotron p {
    margin-top: 0;
  }
}
.panel {
  margin-bottom: 27px;
  background-color: #fff;
}
.panel.panel-default {
  border: 2px solid #6a6cf7;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 9px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.panel.panel-default .panel-heading {
  background: transparent;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  color: #333333;
}
.panel.panel-default .panel-heading h3 {
  position: relative;
  padding-left: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel.panel-default .panel-heading h3:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('../themes/demo/assets/images/icon-todo.png') no-repeat 0 0;
  background-size: 24px 24px !important;
}
.panel.panel-default .panel-body {
  padding: 0;
}
.panel.panel-default .panel-body input.form-control {
  border: none;
  padding-left: 17px;
  box-shadow: none;
}
.panel.panel-default .panel-body input.form-control,
.panel.panel-default .panel-body button.btn {
  height: 41px;
}
.panel.panel-default .panel-body .input-group-btn {
  border-left: 1px solid #ddd;
  margin-left: 0 !important;
}
.panel.panel-default .panel-body button.btn.btn-primary {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #586667;
  padding-left: 20px;
  padding-right: 20px;
}
.panel.panel-default .list-group {
  border-radius: 0;
}
.panel.panel-default .list-group li {
  padding: 10px 15px 10px 37px;
  position: relative;
}
.panel.panel-default .list-group li button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 15px;
  top: 16px;
  width: 15px;
  height: 15px;
  opacity: 1;
  outline: none !important;
  border: 1px solid #BDC3C7;
  border-radius: 100%;
}
.panel.panel-default .list-group li button:active,
.panel.panel-default .list-group li button:focus {
  background: url('../themes/demo/assets/images/icon-tick.png') no-repeat 0 0;
  background-size: 15px 15px;
  border: none;
}
