.ttf--reset p {
  margin-top: 0; }

.ttf--text-gray {
  color: #797979; }
.ttf--text-primary {
  color: orange; }
.ttf--text-underline {
  text-decoration: underline; }
.ttf--text-dotted-gray {
  border-bottom: 1px dotted #797979; }
.ttf--text-light {
  font-weight: 300; }
.ttf--text-italic {
  font-style: italic; }

.ttf--header-attempt {
  margin-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 5px; }

.ttf--header-none {
  text-align: center;
  font-weight: 300;
  color: #e4e4e4;
  font-size: 50px; }

.tt-forms-btn-add-form {
  display: inline-block;
  position: relative; }

.tt-trash-btn {
  display: inline-block;
  margin-left: 20px;
  padding-top: 5px;
  text-decoration: none; }
  .tt-trash-btn .dashicons {
    font-size: 1.2em;
    position: relative;
    top: 1px;
    right: -3px; }
  .tt-trash-btn:focus, .tt-trash-btn:active {
    outline: none;
    border: none;
    box-shadow: none; }

.ttf--btn-edit {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #0073aa; }
  .ttf--btn-edit:hover {
    cursor: pointer;
    color: #0096dd; }
.ttf--btn-delete {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #990000;
  display: inline-block;
  margin-right: 10px;
  line-height: 19px; }
  .ttf--btn-delete:hover {
    cursor: pointer;
    color: #cc0000; }

.ttf--btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: none; }

.ttf--btn-outline {
  display: inline-block;
  border: 1px solid #0073aa;
  border-radius: 2px;
  padding: 10px 25px;
  background-color: transparent;
  color: #0073aa; }
  .ttf--btn-outline:hover {
    background-color: #0073aa;
    color: white;
    cursor: pointer; }
  .ttf--btn-outline:active {
    box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.5);
    background-color: #0073aa;
    color: white;
    cursor: pointer;
    outline: 0; }
  .ttf--btn-outline:focus {
    outline: 0; }

.ttf--delete-note {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
  color: red; }
  .ttf--delete-note:hover {
    cursor: pointer;
    color: #ff3333; }

.ttf--pre-inline {
  display: inline-block;
  padding: 2px 5px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 0 5px; }

.ttf--pre {
  display: block;
  overflow-x: scroll;
  max-width: 100%;
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 0 0 20px 0; }

.ttf--list-file-type {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ttf--list-file-type li {
    margin: 0;
    padding: 0;
    width: 100px;
    display: inline-block; }
    .ttf--list-file-type li label {
      vertical-align: top; }

.ttf--main-title {
  margin-bottom: 20px !important; }

.ttf--title-add-rule {
  margin-top: 40px;
  margin-bottom: 0; }

.wrap.tt-forms .tt-forms-header {
  margin-top: 20px; }
.wrap.tt-forms .tt-forms-logo {
  display: inline-block;
  vertical-align: middle; }
.wrap.tt-forms .tt-forms-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }
.wrap.tt-forms .tt-forms-tablenav {
  margin-top: 50px;
  margin-bottom: 10px; }

.post-type-tt_form #misc-publishing-actions, .post-type-tt_form #delete-action {
  display: none; }
.post-type-tt_form #minor-publishing {
  display: none; }
.post-type-tt_form .page-title-action {
  display: none; }
.post-type-tt_form #form-settings-box {
  border: none;
  background: transparent;
  box-shadow: none; }
  .post-type-tt_form #form-settings-box .ui-sortable-handle,
  .post-type-tt_form #form-settings-box .handlediv,
  .post-type-tt_form #form-settings-box .hndle {
    display: none; }
  .post-type-tt_form #form-settings-box .inside {
    padding-left: 0;
    padding-right: 0; }
  .post-type-tt_form #form-settings-box .tt-forms-tablenav {
    margin-bottom: 20px; }
  .post-type-tt_form #form-settings-box .tt-forms-shortcode {
    margin-left: 30px;
    display: inline-block; }
    .post-type-tt_form #form-settings-box .tt-forms-shortcode .shortcode-input {
      display: inline-block;
      vertical-align: middle; }
  .post-type-tt_form #form-settings-box .note {
    color: gray; }
  .post-type-tt_form #form-settings-box .tt-forms-table {
    width: 100%; }
    .post-type-tt_form #form-settings-box .tt-forms-table th,
    .post-type-tt_form #form-settings-box .tt-forms-table td {
      padding: 15px 0 30px 0; }
    .post-type-tt_form #form-settings-box .tt-forms-table th {
      width: 200px; }
    .post-type-tt_form #form-settings-box .tt-forms-table .wp-editor-tools::after {
      display: none; }
  .post-type-tt_form #form-settings-box select {
    width: 200px; }
  .post-type-tt_form #form-settings-box textarea {
    width: 100%;
    height: 200px; }

