/*
 ADDITIONAL STYLES
*/

a.redlink{
   color: #FF7177;
}

.innerpage {
    margin-top: 1.0625rem;
}

.card hr {
	border: 1px solid #E0E0E0;
}

.upvotes .star{
    /* float: left; */
}

.premium-features-list-center{text-align: center; list-style-type: none; margin-top: 0;}
.premium-features-list-center li i{display: inline-block;margin: 0 7px 0 0;vertical-align: middle;}

.callout textarea,
.callout input[type="text"],
.callout input[type="password"],
.callout input[type="number"],
.callout input[type="url"],
.callout input[type="search"]{
    border: 1px solid #E0E0E0;
}

.reveal textarea,
.reveal input[type="text"],
.reveal input[type="password"],
.reveal input[type="number"],
.reveal input[type="url"],
.reveal input[type="search"]{
    border: 1px solid #E0E0E0;
}

.has-bg{
 background: rgba(255, 255, 255, 0.1);
 float: left;
 width: 100%;
 padding: 15px 0 0 0;
 border-radius: 5px 5px 0 0;
 margin-bottom: 15px;
}


/* line 882, ../scss/_app-styles.scss */
.fileUpload {
  position: relative;
  overflow: hidden;
  border: 2px dashed #5fd080;
  background: rgba(95, 208, 128, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 2.5rem 1.25rem;
}
/* line 892, ../scss/_app-styles.scss */
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  height: 100%;
}

/* line 904, ../scss/_app-styles.scss */
.thumbnail-visible {
  margin-top: 0.9375rem;
}

