@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
  background-color: transparent;
}

html {
  min-height: 100%;
  background: url('patt-1.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.removed {
  display: none;
}

.account-status {
  margin-top: 2rem;
  font-size: 1.2rem;
  padding-left: 1.2rem;
}

.upgrade-link {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .2em;
  padding-right: .2em;
  border-radius: .2em;
}

.account-status a {
  text-decoration: none;
  color: #0056b3;
}

.account-status a:hover {
  text-decoration: none;
}

#word-div, #word-form-div {
  margin-left: 2rem;
  margin-right: 1rem;
  width: auto;
}

i {
  color: green;
}

s {
  display: none;
}

.error {
  color: red;
}

.pattern {
  color: blue;
}
/*td[id^="exp-sent-"] {
  display: none;
}*/

.green {
  color: green;
}

.blue {
  color: blue;
}

.ok-msg-tr {
  color: green;
}

.sign {
  font-weight: 800;
}

.img-credit {
  margin-left: 45%;
  margin-right: auto;
  position: fixed;
  bottom: 5px;
  font-size: .80em;
  color: #1f4361;
  z-index: -1;
}

.rwd-table {
  width: 100%;
  border-radius: .3em;
  overflow: hidden;
  margin-bottom: .5em;
}

.rwd-table tr:first-child {
  border-top: none;
  border-top-color: #007bff;
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}

.rwd-table tr {
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .3em;
}

.rwd-table td:last-child {
  margin-bottom: .3em;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table tr {
  border-color: #007bff;
}

.rwd-table th,
.rwd-table td {
  padding: .3em 1em;
}

.rwd-table tr:hover:not(:first-child) {
  background-color: #d8e7f3;
}
.rwd-table td:before {
  display: none;
}
.rwd-table th,
.rwd-table td {
  display: table-cell;
  padding: .25em .5em;
}
.rwd-table th:first-child,
.rwd-table td:first-child {
  padding-left: 0;
}
.rwd-table th:last-child,
.rwd-table td:last-child {
  padding-right: 0;
}
.rwd-table th,
.rwd-table td {
  padding: .5em 1em !important;
}

.pw-warning {
  color: #78111b;
  font-size: 16px;
  border: .5px solid;
  border-radius: 3px;
  padding-left: .33em;
  padding-bottom: .20em;
}

.unlogged-warning {
  color: white;
  font-size: 16px;
  padding-left: .33em;
  padding-bottom: .33em;
  margin-top: -.66em;
  margin-bottom: .33em;
  font-style: italic;

}

.history {
  display: block;
  border-radius: .2em;
  border-radius: 0em;
  padding: .3em;
  padding-top: .5em;
}

#t2_r1 {
  display: none;
}

#t2_r2 {
  background: #ebf3f9;
  background: #f5f9fc;
}

.link {
  text-decoration: none;
  background-color: #428bca;
  border-radius: .3em;
  padding: .2em;
  color: white;
  text-align: center;
}

.link:hover {
  text-transform: none;
  color: white;
}

.form {
  display: block;
  background: #366BCB;
  background: #6c93d9;
  background: #4375ce;
  border-radius: .2em;
  border-radius: 0em;
  padding: .66em;
  padding-top: 1em;
}

.sentence-form {
  background: #366BCB;
  background: #6c93d9;
  background: #4375ce;
  padding-bottom: 1em;
  border-radius: .2em;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.mlt-form {
  background: #4375ce;
  border-radius: .2em;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.login {
  display: block;
  background: #a2bedf;
  border-radius: .3em;
  padding-top: .99em;
  padding-left: .3em;
}

.col-sm-4 {
  text-align: center;
}

.hint-clear-btn, .topic-clear-btn {
  display: none;
  background: transparent;
  font-size: 1em;
  color: #5d5d5d;
  margin-left: .5em;
  border: 0px;
}

.hint-clear-btn:hover {
  color: #434343;
}

.p-2 {
  padding: $spacer !important;
}

.signup-help {
  font-size: 1.33em;
  font-family: 'Montserrat', sans-serif;
  color: #5d5d5d;
  border: 1px solid;
  padding-top: 0px;
  padding-bottom: .1em;
  padding-left: .2em;
  padding-right: .2em;
  border-radius: .2em;
}

.signup-help:hover {
  color: #434343;
  text-transform: none;
  text-decoration: none;
}

.signup-help-div {
  margin-bottom: -1em;
  margin-top:.50em;
}

.signup-help-div-2 {
  margin-bottom: .25em;
  margin-top:.50em;
}

.signup-root, .login-root {
  margin: 15px;
}

.user-name-get-v {
  margin-bottom: 1em;
}

#pw-warning-signup {
  color: #285f8f;
}

#current-topic, #c-t-fixed-txt, #current-topic-2, #c-t-fixed-txt-2 {
  font-style: italic;
  color: #285f8f;
}