.tt-forms-tabs {
  margin-top: 20px; }
  .tt-forms-tabs .tab-panel {
    display: none; }
    .tt-forms-tabs .tab-panel.active {
      display: block; }
  .tt-forms-tabs .tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .tt-forms-tabs .tab-list li {
      padding: 0;
      margin: 0 0 0px -5px;
      display: inline-block; }
      .tt-forms-tabs .tab-list li.first {
        margin-left: 0; }
      .tt-forms-tabs .tab-list li .tab-control {
        padding: 10px 15px;
        background-color: #f9f9f9;
        border: 1px solid #e1e1e1;
        border-bottom-width: 0px;
        display: block;
        position: relative;
        transition: 0.2s;
        border-radius: 0px; }
        .desktop .tt-forms-tabs .tab-list li .tab-control:hover {
          background-color: #ececec; }
        .tt-forms-tabs .tab-list li .tab-control h3 {
          font-size: 1em;
          color: #0085ba;
          display: inline-block;
          margin: 0; }
        .tt-forms-tabs .tab-list li .tab-control:focus, .tt-forms-tabs .tab-list li .tab-control:active {
          outline: 0;
          box-shadow: none; }
      .tt-forms-tabs .tab-list li.active .tab-control {
        background-color: white; }
        .tt-forms-tabs .tab-list li.active .tab-control::after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background-color: #fff;
          position: absolute;
          bottom: -1px;
          left: 0; }
        .desktop .tt-forms-tabs .tab-list li.active .tab-control:hover {
          background-color: gray; }
      .tt-forms-tabs .tab-list li.active h3 {
        color: #7c7c7c; }
    @media screen and (max-width: 430px) {
      .tt-forms-tabs .tab-list {
        overflow: scroll;
        white-space: nowrap;
        background-color: #f9f9f9; }
        .tt-forms-tabs .tab-list li {
          display: inline-block;
          margin-bottom: 0;
          border-right: 1px solid #ececec; }
          .tt-forms-tabs .tab-list li .tab-control {
            border-radius: 0; }
            .tt-forms-tabs .tab-list li .tab-control::after {
              display: none; } }
  @media screen and (max-width: 430px) {
    .tt-forms-tabs .tab-list-container {
      height: 44px;
      overflow: hidden; }
    .tt-forms-tabs .tab-list {
      padding-bottom: 50px; } }
  .tt-forms-tabs .tab-panel {
    border: 1px solid #e1e1e1;
    background: white;
    padding: 20px; }

.ttf--popup {
  display: none;
  position: fixed;
  z-index: 9999999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  overflow: scroll; }
  .ttf--popup#ttf__exportcsv {
    height: 80%;
    overflow: hidden; }
  .ttf--popup > .container,
  .ttf--popup > .container > .row {
    height: 100%; }
  .ttf--popup .ttf--popup-inner {
    opacity: 0;
    transition: 0.5s;
    -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    padding: 50px; }
    .ttf--popup .ttf--popup-inner.ttf--export-csv-inner {
      max-width: 100%;
      width: 300px;
      margin: 0 auto;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 5px solid rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 30px; }
  .ttf--popup .ttf--popup-inner.active {
    opacity: 1;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
  .ttf--popup.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .ttf--popup .ttf--btn-popup-close {
    position: absolute !important;
    top: 10px;
    right: 10px;
    font-size: 1.8em;
    color: #797979; }
    .ttf--popup .ttf--btn-popup-close:hover {
      color: gray;
      cursor: pointer; }

.tt-forms-shortcode label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #666666; }
.tt-forms-shortcode-input {
  width: 300px;
  color: gray !important;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.tt-forms-status {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 5px; }
  .tt-forms-status span {
    position: absolute;
    left: 0;
    opacity: 0;
    -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1); }
    .tt-forms-status span.checking {
      animation-name: rotate;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .tt-forms-status span.active {
      transition: 0.5s;
      opacity: 1;
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }

.tt-forms-form-container {
  display: none; }

#tt-form-validation-fail-row,
#tt-form-validation-success-row {
  display: none; }
  #tt-form-validation-fail-row.active,
  #tt-form-validation-success-row.active {
    display: table-row; }

.ttf--custom-validation input[readonly] {
  background-color: transparent;
  border: 0;
  box-shadow: none; }

.ttf-table {
  width: 100%; }
  .ttf-table tr th {
    width: 200px; }
  .ttf-table tr td,
  .ttf-table tr th {
    padding: 15px 0; }

.ttf--add-rule {
  margin: 10px 0 20px 0; }
  .ttf--add-rule th {
    width: 50px;
    text-align: left; }
  .ttf--add-rule td {
    width: 500px;
    max-width: 100%; }
    .ttf--add-rule td input {
      width: 100%; }
      .ttf--add-rule td input.ttf--rule-name {
        max-width: 200px; }

#tt_submission_notes {
  width: 100%;
  height: 150px; }

#tt_form_results .tt-form-result-input {
  transition: 0.5s;
  width: 100%; }
#tt_form_results.readonly .tt-form-result-input {
  transition: 0.5s;
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none; }
#tt_form_results textarea {
  height: 90px; }