/*
  PRICING TABLES
*/
.card.free-user{border-top: 5px solid #3AD1B7;}
.card.premium-user{border-top: 5px solid #E4007B;}

.callout.free-user h3{ font-weight: 700; color: #3AD1B7;}
.callout.premium-user h3{ font-weight: 700; color: #E4007B;}

.features-list li { display: block; line-height: 30px;}

.card.free-user .button,
.card.premium-user .button {margin: 65px 0 35px;}

.card.free-user .button { background-color: #3AD1B7; }
.card.free-user .button:active,
.card.free-user .button:focus,
.card.free-user .button:hover{ background-color:#61DAC5;}

.card.premium-user .button { background-color: #E4007B; }
.card.premium-user .button:active,
.card.premium-user .button:focus,
.card.premium-user .button:hover{ background-color:#E93395;}

.category.aggression {background:#343779;}
.category.alcoholism {background:#2F2D2E}
.category.anger {background:#F57F17}
.category.audacity {background:#048BA8}
.category.betrayal {background:#99C24D}
.category.cowardice {background:#DD7373}
.category.curiosity {background:#51A3A3}
.category.despair {background:#6A6B83}
.category.discord {background:#FB8C00}
.category.disgust {background:#1E3231}
.category.drugs {background:#8E7C93}
.category.embarrassment {background:#25171A}
.category.envy{background:#DD2C00}
.category.evilness {background:#B71C1C}
.category.fraud {background:#7C4DFF}
.category.gluttony {background:#7CB342}
.category.hate {background:#212121}
.category.heartless {background:#FF8A80}
.category.ignorance {background:#FF7043}
.category.laziness {background:#3E2723}
.category.lie {background:#FFAB40}
.category.masturbation {background:#D81B60}
.category.mistrust {background:#009688}
.category.murder {background:#000000}
.category.obsession {background:#F57F17}
.category.prejudices {background:#90A4AE}
.category.pride {background:#FF80AB}
.category.prostitution {background:#A1887F}
.category.revenge {background:#8D6E63}
.category.self-harm {background:#E53935}
.category.selfishness {background:#9C27B0}
.category.sex {background:#CE93D8}
.category.shamelessness {background:#006064}
.category.sloth {background:#EF9A9A}
.category.stupidity {background:#4A148C}
.category.unbelief {background:#311B92}
.category.uncleanliness {background:#6D4C41}
.category.unfairness {background:#8BC34A}
.category.unfaithful {background:#7986CB}
.category.vandalism {background:#FFD740}
.category.vanity {background:#D96A91}
.category.violence {background:#3B5674}
.category.waste {background:#F9A825}
.category.jealousy {background:#584A6C}
.category.bdsm {background:#F26F42}
.category.voyeurism {background:#FF5252}
.category.exhibitionism {background:#6C3C4D}
.category.sadism {background:#42384F}
.category.masochism {background:#FDBC51}
.category.infidelity {background:#F8BBD0}
.category.promiscuousness {background:#536DFE}
.category.depression {background:#9F979B}

.card .tag-list .tag.aggression {background:#343779;}
.card .tag-list .tag.alcoholism {background:#2F2D2E}
.card .tag-list .tag.anger {background:#F57F17}
.card .tag-list .tag.audacity {background:#048BA8}
.card .tag-list .tag.betrayal {background:#99C24D}
.card .tag-list .tag.cowardice {background:#DD7373}
.card .tag-list .tag.curiosity {background:#51A3A3}
.card .tag-list .tag.despair {background:#6A6B83}
.card .tag-list .tag.discord {background:#FB8C00}
.card .tag-list .tag.disgust {background:#1E3231}
.card .tag-list .tag.drugs {background:#8E7C93}
.card .tag-list .tag.embarrassment {background:#25171A}
.card .tag-list .tag.envy{background:#DD2C00}
.card .tag-list .tag.evilness {background:#B71C1C}
.card .tag-list .tag.fraud {background:#7C4DFF}
.card .tag-list .tag.gluttony {background:#7CB342}
.card .tag-list .tag.hate {background:#212121}
.card .tag-list .tag.heartless {background:#FF8A80}
.card .tag-list .tag.ignorance {background:#FF7043}
.card .tag-list .tag.laziness {background:#3E2723}
.card .tag-list .tag.lie {background:#FFAB40}
.card .tag-list .tag.masturbation {background:#D81B60}
.card .tag-list .tag.mistrust {background:#009688}
.card .tag-list .tag.murder {background:#000000}
.card .tag-list .tag.obsession {background:#F57F17}
.card .tag-list .tag.prejudices {background:#90A4AE}
.card .tag-list .tag.pride {background:#FF80AB}
.card .tag-list .tag.prostitution {background:#A1887F}
.card .tag-list .tag.revenge {background:#8D6E63}
.card .tag-list .tag.self-harm {background:#E53935}
.card .tag-list .tag.selfishness {background:#9C27B0}
.card .tag-list .tag.sex {background:#CE93D8}
.card .tag-list .tag.shamelessness {background:#006064}
.card .tag-list .tag.sloth {background:#EF9A9A}
.card .tag-list .tag.stupidity {background:#4A148C}
.card .tag-list .tag.unbelief {background:#311B92}
.card .tag-list .tag.uncleanliness {background:#6D4C41}
.card .tag-list .tag.unfairness {background:#8BC34A}
.card .tag-list .tag.unfaithful {background:#7986CB}
.card .tag-list .tag.vandalism {background:#FFD740}
.card .tag-list .tag.vanity {background:#D96A91}
.card .tag-list .tag.violence {background:#3B5674}
.card .tag-list .tag.waste {background:#F9A825}
.card .tag-list .tag.jealousy {background:#584A6C}
.card .tag-list .tag.bdsm {background:#F26F42}
.card .tag-list .tag.voyeurism {background:#FF5252}
.card .tag-list .tag.exhibitionism {background:#6C3C4D}
.card .tag-list .tag.sadism {background:#42384F}
.card .tag-list .tag.masochism {background:#FDBC51}
.card .tag-list .tag.infidelity {background:#F8BBD0}
.card .tag-list .tag.promiscuousness {background:#536DFE}
.card .tag-list .tag.depression {background:#9F979B}

.card.aggression {border-top:5px solid #343779;}
.card.alcoholism {border-top:5px solid #2F2D2E}
.card.anger {border-top:5px solid #F57F17}
.card.audacity {border-top:5px solid #048BA8}
.card.betrayal {border-top:5px solid #99C24D}
.card.cowardice {border-top:5px solid #DD7373}
.card.curiosity {border-top:5px solid #51A3A3}
.card.despair {border-top:5px solid #6A6B83}
.card.discord {border-top:5px solid #FB8C00}
.card.disgust {border-top:5px solid #1E3231}
.card.drugs {border-top:5px solid #8E7C93}
.card.embarrassment {border-top:5px solid #25171A}
.card.envy{border-top:5px solid #DD2C00}
.card.evilness {border-top:5px solid #B71C1C}
.card.fraud {border-top:5px solid #7C4DFF}
.card.gluttony {border-top:5px solid #7CB342}
.card.hate {border-top:5px solid #212121}
.card.heartless {border-top:5px solid #FF8A80}
.card.ignorance {border-top:5px solid #FF7043}
.card.laziness {border-top:5px solid #3E2723}
.card.lie {border-top:5px solid #FFAB40}
.card.masturbation {border-top:5px solid #D81B60}
.card.mistrust {border-top:5px solid #009688}
.card.murder {border-top:5px solid #000000}
.card.obsession {border-top:5px solid #F57F17}
.card.prejudices {border-top:5px solid #90A4AE}
.card.pride {border-top:5px solid #FF80AB}
.card.prostitution {border-top:5px solid #A1887F}
.card.revenge {border-top:5px solid #8D6E63}
.card.self-harm {border-top:5px solid #E53935}
.card.selfishness {border-top:5px solid #9C27B0}
.card.sex {border-top:5px solid #CE93D8}
.card.shamelessness {border-top:5px solid #006064}
.card.sloth {border-top:5px solid #EF9A9A}
.card.stupidity {border-top:5px solid #4A148C}
.card.unbelief {border-top:5px solid #311B92}
.card.uncleanliness {border-top:5px solid #6D4C41}
.card.unfairness {border-top:5px solid #8BC34A}
.card.unfaithful {border-top:5px solid #7986CB}
.card.vandalism {border-top:5px solid #FFD740}
.card.vanity {border-top:5px solid #D96A91}
.card.violence {border-top:5px solid #3B5674}
.card.waste {border-top:5px solid #F9A825}
.card.jealousy {border-top:5px solid #584A6C}
.card.bdsm {border-top:5px solid #F26F42}
.card.voyeurism {border-top:5px solid #FF5252}
.card.exhibitionism {border-top:5px solid #6C3C4D}
.card.sadism {border-top:5px solid #42384F}
.card.masochism {border-top:5px solid #FDBC51}
.card.infidelity {border-top:5px solid #F8BBD0}
.card.promiscuousness {border-top:5px solid #536DFE}
.card.depression {border-top:5px solid #9F979B}

