﻿/** Wisdom Style **/
.userinfo {
    width: 12%;
}
.avatar {
    position: relative;
}
.avatar img {
    border-radius: 50%;
}
.avatar .status {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    border: solid 2px #ffffff;
}
.avatar .green {
    background-color: #80d3ab;
}
.avatar .red {
    background-color: #f27777;
}
.avatar .yellow {
    background-color: #ecd346;
}
/*-----------------------------------------------------------------*/
.sidebarblock {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}
.sidebarblock h3 {
    color: #363838;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    margin: 0;
    padding: 20px;
}
.sidebarblock .divline {
    height: 1px;
    line-height: 1px;
    border-bottom: solid 1px #f1f1f1;
}
.sidebarblock .blocktxt {
    padding:15px;
}
ul.cats li {
    list-style: none;
    display: block;
    margin:0;
    padding:0;
    line-height: 30px;
}
ul.cats {
    margin: 0;
    padding: 0;
}
ul.cats li a {
    font-size: 14px;
    color: #363838;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 30px;
}
ul.cats .badge {
    background-color: #bdc3c7;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans Bold', sans-serif;
    margin-top: 7px;
}
.sidebarblock .blocktxt {
    font-size: 14px;
    color: #363838;
    font-family: 'Open Sans Light', sans-serif;
}

/*---------------------------Post--------------------------------------*/
.post {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: none; /*1px 2px #c9cccd;*/
    margin-bottom: 20px;
    border:1px solid rgba(234, 226, 226, 0.73);   /*rgba(161, 161, 161, 0.73);*/
}
.post .userinfo {
    width: 8%;
    padding: 25px 10px;
}
.post .controlPanel {
    width: 3%;
    padding: 3px 0 9px 0px;
    box-sizing: border-box;
    border-left: solid 1px #f1f1f1;
}
.post .controlPanel .controlButtons{
    border-bottom: solid 1px #f1f1f1;
    color: #9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}
.topwrap{

}
.post .posttext {
    width:  82%; /*92%;*/
    /*padding-right: 30px;
    padding-left:40px;*/
    padding-top: 20px;
    padding-bottom: 15px;
    color: #989c9e;
    font-size: 14px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 25px;
    word-wrap:break-word;
}
.post .postinfo {
    width: 15%;
    border-left: solid 1px #f1f1f1;
}
.post .avatar {
    width: 37px;
    margin-left: 5px;
}
.post .avatar img{
    width: 100%;
   /* height: 100%;*/
}
.post .icons {
    width: 48px;
    border-top: solid 1px #f1f1f1;
    margin-top: 12px;
    padding-top: 7px;
}
.post h2 {
    color: #363838;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post .comments {
    border-bottom: solid 1px #f1f1f1;
    padding: 18px 0 25px 0;
    text-align: center;
}
.post .time {
    color:#9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}
.post .time i {
    font-size: 14px;
}

/*-----------------------------------------------------------------*/

/*--- Topic ---*/
.topic .userinfo {
    width: 12%;
}
.topic .posttext {
    width: 88%;
}
.postinfobot {
    border-top: solid 1px #f1f1f1;
    padding: 0 0px 0 10px;
}
.postinfobot .likeblock {
    width: 20%;
}
.postinfobot .posted {
    width: 75%;
    text-align: right;
    margin-left: 18px;
    font-size: 12px;
    color: #bdc3c7;
    font-family: 'Open Sans Regular', sans-serif;
    float: right!important;
}
#solution .postinfobot .posted{
    width: 325px;
}
#solHist{
    background:transparent;
}
#solHist  table{
    margin:0 60px;
    padding: 10px 0;
}
#solHist  .k-virtual-scrollable-wrap{
   overflow-x:hidden;
}
#solHist  .k-grid-header{
   border: 0;
   background:transparent;
}

