.postwall ul{
  padding:0px;
}
.postwall ul li{
  margin:0;
  padding:0;
  /*border-top:1px dotted silver;*/
  list-style-type: none;
  line-height:17px;
  color:#000;

}
.postwall ul li.divider{
  background:silver;
  height:1px ;
  line-height:1px;
  list-style-type: none;
  margin:5px 0;
  padding:0;
  font-size:1px;
}
.postwall ul li.post{
    margin: 8px 0 0 0;
    border-radius: 6px;
    display: flex;
    width: 100%;
    position: relative;
}
.postwall ul li .post-content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
}
.postwall ul li .post-content .post-profile-name{
    padding: 0 0 10px 0;
}
.postwall div#newPost{
  padding:0px;
}
.postwall div#newPost textarea{
  width:100%;
  padding:6px;
  box-sizing:border-box;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #C9C9C9;
  resize: none;
}

.postwall .addPost, .postwall div#newPost{
  margin:0px 0 5px 0px;
  list-style-image:none;
  list-style-type: none;
  text-align:left;
  font-weight:bold;
}
.postwall .addPost{
  text-align:right;
}
#uploadPostWallImage{
  float:left;
  display:none;
}

.postwall .addPost a, .postwall div#newPost a,.postwall div.newpost a, .postwall-comments .newcomment a{
  padding: 2px 0 2px 20px;
  float:right;
  margin:4px 0 4px 15px;
  background: url(/images/layout/icons/add_16px.png) no-repeat left center;
}
.postwall ul.postwall-comments .newcomment{
  display:none;
  background: none;
  margin:5px 0 0 0;
  padding:0;
}

#smallLoader{
  float:right;
  margin: 0 5px 0 0;
  width:16px;
  height:11px;
  background: url(/images/postwall/load.gif);
  display:none;
}
#gymroomLastTopicLoader{
  height:36px;
  margin:5px 10px;
  background: url(/images/loading.gif) no-repeat center;
}
.postwall ul li.newpost textarea, .postwall-comments li textarea{
  width:100%;
  box-sizing:border-box;
  padding: 3px;
  color:#7B7B7B;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #C9C9C9;
  resize: none;
}
.postwall ul li.newpost{
  margin:10px 0 5px 0px;
  list-style-image:none;
  list-style-type: none;
  text-align:left;
  font-weight:bold;
  font-size:11px;
}
.postwall ul li .loading-post{
  text-align:center;
  padding:10px 0 20px 0;
}
.postwall ul li .re-loading-comment{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: #F0F0F0 url(/images/ajax-loader.gif) no-repeat center;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index:99;
  display:none;
}
.postwall ul li .post-profile-image{
  position:relative;
  width:50px;
  height:43px;
  display:block;
}
.postwall ul li .post-profile-image .comment-crone{
  position:absolute;
  top:-8px;
  left:-8px;
  display:block;
  width:32px;
  height:19px;
  background: url(/images/layout/icons/comment_16px.png) no-repeat center;
}
.postwall ul li .post-profile-image a{
  width:40px;
  height:40px;
  padding: 0 10px 3px 0;
  overflow:hidden;
  float:left;
}
.postwall ul li .post-profile-image a img{
  width:40px;
  height:40px;
}

.postwall ul li .comment-count{
  padding:1px 0 0 20px;
  margin:4px 0 0 0;
  font-size:11px;
  background: url(/images/layout/icons/comment_blue_16px.png) no-repeat left 4px;
}
.post-navig{
  font-weight: normal;
  color:#7B7B7B;
  padding:10px 0 0 0;
  margin:0px 0 0 0px;
}
.post-navig a{
  color:#0F94BF;
}
.post-vote{
  padding:3px 0 3px 20px;
  background: url(/images/layout/icons/ok_blue_16px.png) no-repeat left 2px;
}

.postwall ul li .comment-count-large{
  padding:3px 0 3px 20px;
  background: url(/images/layout/icons/comment_blue_16px.png) no-repeat left 2px;
}

.postwall ul li span{
  font-size:11px;
  padding:2px 0;
}

.postWallImage{
  display:block;
  padding:5px 0;

}
.postWallImage img{border:2px solid silver;padding:1px;margin:1px;}



