﻿
div.tx-phlblog{
	/*border: 1px solid red;*/
	/*height: 100%; */
	font-size: 14px;
}

.athumb{
	float: left;
}

.tx-phlblog{
	font-size: 12px;
}

.tx-phlblog img{
	width:100%;
	height: auto;
}
.pbtlistblogitile{
	font-weight: bold;
	margin-bottom: 12px;
}
.pbtlistitile{
	font-weight: bold;
	margin-bottom: 12px;
}
.oneblogfeed{
	margin-top: 16px;
}
.onebloglistitem{
	margin-bottom: 36px;
}
.pblistimagecontainer{
	text-align: center;
}
.onefeedimage{ margin-bottom: 8px;}

div.iconset{
	display: block;
	background-image: url(../res/phlblog2.png);
	width: 0px;
	height: 24px;
	line-height: 24px;
	float: left;
	color: white;
	text-decoration: none;
	padding-left: 24px;
	font-size: 7px;
}
div.iconset.icon-edit{
	background-position: 0px 0px;
}
div.iconset.icon-edit.hover{
	background-position: -24px 0px;
}
div.iconset.icon-move{
	background-position: -48px 0px;
}
div.iconset.icon-move.hover{
	background-position: -72px 0px;
}
div.iconset.icon-remove{
	background-position: -96px 0px;
}
div.iconset.icon-remove.hover{
	background-position: -120px 0px;
}


.regajax-loader {
    //cursor: wait;
    background:#ffffff url('/typo3conf/ext/phlblog/Resources/Public/images/ajax-loader-2.gif') no-repeat center center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
    position: fixed;
    z-index: 10000;
    display: none;
    left: 0px;
    top:0px;
    width: 100%;
    height: 800px;
}

.onecommentwrapper{
	border-top: 1px solid black;
	margin-bottom: 4px;
}
.taskwrapper{
	/*border: 2px solid red;*/
	margin-bottom: 8px;
}

.comxomment p{
	margin-bottom: 0px;
}

.thumbicons{
	display:none;	
}

.plgthumbtText{
	overflow: -moz-hidden-unscrollable;
}


.plgthumbtextwrapper{
	min-height: 80px;
   background: #ffffff; /* Old browsers http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 91%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(91%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

#thebigthumb{
	position: absolute;
	width: 100px;
	background-color: #ddd;
	display: none;
	padding: 3px;
}


.nolirepadding{padding-left: 0px; padding-right: 0px;}

.mythumbbigPOS{display:none;}
#thePID{display: none;}

.mythumbbig{}
.plgthumbtTextBig{width: 100%}

.onethumb{
    border: 2px solid transparent;
    float: left;
   /* height: 170px;*/
    margin-left: 0;
    padding: 4px;
    width: 109px;
	text-align: center;
 }

.ui-dialog {top: 15%!important;}

.bigPicPath{display: none;}

.hover_off{
	/*border: 3px solid red;*/
	padding: 0px;
}
#paginationWrapper{text-align: center;}

.tx-phlblog .plgthumb{
	text-align: center;
	
	margin:3px; 
	float: left;
}

div.tx-phlblog div.plgthumbrow{
	width: 100%;
	/*height: 170px;*/
	overflow: hidden;
}

.tx-phlblog .overlay #plgtitle{color:#ffffff;}
  
  
  
  
.mythumbbigOFF{display:none;} 
  
.plgimagedescription,.plgcaption{display: none;}
  
  
  
 /* the overlayed element */ 
.tx-phlblog .overlay { 
	display:none; 
	z-index:10000;
	background-color:#333; 
	color: grey;
     
    min-width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.tx-phlblog .overlay .close { 
	background-image:url(../typo3conf/ext/phlblog/res/close.png); 
   	position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}



/* styling for elements inside overlay */ 
.tx-phlblog .tdetails { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.tx-phlblog .tdetails h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}



/*style the message div*/  
.tx-phlblog #message{
  font-weight: bold;
  font-size: 125%;
  /*border: 2px red solid;*/
}


/*editfeed*/

.edFeedtoolswrapper{
	float: left;
	width: 100%;
	margin: 15px;
}
.edFeedtoolswrapper img{
	width: 24px;
	height:24px;
}
.edsym{
	opacity: 0.5;
	float: left;
	margin-right: 4px;
}
.edsym:hover{
	cursor:pointer;
	opacity: 1;
	transform: scale(1.3);
}

#cquitEdit,
#quitEdit,
#saveAnswer,
#saveEd{
	float: left;
	width: 20%;
	min-width: 100px;
	margin: 8px 16px 8px 0;	
}

.round{border-radius: 50%;}
.green{background-color: #eee;}
.red{background-color: #eee;}


/*answer a comment*/
.comanswer{opacity: 0.8;}
.comanswer:hover{
	cursor:pointer;
	opacity: 1;
	transform: scale(1.3);
	animation: crescendo 0.5s ;
}

@keyframes crescendo {
  0%   {transform: scale(1);}
  100% {transform: scale(1.3);}
}



.cswrapper{
	float: left;
	width: 100%;
	margin-bottom: 16px;
}
.submitcomment{
	float: left; 
	margin-top: 8px;
	opacity: 0.5;
	}
.submitcomment:hover{
	cursor:pointer;
	opacity: 1;
}

.comage{font-weight: bold;}
.comuser{font-weight: bold;}
.comanswer{
margin-left: 16px;
float: left;}

.commenthint{
	margin-bottom: 16px;
	margin-top:16px;
	border: 1px dotted grey;
	padding: 8px 15px 8px 15px;
	width: 50%;
}

.voteupnum{ float: left;
	position: relative;
	top: 1px;
	font-size: 118%;
	text-align: center;
	margin-right: 12px;;
}

.votedownnum{float: left;
position: relative;
top: 1px;
font-size: 118%;
text-align: center;
	margin-right: 12px;;
}

.col-md-12{
	display: flex;
	flex-wrap: wrap;
}

.navbar-nav{
	font-size: 14px;
}

.hidden{display:none!important}
