@charset "UTF-8";
/* FONTS */
/* OVERRIDES */
body {
  padding: 0px;
  max-width: 100%;
  min-height: 100vh;
}

footer {
  bottom: 0px;
  height: 150px;
  width: 100%;
  border-top: 1px solid #DADCE0;
  padding: 10px 40px;
  background-color: #2d9397;
}

#main {
  padding: 0px 40px 20px;
  margin-top: 0px;
  border-width: 0px;
  min-height: -webkit-calc(100vh - 375px);
  min-height: -moz-calc(100vh - 375px);
  min-height: calc(100vh - 375px);
}

@media only screen and (max-width: 959px) {
  #main {
    padding: 0px;
  }
}
.no-padding {
  padding: 0px !important;
}

button {
  background-color: #cd1e2d;
}

button:focus {
  border-width: 0px;
  outline: none;
}

.uk-button-default:hover {
  background-color: transparent;
  color: #2d9397 !important;
  border-color: #2d9397 !important;
}

a {
  color: #333333 !important;
  border-width: 0px;
}

a:hover, a h5:hover, a.hovered {
  text-decoration: none !important;
  border-width: 0px;
  color: #2d9397 !important;
}

.message-text a {
  text-decoration: underline;
  color: #2d9397 !important;
}
.message-text a:hover {
  text-decoration: none !important;
  border-width: 0px;
}

em {
  color: #333333;
}

#content {
  width: 75%;
  float: left;
  padding-bottom: 2em;
}

.hidden {
  display: none;
}

#sidebar {
  width: 25%;
  padding-left: 40px;
  float: left;
  padding-bottom: 2em;
  border-top-width: 0px;
}

.search-bar {
  margin-left: 0px;
  padding-right: 40px;
}

.mobile-toolbar {
  padding-top: 40px;
  /* height:45px; */
}

table {
  border-collapse: collapse !important;
}

@media only screen and (max-width: 959px) {
  #sidebar {
    display: none;
  }

  #content {
    width: 100%;
  }

  .hide-on-mobile {
    display: none;
  }

  .search-bar {
    margin-left: 0px;
    max-width: 500px;
    padding-right: 40px;
  }

  footer > .uk-grid > div {
    text-align: center;
  }

  .copyright {
    text-align: center !important;
    padding-bottom: 20px;
  }

  .mobile-toolbar {
    padding: 30px 0px 30px 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .hide-on-tablet {
    display: none;
  }
}
.mobile-login {
  width: 100%;
}

.login-msg {
  text-align: left;
  padding-left: 40px;
  padding-bottom: 20px;
  font-weight: bold;
}

.notice-msg {
  text-align: left;
  padding-left: 40px;
  padding-bottom: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .hide-on-desktop {
    display: none;
  }

  footer > .uk-grid {
    padding-top: 25px;
    text-align: right;
  }

  .notice-msg {
    padding-left: 0px;
  }
}
.search-input {
  margin: 0px 7px 0px 0px !important;
  font-size: 0.875rem;
  height: 40px !important;
}

html, body, div, p, li, td, input[type=text], textarea, button {
  color: #333333;
  font-family: "Open Sans" !important;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Open Sans" !important;
  border-width: 0px;
}

.aranet-bg-red {
  background-color: #cd1e2d !important;
}

.aranet-bg-green {
  background-color: #2d9397 !important;
}

.aranet-bg-grey {
  background-color: #fafafa !important;
}

/*  */
.logo-img {
  height: 75px;
  margin: 40px 40px;
}

.logo-img-link {
  border-width: 0px;
}

.header-bg {
  background-image: url("/site/templates/assets/images/Aranet_Forum_header_g.jpg");
  height: 150px;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}

.banner-text {
  margin: 40px 15px;
  padding-right: 30px;
}

@media only screen and (max-width: 640px) {
  .banner-text {
    display: none;
  }

  .logo-img {
    height: 50px;
    margin: 55px 40px;
  }
}
.banner-text p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 80px;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
}

.banner-text-margin {
  display: inline;
  margin-left: 3px;
}

.banner-text-margin2 {
  display: inline;
}

.toolbar {
  padding: 20px 40px;
  border-bottom: 1px solid #DADCE0;
}