.postwall ul li .delete-postwall-post a, .postwall ul li .delete-postwall-comment a{
  position:absolute;right:0;top:0;font-size:10px;text-transform: lowercase;font-weight:bold;color:#444444;padding:2px 10px 2px 12px;background:url(/images/layout/icons/close_10px.png) no-repeat left center;
}
.postwall ul li .delete-postwall-post a:hover, .postwall ul li ul li .delete-postwall-comment a:hover{
  color:#000;
}
.postwall ul.postwall-comments{
    padding: 0 0 0 50px;
    width: 100%;
    box-sizing: border-box;
    list-style-type: none;
}
.postwall ul.postwall-comments li{
  border-radius:6px;
  background:#F1F1F1;
  list-style-type: none;
  margin: 4px 0;
  border-bottom:none;
}
.postwall ul.postwall-comments .post {
    margin: 8px 0 0 0;
    border-radius: 6px;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.postwall ul.postwall-comments li.noComments{
  text-align:center;
  border:none;
  background:none;
}



.postwall .overlay{
  position: absolute;
  left:0px;
  height:100%;
  top:0px;
  width:100%;
  text-align:center;
  padding-top:100px;
  background:url(/images/trasparent-bg.png);
}

#more-recomendations {
  margin:0 auto;
  text-align:center;
  padding:5px;
}

#gymroomLastTopicLoader{
  height:36px;
  display:none;
  margin:5px 10px;
  background: url(/images/loading.gif) no-repeat center;
}


#embedCodeLink{
  cursor: pointer;
}

#fetchedData{
  display:none;
  border:1px solid silver;
  border-bottom:none;
  position:relative;
}

#clearFetchData{
  position:absolute;
  top:5px;
  right:5px;
  width:16px;
  height:16px;
  cursor: pointer;
  background: url(/images/layout/icons/close_16px.png) no-repeat center;
}

#fetchedData .info {
	width:360px;
	min-height:100px;
	float:left;
	margin:15px
}
#fetchedData #prev, #fetchedData #next {width:25px;height:22px;display:inline-block;background: url(/images/postwall/layer.png) no-repeat;}
#fetchedData #prev{background-position: -50px 0;}
#fetchedData #next{background-position: -75px 0;}
#fetchedData #prev.active{background-position: 0px 0;cursor:pointer;}
#fetchedData #next.active{background-position: -25px 0;cursor:pointer;}
#fetchedData #prev.disabled{
  cursor: default;
  background-position: -50px 0;
}
#fetchedData #next.disabled{
  cursor: default;
  background-position: -75px 0;
}
#fetchedData #totalimg {
	font-size:9px;
	color:#000000;
	float:left;
	margin:5px;
}
#fetchedData label.title {
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
#fetchedData label.url {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#fetchedData label.desc {
	font-size:11px;
    font-weight:normal;
	cursor:pointer;
}
#fetchedData .fetched-images {
	width:100px;
	float:left;
	margin:15px 23px 15px 15px;
}





.fetchData{
  width:495px;
  padding:10px 0 5px 0;
}
.fetchData iframe{max-width:100% !important;
.fetchData .fetchDataImage{
  width:100px;
  position:relative;
  padding:0 15px 0 0px;
}
.fetchData .fetchDataImage #videoPlayIcon{
  display:block;
  width:25px;
  height:25px;
  position:absolute;
  left:5px;
  bottom:5px;
  background: url(/images/postwall/layer.png) no-repeat -100px 0;
}

.fetchData .fetchDataTitle{
  width:380px;
  padding: 0 0 10px 0px;
  color:#444444;
}
.fetchData .fetchDataTitle a{
  color:#002851;
  font-weight:bold;
}
.fetchData .fetchDataTitle a:hover{
  color:#7B7B7B;
}
.postwall ul li ul.postwall-comments .postwall-close-comment{
  background:none;
}
.postwall ul li ul.postwall-comments .postwall-close-comment a{
  float:right;
  margin:0px;
  padding:0 0 0 16px;;
  background: url(/images/layout/icons/close_10px.png) no-repeat left center;
  text-align:right;
  line-height:12px;
}