/* compiled by scssphp v0.0.11 on Wed, 15 Jan 2020 18:15:58 +0000 (0.0245s) */

@import "https://fonts.googleapis.com/css?family=Ubuntu&display=swap";
body {
  background: steelblue;
  font-family: "Ubnutu", arial, sans-serif;
  color: white;
  padding: 10px;
  margin: auto; }

h1 {
  text-align: center; }

.content {
  text-align: center; }

table {
  table-layout: fixed;
  width: 100%;
  max-width: 96%;
  border-collapse: collapse;
  border: 1px solid #38678f;
  margin: 50px auto;
  background: white;
  color: #000; }
  table th {
    background: steelblue;
    height: 54px;
    width: 25%;
    font-weight: lighter;
    text-shadow: 0 1px 0 #38678f;
    color: white;
    border: 1px solid #38678f;
    box-shadow: inset 0 1px 2px #568ebd;
    transition: all 0.2s; }
  table tr {
    border-bottom: 1px solid #ccc; }
  table td {
    word-wrap: break-word;
    border-right: 1px solid #ccc;
    padding: 10px;
    transition: all 0.2s; }
    table td .selected {
      background: #d7e4ef; }
    table td input {
      font-size: 14px;
      background: none;
      outline: none;
      border: 0;
      display: table-cell;
      height: 100%;
      width: 100%; }
    table td input:focus {
      box-shadow: 0 1px 0 steelblue;
      color: steelblue; }
  table ::-moz-selection {
    background: steelblue;
    color: white; }
  table ::selection {
    background: steelblue;
    color: white; }

.heavyTable {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: float 5s infinite; }

.form {
  padding: 20px;
  border: 1px dotted;
  border-radius: 20px;
  width: 1200px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .form .section {
    padding: 0px 10px 10px 10px;
    border: 1px solid #252525;
    margin-bottom: 10px; }
    .form .section h3 {
      text-align: left;
      font-size: 110%;
      margin: 0px 0px;
      font-weight: 700;
      background: #000;
      color: #fff;
      padding: 5px 10px;
      margin: 0px -10px 10px -10px; }
  .form section.col3 {
    min-width: 32%;
    max-width: 32%;
    box-sizing: border-box; }
  .form section.col2 {
    min-width: 48%;
    max-width: 48%;
    box-sizing: border-box; }
  .form section.col1 {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box; }
  .form section.actions {
    border-top: 3px solid #252525;
    text-align: center;
    padding: 10px;
    margin: 10px; }
  .form div.field {
    display: flex;
    flex-wrap: wrap; }
    .form div.field label {
      padding-right: 10px;
      align-self: center; }
    .form div.field input, .form div.field select {
      flex-grow: 1;
      align-self: center; }
    .form div.field input[type=checkbox] {
      flex-grow: 0;
      align-self: center; }
  .form label, .form input[type=text], .form input[type=radio], .form input[type=checkbox] {
    padding: 3px;
    border-radius: 5px;
    min-height: 18px; }
  .form input[type=text] {
    width: 100%; }
  .form textarea {
    width: 100%;
    height: 6em;
    border-radius: 5px;
    margin: 5px 0 5px 0; }
  .form .button {
    display: inline-block;
    text-decoration: none;
    color: white;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 24px;
    border: 1px solid #38678f;
    background: steelblue;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 3px rgba(255, 255, 255, 0.2);
    transition: all 0.1s;
    cursor: pointer; }
    .form .button:hover {
      background: #4f8aba;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.4); }
    .form .button:active {
      color: #294d6b;
      background: #427aa9;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.2); }
    .form .button:focus {
      outline: none; }
    .form .button.disabled {
      background: #f0f0f0;
      color: #000; }
  .form .action {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 1em 1em;
    border-radius: 12em;
    margin: 15px auto; }

.report_classify #urls {
  width: 100%;
  height: 250px; }
  .report_classify #taxonomy tr {
    min-height: 30px;
    vertical-align: middle; }
    .report_classify #taxonomy td, .report_classify #taxonomy th {
      text-align: center;
      padding: 5px; }
    .report_classify #taxonomy tr.selected {
      background: #ff3; }
    .report_classify #taxonomy .status {
      width: 100px; }
    .report_classify #taxonomy .size, .report_classify #taxonomy .change {
      width: 5em; }
    .report_classify #taxonomy td.size, .report_classify #taxonomy td.change {
      font-family: monospace;
      font-weight: 600; }
    .report_classify #taxonomy .name {
      width: 100%;
      text-align: left; }
    .report_classify #taxonomy td.add {
      color: #2e9203; }
    .report_classify #taxonomy td.del {
      color: #f00; }
    .report_classify #taxonomy td:last-child {
      width: 100%; }
  .report_classify .results {
    width: 100%;
    color: #000; }
    .report_classify .results tr.good {
      background: #e0ffe0; }
      .report_classify .results tr.skip {
        background: #e5e5e5; }
      .report_classify .results tr.bad {
        background: #fdd; }
    .report_classify .results .c_index {
      width: 8em;
      font-family: monospace; }
    .report_classify .results .c_api {
      width: 180px; }
      .report_classify .results .c_api div.cs {
        border-bottom: 1px solid #000; }
      .report_classify .results .c_api span.name {
        display: block;
        width: 75%;
        float: left;
        text-align: left; }
      .report_classify .results .c_api span.code {
        display: block;
        width: 25%;
        float: left;
        text-align: right; }
      .report_classify .results .c_api span.info {
        display: block;
        width: 100%;
        clear: both;
        border-top: 1px dotted #00f;
        color: #00f; }
    .report_classify .results .c_url {
      font-size: 10px; }
    .report_classify .results .c_text {
      font-size: 10px; }
      .report_classify .results .c_text div {
        max-height: 20em;
        overflow-y: scroll;
        text-align: justify;
        border: 1px solid #000;
        padding: 1em;
        background: #f0f0f0;
        color: #000; }
    .report_classify .results .c_goodpage {
      width: 30px; }
    .report_classify .summery table {
      margin: 10px; }
    .report_classify .summery td {
      text-align: center; }
    .report_classify .summery td.csv {
      text-align: left; }
  .report_classify #blacklistUrlUpload legend {
    font-weight: bold;
    color: #fff; }
    .report_classify #blacklistUrlUpload .drag {
      border: 3px dotted #00f;
      color: #000;
      background: #f0f0f0;
      font-weight: bold;
      text-align: center;
      padding: 10px 0;
      margin: 10px 0;
      border-radius: 7px;
      cursor: default; }
      .report_classify #blacklistUrlUpload .drag.hover {
        color: #f00;
        border: solid #f00;
        box-shadow: inset 0 3px 4px #888; }

.report_contacts .form {
  width: initial; }
  .report_contacts .help::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 10px;
    color: #252525;
    padding: 2px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 700;
    content: "?";
    background: #dffa8c; }
  .report_contacts #names {
    width: 100%;
    height: 250px; }
  .report_contacts .results {
    width: 100%;
    color: #000; }
    .report_contacts .results input[type="radio"] {
      height: auto;
      width: auto; }
    .report_contacts .results tr.good {
      background: #e0ffe0; }
      .report_contacts .results tr.skip {
        background: #e5e5e5; }
      .report_contacts .results tr.bad {
        background: #fdd; }
    .report_contacts .results .c_index {
      width: 8em;
      font-family: monospace; }
    .report_contacts .results .c_api {
      width: 180px; }
      .report_contacts .results .c_api div.cs {
        border-bottom: 1px solid #000; }
      .report_contacts .results .c_api span.name {
        display: block;
        width: 75%;
        float: left;
        text-align: left; }
      .report_contacts .results .c_api span.code {
        display: block;
        width: 25%;
        float: left;
        text-align: right; }
      .report_contacts .results .c_api span.info {
        display: block;
        width: 100%;
        clear: both;
        border-top: 1px dotted #00f;
        color: #00f; }
    .report_contacts .results .c_countryCode, .report_contacts .results .c_region {
      width: 60px;
      text-align: center; }
    .report_contacts .results .c_picture {
      width: 100px; }
      .report_contacts .results .c_picture img {
        width: 80px;
        height: 80px; }
    .report_contacts .results .c_name {
      width: 200px; }
    .report_contacts .results .c_index {
      width: 100px;
      text-align: center; }
    .report_contacts .results .c_select {
      width: 80px;
      text-align: center; }
    .report_contacts .results .r_noindex {
      background: #fdd; }
    .report_contacts .results .r_headProfile {
      text-align: center;
      font-size: 1.2em;
      font-weight: 700;
      background: #3652b4;
      color: #f0f0f0; }
    .report_contacts .results .c_headName {
      text-align: left; }
    .report_contacts .results .c_emails {
      width: 300px; }
    .report_contacts .results .c_info {
      background: #fdd;
      color: #5a6268; }
    .report_contacts .results .c_linkedin {
      width: 80px;
      text-align: center; }
    .report_contacts .results .emails a {
      display: block;
      padding: 3px 0px;
      border-bottom: 1px solid #ddd;
      text-decoration: none; }
      .report_contacts .results .emails .valid {
        color: #0e9a00; }
      .report_contacts .results .emails .error {
        color: #5e1700; }
      .report_contacts .results .emails .personal::before, .report_contacts .results .emails .professional::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        color: #252525;
        box-sizing: border-box;
        text-align: center;
        margin-right: 10px;
        font-size: 14px;
        vertical-align: middle;
        font-weight: 700; }
      .report_contacts .results .emails .personal::before {
        content: "p";
        background: #dffa8c; }
      .report_contacts .results .emails .professional::before {
        content: "w";
        background: #fadf8c;
        /*
      .score_low::before, .score_high::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        color: #252525;
        box-sizing: border-box;
        text-align: center;
      }
      .score_low::before {
        content: "";
      }
      .score_high::before {
        content: "H";
        background: #00ffff;
      }
      */ }
    .report_contacts .results .links a {
      display: block;
      padding: 3px 0px;
      border-bottom: 1px solid #ddd;
      text-decoration: none; }
    .report_contacts .results a.linkedin {
      display: inline-block;
      border: 1px solid #000;
      padding: 10px; }
      .report_contacts .results a.linkedin:hover {
        background: #00b0e8; }
      .report_contacts .results a.linkedin:before {
        background: url('/images/reports/linkedin.png');
        background-size: cover;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        padding: 15px;
        text-align: center;
        font-size: 14px;
        vertical-align: middle;
        font-weight: 700;
        content: ""; }
  .report_contacts .summery .r_values td {
    text-align: center; }

.report_keywords .content {
  margin: auto; }
  .report_keywords #keywordsInput {
    width: 100%;
    height: 250px; }
  .report_keywords td.urls {
    text-align: left;
    padding: 10px; }
  .report_keywords table.summery td {
    text-align: left; }
  .report_keywords table td {
    text-align: center; }
    .report_keywords table .index {
      width: 5em; }
    .report_keywords table .keyword {
      width: 30em;
      text-align: left; }
    .report_keywords table .count {
      width: 5em; }
    .report_keywords table .urls {
      width: 100%; }

.markup_builder {
  width: 80%;
  text-align: center;
  color: #fff;
  margin: auto; }
  .markup_builder .input_row label {
    display: block; }
    .markup_builder .input_row select {
      display: block;
      margin: 5px; }
  .markup_builder #projects, .markup_builder #wikipages {
    width: 100%;
    font-family: 'Courier New', monospace;
    display: block; }
  .markup_builder #btn_copy_markup {
    margin: 3px;
    color: #005999;
    background-color: #f0f0f0;
    box-shadow: none; }
  .markup_builder #markup {
    width: 100%;
    height: 200px;
    background: #f0f0f0;
    margin: auto;
    text-align: left;
    padding: 10px;
    overflow: scroll;
    color: #000;
    border: 1px solid #f00; }
  .markup_builder #clipboard {
    height: 1px;
    width: 100%; }
  .markup_builder #import_project legend {
    font-weight: bold;
    color: #333; }
    .markup_builder #import_project #drag {
      display: none;
      border: 3px dotted #00f;
      color: #000;
      background: #f0f0f0;
      font-weight: bold;
      text-align: center;
      padding: 10px 0;
      margin: 10px 0;
      border-radius: 7px;
      cursor: default; }
      .markup_builder #import_project #drag .hover {
        color: #f00;
        border: solid #f00;
        box-shadow: inset 0 3px 4px #888; }

.editor_classify {
  margin: auto; }
  .editor_classify .form {
    border: none; }
    .editor_classify .form input, .editor_classify .form textarea, .editor_classify .form label {
      display: block;
      width: 100%; }
    .editor_classify .form input:-webkit-autofill {
      background-color: #c6d9eb !important; }
    .editor_classify .form textarea {
      height: 10em;
      border-radius: 0; }
    .editor_classify .form label {
      text-align: left; }
    .editor_classify .form a {
      text-decoration: underline;
      color: lightgray;
      float: left;
      font-size: 12px;
      margin: 4px 0px 0px 5px; }
    .editor_classify .form select {
      float: left;
      width: 200px;
      padding: 2px;
      display: block;
      align: left; }
    .editor_classify .form #message {
      text-align: left;
      display: inherit;
      font-size: 10px;
      color: #bdbdbd; }
    .editor_classify .form #category {
      border-radius: 0;
      padding: 8px;
      font-size: 15px;
      border-style: none;
      BORDER-COLOR: #ccc; }

.section_table {
  max-width: 800px;
  margin: auto; }
  .section_table > table {
    table-layout: auto;
    max-width: 400px;
    margin: 0px; }
    .section_table > table input[type="text"] {
      width: 100%;
      box-sizing: border-box; }
    .section_table > table .name {
      width: 70%; }
    .section_table > table .deleteRow {
      text-align: right;
      border: none;
      max-width: 1%;
      white-space: nowrap; }
    .section_table > table .rank {
      width: 30%; }