.toolbar-2 {
  border-bottom-width: 0px;
}

.saf-font-body {
  font-size: 14px !important;
}

header {
  margin-bottom: 30px;
}

.breadcrumbs {
  padding: 0px;
  margin: 0px;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumb-url {
  max-width: 500px;
  overflow: visible;
  display: inline-grid;
  /* text-transform: capitalize; */
}

.breadcrumb-url:first-letter {
  text-transform: capitalize;
}

@media only screen and (max-width: 640px) {
  .breadcrumb-url {
    max-width: 140px;
    overflow: visible;
    display: inline-grid;
  }

  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .divider {
  display: inline;
  margin: 0px 5px;
  font-size: 14px;
}

.breadcrumbs span:after {
  color: #333333;
}

.Inputfields,
.Inputfields li {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.Inputfields li label {
  font-weight: bold;
}

.Inputfields li p {
  margin: 0;
}

.Inputfields li p.description {
  font-style: italic;
}

.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
  width: 100%;
}

.InputfieldHeader {
  display: none;
}

#fileToUpload {
  /* display:none; */
}

.ui-state-error-text {
  color: red;
}

.user-btn-wrap li {
  /* margin-left:40px; */
  width: 100%;
  height: 100%;
  /* padding-left:20px; */
  /* width:200px; */
}

.user-btn-wrap {
  /* margin-left:40px; */
  height: 100%;
}

@media only screen and (max-width: 500px) {
  .user-btn {
    width: 100px;
  }
}
.no-borders, .no-borders:focus, .no-borders:active, .no-borders:hover {
  border: 0px solid #333333;
}

.user-btn {
  width: 100%;
  height: 100%;
  /* padding-top: 1px */
}

.user-btn-dropdown {
  width: 100%;
  padding-right: 40px;
}

.uk-navbar-dropdown {
  width: -webkit-calc(25% - 60px);
  width: -moz-calc(25% - 60px);
  width: calc(25% - 60px);
}

.user-btn span svg {
  margin: 0px 0px 0px 0px;
  height: 40px;
  width: 40px;
}

.profile-logo-small {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  /* display:inline-block; */
  margin-bottom: 4px;
}

.hamburger {
  margin: auto;
}

.hamburger-icon {
  height: 40px;
}

.user-name-small {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
  overflow: hidden;
  height: 19px;
}

.hamburger-menu {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* margin-left:5px; */
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .user-name-small {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .user-name-small, .hamburger-menu {
    width: 75px;
  }
}
.search-form {
  margin-bottom: 0px;
}

.search-results {
  border-top: 1px solid #DADCE0;
}

.search-results li {
  border-bottom: 1px solid #DADCE0;
}

.search-results-title {
  padding-left: 40px;
  padding-right: 40px;
}

/* PROFILE */
.profile-settings {
  padding-left: 20px;
}

.profile-tabs {
  /* margin-bottom:40px; */
  margin-bottom: 0px;
}

.profile-tabs::before {
  border: none;
}

.profile-settings li {
  max-width: 800px;
}

.user-profile-icon svg {
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-top: 20px;
  /* background-color: #DADCE0; */
  padding: 10px;
}

.user-profile-image {
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-top: 20px;
  /* background-color: #DADCE0; */
  margin-bottom: 3px;
}

#Inputfield_uploadform li {
  display: none;
}

#wrap_upload {
  display: block !important;
}

.upload-btn {
  background-color: #2d9397;
  border-width: 0px;
  color: white !important;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 5px;
}

.text-left {
  text-align: left !important;
}

#browse-image {
  cursor: pointer;
}

.upload-msg {
  margin-top: 5px;
  font-size: 10px;
}

.logout-btn {
  background-color: white;
  border-width: 0px;
  padding: 0px;
  margin: 5 0;
  color: #cd1e2d;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.register-btn {
  background-color: #2d9397;
  border-color: white !important;
  color: white !important;
  width: 100%;
  margin: 15px 0px 0px 15px;
  padding: 5px;
  height: 40px;
}

.register-btn:hover, .register-btn:focus {
  background-color: #2d9397;
  border-color: #DADCE0;
  color: white !important;
  width: 100%;
}

