body {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

.bi {
  vertical-align: -.125em;
  fill: #fff;
}

.col-form-label {
  font-weight: 600;
  text-align: right;
}

.cc-legend {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  font-weight: 700;
}

.cc-metric {
  width: 120px;
  margin-right: 30px;
}

.cc-metric-name {
  font-weight: bold;
}

.cc-metric-value {
  font-size: 35px;
  font-weight: 300;
}

.cc-editor-toolbar {
  padding: 5px;
  background-color: rgb(33,37,41);
  color: #fff;
  height: 40px;
}

  .cc-editor-toolbar .cc-editor-toolbar-button {
      display: inline-block;
      color: #dedede;
      border: none;
      background-color: transparent;
      height: 30px;
      width: 30px;
      padding: 5px 5px;
      border-radius: 3px;
  }
      .cc-editor-toolbar .cc-editor-toolbar-button:hover {
          color: #fff;
          background-color: #3f3f3f;
      }

  .cc-editor-toolbar svg.bi {
      vertical-align: 0;
      height: 20px;
      width: 20px;
  }

.cc-content-editor {
  border: 1px solid #ccc;
}

.cc-edit-pane {
  float: left;
  width: 50%;
}

.cc-preview-pane {
  float: left;
  width: 50%;
  padding: 20px;
  overflow: auto;
  height: 760px;
}

.cc-editor-form-control,
.cc-editor-form-control:focus {
  display: block;
  width: 100%;
  padding: 20px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border-width: 0px;
  border-right-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: monospace;
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
}

.advice-text-results-form-label {
  font-size: 90%;
  font-weight: bold;
}

.advice-text-results {
  font-size: 90%;
  margin-top: 20px;
}


/*
      Pager
      ======================================================*/
.pager {
  text-align: right;
  margin: 10px 0 0 0;
  clear: both;
  line-height: 20px;
}

.pager li {
  margin: 0 3px;
  font-weight: bold;
  display: inline;
  float: none;
}

.pager li span,
.pager li a {
  padding: 2px 11px;
  border-radius: 3px;
  border: 1px solid #000;
  font-weight: 300;
  font-size: 90%;
}

.pager li span {
  background-color: #000;
  color: #fff;
}

.pager li span.ellipsis {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

.pager li a {
  background-color: #fff;
  color: #000;
  border: 1px solid #ced4da;
  text-decoration: none;
}

.pager li a:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
}

.breadcrumb {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
}

.breadcrumb-item a {
  color: #6c757d;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                not supported by any browser */
}

.json-tag-editor-spacer::selection {
  background: transparent; /* WebKit/Blink Browsers */
}

.json-tag-editor-spacer::-moz-selection {
  background: transparent; /* Gecko Browsers */
}

/* surrounding tag container */
.json-tag-editor {
  list-style-type: none;
  padding: 3px 5px 0 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  cursor: text;
  font-size: 14px;
  color: #555;
  background: #fff;
  line-height: 20px;
  min-height:38px;
}

/* core styles usually need no change */
.json-tag-editor li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 3px 0;
}

.json-tag-editor div {
    float: left;
    padding: 0 4px;
}

.json-tag-editor .placeholder {
    padding: 0 8px;
    color: #bbb;
}

.json-tag-editor .json-tag-editor-spacer {
    padding: 0;
    width: 8px;
    overflow: hidden;
    color: transparent;
    background: none;
}

.json-tag-editor input {
    vertical-align: inherit;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: text;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    box-shadow: none;
    background: none;
    color: #444;
}

/* hide original input field or textarea visually to allow tab navigation */
.json-tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px;
}
/* hide IE10 "clear field" X */
.json-tag-editor ::-ms-clear {
  display: none;
}

/* tag style */
.json-tag-editor .json-tag-editor-tag {
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #212529;
  background: #e1e1e1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
}

/* delete icon */
.json-tag-editor .json-tag-editor-delete {
  background: #e1e1e1;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  padding-left: 3px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.json-tag-editor .json-tag-editor-delete i {
    line-height: 18px;
    display: inline-block;
}

.json-tag-editor .json-tag-editor-delete i:before {
    font-size: 16px;
    color: #212529;
    content: "\2a09";
    font-style: normal;
}

.json-tag-editor .json-tag-editor-delete:hover i:before {
    color: #d65454;
}

.json-tag-editor .json-tag-editor-tag.active + .json-tag-editor-delete, .json-tag-editor .json-tag-editor-tag.active + .json-tag-editor-delete i {
  visibility: hidden;
  cursor: text;
}

.json-tag-editor .json-tag-editor-tag.active {
  background: none !important;
}

/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  font-size: 14px;
}

.ui-front {
  z-index: 9999;
}

.ui-menu {
  list-style: none;
  padding: 1px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.4;
    min-height: 0; /* support: IE7 */
}

.ui-widget-content {
  border: 1px solid #bbb;
  background: #fff;
  color: #555;
}

.ui-widget-content a {
  color: #46799b;
}

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #e0eaf1;
}

.ui-helper-hidden-accessible {
  display: none;
}