.hg-form-field {
  margin-bottom: 15px;
  float: left;
  margin-right: 25px;
  width: 100%; }

.hg-form-field label {
  display: block;
  font-weight: bold; }

.hg_form_div label {
  display: block;
  font-weight: bold; }

.hg_form_div {
  margin: 10px 10px 15px 10px; }

#hg-generator-form-div {
  padding-top: 15px; }

input.td_checkbox {
  width: 30px; }

a.check_exists {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px; }

a.check_exists:hover {
  color: white;
  background-color: #43A047; }

a.check_exists:visited {
  color: #eee;
  background-color: #4CAF50; }

label.error {
  margin-left: 10px;
  width: auto;
  display: inline;
  font-weight: normal;
  font-size: 17px;
  color: red; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

#submitHeadline {
  font-size: 22px; }

#dialog-form {
  font-size: 13px; }

.select2-container {
  min-width: 200px; }

.form-help {
  font-size: 11px; }

#headline_tabs {
  text-align: right;
  float: right;
  margin-top: -35px; }

table.my_results td, table.my_results th {
  word-wrap: break-word;
  font-size: 0.8em; }

#save_loading {
  background: yellow;
  color: black;
  font-weight: bold;
  display: none; }

.add_new_headline_wrap {
  padding-bottom: 10px; }

.headlineformfield {
  width: 90%; }

.headline_dialog {
  font-size: 0.8em; }

.schedule_successfull {
  position: fixed;
  height: 35px;
  line-height: 35px;
  background: rgba(168, 232, 148, 0.8);
  color: #000;
  font-weight: bold;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  bottom: 0; }

button.btn-green, html input[type=button].btn-green, input[type=reset].btn-green, input[type=submit].btn-green {
  background-color: #4CAF50;
  color: white; }

.question_description {
  color: #696969;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 90%; }

.green_text {
  color: #4CAF50; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

table.my_results {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%; }

table.my_results_planner {
  font-size: 0.75em; }

table.my_results, table.my_results tr td, table.my_results tr th {
  border: 1px solid rgba(0, 0, 0, 0.1); }

table.my_results {
  margin: 0 0 1.5em; }

table.my_results tr td, table.my_results tr th {
  padding: 8px;
  border-width: 0 1px 1px 0; }

table.my_results tr.hide_tr {
  display: none; }

table.my_results tr.show_tr {
  display: block; }

table.my_results tr.less_tr {
  display: none; }

body.page-id-2556 {
  overflow: scroll; }

div.outline {
  width: 300px;
  background: #ffffff;
  word-wrap: break-word; }

pre.outline {
  background: #ffffff;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding: 0; }

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left; }

.numberCircle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #f6ad19;
  border: 2px solid #f4aa4b;
  color: #000000;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  right: 0;
  top: 0; }

.generators_wrap_main .tweet {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  height: 23px;
  line-height: 14px;
  padding: 0 6px;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s ease; }

.generators_wrap_main .tweet i {
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 11px;
  background-image: url("/wp-content/plugins/headline-generator/public/img/tweet.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 144px 11px; }

.generators_wrap_main .tweet span {
  position: relative;
  top: 4px;
  left: -2px;
  vertical-align: top;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px; }

.generators_wrap_main .tweet:hover {
  background-color: #0c7abf; }

.generators_wrap_main .tweet:hover i {
  animation: tweet 0.6s steps(7) infinite; }

.generators_wrap_main .tbl {
  display: table;
  width: 100%;
  height: 100%; }

.generators_wrap_main .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

@-moz-keyframes tweet {
  100% {
    background-position: -126px 0; } }

@-webkit-keyframes tweet {
  100% {
    background-position: -126px 0; } }

@-o-keyframes tweet {
  100% {
    background-position: -126px 0; } }

@keyframes tweet {
  100% {
    background-position: -126px 0; } }

.generators_wrap_main .email_error {
  color: #af190e;
  display: none; }

.generators_wrap_main .section_group {
  display: flex; }

.generators_wrap_main #tg-generator-form-div {
  padding-left: 10px;
  margin-bottom: 20px;
  float: left;
  min-width: 300px;
  width: 400px; }

.generators_wrap_main .result_tweet_facebook {
  flex-grow: 1;
  padding-left: 25px;
  width: 50%; }

.generators_wrap_main .result_tweet_facebook h2 {
  display: none; }

.generators_wrap_main .result_tweet_facebook .btn-export {
  float: right;
  margin-bottom: 10px;
  padding: 5px 10px; }

.generators_wrap_main .result_tweet_facebook .tweet_generated, .generators_wrap_main .result_tweet_facebook .facebook_generated {
  padding: 10px;
  border: 1px dashed #cccccc;
  margin-bottom: 15px;
  position: relative;
  min-height: 200px;
  min-width: 200px; }

.generators_wrap_main .result_tweet_facebook .tweet_generated:hover, .generators_wrap_main .result_tweet_facebook .facebook_generated:hover {
  background: #f9f9f9; }

.generators_wrap_main .result_tweet_facebook .tweet_text, .generators_wrap_main .result_tweet_facebook .facebook_text {
  padding-bottom: 10px;
  font-size: 14px;
  color: #000000; }

.generators_wrap_main .result_tweet_facebook .tg_button {
  text-align: right;
  min-height: 25px; }

.generators_wrap_main .result_tweet_facebook .tg_check {
  float: left;
  margin: 10px 10px 10px 0;
  font-weight: bold; }

.generators_wrap_main .result_facebook {
  flex-grow: 1;
  padding-left: 25px; }

.generators_wrap_main .result_facebook h2 {
  display: none; }

.generators_wrap_main .result_facebook .fb-share-button {
  background: #3b5998;
  border-radius: 3px;
  font-weight: 600;
  padding: 0px 8px;
  display: inline-block;
  position: absolute;
  line-height: 28px;
  width: 155px;
  right: 90px;
  bottom: 10px;
  height: 31px; }

.generators_wrap_main .result_facebook .fb-share-button:hover {
  cursor: pointer;
  background: #213A6F; }

.generators_wrap_main .result_facebook .fb-share-button svg {
  width: 18px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px; }

.generators_wrap_main .result_facebook .fb-share-button span {
  vertical-align: middle;
  color: white;
  font-size: 12px;
  padding: 0 3px; }

.generators_wrap_main .tg-form-field {
  margin-right: 25px;
  margin-bottom: 15px; }

.generators_wrap_main .tg-form-field label {
  display: block;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 4px; }

.generators_wrap_main .tg-form-field input[type="text"], .generators_wrap_main .tg-form-field input[type="url"] {
  width: 99%;
  padding: 5px 10px;
  font-size: 15px; }

@media only screen and (max-width: 768px) {
  .generators_wrap_main .section_group {
    display: block; }
  .generators_wrap_main #result_tweet {
    padding-left: 10px; }
  .generators_wrap_main #result_tweet h2 {
    display: block; } }
