.gc-alert {
  background: #fefefe;
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  border-left-width: 3px; }
  .gc-alert-success {
    border-left-color: #4c9900; }
  .gc-alert-info {
    border-left-color: #b9def0; }
  .gc-alert-warning {
    border-left-color: orange; }
  .gc-alert-error, .gc-alert-danger {
    border-left-color: red; }
  .gc-alert .gc-close {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 20px;
    color: #aaa; }

.colorpicker {
  display: none;
  position: absolute;
  top: 28px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccc;
  z-index: 9; }

.gc-text-italic {
  font-style: italic; }
.gc-text-bold {
  font-weight: bold; }
.gc-text-left {
  text-align: left; }
.gc-text-center {
  text-align: center; }
.gc-text-right {
  text-align: right; }
.gc-text-lite {
  font-style: italic;
  opacity: .8; }

dl.dl-horizontal {
  margin-top: 0;
  margin-bottom: 20px; }
  dl.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  dl.dl-horizontal dd {
    margin-left: 180px; }

.hide {
  display: none; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-default {
    background-color: #555; }
  .label-info {
    background-color: #17a2b8 !important; }
  .label-success {
    background-color: #28a745 !important; }
  .label-warning {
    background-color: #ffc107 !important; }
  .label-danger {
    background-color: #dc3545 !important; }

.gc-footer {
  margin-top: 4em;
  margin-bottom: 1em; }
  .gc-footer .gc-debug {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (max-width: 782px) {
      .gc-footer .gc-debug {
        flex-direction: column; }
        .gc-footer .gc-debug-meta {
          margin-top: 10px; } }
    .gc-footer .gc-debug-meta {
      text-align: right; }
  .gc-footer .gc-logs {
    width: 100%;
    min-height: 400px;
    background: #222;
    color: #ddd;
    border-radius: 2px;
    margin-bottom: 20px;
    display: none;
    font-family: monospace; }
  .gc-footer .gc-alert-rate-plugin {
    background: rgba(217, 237, 247, 0.2); }

.gc-form-fieldset {
  background: #edeff0;
  border-radius: 8px;
  padding: 20px; }
  .gc-form-fieldset:not(:last-child) {
    margin-bottom: 20px; }
  .gc-form-fieldset .gc-form-fieldset {
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-left: 20px; }
    .gc-form-fieldset .gc-form-fieldset .gc-form-field {
      margin-bottom: 8px; }

.gc-form-legend {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold; }

.gc-form-field:not(:last-child) {
  margin-bottom: 12px; }
.gc-form-field.gc-shifted {
  margin-left: 24px; }
.gc-form-field.gc-inline input,
.gc-form-field.gc-inline > label > div {
  display: inline-block; }
.gc-form-field label {
  display: inline-block;
  vertical-align: top; }
.gc-form-field.gc-checkbox, .gc-form-field.gc-radio {
  display: flex;
  align-items: flex-start;
  margin-left: 20px; }
  .gc-form-field.gc-checkbox label, .gc-form-field.gc-radio label {
    vertical-align: initial;
    display: inline-block;
    display: flex;
    align-items: center; }
    .gc-form-field.gc-checkbox label > p, .gc-form-field.gc-radio label > p {
      margin: 0; }
    .gc-form-field.gc-checkbox label > a, .gc-form-field.gc-radio label > a {
      display: contents; }
  .gc-form-field.gc-checkbox input[type=checkbox],
  .gc-form-field.gc-checkbox input[type=radio], .gc-form-field.gc-radio input[type=checkbox],
  .gc-form-field.gc-radio input[type=radio] {
    flex: 0 0 auto;
    vertical-align: text-bottom;
    margin-left: -20px;
    margin-right: 8px;
    margin-top: 1px; }
  @media (max-width: 782px) {
    .gc-form-field.gc-checkbox > input[type=checkbox],
    .gc-form-field.gc-checkbox > input[type=radio], .gc-form-field.gc-radio > input[type=checkbox],
    .gc-form-field.gc-radio > input[type=radio] {
      margin-top: -4px; } }

.gc-form-control {
  display: block; }

.gc-form-help {
  color: #fff;
  float: right;
  border-radius: 50%;
  background-color: #aaa;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 1.6em;
  font-size: .9em;
  position: absolute;
  right: -20px;
  text-decoration: none; }
  .gc-form-help:hover {
    color: #fff;
    background-color: #999; }

.gc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 32px;
  left: 160px;
  padding: 0 20px;
  background: #FFF;
  right: 0;
  z-index: 9980;
  height: 50px; }
  @media (min-width: 820px) {
    .gc-header {
      height: 75px; } }
  body.gc-is-scrolled .gc-header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.17); }

.gc-logo {
  position: relative;
  padding-left: 45px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .gc-logo img {
    position: absolute;
    top: -2px;
    left: 0;
    height: 40px; }
  .gc-logo h3 {
    margin: 0;
    font-size: 18px; }
  .gc-logo p {
    margin: 0;
    opacity: .75; }

.gc-user {
  position: relative;
  padding-right: 45px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; }
  .gc-user img {
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    height: 40px; }
  .gc-user span {
    margin: 0;
    font-size: 11px; }

.gc-wrap {
  padding-top: 20px;
  margin-top: 50px;
  height: 100%; }
  .gc-wrap.no-top-margin {
    padding-top: 1px; }
  @media (min-width: 820px) {
    .gc-wrap {
      margin-top: 75px; } }

.gc-alert-website-small label, .gc-alert-website-small button {
  font-size: 0.8em;
  font-weight: normal;
  color: #888; }
.gc-alert-website .website-settings {
  color: #888;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 20px;
  margin: 0;
  font-style: italic; }
  @media screen and (max-width: 600px) {
    .gc-alert-website .website-settings {
      display: block;
      float: none;
      margin: 0; } }
  .gc-alert-website .website-settings img {
    vertical-align: top;
    width: 16px; }
  .gc-alert-website .website-settings span:hover {
    text-decoration: underline; }

.gc-page-container {
  background: #f1f1f1; }

.gc-page {
  background: #fff;
  color: #444;
  margin: 2em auto;
  padding: 1em 2em;
  max-width: 700px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); }

.gc-popover {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  padding: 15px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 99; }
  .gc-popover.gc-popover-visible {
    display: flex; }
  @media (max-width: 600px) {
    .gc-popover {
      flex-direction: column; } }
  .gc-popover .gc-popover-arrow {
    top: -12px;
    left: 20px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-top-width: 0; }
    .gc-popover .gc-popover-arrow:after {
      top: 2px;
      margin-left: -10px;
      content: " ";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px;
      border-color: transparent;
      border-bottom-color: #fff;
      border-top-width: 0; }
  .gc-popover .gc-popover-head {
    margin: 0;
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.7em;
    margin-top: 20px; }
  .gc-popover .gc-popover-text {
    width: 20em;
    font-weight: 400; }
  .gc-popover .gc-popover-img {
    max-width: 320px;
    max-height: 260px; }

@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 20px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #007bff;
  background: #e9ecef; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
  border-radius: 4px; }
  .progress-bar-info {
    background-color: #17a2b8 !important; }
  .progress-bar-success {
    background-color: #28a745 !important; }
  .progress-bar-warning {
    background-color: #ffc107 !important; }
  .progress-bar-danger {
    background-color: #dc3545 !important; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.gc-tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  .gc-tabs li {
    background: #fff;
    margin: 0;
    position: relative;
    text-align: center; }
    .gc-tabs li.active {
      border-top: 3px solid #0272aa; }
    .gc-tabs li:not(.active) {
      border-top: 3px solid transparent;
      border-bottom: 2px solid #efefef; }
    .gc-tabs li:not(:first-child) {
      border-left: 1px solid #efefef; }
    .gc-tabs li:not(:last-child) {
      border-right: 1px solid #efefef; }
  .gc-tabs a {
    padding: 8px 20px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    user-select: none; }

.gc-tabs-content {
  display: none;
  background: #fff;
  padding: 2em;
  border-radius: 1px;
  border-top: none; }
  .gc-tabs-content.active {
    display: block; }

#graphcomment-importation #gc-form-import .gc-form-fieldset {
  margin-left: 0;
  max-width: 420px; }
#graphcomment-importation .progress {
  margin: 10px 0; }
#graphcomment-importation .gc-import-nbr {
  margin-bottom: 20px; }
#graphcomment-importation dl dt {
  width: 180px;
  font-weight: bold;
  text-align: left; }

#graphcomment-synchronization .gc-form-field-sync {
  display: flex;
  align-items: center; }
  #graphcomment-synchronization .gc-form-field-sync select {
    margin-left: 10px; }

body.toplevel_page_graphcomment, body.graphcomment_page_graphcomment-settings {
  color: #555; }
  body.toplevel_page_graphcomment .update-nag, body.graphcomment_page_graphcomment-settings .update-nag {
    display: none; }
  body.toplevel_page_graphcomment .gc-container, body.graphcomment_page_graphcomment-settings .gc-container {
    margin: 0 20px; }
  body.toplevel_page_graphcomment .gc-iframe-container, body.graphcomment_page_graphcomment-settings .gc-iframe-container {
    margin: 0;
    height: 100%; }
  body.toplevel_page_graphcomment a, body.graphcomment_page_graphcomment-settings a {
    cursor: pointer; }
  body.toplevel_page_graphcomment br, body.graphcomment_page_graphcomment-settings br {
    line-height: 2em; }
  body.toplevel_page_graphcomment p.submit, body.graphcomment_page_graphcomment-settings p.submit {
    margin: 0;
    padding: 0; }
  body.toplevel_page_graphcomment small, body.graphcomment_page_graphcomment-settings small {
    color: #bdc3c7; }
body.toplevel_page_graphcomment #wpbody-content {
  padding-bottom: 0; }

#ui-datepicker-div {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 9999 !important; }
  #ui-datepicker-div .ui-datepicker-header {
    background: #f1f1f1 !important;
    border: none !important;
    border-radius: 4px 4px 0 0; }
  #ui-datepicker-div td a {
    background: #fff !important;
    color: #333 !important; }
  #ui-datepicker-div td a:hover {
    background: #e8e8e8 !important; }
  #ui-datepicker-div .ui-state-active {
    background: #0073aa !important;
    color: #fff !important; }

/*# sourceMappingURL=styles.css.map */
