.thesis_critique_tool {
  background-color: #edf0f1;
  padding-bottom: 20px; }
  .thesis_critique_tool a {
    text-decoration: none; }
  .thesis_critique_tool .outline-none {
    outline: none; }
  .thesis_critique_tool #prev-quote {
    background-color: #edf0f1;
    display: inline-block; }
  .thesis_critique_tool .bg-white {
    background-color: #ffffff; }
  .thesis_critique_tool .text-uppercase {
    text-transform: uppercase !important; }
  .thesis_critique_tool .mb-0 {
    margin-bottom: 0 !important; }
  .thesis_critique_tool .mb-20 {
    margin-bottom: 20px !important; }
  .thesis_critique_tool .mt-20 {
    margin-top: 20px !important; }
  .thesis_critique_tool .mt-0 {
    margin-top: 0 !important; }
  .thesis_critique_tool .mt-5 {
    margin-top: 5px !important; }
  .thesis_critique_tool .italic {
    font-style: italic !important; }
  .thesis_critique_tool .bold {
    font-weight: bold !important; }
  .thesis_critique_tool .wording_times {
    font-size: 14px !important; }
  .thesis_critique_tool .curent_shadow {
    background: #b7bdda !important; }
  .thesis_critique_tool .learn-more-wrap {
    clear: both;
    padding: 20px 45px 10px;
    border-top: 1px #bfbfc3 dashed;
    margin: 20px -45px 0;
    color: #bfbfc3;
    vertical-align: top; }
    .thesis_critique_tool .learn-more-wrap span {
      display: inline-block;
      max-width: 64%; }
      @media screen and (max-width: 670px) {
        .thesis_critique_tool .learn-more-wrap span {
          max-width: 100%;
          width: 100%; } }
    .thesis_critique_tool .learn-more-wrap .learn-more-btn {
      background-color: #879edd;
      color: #ffffff;
      padding: 10px 20px;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      box-sizing: border-box;
      max-width: 35%;
      vertical-align: top;
      margin-right: 10px; }
      .thesis_critique_tool .learn-more-wrap .learn-more-btn:hover {
        background-color: #8494dd; }
      @media screen and (max-width: 670px) {
        .thesis_critique_tool .learn-more-wrap .learn-more-btn {
          width: 100%;
          max-width: 100%; } }
  .thesis_critique_tool .result-statistics {
    padding: 15px 50px; }
    .thesis_critique_tool .result-statistics #prepositions-result-info,
    .thesis_critique_tool .result-statistics #wording-result-info,
    .thesis_critique_tool .result-statistics #citations-result-info {
      color: #686868;
      display: none; }
    .thesis_critique_tool .result-statistics .result-statistics-title {
      width: 150px;
      display: inline-block;
      font-size: 16px;
      font-weight: bold; }
    .thesis_critique_tool .result-statistics .result-statistics-val {
      font-size: 20px;
      color: #cdced3; }
    .thesis_critique_tool .result-statistics .scroll {
      cursor: pointer; }
      .thesis_critique_tool .result-statistics .scroll:hover {
        text-decoration: underline; }
  .thesis_critique_tool .color-blue {
    color: #4b98dc !important; }
  .thesis_critique_tool .color-red {
    color: #ef3324 !important; }
  .thesis_critique_tool .color-green {
    color: #4a8b67 !important; }
  .thesis_critique_tool .bg-blue {
    background: #4b98dc !important; }
    .thesis_critique_tool .bg-blue:hover {
      background: #56B0FF !important; }
  .thesis_critique_tool .bg-red {
    background: #ef3324 !important; }
  .thesis_critique_tool .bg-green {
    background: #4a8b67 !important; }
    .thesis_critique_tool .bg-green:hover {
      background: #63E394 !important; }
  .thesis_critique_tool h3.color-red.errors-field {
    font-size: 20px;
    padding: 0 10px 10px 40px;
    margin-top: 0;
    display: none; }
  .thesis_critique_tool .thesis_critique_tool--textarea {
    padding: 10px 20px 30px 40px;
    width: 65%;
    display: inline-block;
    box-sizing: border-box; }
    .thesis_critique_tool .thesis_critique_tool--textarea textarea {
      max-height: 236px;
      max-width: 100%;
      width: 100%;
      padding: 10px;
      box-sizing: border-box; }
    @media screen and (max-width: 670px) {
      .thesis_critique_tool .thesis_critique_tool--textarea {
        width: 100%;
        margin-top: 20px;
        padding: 10px 20px 30px; } }
  .thesis_critique_tool .wording {
    border-bottom: 1px solid #cdced3; }
  .thesis_critique_tool .block-result {
    display: none;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    margin: 0 40px 40px; }
    .thesis_critique_tool .block-result .result-row {
      box-sizing: border-box; }
      .thesis_critique_tool .block-result .result-row .result-sentence {
        display: inline-block;
        width: 90%;
        border-left: #ef3324 4px solid;
        padding: 0 15px;
        box-sizing: border-box; }
        .thesis_critique_tool .block-result .result-row .result-sentence span {
          text-decoration: underline; }
      .thesis_critique_tool .block-result .result-row .result-number {
        width: 10%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding-top: 0; }
    @media screen and (max-width: 670px) {
      .thesis_critique_tool .block-result {
        margin: 0 20px 40px; } }
  .thesis_critique_tool .thesis_critique_tool--title {
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase; }
  .thesis_critique_tool .shadow {
    box-shadow: inset 0px 1.5px 1.58px 0.42px rgba(0, 0, 0, 0.2); }
  .thesis_critique_tool .mif_accordion {
    position: relative;
    height: 2px;
    background: #e0e1e5; }
    .thesis_critique_tool .mif_accordion:after {
      font-family: 'icomoon';
      content: "\ea0b";
      position: absolute;
      right: 0;
      color: #686868;
      background: #e0e1e5;
      top: -21px;
      text-align: center;
      padding: 5px;
      cursor: pointer;
      display: none; }
    .thesis_critique_tool .mif_accordion:before {
      font-family: 'icomoon';
      content: "\ea0a";
      position: absolute;
      right: 0;
      color: #686868;
      background: #e0e1e5;
      top: -21px;
      text-align: center;
      padding: 5px;
      cursor: pointer; }
    .thesis_critique_tool .mif_accordion.changed:before {
      display: none !important; }
    .thesis_critique_tool .mif_accordion.changed:after {
      display: block !important; }
  .thesis_critique_tool .mif_accordion_content {
    display: none; }
  .thesis_critique_tool .tct-btns {
    text-align: center;
    margin-top: 40px;
    width: 30%;
    vertical-align: top;
    display: inline-block; }
    @media screen and (max-width: 670px) {
      .thesis_critique_tool .tct-btns {
        width: 100%;
        margin-top: 20px; } }
  .thesis_critique_tool .tct-btn {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    margin: 0 10px 30px;
    cursor: pointer;
    font-weight: normal;
    width: 145px; }
  .thesis_critique_tool .used-words {
    font-weight: bold; }
  .thesis_critique_tool #prev-quote span {
    font-style: italic;
    font-weight: bold; }
  .thesis_critique_tool #error_msg {
    display: none;
    border: 1px red solid;
    padding: 10px;
    margin: 10px 40px;
    font-size: 14px;
    text-align: center;
    color: red; }
  .thesis_critique_tool .result-sentence span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
  .thesis_critique_tool .result-statistics span span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }

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