﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a:link {
    color: #5C98D6;
    text-decoration: none;
}

a:visited {
    color: #C061FF;
    text-decoration: none;
}

.post-link:visited {
    color: #C061FF;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

blockquote {
    border-left: 4px solid #ffd800;
    padding-left: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #181A1B;
    color: #9E9689;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.post-comments {
    padding-bottom: 9px;
    margin: 5px 0 5px;
    background-color: #181A1B;
    color: #9E9689;
}

.comments-nav {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.post-comments .comment-meta {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.post-comments .media {
    border-left: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin-bottom: 5px;
    padding-left: 10px;
}

.post-comments .media-heading {
    font-size: 12px;
    color: grey;
}

.post-comments .comment-meta a {
    font-size: 12px;
    color: grey;
    font-weight: bolder;
    margin-right: 5px;
}

.upvoted {
    color: #ff5900!important;
}

.downvoted {
    color: #752ade!important;
}

.left {
    float: left;
    width: 250px;
    min-height: 50px;
    margin-right: 10px;
}

.right {
    overflow: hidden;
    min-height: 50px;
}

.fa-arrow-alt-circle-up {
    cursor: pointer;
}

.fa-arrow-alt-circle-down {
    cursor: pointer;
}

.btn-flat {
    background: transparent;
    border: 0;
    padding: 0;
}

.comm-reply-error {
    color: red;
}

.post-controls {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
}

.comment-highlight {
    background-color: #fce76d;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-collapse: separate;
    perspective: 1px;
    overflow: hidden;
    padding-left:15px;
    padding-bottom:-5px;
    padding-top:-5px;
    margin-top:5px;
    margin-bottom:5px;
}

.comm-control {
    padding-right: 10px;
    display: inline-block;
}

.trim-padding-right {
    padding-right: -25px !important;
}

.btn-a {
    color: #fff;
}

    .btn-a:link {
        color: #fff;
        text-decoration: none;
    }

    .btn-a:visited {
        color: #fff;
        text-decoration: none;
    }

.btn-float {
    z-index: 1;
    position: fixed;
    bottom: 15px;
    right: 20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.card {
    background-color: #181A1B;
    color: #9E9689;
}

.card-body {
    background-color: #181A1B;
    color: #9E9689;
}

.form-control {
    background-color: #181A1B;
    color: #9E9689;
}

.navbar {
    background-color: #181A1B;
    color: #9E9689;
}

.navbar a:link {
    color: #5C98D6;
    text-decoration: none;
}

a:visited {
    color: #5C98D6;
    text-decoration: none;
}

footer {
    background-color: #181A1B;
    color: #9E9689;
}