﻿/* 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. */

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.c-right {
  text-align: right;
}

.c-hidden {
  display: none !important;
}

hr {
  margin: 1rem 0;
}

.fa.fa-clock-o,
.fa.fa-user {
  margin-right: 6px;
  color: #808080;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body, pre {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@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;
}

.c-error-message {
  color: red;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}
.footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px; /* Vertically center the text there */
  font-weight: 100;
}

html, body {
  background-color: #F9F9F9;
}

/* Home page */

.home .box-1 {background: url('/p2static/bg1.jpg') no-repeat top center; background-size: cover;}
.home .box-1-1 {height: 400px; /* background-color: rgba(0,0,0, 0.4); */ text-align: center; padding-top: 50px;}
.home .box-1-1 p {font-size: 36px; color: #fff; font-weight: 200;}
.home .box-1-1 a {display: inline-block; padding: 6px 15px; border: 1px solid #fff; color: #fff; font-size: 17px;
font-weight: 300;}
.home .box-1-1 a:hover {color: #000; background-color: #fff;}

.home .box-2 {padding: 40px 0 60px 0;}
.home .box-2-title {margin-bottom: 24px;}
.home .box-2-title a {font-size: 34px; font-weight: 300;}
.home .box-2-content {font-size: 15px;}
.home .box-2 img {width: 196px;}

.home .box-3 {height: 90px; overflow: hidden; padding: 40px 0; background: url('/p2static/faces2.jpg') no-repeat top center;}
.home .box-3-title {margin-top: 30px; font-size: 34px; font-weight: 200; color: #fff;}
.home .box-3-img img {margin: 20px 0; width: 64px;}
.home .box-3-content {margin-top: 20px; margin-bottom: 30px; color: #fff; font-size: 19px; font-weight: 200;}

.home .box-4 {padding: 40px 0;}
.home .box-4-title {font-size: 32px; font-weight: 200;}

/* End Home page */

/* Spinner */

.c-spinner_container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, .6);
}
.c-spinner {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  border: 2px solid #01bcd4;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
}
.c-spinner-1 {
  border-top-width: 0;
}
.c-spinner::before,
.c-spinner::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

/* END Spinner */

.c-top-menu a {
  font-size: 24px;
  font-weight: 100;
}

.c-top-menu a:hover {
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

header {
  padding: 10px 0;
}

.c-sub-header {
  background-color: #f0f0f0;
  color: #505050;
}

.c-container {
  max-width: 75rem;
  padding: 0 10px;
  margin: auto;
}

h1 {
  font-size: 24px;
  margin-bottom: 15px;
}

h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.slds-form-element {
  margin-bottom: 10px;
}

.text-danger {
  color: red;
}

.nav .nav-item {
  display: inline-block;
  padding: 4px 10px 4px 0;
}

.c-logo-link {
  display: inline-block;
  color: #000;
}

.c-logo-link:hover,
.c-logo-link:active,
.c-logo-link:visited {
  text-decoration: none;
  color: #000;
}

/* Breadcrumbs */
.c-breadcrumbs {
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #F4F4F4;
  border: 1px solid gainsboro;
  border-radius: 3px;

}

.slds-breadcrumb .slds-breadcrumb__item:before,
.slds-breadcrumb .slds-list__item:before {
  color: #909090;
  content: "/";
}

/* Forums List */
.forum-item-box {
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.forum-item-name a {
  font-size: 22px;
}

.forum-item-description p {
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
}

.c-unwatched .forum-item-name a,
.c-unwatched .c-topic-item-name a {
    color: red;
}

/* Forum Details (Topics List) */
.c-topic-item-box {
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.c-topic-item-name a {
  font-size: 22px;
}


.c-pagination-box {
  text-align: center;
}

.c-last-reply-title {
  text-decoration: underline;

}

/* Forum Topic */
.c-post-box {
  border: 1px solid grey;
  padding: 20px 25px;
  margin: 0;
  margin-bottom: 20px;
  background-color: #fff;
}

.c-post-topic-box .c-post-box {
  border: 1px solid #297DED;
}


.c-post-box .c-meta {
  margin-bottom: 20px;
  color: grey;
}

.c-post-box .c-content {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
  min-height: 97px;
}

.c-post-box .c-content fieldset {
  background-color: #f0f0f0;
  padding: 15px;
  margin: 15px 0;
}

/* .c-post-box .c-content fieldset + br {
  display: none;
} */

.c-post-box .c-content blockquote fieldset {
  background-color: #e4e4e4;
}

.c-post-box .c-content fieldset legend {
  padding: 2px 8px;
  background-color: #ffe0a6;
}

.c-post-box .c-content fieldset blockquote {
  margin: 0 20px;
  font-size: .8rem;
  max-height: 9.7rem;
  overflow-y: auto;
}

.c-post-box .c-content p {
  font-size: 1rem;
  margin-bottom: 15px;
}

#c-title-edit-container {
  margin-bottom: 15px;
}

#c-topic-title {
  display: inline-block;
  margin-right: 10px;
}
/* #c-title-edit-button {

} */
#c-title-edit-button i {
  font-size: 23px;
  color: #c0c0c0;
}
#c-title-edit-button:hover i {
  color: #505050;
}
#c-title-edit-container label {
  display: block;
}
#c-title-edit-container .slds-form-element {
  display: inline-block;
  width: 60%;
}
#c-title-edit-container .c-title-edit-actions {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  padding-top: 24px;
}

/* Blog Post */

.c-blog-post {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.c-blog-post .c-meta {
  margin-bottom: 20px;
  color: grey;
}

.c-blog-post .c-content {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.c-blog-post a img {
  display: block;
  text-align: center;
  margin: 15px auto;
}

.c-post-actions {
  margin-top: 20px;
}

.c-post-view-meta div {
  margin-bottom: 5px;
}

/* MarkitUp fix */
.markItUpHeader ul a {
  width: 25px;
  height: 21px;
}

.markItUp,
.markItUpEditor {
  width: 100%;
}

.markItUpEditor {
  font-size: 1rem;
  padding: 20px;
}

.c-smile {
  height: 21px;
  vertical-align: text-bottom;
}

.c-home-last-reply-item {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #e0e0e0;
}

.c-smiles {
  margin-bottom: 7px;
  margin-top: -6px;
}