
.overlayType.bigView{
	background-color: #383943;
}

.autoHeight {
	height: auto !important;
}

.bigviewBox{
	position: relative;
	overflow: hidden;
}

.bigview-data {
    float: left;
	width: 31%;
	padding: 10px 1%;
}

.paratlan .bigview-data{
	background-color: #f7f7f7;
}

.bigview-data i{
	display:inline-block;
	zoom: 1;
	*display: inline;
}

.bigview-avatar {
	width: 20%;
	float:left
}

.bigview-half{
	width: 50%;
}

.bigview-nev{
    font-size: 14px !important;
    overflow: hidden;
	font-family: 'ptsans';
	color:#ff8400;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 97%;
	height: 16px;
	line-height: 16px;
}

.bigview-nev a, .bigview-nev a:visited{
    color:#ff8400;
    }
.bigview-nev a:hover{
    text-decoration: underline;
    }
    
	
.bigview-adat {
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	font-family: 'ptsans';
	font-size: 10px;
	line-height: 16px;
	color: #a29f9f;
}

.withavatar .bigview-avatarSide{
	width: 77%;
	margin-left: 3%;
}

.bigview-avatarSide{
	width: 97%;
	margin-left: 3%;
}


.bigview-adat.ikonTarWsel{
	padding-left: 20px;
}

.overlayContent .searchWrapper{
	margin: -10px 0 10px 0;
}


/* Breakpoint 990 */
@media only screen and (max-width: 990px) {
	.bigview-data{
		width: 48%;
	}
	
	.paratlan .bigview-data{
		background-color: #fff;
	}
}