@CHARSET "UTF-8";
#share .user {
  display: inline-block; }

#share {
  width: 560px;
  background: #fafafa;
  }

#share .activitiesTimeline .header {
  padding: 18px 10px 0; }

#share .activitiesTimeline .header .date {
  position: absolute;
  font-size: 12px;
  opacity: 0.5;
  right: 10px;
  top: 10px; }

#share .userImage {
  border-radius: 50%; }

#share .privacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px; }

#share .footer {
  margin-top: 20px; }

#share .activitiesTimeline .timeline:before {
  content: none; }

#share .activitiesTimeline .shortGoals .goalInfo {
  width: calc(100% - 60px); }

/* Urejanje pop-upa */
#share .close-button {
  color: black; }

#share .content {
  margin-top: 20px; }

#share .userImage {
  margin: 5px 10px 5px 0px; }

#share .share-with {
  color: #a3a3a3;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 0.875em; }

#share .noPreview {
  margin-top: 20px; }

/* copy-pasta iz joinus */
#share .chosen-container-single .chosen-single {
  background: #fff;
  height: 36px;
  width: 200px;
  border: none;
  outline: none;
  box-shadow: none;
  line-height: 36px;
  font-size: 16px;
  border-radius: 3px;
  padding: 0px;
  padding-left: 4px;
  }

#share .chosen-container-active .chosen-single {
  border: none; }

#share .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px; }

#share .chosen-container-single .chosen-single div b {
  background-position: 0px 8px; }

#share #privacySetting_chosen {
  border: 1px solid #e4e4e4;
  border-radius: 3px; }

#share .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
  color: #333; }

#share .chosen-container .chosen-results li {
  padding: 1em;
  border-bottom: 1px solid #e4e4e4;
  transition: color 100ms ease-in-out;
  text-align: left; }

#share .chosen-container .chosen-results li:last-child {
  border-bottom: none; }

#share .chosen-container .chosen-drop {
  border: 1px solid #fff;
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0px;
  margin: 0px; }

#share .chosen-container .chosen-results li {
  padding: 5px 4px; }

#share .chosen-container .chosen-results li.highlighted {
  background-color: #009fe3;
  background-image: none;
  color: white; }

#share .chosen-container-single .chosen-single span {
  line-height: 36px;
  font-size: 14px;
  color: black;
  font-weight: 400;
  margin-left: 0px;
  text-align: left; }

/* textarea */
#share .share-comment {
  margin-top: 10px;
  border: none;
  height: 100px;
  width: calc(100% - 16px );
  padding: 8px;
  resize: none;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  transition: border 200ms ease-in-out;
  background: #fff;
  }

#share .share-comment:focus {
  outline: none;
  border: 1px solid #009fe3; }
  
  
  /*slider*/


#share .lSSlideOuter .lSPager.lSpg > li {
  display: inline-block;
  width: auto;
  margin: 8px 0 5px; }

#share .lSSlideOuter .lSPager.lSpg > li.active a, #community .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #009fe3; }

#share .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #999; }

#share .lSAction > a {
  speak: none;
  display: inline-block;
  font-family: "Material-Design-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
  opacity: 0;
  background: white;
  border-radius: 50%;
  height: 36px;
  text-align: center;
  width: 36px;
  line-height: 36px; }

#share .lSSlideWrapper:hover .lSAction > a {
  opacity: 1; }

#share .lSAction > a:hover {
  text-decoration: none; }

#share .lSAction > .lSPrev:before {
  content: "\e8a8"; }

#share .lSAction > .lSNext:before {
  content: "\e8a9"; }

#share .featherlight .featherlight-close-icon {
  color: #009fe3;
  font-size: 25px;
  right: 10px;
  top: 10px; }