.postinfobot .posted i {
    font-size: 18px;
    color: #bdc3c7;
    padding-right: 8px;
}
.up {
    color: #899C26;
    font-size: 12px;
}
.up i,
.down i {
    font-size: 20px;
    padding-right: 10px;
}
.down {
    color: #db7a7a;
    font-size: 12px;
    margin-left: 20px;
}
a.up:hover {
    text-decoration: none;
    color:#899C26;
}
a.down:hover {
    text-decoration: none;
    color: #f48989;
}
.beforepagination {
    margin-bottom: 4px;
}
/*--- Quote post ---*/
.post blockquote {
    border: solid 1px #f1f1f1;
    border-radius: 2px;
    font-size: 12px;
    /* padding: 5px; */
    border-left: none;
    border-right: none;
    margin: 0;
}
.user-detail{
    float: right;
}
.post blockquote .original,
.postreply {
    font-size: 12px;
    color: #bdc3c7;
    display: block;
    font-family: 'Open Sans Regular', sans-serif;
}
.textwraper textarea {
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    width: 100%;
}
.textwraper {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding:18px;
}
.postinfobot label {
    color: #bdc3c7;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;

}
/**Topic Search  */
.postinfosearch {
    border-top: solid 1px #f1f1f1;
    line-height: 50px;
    padding: 0 30px 0 20px;
}
.postinfosearch .likeblock {
    width: 120px;
    padding-left:20px;
}
.postinfosearch .prev {
    width: 30px;
}
.postinfosearch .prev a {
    font-size: 18px;
    color: #bdc3c7;
}
.postinfosearch .posted {
    margin-left: 18px;
    font-size: 12px;
    color: #bdc3c7;
    font-family: 'Open Sans Regular', sans-serif;
}
.postinfosearch .posted i {
    font-size: 18px;
    color: #bdc3c7;
    padding-right: 8px;
}
.beforesearchpagination {
    margin-bottom: 4px;
}
.postsearch {
    position:relative;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}
.postsearch .userinfo {
    width: 8%;
    padding: 10px 10px 25px 10px;/*25px 10px; /*17px 0 10px 3px;*/
}
.postsearch .controlPanel {
    width: 3%;
    padding: 3px 0 9px 0px;
    box-sizing: border-box;
    border-left: solid 1px #f1f1f1;
}
.postsearch .controlPanel .controlButtons{
    border-bottom: solid 1px #f1f1f1;
    color: #9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}
.postsearch .posttext {
    width: 82%;/*80%;*/
    /*padding-right: 30px;
    padding-left:25px;*/
    padding-top: 2px;
    padding-bottom: 15px;
    color: #989c9e;
    font-size: 14px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 25px;
    word-wrap:break-word;
}
.post .postinfo {
    width: 15%;
    border-left: solid 1px #f1f1f1;
}
.postsearch .avatar {
    width: 37px;
    margin-left: 20px;/*5px;*/
}
.postsearch .avatar img{
    width: 100%;
    /*height: 100%;*/
}
.postsearch .icons {
    width: 48px;
    border-top: solid 1px #f1f1f1;
    margin-top: 12px;
    padding-top: 7px;
}
.postsearch h2 {
    color: #363838;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.postsearch .comments {
    border-bottom: solid 1px #f1f1f1;
    padding: 18px 0 25px 0;
    text-align: center;
}
.postsearch .views {
    border-bottom: solid 1px #f1f1f1;
    color:#9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}
.postsearch .time {
    color:#9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}
.postsearch .time i {
    font-size: 14px;
}
/** custom */
.detail-title{
    background:#d9d9d9;
}
.search-title{
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    word-wrap: break-word;

}
.search-title .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #f7f7f7;
    color: #333;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    font-size:12px;
    opacity: 0;
    transition: opacity 1s;
    word-wrap:break-word;
}
.search-title .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.search-title:hover .tooltiptext {
    visibility: visible;
    opacity: 0.7;
}
.publishedpost{
    /*background: #eff0f1;*/
}
/* search */
.search-btn-ct{
    padding:10px 15px;
}
.checkbox-ct{
    margin-left:0;
    margin-top:6px;
    padding-left:0;
}
.checkbox-ct .checkbox{
    margin-left:0;
    padding-left:0;
}
/* detail*/
.detail-comment-ct{
    /*border:1px solid rgba(161, 161, 161, 0.73);
    padding: 5px;*/
    font-size: 12px;
}
#solution .post{
    /*background: #eff0f1;*/
    margin-bottom: 30px;
}
.solution-text{
    padding:0 10px;
}
.solution-text h2{
    font-weight:bold;
}
.topic-ct{
    padding:0 10px;
}
.search_item{
    padding: 0 10px;
    float:right;
}
.comment-view{
    position: absolute;
    top: 3640.5px;
    left: 587.5px;
    display: block;
}
.show-more-comments{
   color: #899C26;
    font-size: 12px;
    font-family: 'Open Sans Light', sans-serif;
    padding: 0 10px;
}
.show-more-comments:hover{
    cursor:pointer;
}
#new_proposal .textwraper {
   padding:0;
}
#detail-view .icon-ok{
    /*color: #899C26;*/
}
/* rating classes */
.wisdom-rating-stars-container .button {
    cursor: pointer
}
.wisdom-rating-stars-container .button .material-icons {
    font-size: 20px
}
.wisdom-rating-stars-container .star-button {
    text-shadow: .06em .04em #000
}
.wisdom-rating-stars-container .star-button.star-on .material-icons {
    color: #ee9a00
}
.wisdom-rating-stars-container .star-button.star-off .material-icons {
    color: #ddd
}
.comment-style{
    background:#f4f4f4;
}
.progess-bar-style{
    width:500px;
    float:left;
}