.aranet-title {
  font-weight: bold;
}

.profile-edit-form label {
  font-size: 14px;
}

.profile-edit-form h3 {
  margin-bottom: 40px;
}

.profile-edit-form .uk-icon {
  height: 40px;
  font-size: 14px;
  margin-right: 10px;
}

.form-btn {
  font-size: 14px;
}

/* hide drag upload */
.AjaxUploadDropHere {
  display: none;
}

span.ui-state-error {
  color: red;
}

.login-btn, .login-btn:hover {
  border-color: white !important;
  color: white !important;
  width: 100%;
  height: 40px;
}

.uk-checkbox {
  border-color: #2d9397 !important;
  /* background-color: white !important */
}

.aranet-avatar {
  color: #2d9397 !important;
  color: #2d9397 !important;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-top: 20px;
  /* background-color: #DADCE0; */
}

@media only screen and (max-width: 959px) {
  .aranet-avatar, .browse-image svg {
    height: 50px;
    width: 50px;
    display: inline-grid;
  }

  .post-meta {
    display: inline-grid;
    margin-left: 20px;
    margin-bottom: 20px !important;
  }

  .post-meta p {
    margin: 0px;
    padding: 0px;
  }
}
.topic-author, .discussions-datetime {
  /* margin-left: 40px; */
}

.topic-reply {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 959px) {
  .topic-reply {
    padding: 0px 0px 0px 30px !important;
    border-left-width: 0px;
  }

  .topic-reply > div {
    padding-right: 20px;
    /* border-bottom: 1px solid #DADCE0; */
  }
}
label, input[type=radio], input[type=checkbox] {
  line-height: 2.1ex;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  margin-left: 15px;
  margin-top: 3px;
  /* display: none; */
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 2ex;
  width: 2ex;
  background-color: white;
  border: 1px solid #2d9397;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  margin-right: 0.5em;
}

