@CHARSET "UTF-8";

.clearfix {
  clear: both;
}

.inline {
  display: inline;
}

.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: .5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
    rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.light-border {
  /*   border: 1px solid #CCCCCC;
  border-radius: 2px; */
  
}

.pam {
  
}

.prm {
  padding-right: 10px;
}

.phm {
  padding-left: 10px;
  padding-right: 10px;
}

.mbl {
  margin-bottom: 20px;
}

.m-0 {
  margin: 0;
}


.mr-6 {
  margin-right: 6px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-1x {
  margin-bottom: 10px;
}

.mb-4x {
  margin-bottom: 40px;
}

.votes {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 30px;
  margin-right: 5px;
}

.vote-section {
  width: 30px
}

.project-question-section {
  width: calc(100% - 30px);
}

.upvote, .downvote {
  color: #888888;
}

.upvote:hover {
  color: #4CAF50;
}

.downvote:hover {
  color: #F44336;
}

.white-text {
  color: #fff !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.green-text {
  color: #4CAF50 !important;
}

.red-text {
  color: #F44336 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.negative-votes {
  background-color: #E57373 !important;
  color: #fff !important;
}

.answer-section {
  border: 1px solid #ddd;
  background: white;
  padding: 10px 0;
}

.approved-answer {
  background-color: #8bc34a !important;
  color: #fff !important;
}

#questionFragment {
  content: "";
  clear: both;
}

.question-section {
  border: 1px solid #ddd;
  padding: 10px 0;
  background: white;
  position: relative;
}

.question-top-buttons {
  position: absolute;
  right:0;
}

.question-container {
  padding: 0 20px;
  margin-bottom: 40px;
}

.approved-section {
  border: 1px solid #4CAF50 !important;
}

.question-body {
  margin-top: 10px;
}

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

.question-comment-header {
  display: flex;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.comments-heading {
  margin: 0 0.5rem 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #f1f1f1;
  margin-bottom: 5px;
  margin-right: 5px;
}

.row-fix {
  margin-right: 0;
}

.title-fix {
  margin-left: -15px;
}

.main-question-container {
  max-width: 800px;
  margin: 0 auto;
}

.related-questions {
  max-width: 400px;
}

.related-questions-section {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background: white;
  clear: both;
  content: "";
  overflow: auto;
  clear: both;
}

.approved-answer-section, .approve-button {
  text-align: center;
}

.related-questions-column {
  padding-right: 0;
}

.related-question-row {
  margin-left: 15px;
}

.related-question {
  border-top: 1px solid #ddd;
  padding: 30px 0px;
}

.related-question-title {
  margin: 30px 0;
  font-size: 24px;
}

.related-question-content {
  max-height: 220px;
  overflow: hidden;
}

.question-page-container {
  margin-left: 30px;
}

@media ( max-width : 992px) {
  .main-row {
    margin: 5px 10px;
  }
  .related-question-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .related-questions-section {
    background-color: inherit;
    border: none;
  }
  .related-question-title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .related-questions-column {
    padding: 0 !important;
  }
  .question-page-container {
    margin-left: 0px;
  }
  .related-question {
    margin: 10px 0px;
    background: white;
    border: 1px solid #ddd;
  }
}

/** Questions **/
.project-question-title, .project-comments-title {
  margin-top: 20px;
}

.project-comments-title {
  margin-bottom: 20px;
}

.flex {
  display: flex;
}

.mt-20 {
  margin-top: 20px;
}

.question-row {
  margin-left: 0;
  margin-right: 0;
}

.ask-question-container {
  max-width: 812px;
  margin: 0 auto;
  padding: 0 6px;
}

.post-title {
  color: #000000 !important;
  text-decoration: none !important;
}

.answer-field {
  width: 100%;
}

.ask-section {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ddd;
  background: white;
}

.question-answer-approve {
  width: 30px !important;
  margin-right: 5px;
}

.question-answer-votes {
  width: 40px !important;
  margin-right: 5px;
}

.question-answer-content {
  width: calc(100% - 80px) !important;
}

.display-block {
  display: block;
}

.comments-section {
  background: white;
}

.comment-footer-col {
  margin-left: 35px;
}

.answer-item {
  margin: 10px 0;
  padding: 20px;
  background: white;
  border: 1px solid #ddd;
}

.comment-item {
  margin: 10px 0;
  background: white;
}

.comment-content {
  width: calc(100% - 35px);
}

.comment-vote {
  width: 30px;
  margin-right: 5px;
  display: inline;
}

.comment-children {
  -webkit-padding-start: 30px !important;
  margin-top: 20px;
}

.comment-line {
  margin: 10px 0px ! important;
}