
.graphcomment_page_graphcomment-settings {
  background: #efefef;
}

.graphcomment_page_graphcomment-settings #wpcontent,
.toplevel_page_graphcomment #wpcontent {
  padding-left: 0;
  padding-right: 0;
}

.disable th, .disable td {
  color: #606060;
}

.graphcomment-tabs-alerts-sync {
  color: #d54e21;
  position: absolute;
  top: 12px;
  right: 5px;
}

.graphcomment-options-container {
  color: #555;
}

.graphcomment_page_graphcomment-settings .graphcomment-options-container {
  margin: 0 20px;
}

.graphcomment-options-container .nav-tabs {
  margin-top: 2em;
  border-bottom: none;
}

@media screen and (max-width: 1150px) {
  .graphcomment-options-container .nav-tabs {
    margin-top: 5em;
  }
}


.gc_button_link {
  margin-top:0.1em;
  margin-left:0.2em;
  vertical-align:top;
  background: none !important;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  font-style: italic;
  text-decoration:underline;
}

.toplevel_page_graphcomment #wpbody,
.toplevel_page_graphcomment #wpbody-content,
.toplevel_page_graphcomment #wpcontent,
.toplevel_page_graphcomment #wpwrap {
  height:100%;
  position:relative;
}

.toplevel_page_graphcomment #wpfooter {
  display:none;
}

.gc-iframe {
  /*position:absolute;*/
  left: 0;
  margin:0;
  height:100%;
  width: 100%;
  min-height:460px;
}

.gc-iframe::after {
  content: "&nbsp;";
  height: 4em;
  width: 100%;
}

.gc-connexion-iframe {
  position: relative;
  min-height: 56em;
}

.graphcomment-admin-iframe-container {
  clear: both;
  height: 100%;
}

#gc-opt-form-activation,
#gc-opt-form-sync,
#graphcomment-options-form-notif {
  max-width: 500px;
}

.graphcomment-notif-alert {
  margin-left: 0.5em;
}

.tooltip-inner {
  width: 250px;
}

.form-group {
  margin-left: 1.5em;
}

.form-group,
.checkbox {
  margin-top: 2em;
}

.form-group > .checkbox {
  margin: 0 !important;
}

.checkbox label input[type="checkbox"] {
  margin-top: 0;
}

@media screen and (max-width: 783px) {
  .radio label input[type="radio"],
  .checkbox label input[type="checkbox"] {
    margin-left: -28px !important;
  }
}

.form-group .form-control {
  max-width: 16em;
}

.graphcomment-lite-info {
  color: #bdc3c7;
  padding: 1em 0;
}

/**********************************
* gc-hello-tag                    *
***********************************/

.gc-hello-tag {
  position:absolute;
  top:1em;
  right:2em;
}

.gc-hello-tag > div {
  position: relative;
}

.gc-hello-tag > div span {
  vertical-align:middle;
}

.gc-hello-tag > div img {
  width:28px;
  height:28px;
  margin-left:0.5em;
  border-radius:50%;
}

.gc-hello-tag .gc-disconnect {
  margin-top: 0.1em;
}

/**********************************
* gc-alert-tag                    *
***********************************/

.gc-alert-tag {
  margin-top: 1em;
}

a.graphcomment-button-go-admin {
  margin-top: 1em;
}



#graphcomment-general {
}

.graphcomment-fieldset {
  position: relative;
  padding-top: 1em;
}

#graphcomment-general .graphcomment-fieldset .graphcomment-fieldset-title {
  padding: 0;
  margin: 1em 0 2em;
  font-weight: bold;
}

#graphcomment-general .graphcomment-fieldset .radio,
#graphcomment-general .graphcomment-fieldset .checkbox {
  margin-top: 1em;
}

#graphcomment-general .graphcomment-fieldset .shifted {
  margin-left: 1em;
}


#graphcomment-general .graphcomment-options-form .checkbox ~ .checkbox {
  margin-top: 2em;
}