input[type=radio]:checked + label::before {
  background: -webkit-radial-gradient(center, circle, #2d9397 0.6ex, white 0.7ex);
  background: -moz-radial-gradient(center, circle, #2d9397 0.6ex, white 0.7ex);
  background: -o-radial-gradient(center, circle, #2d9397 0.6ex, white 0.7ex);
  background: radial-gradient(circle at center, #2d9397 0.6ex, white 0.7ex);
}

input[type=radio] + label::before {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.2ex;
  height: 0.4ex;
  background: white;
  top: 0.6ex !important;
  left: 2.3ex !important;
  border: 3px solid #2d9397;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:focus {
  outline-width: 0px;
}

footer > div {
  margin-top: 30px;
}

.copyright {
  color: white;
  font-size: 14px;
  text-align: left;
}

.social-icon {
  margin-left: 10px;
}

.social-icon svg, .social-icon svg:hover {
  height: 35px;
  width: 35px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 4px;
  color: white;
}

/* DISCUSSIONS */
.forum {
  margin-top: 0px !important;
  border-bottom: 1px solid #DADCE0;
  border-top: 0px solid #DADCE0 !important;
}

.main-forum {
  /* border-bottom: 1px solid #DADCE0; */
}

.topic-section {
  border-bottom: 1px solid #DADCE0;
}

.topic-section:last-of-type {
  border-top: 0px solid #DADCE0 !important;
}

.forum-categories li {
  margin-top: 0px !important;
}

.forum-categories {
  margin-bottom: 0px;
}

.post_margin:first-of-type {
  border-top: 1px solid #DADCE0;
}

.post_margin {
  border-bottom: 1px solid #DADCE0;
}

.editor-border {
  border-top: 1px solid #DADCE0;
}

.post_margin, .reply_margin {
  margin-top: 0px !important;
}

.reply_margin + .editor-section + .post_margin {
  border-top: 1px solid #DADCE0;
}

.post_margin {
  /* border-bottom:1px solid #DADCE0; */
  /* border-top: 1px solid #DADCE0; */
}

.forum-categories > li:not(.editor-section) {
  background-color: white;
  border-right: 1px solid #DADCE0;
  border-left: 1px solid #DADCE0;
}

.reply_margin + .editor-section + .reply_margin {
  border-top: 1px solid #DADCE0;
  border-bottom: 0px solid #DADCE0;
}

.forum-categories > .editor-section {
  background-color: white;
  margin-top: 0px !important;
}

.forum-categories > li:last-of-type:not(.editor-section) {
  border-top: 1px solid #DADCE0;
}

.forum-categories > li:nth-last-child(2):not(.post_margin) {
  border-bottom: 1px solid #DADCE0;
}

.forum-list-item {
  padding: 20px 20px 20px 40px !important;
  cursor: pointer;
}

.my-post, .my-posts-header div {
  text-align: left;
}

/* Mobile only */
@media only screen and (max-width: 959px) {
  .forum-categories > li:first-of-type {
    padding-bottom: 30px;
  }

  .forum-categories > li.reply_margin {
    padding-bottom: 30px;
  }

  .reply-message-editor {
    padding-left: 30px !important;
  }

  .forum-categories > li:not(.editor-section) {
    border-right: 0px solid #DADCE0;
    border-left: 0px solid #DADCE0;
  }

  .forum-categories:last-of-type {
    /* padding-left:15px */
  }

  .topic-title {
    padding-left: 30px;
    padding-right: 40px;
  }

  header {
    margin-bottom: 0px;
  }

  .reply {
    overflow-x: scroll;
  }

  .profile-settings {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #post_submit {
    width: 100% !important;
  }

  .user-btn {
    border-width: 0px;
  }
}
.submit-wrapper, .submit-wrapper div {
  padding-right: 0px !important;
}

.forum-categories .uk-grid {
  padding: 0px 20px 0px 0px;
  font-size: 16px;
}

.forum-categories-header {
  border-top: 1px solid #DADCE0;
  border-bottom: 1px solid #DADCE0;
}

.forum-categories-header .uk-grid {
  padding: 0px;
  font-size: 16px;
}

.forum-categories-header .uk-grid h6 {
  font-weight: bold;
}

.forum-categories-header .uk-grid h6:hover, .forum-categories .uk-grid h6.hovered {
  color: #2d9397;
}

.forum-categories .forum-categories-header {
  padding: 20px 20px 20px 40px !important;
  background-color: #fafafa !important;
}

.my-post {
  cursor: pointer;
}

h6 > .forum-category-title {
  margin-bottom: 0px;
  font-size: 14px !important;
}

.forum-category-title > h6 {
  margin-bottom: 0px;
  font-size: 14px !important;
}

.forum-category-title > h6:hover {
  color: #2d9397;
}

.topic {
  background-color: #fafafa;
}

.ck-content {
  min-height: 200px;
}

#discussions {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.discussions-reply, .discussions-form {
  padding: 0px;
  border-bottom: 1px solid #DADCE0;
  clear: both;
  overflow: hidden;
}

.reply_margin {
  margin-left: 20%;
  /* border-bottom: 1px solid #DADCE0; */
}

.reply {
  /* border-left: 1px solid #DADCE0; */
  padding: 20px 0px 10px 20px;
  height: auto;
}

#topic-reply-btn {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: white !important;
  color: white !important;
  width: 200px;
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 0px;
  cursor: pointer;
  float: right;
}

.topic-reply-wrapper {
  padding: 0px;
  height: auto;
  text-align: right;
}

.reply-message {
  border-left: 1px solid #DADCE0;
  padding: 0px;
  height: auto;
}

.reply-message-editor {
  padding: 0px;
  height: auto;
}

.reply-toolbar {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.reply-editor-toolbar {
  margin-top: 0px !important;
  padding: 0px !important;
}

.direct-reply {
  background-color: transparent;
  border-width: 0px;
  margin-bottom: 10px !important;
}

.direct-reply:focus {
  outline: none;
}

.direct-reply svg {
  color: #333333;
  height: 40px;
  width: 40px;
  background-color: white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 5px;
  border: 1px solid #333333;
  cursor: pointer;
}

.direct-reply svg:hover {
  background-color: white;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  padding: 5px;
  color: #2d9397;
  border-color: #2d9397;
}

.discussions-form {
  border: none;
}

.reply-user-section {
  text-align: center;
  min-width: 230px;
  border-right: 1px solid #DADCE0;
  /* padding:0px; */
}

.message-reply-user-section {
  min-width: 230px;
}

@media only screen and (max-width: 959px) {
  .reply-user-section {
    text-align: left;
    border-right: 0px solid #DADCE0;
  }

  .reply {
    padding-top: 0px;
    margin-top: 0px !important;
    padding-bottom: 0px;
    padding-left: 40px;
  }
}
#discussions_title {
  width: 100%;
  height: 40px;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.discussions-information {
  float: left;
  width: 20%;
  overflow: hidden;
  display: none;
}

.discussions-author {
  font-weight: bold;
  display: block;
}

.discussions-datetime {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 1.5em;
}
.discussions-datetime.modified {
  margin-top: -1.9em;
}

.discussions-message {
  margin-left: 0px;
  width: 100%;
  /* padding: 10px 20px !important; */
  padding: 0px;
  /* border: 1px solid #DADCE0; */
  float: left;
}

.discussions-form label {
  display: block;
}

.discussions-form textarea {
  width: 90%;
}

#discussions .discussions-message p, #discussions .discussions-message table, #discussions .discussions-message ul, #discussions .discussions-message ol {
  margin-top: 0 !important;
}

#post_submit, #post_submit:hover {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: white !important;
  color: white !important;
  width: 200px;
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 0px;
  cursor: pointer;
  float: right;
}

.editor-container {
  /* border-bottom: 1px solid #DADCE0; */
}

.create-topic {
  margin-top: 50px;
}

.create-topic .reply-message-editor {
  padding-left: 40px;
}

.attach-image {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 0%;
     -moz-border-radius: 0%;
          border-radius: 0%;
  margin-top: 20px;
  background-color: #DADCE0;
  margin-bottom: 3px;
}

/* Pagination */
.MarkupPagerNav {
  margin: 1em 0;
  font-family: Arial, sans-serif;
  overflow: hidden;
  padding-left: 0px;
}

.MarkupPagerNav li {
  display: inline;
  list-style: none !important;
  margin: 0 !important;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left !important;
  padding: 2px 9px;
  color: white !important;
  background: #2d9397;
  margin-right: 3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: white;
  background: #333333;
  text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #DADCE0;
  background: white;
  padding-left: 3px;
  padding-right: 3px;
}

#search-count {
  display: inline-block;
  font-size: inherit;
}