.get-help, .get-help-btn {
  color: #005abb;
}

.get-help:hover, .get-help-btn:hover {
  text-decoration: none;
}

.get-help-btn {
  border: 1px solid;
  border-radius: .33em;
  padding: .20em;
}

.get-help-btn-div {
  padding-top: .70em;
}

.get-help-text {
  margin-top: 2rem;
}

.tag-line {
  position: relative;
  padding-right: .50em;
  padding-left: .25em;
  padding-top: .5em;
  font-size: .98em;
  color: #285f8f;
  text-align: right;
  margin-bottom: -2em;
}

.strike-through {
  position: relative;
  width: 5.5em;
  display: inline-block; 
  border-width: 1px;
  border-style: solid none none none;
  border-color: #a51725;
  margin-bottom: -.25em;
  margin-right: -5.5em;
}

.username-div {
  margin-top: -.5em;
  padding-bottom: .5em;
  margin-bottom: 1rem;
}

.nav-div {
  margin-left: -1.5em;
}

.nav-links-div {
  padding-left: .33em;
}

.ar-btn {
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 2.5em;
  font-family: "Varela Round", sans-serif;
  background-color: transparent;
  border: 0px;
  z-index: 101;
  opacity: .50;
  margin: 0px;
}

.ar-btn:hover {
  opacity: 1;
}

.form-div, .prev-btn-div, .skip-btn-div, .next-btn-div, .word-div {
  display: inline;
  white-space: nowrap;
  padding-left: .5em;
  padding-right: .5em;
}

.skip-btn-div {
    margin-left: 1em;
    margin-right: 1em;
}

.prev-btn-div {
    margin-right: 1em;
}

.flex-sm-row {
  display: flex;
}

.prev-btn-div {
  display: none;
}

.form-div {
  display: none;
}

.next-btn-div {
  margin-left: 0px;
}

.skip-btn-div {
  margin-left: -.5em;
}

.word-div {
  margin-left: .1em;
  text-align: center;
  color: #5d5d5d;
}

.popover-footer {
        padding: 6px 14px;
        background-color: #f7f7f7;
        border-top: 1px solid #ebebeb;
        text-align: right;
    }

#content-wrapper1, #content-wrapper2, #word-title, #word-content {
  display: none;
}

#help-page-txt {
  font-size: 1.25em;
  margin-top: 5%;
}

.contact-n-quest-txt {
  background: white;
  border: none;
  border-radius: .33rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  opacity: 0.9;
}

.login-1 {
  background: #87C2EE;
  border: none;
  border-radius: .33rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding: .5em;
  opacity: 0.9;
  margin-bottom: -1em;
}
p.multiline-res {
  background-color: red;
}

.signup-btn-div {
  margin: .5em .10em;
}

.navbar-div {
  margin-left: -1em;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 2rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing ul li span {
  margin-right: .50em;
}

.pricing .btn {
  font-size: .90em;
  border-radius: 1em;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1em;
  transition: all 0.2s;
}

.upgrade-highlight {
  color: #007bff;
}

.hidden {
  display: none;
}

.pdf-history {
  color: #0056b3;
  line-height: 1.0;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: .75em;    
}

.pdf-history-div {
  margin-bottom: 0px;
  margin-top: 5px;
}

.set-punct {
  margin: 1em;
}

.set-punct-div {
  margin-left: 3em;
}

.set-punct-msg {
  margin: 1.5em;
  margin-left: 1em;
  font-size: 1.2em;
}

@media (min-width: 600px) and (max-width: 991px) {
  body {
    margin-left: 10%;
    margin-right: 10%;
  }

  #mlt-form, #sentence-form, #word-div, #word-form-div {
  margin-left: 2rem;
  margin-right: 1rem;
  width: auto;
}
}

@media (min-width: 992px) {
  body {
    margin-left: 20%;
    margin-right: 20%;
  }

  #mlt-form, #sentence-form, #word-div, #word-form-div {
  margin-left: 2rem;
  margin-right: 1rem;
  width: auto;
}

  #pw-warning {
  color: #78111b;
  margin-top: 20px;
  font-size: 24px;
}
 
 .rwd-table th,
 .rwd-table td {
  padding: .75em 1em !important;
}

.tag-line {
  font-size: 1.2em;
}

.strike-through {
  border-width: 2px;
}

.contact-n-quest-txt {
  font-size: 1.1em;
}

.pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }

  .img-credit {
  margin-left: 25%;
  margin-right: auto;
  position: absolute;
  bottom: 10px;
  font-size: 1em;
  color: #1f4361;
}

}