/*div.myclass.has(div.ngdialog-content) {
    width:1000px;
}*/

#status_progress_bar button{
    float: left;
    margin:0 10px;
}
#status_progress_bar{
    background:#fff;
}
#status_progress_bar .progress-bar-success, .progress-bar-info, .progress-bar-warning{
    width:33%;
}
#status_progress_bar .progress-bar:last-child {
     width:34%;
}
.progress-bar-inactive{
    background:#d9d9d9;
    color:#000;
    width:25%;
}
#users_list  .quadrato{
    padding:0;
}
#users_list  ul.cats{
    border:0;
}
#aree .quadrato{
    padding:0;
}
#aree  ul.cats{
    border:0;
}

.isRetired
{
    background:#ececec; /*#d9d9d9;*/
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.mybtn{
       display: inline;
    border-radius: 2px;
    font-family: "Arial";
    border: 0;
    margin: 0 10px;
    font-size: 15px;
    line-height: 15px;
    color: white;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    border: none;

}

.liinline{
    display:inline;
    padding:0 10px;
}


#solution .post {
     background: transparent;
     margin-bottom: 0px;
}
#detail-view .quadrato{
    padding:0;
    border: 1px solid #eae8e8;
}
.post .userinfo {
    width: 6%;
    padding: 25px 20px;
}
.post .posttext {
    width: 84%;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #989c9e;
    font-size: 14px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 25px;
    word-wrap: break-word;
}
.post .controlPanel {
    width: 3%;
    /* padding: 3px 0 9px 0px; */
    box-sizing: border-box;
    border-left: solid 1px #f1f1f1;
    position: relative;
    height: 100%;
}
.postinfobot {
    border-top: solid 1px #f1f1f1;
    line-height: 30px;
    padding: 10px 13px 10px 20px;
}
#contest_detail .quadrato{
    border: 1px solid #eae8e8;
}

.disabledVotes{
     color: #AAAAAA;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
#solHist .post{
    border: 1px solid #eae8e8;
    margin-bottom: 10px;
}
#answer-total .quadrato{
    padding: 0;
}

/* PODIUM DIRECTIVE CSS*/

.competition-podium {
    height: 200px;
    position: relative;
    width: 100%;
  	display: inline-block;
}
.competition-podium .podium-block {
    width: 33%;
    text-align: left;
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.competition-podium .podium-block .place {
    font-size: 1em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
}
.competition-podium .podium-block .sum {
    font-size: 1.2em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 70px;
}

.competition-podium .podium-block.bronze {
    color: #e6d6bf;
    right: 0;
}
.competition-podium .podium-block.bronze .podium {
    background: #ff8924;
    height: 60px;
}
.competition-podium .podium-block.bronze .name {
    color: #856e4e;
    text-align:center;
}

.competition-podium .podium-block.gold {
    color: #E87E04;
    left: 33%;
    width: 34.1%;
}
.competition-podium .podium-block.gold .podium {
    background: #899c26;
    height: 125px;
}
.competition-podium .podium-block.gold .name {
    color: #856e4e;
    text-align:center
}

.competition-podium .podium-block.silver {
    color: #cbd9de;
    width: 33%;
    left: 0;
}
.competition-podium .podium-block.silver .podium {
    background: #5facde;
    height: 90px;
}
.competition-podium .podium-block.silver .name {
    color: #856e4e;
    text-align:center;
}
.podium {
    display: table;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.podium > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #4D4D4D;
    font-size: 1.5em;
}
.podiumavatar{
        padding: 0px 46%;
}
.setTextHeight{
    height: 1em;
    line-height: 1em;
    overflow: hidden;
}