.search-icon {
  background-color: transparent;
  border: none;
  padding-left: 0px;
}

.search-icon img {
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 959px) {
  .search-msg-padding {
    padding-left: 30px;
  }
}
.align-right {
  float: right;
}

.topic-title {
  font-weight: bold;
}

.no-image-title h6 {
  margin-bottom: 0px;
}

.topic-with-image, .no-image-title {
  width: 50%;
  min-width: 100px;
}

.forum-category-title .no-image-title h6 {
  font-size: 14px;
}

.topic-with-image h6 {
  font-size: 14px;
  /* width:100px; */
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

.topic-with-image img {
  width: 50px;
  display: inline-block;
}

.center-container {
  position: relative;
}

.center-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sort-icon-form {
  display: inline;
}

.sort-btn {
  border-width: 0px;
  padding: 0px;
  background-color: #fafafa;
}

.sort-btn .uk-icon {
  color: lightgray;
  cursor: pointer;
}

.selected {
  color: #333333 !important;
}

#reg .uk-country, #reg .uk-address {
  display: none;
}

.registration-error {
  text-align: center;
}

.replies a.anchor[id] {
  position: relative;
}
.replies a.anchor[id]::before {
  content: "🔗";
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  opacity: 0.3;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.replies a.anchor[id]::after {
  content: "Copied to clipboard!";
  font-size: 12px;
  position: absolute;
  left: -1px;
  bottom: 0;
  line-height: 20px;
  border: 1px solid #cecece;
  background: #fafafa;
  padding: 0 5px;
  white-space: nowrap;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}
.replies a.anchor[id]:hover::before {
  opacity: 0.7;
}
.replies a.anchor[id].copied::after {
  opacity: 1;
  color: #333333;
}
/*# sourceMappingURL=saf.css.map */