#tt_form_results .ttf-result-link {
  padding: 3px 7px;
  display: inline-block; }
  #tt_form_results .ttf-result-link .dashicons {
    margin-left: 3px;
    font-size: 1em;
    height: 10px;
    width: 10px;
    margin-top: 0px; }
#tt_form_results .ttf-result-disallowed {
  padding: 3px 7px;
  display: inline-block;
  color: #797979;
  font-weight: 700; }
#tt_form_results .ttf--add-media {
  display: inline-block; }
  #tt_form_results .ttf--add-media small {
    margin-left: 5px;
    display: inline-block;
    color: gray; }

.tt-title,
.tt-message {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 !important; }

.tt-title {
  padding: 0 !important; }

.tt-message {
  margin-left: 20px  !important;
  padding: 0 20px; }

.ttf-settings .tt-form-title {
  width: 100%;
  margin: 0px 0 20px 0;
  font-size: 20px; }
.ttf-settings .tt-form-shortcode {
  display: inline-block;
  margin-left: 40px; }
.ttf-settings textarea {
  width: 100%;
  height: 200px; }
.ttf-settings select {
  width: 200px;
  max-width: 100%; }
.ttf-settings .ttf-custom,
.ttf-settings .ttf-callback {
  display: none; }
  .ttf-settings .ttf-custom.active,
  .ttf-settings .ttf-callback.active {
    display: table-row; }

.tt-form-off {
  color: #c6c6c6; }

.ttf--actions {
  margin: 20px 0; }

.tt-form-on {
  color: green; }

.ttf--info {
  color: darkgray;
  font-size: 18px;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent; }
  .ttf--info > div {
    position: absolute;
    z-index: 9999;
    display: none;
    top: 0;
    width: 200px;
    padding: 15px;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #32373c; }
  .ttf--info.ttf--info-left > div {
    right: 20px; }
  .ttf--info.ttf--info-right > div {
    left: 20px; }
  .ttf--info:hover, .ttf--info:focus {
    cursor: help;
    color: black; }
    .ttf--info:hover > div, .ttf--info:focus > div {
      display: block; }

@keyframes ttfanimateloader {
  0% {
    box-shadow: 0px 0px 0px 2px black;
    opacity: 0;
    width: 1px;
    height: 1px; }
  40% {
    opacity: 1;
    box-shadow: 0px 0px 2px 2px black; }
  80% {
    opacity: 0; }
  100% {
    box-shadow: 0px 0px 2px 5px black;
    opacity: 0;
    width: 10px;
    height: 10px; } }
.ttf--loader {
  width: 30px;
  height: 30px;
  position: relative;
  display: none; }
  .ttf--loader.ttf--loading:after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 1px;
    animation-name: ttfanimateloader;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    position: absolute; }
  .ttf--loader.ttf--ready:before {
    content: "\f529";
    font-family: 'dashicons';
    font-size: 30px;
    color: green;
    display: block;
    top: 6px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }
  .ttf--loader.ttf--active {
    display: inline-block; }

.ttf--top-actions > * {
  vertical-align: middle;
  display: inline-block; }

.width-100 {
  width: 100%; }

.ttf--width-100 {
  width: 100%; }

.ttf__bg-white {
  background-color: white; }

.display-inline {
  display: inline; }

.ttf-grid {
  position: relative; }
  .ttf-grid .ttf-row {
    margin-right: 300px; }
  .ttf-grid .ttf-col-1 {
    width: 100%;
    float: left;
    box-sizing: border-box; }
    .ttf-grid .ttf-col-1 .tt-form-title {
      width: 100%;
      margin: 0px 0 20px 0;
      font-size: 20px; }
    .ttf-grid .ttf-col-1 .tt-form-shortcode {
      display: inline-block;
      margin-left: 40px; }
  .ttf-grid .ttf-col-2 {
    width: 280px;
    float: right;
    margin-right: -300px;
    right: 0px;
    top: 0; }

.ttf-meta-box {
  margin-bottom: 20px; }
  .ttf-meta-box .ttf-head {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background: #fff;
    padding: 8px 15px; }
    .ttf-meta-box .ttf-head h2 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: bold; }
    .ttf-meta-box .ttf-head .tt-form-time {
      float: right; }
  .ttf-meta-box .ttf-body {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 15px; }
    .ttf-meta-box .ttf-body ul {
      margin: 0; }
  .ttf-meta-box.ttf-new {
    -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    transition: 0.8s;
    opacity: 0; }
    .ttf-meta-box.ttf-new.ttf-in {
      transition: 0.8s;
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
      opacity: 1; }

.ttf--submission-notes {
  max-width: 600px; }

.ttf-time {
  float: right; }
