


@font-face {
	font-family: 'Rock Salt';
	font-style: normal;
	font-weight: 400;
	src: local('Rock Salt'), local('RockSalt'), url(/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLTOUCH/font/rock_salt.woff) format('woff'), url(/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLTOUCH/font/rock_salt.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLTOUCH/font/open_sans_400.woff) format('woff'), url(/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLTOUCH/font/open_sans_400.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLTOUCH/font/open_sans_700.woff) format('woff'), url(/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLTOUCH/font/open_sans_700.ttf) format('truetype');
}



body,html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
	
body {
	font: 100% Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #3f4752;
	text-rendering: optimizelegibility;
	background-color: #F5F5F5;
}
a {
	text-decoration: inherit;
	color: inherit;
}
img {
	border: none;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	display: inline;
	font-size: inherit;
}
.breadcrumb {
	margin-bottom: 15px;
	background-color: #EAEAEA;
	padding: 2px 2px;
	color: #818181;
}
.seodesc {
	margin-top: -15px;
	margin-bottom: 15px;
	color: white;
	font-style: italic;
	background-color: lightgray;
	padding: 3px 2px;
	font-size: 12px;
}
.seodesc2 {
	margin: 15px 2px;
	color: #818181;
}
.deactivated {
	color: #ADAAAA;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}


/* --- FORMS --- */
form {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input[type=text] {
	display: inline-block;
	padding: 6px;
	border: 2px solid #DDDDDD;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #444;
}
input[type=number] {
	display: inline-block;
	padding: 6px;
	border: 2px solid #DDDDDD;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #444;
}
input[type=password] {
	display: inline-block;
	padding: 6px;
	border: 2px solid #DDDDDD;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #444;
}
input[type=radio] {
	margin-left: 0px;
	margin-right: 5px;
}
input[type=checkbox] {
	margin-left: 0px;
	margin-right: 5px;
}


/*************************************************/
/* GENERIC STUFF */
/*************************************************/
.content-header-container {
	position: relative;
	margin-bottom: 20px;
}
.content-header {
	white-space: nowrap;
}
.content-mainheader {
	font-size: 18px;
}

.content-subheader {
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
}

.circular_thmb {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50px;
}
.circular_thmb_small {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 40px;
}
.overlay_restr_big {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
}
.overlay_restr_big img {
	width: 100%;
	opacity: 0.8;
}
.overlay_restr {
	position: absolute;
	top: 16px;
	left: 18px;
}
.overlay_restr img {
	width: 35px;
	opacity: 0.8;
}
.overlay_bgsig {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #afe4fc;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=80)";
}
.overlay_bgsig:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=100)";
}
.overlay_txt {
	width: 40px;
	height: 16px;
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0.9;
	color: white;
	font-size: 16px;
}
.overlay_video {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 25px;
	color: white;
	font-size: 11px;
	line-height: 25px;
	text-align: right;
	padding-right: 6px;
	opacity: 0.8;
}
.overlay_video img {
	width: 18px;
	margin-right: 10px;
}
.overlay_grey {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #efefef;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=80)";
}
.overlay_red {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: red;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=80)";
}
.overlay_reason {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px 5px 0px 5px;
	color: white;
	font-size: 16px;
	background-color: black;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=80)";
}
.overlay_icon {
	width: 40px;
	height: 40px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: black;
	opacity: 0.8;
	border-radius: 20px;
}
.overlay_icon img {
	width: 30px;
	margin-top: 11px;
	margin-left: 5px;
}
.overlay_blur {
	width: 70px;
	height: 70px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0.8;
}

.bg_opacity_gradient {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 )";
}

/*************************************************/
/* USEFULL STUFF */
/*************************************************/
.nowrap {
	white-space: nowrap;
}
.ellip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.lnkc {
	cursor: pointer; 
	cursor: hand;
}
	
.totalboxsize {  /* counts the box sizings not cumulative :-) */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}

.sigcol {
	color: #81C7EB !important;  /* main color used for links */
}
.markcol {
	color: #F8BD48;
}
.bgcol-sig {
	background-color: #81C7EB;
}
.bgcol-news {
	background-color: orange;
}
.bgcol-msg {
	background-color: #6ACD6D;
}
.newscol {
	color: orange;
}
.msgcol {
	color: #6ACD6D;
}
.warn {
	color: red;  /* alerts warnings */
}
.sigcol {
	color: #81C7EB !important;  /* main color used for links */
}
.inactivecol {
	color: #b6b6b7;
}
.inactivebgcol {
	background-color: #b4b4b4;
}
.sigbgcol {
	background-color: #81C7EB; 
}
.sigbrdcol {
	border-bottom: 2px solid #81C7EB;
}
.drkbrdcol {
	border-bottom: 2px solid #D6D6D6;
}
.lgthbrdcol {
	border-bottom: 2px solid #F6F6F7;
}
.lgthbrdcoltop {
	border-top: 2px solid #F6F6F7;
}
.friendcol { 
	color: #9864A5;  /* main color used for friends */
}
.friendbgcol {
	background-color: #FCC046; 
}
.peoplecol { 
	color: #9CC838;  /* main color used for finding people */
}
.peoplebgcol {
	background-color: #9CC838; 
}
.peoplebrdcol {
	border-bottom: 2px solid #9CC838;
}
.generalbgcol {
	background-color: #022E3E; 
}
.specialbgcol {
	background-color: #214e64; 
}
.flirtcol {
	color: #FF2930;  /* main color used for flirt */
}
.flirtbgcol {
	background-color: #FF2930; 
}
.drkflirtbgcol {
	background-color: #df1254;
}
.flirtbrdcol {
	border-bottom: 2px solid #FF2930;
}
/* main text color, if not black */
.txtcol {
	color: #aaa;
}
.delcol {
	color: red;
}
.sexhighcol {
	color: #d23238;
}
.sexhighbgcol {
	background-color: #d23238;
}
.sexlowcol {
	color: #f3b53f;
}
.sexlowbgcol {
	background-color: #f3b53f;
}
.sexmedcol {
	color: #dd7f38;
}
.sexmedbgcol {
	background-color: #dd7f38;
}
.sexinactivebgcol {
	background-color: #d6d5d4;
}
.modalbgcol {
	background-color: #f6f6f7;
}
.onlinecol {
	color: lightgreen;
}
.button1bgcol {
	background-color: #525d71;
	border-bottom: 2px solid #282d37;
}
.button2bgcol {
	background-color: #5ECDF9;
	border-bottom: 2px solid #4AAFDB;
}
.button3bgcol {
	background-color: #c2c2c2;
	border-bottom: 2px solid #9d9d9d;
}
.button4bgcol {
	background-color: #65c770;
	border-bottom: 2px solid #57AE5E;
}
.button5bgcol {
	background-color: #f8cc48;
	border-bottom: 2px solid #D7A946;
}
.button6bgcol {
	background-color: #E6624D;
	border-bottom: 2px solid #CC523F;
}
.bulls {
	vertical-align: sub;
	line-height: 14px;
	font-size: 170%;
	color: #F2F2F2;
}

.groupBubble  {
	position: absolute;
	bottom: 45px;
	padding: 6px;
	background: #333333;
	opacity: 0.8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
}

.groupBubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #333333 transparent;
	display: block;
	width: 0;
	z-index: 99;
	bottom: -6px;
	left: 15px;
}

.tooltip {
	display: inline;
	position: relative;
	z-index: 97;
}

.tooltip:hover:after {
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 16px;
	color: #fff;
	content: attr(tooltip);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}

.tooltip:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 10px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}

.tooltipTypeB {
	display: inline;
	position: relative;
	z-index: 97;
}
.tooltipTypeB:hover:after {
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 25px;
	color: #fff;
	content: attr(tooltip);
	right: -10px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}
.tooltipTypeB:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 19px;
	content: "";
	right: 0px;
	position: absolute;
	z-index: 99;
}

.tooltipTypeC {
	line-height: 1em;
	display: inline;
	position: relative;
	z-index: 97;
}
.tooltipTypeC:hover:after {
	position: absolute;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	top: 28px;
	color: #fff;
	content: attr(tooltip);
	right: -15px;
	padding: 5px 15px;
	z-index: 98;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}
.tooltipTypeC:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 0 6px 6px 6px;
	top: 22px;
	content: "";
	right: 5px;
	position: absolute;
	z-index: 99;
}

.tooltipTypeD {
	position: relative;
}
.tooltipTypeD:hover:after {
	position: absolute;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	top: 37px;
	color: #fff;
	content: attr(tooltip);
	left: -25px;
	padding: 5px 15px;
	z-index: 98;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}
.tooltipTypeD:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 0 6px 6px 6px;
	top: 32px;
	content: "";
	right: 5px;
	position: absolute;
	z-index: 99;
}
.tooltipTypeE {
	display: inline;
	position: relative;
}
.tooltipTypeE:hover:after {
	position: absolute;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	top: 28px;
	color: #fff;
	content: attr(tooltip);
	right: -15px;
	padding: 5px 15px;
	z-index: 98;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}
.tooltipTypeE:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 0 6px 6px 6px;
	top: 22px;
	content: "";
	right: 17px;
	position: absolute;
	z-index: 99;
}
.tooltipTypeF {
	display: inline;
	position: relative;
}
.tooltipTypeF:hover:after {
	position: absolute;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: -30px;
	color: #fff;
	content: attr(tooltip);
	right: -50px;
	padding: 5px 15px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}
.tooltipTypeF:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 0 6px 6px 6px;
	bottom: -8px;
	content: "";
	right: 60px;
	position: absolute;
	z-index: 99;
}
.tooltipTypeUser {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1em;
	position: relative;
}
.tooltipTypeUser:hover:after {
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 3px;
	top: 45px;
	color: #fff;
	content: attr(tooltip1) '\a' attr(tooltip2) ' ';
	white-space: pre;
	left: -20px;
	padding: 2px 2px;
	position: absolute;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	opacity: 0.8;
}
.tooltipTypeUser:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 0 6px 6px 6px;
	top: 39px;
	content: "";
	left: 18px;
	position: absolute;
}
.tooltipTypeUser_Left:hover:after {
	left: 0px;
}

span.deleteicon {
	position: relative;
}
span.deleteicon span {
	position: absolute;
	display: block;
	top: -1px;
	right: 10px;
	width: 14px;
	height: 14px;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_clear.png');
	background-image: none\9;  /* IE8 Hack \9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_clear.png', sizingMethod='scale')";
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
span.deleteicon input {
    padding-right: 16px;
}

span.searchicon {
	position: relative;
}
span.searchicon span {
	position: absolute;
	display: block;
	top: -2px;
	right: 10px;
	width: 14px;
	height: 14px;
}
span.searchicon input {
    padding-right: 16px;
}


.fadein {
	-webkit-transition:visibility 0s linear,opacity 0.08s linear;
	-moz-transition:visibility 0s linear,opacity 0.08s linear;
	-o-transition:visibility 0s linear,opacity 0.08s linear;
	transition:visibility 0s linear,opacity 0.08s linear;
}
.fadeout {
	-webkit-transition:visibility 0s linear 0.08s,opacity 0.08s linear;
	-moz-transition:visibility 0s linear 0.08s,opacity 0.08s linear;
	-o-transition:visibility 0s linear 0.08s,opacity 0.08s linear;
	transition:visibility 0s linear 0.08s,opacity 0.08s linear;
}

.smallinfo {
	font-size: 11px;
	color: #aaa;
	font-style: italic;
	margin-bottom: 2px;
}

.h-sep {
	border-bottom: 1px solid #D4D4D4;
	height: 1px;
	font-size: 0px;
}

/* --- ERROR MESAGE --- */
.errormessage {
	position: fixed;
	z-index: 2500;
	top: 40px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	background-color:  bisque;
	border: 1px solid red;
	border-radius: 5px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
}

.errorloadingstopped {
	background-color:  bisque;
	border: 1px solid red;
	margin: 20px;
	border-radius: 5px;
	padding: 10px;
}

/* --- CONFIRMATION MESAGE --- */
.confirmationmessage {
	position: fixed;
	z-index: 2500;
	top: 40px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	background-color:  lightyellow;
	border: 1px solid darkkhaki;
	border-radius: 5px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* --- TIP --- */
.tip {
	position: relative;
	margin: 0px 0 15px 0;
	padding: 6px;
	background-color: lightyellow;
	border: 1px solid darkkhaki;
}
.tip:before {  
	content: ' ';  
	position: absolute;  
	width: 0;  
	height: 0;  
	left: 47%;  
	bottom: -20px;  
	border: 10px solid;  
	border-color: darkkhaki transparent transparent transparent;  
 }
.tip:after {  
	content: ' ';  
	position: absolute;  
	width: 0;  
	height: 0;  
	left: 47%;  
	bottom: -18px;  
	border: 10px solid;  
	border-color: lightyellow transparent transparent transparent;  
}
.tip_top {
	position: relative;
	margin: 6px 0;
	margin-top: 12px;
	padding: 6px;
	background-color: lightyellow;
	border: 1px solid darkkhaki;
}
.tip_top:before {  
	content: ' ';
	position: absolute;  
	width: 0;  
	height: 0;  
	left: 47%;  
	top: -20px;  
	border: 10px solid;  
	border-color: transparent transparent darkkhaki transparent;  
}
.tip_top:after {  
	content: ' ';  
	position: absolute;  
	width: 0;  
	height: 0;  
	left: 47%;  
	top: -18px;  
	border: 10px solid;  
	border-color: transparent transparent lightyellow transparent;  
}
.tip_no {
	position: relative;
	padding: 6px;
	margin: 6px 0;
	background-color: lightyellow;
	border: 1px solid darkkhaki;
}


/* --- POPUP --- */
.popup__overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#96000000', endColorstr='#96000000')"; /* IE */
	text-align: center;
	z-index: 2000;
	overflow-y: scroll;
}
.popup {
	display: inline-block;
	margin-top: 100px;
	min-width: 300px;
	max-width: 80%;
	background-color: white;
	text-align: left;
}
.popup .header {
	background-color: #E3E7E8;
	line-height: 34px;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 10px;
}
.popup .close {
	float: right;
	width: 20px;
	margin-top: 7px;
	opacity: 0.3;
}
.popup .close:hover {
	opacity: 1;
}
.popup .content {
	padding: 20px;
}
.popup input[type=text] {
	width: 100%;
}
.popup .footer {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	padding-top: 10px;
}
.popup .footer .number {
	float: left;
	font-size: 16px;
	line-height: 28px;
}
.popup .footer .text {
	float: left;
	line-height: 28px;
}
.popup .footer .action {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	margin-left: 10px;
}

	
/*************************************************/
/* GENERAL STRUCTURE */
/*************************************************/
main {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 270px; /* 0px */
  	min-height: 100%;
  	background-color: #F5F5F5;
  	/*background-image: url(navigation_bg870.gif);*/
  	background-repeat: repeat-y;
  	background-position: center; 
}

/* PREMIUM BAR */
#premiumbar {
	padding: 5px;
	text-align: center;
	background-color: #EFE2B7;
	color: #535353;
}
#premiumbar img{
	height: 14px;
}

/* MAIN CONTENT CONTAINER */
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
  	min-height: 100%;
  	margin-top: 5px;  /* gap to header */
}

/* SIDE CONTENT BAR */
#sidecontent {
  	width: 175px;
  	float: left;
  	padding-top: 10px;
}

/* CONTENT CONTAINER */
#content {
	margin-left: 200px;
	padding-top: 20px;
	
}

/* CONTENT CONTAINER */
footer {
	clear: left;
	margin-left: 10px;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	color: grey
}
footer .logo {
	margin-bottom: 10px;
}
footer .menu {
	line-height: 1.5em;
}
footer .copyright {
	margin-top: 25px;
}


/* MAIN HEADER */
header {
	height: 61px;
	z-index: 500;
	background-color: #48CDFA;	
	border-bottom: 4px solid #4BB7E2;
}		
#headercontainer { 
	width: 900px;
	height: 61px;
	line-height: 61px;
	margin-left: auto;
	margin-right: auto;
}
#headercontainer .myprofile {
	position: relative;
	float: right;
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 5px;
}
#headercontainer .selected {
	background-color: #43A3CA;
}
#headercontainer .myprofile:hover {
	background-color: #6cadc6;
}
#headercontainer .nickname {
	font-weight: bold;
	padding: 0 20px;
	background-color: #CACACC;
}
#headercontainer .status {
	position: absolute;
	top: 15px;
	right: 56px;
	background-color: #5CCDFB;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	line-height: 22px;
}
#headercontainer .status:hover {
	background-color: #6cadc6;
}
#headercontainer .status img{
	width: 14px;
	margin-top: 6px;
	margin-left: 5px;
}

#logodemo {
	float: left;
	width: 175px; 
	height: 61px;
	background-color: #48CDFA;
}
#logo {
	float: left;
	width: 175px; 
	height: 61px;
	background-color: #48CDFA;
	font-family: 'Rock Salt', cursive;
	font-size: 18px;
	color: white;
}
nav {	
	margin-left: 200px;
}
nav .header-list-img {
	height: 15px;
	vertical-align: text-top;
	margin-right: 5px;
}
.header-list {
	float: left;
	width: 120px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
.header-list-selected {
	float: left;
	width: 120px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-size: 15px;
	background-color: #43A3CA;
	text-align: center;
}

.header-list:hover {
	background-color: #6cadc6;
}

.mainbutton {
	padding: 6px 5px;
	color: white;
	text-align: center;
}

/* SMALL HEADER */
#smallheaderbar {
	position: fixed;
	left: 0px;
	right: 270px; /* 0px */
	top: -30px;
	height: 30px;
	z-index: 501;
	background-color: #48CDFA;
	opacity: 0.9;
}
#smallheadercontainer { 
	width: 900px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#smalllogodemo {
	float: left;
	width: 175px; 
	height: 30px;
	background-color: #48CDFA;
}
#smalllogo {
	float: left;
	width: 175px; 
	height: 30px;
	background-color: #48CDFA;
	font-family: 'Rock Salt', cursive;
	font-size: 16px;
	color: white;
}
#smallheadercontainer .myprofile {
	position: relative;
	float: right;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 5px;
}
#smallheadercontainer .selected {
	background-color: #43A3CA;
}
#smallheadercontainer .myprofile:hover {
	background-color: #6cadc6;
}

/* SIDE BAR (MESSAGE BAR) */
#sidebar-menu {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 150px;
	width: 270px;
	z-index: 510;
	background-color: white;
	box-shadow: 0px 5px 5px 1px #aaaaaa;
}
#sidebar-content {
	position: fixed;
	right: 0px;
	top: 149px;
	bottom: 0px;
	width: 270px;
	z-index: 510;
	background-color: white;
	overflow-y: auto;
	box-shadow: 0px 5px 5px 1px #aaaaaa;
}
.sidebar-shadow {
	-moz-box-shadow: 0px 5px 5px 1px #aaaaaa;
	-webkit-box-shadow: 0px 5px 5px 1px #aaaaaa;
	box-shadow: 0px 5px 5px 1px #aaaaaa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=275, Color='#aaaaaa')";
}
.sidebar-notif {
	height: 61px;
	border-bottom: 4px solid #E5E5E5;
}
.sidebar-menu-notif {
	position: relative;
	float: right;
	width: 45px;
	height: 61px;
	padding: 0px 10px;
}
.sidebar-menu-notif:hover {
	background-color: #F5F5F5;
}
.sidebar-menu-notif-close {
	position: relative;
	width: 100px;
}
.sidebar-menu-notif-close:hover {
	background-color: #F5F5F5;
}
.sidebar-menu-marker:before {
	border: solid;
	border-color: #e5e5e5 transparent;
	border-width: 0px 6px 6px 6px;
	top: 55px;
	content: "";
	position: absolute;
	right: 27px;
}
.sidebar-notif-img {
	position: absolute;
	left: 20px;
	top: 22px;
	height: 20px;
}
.sidebar-notif-close-img {
	padding: 20px 10px;
	width: 20px;
}
.sidebar-opacity-on {
	opacity: 0.6;
}
.sidebar-opacity-off {
	opacity: 0.2;
}
.sidebar-badge {
	position: absolute;
	top: 15px;
	border-radius: 1em;
	padding: 2px 6px;
	color: white;
	font-size: 11px;
}
.sidebar-badge-close {
	position: absolute;
	top: 10px;
	border-radius: 0.5em;
	padding: 1px 3px;
	color: white;
	font-size: 11px;
	margin-left: 3px;
}
.openclose {
	display: inline-block;
	width: 40px;
	line-height: 61px;
	font-size: 20px;
	color: #ababab;
	text-align: center;
}
.openclose:hover {
	background-color: #F5F5F5;
	height: 61px;
}

.sidebar-header {
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 6px;
	font-weight: bold;
}
.sidebar-header img {
	width: 16px;
	height: 16px;
	padding: 0px 5px;
	opacity: 0.4;
}
.sidebar-header img:hover {
	opacity: 1;
}
.tab-filter {
	display: table;
	width: 270px;
	table-layout: fixed;
	height: 43px;
	border-bottom: 1px solid #E5E5E5;
}
.tab-filter .filter-type {
	display: table-cell;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 34px;
}
.tab-filter .filter-type:hover {
	border-bottom: 4px solid #F5F5F5;
}
.tab-filter .filter-type-set-msg {
	border-bottom: 4px solid #6ACD6D;
}
.tab-filter .filter-type-set-msg:hover {
	border-bottom: 4px solid #6ACD6D;
}
.tab-filter .filter-type-set-news {
	border-bottom: 4px solid orange;
}
.tab-filter .filter-type-set-news:hover {
	border-bottom: 4px solid orange;
}

/*************************************************/
/* DEMO */
/*************************************************/
.demofont {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.row {
	display: table-row;
}
#content_wide {
	line-height: 1.7em;
}

#content_wide .demoheader {
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#content_wide .subheader {
	font-size: 18px;
	margin-bottom: 20px;
}
#content_wide .container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#paging_bar {
	margin-top: 20px;
	text-align: center;
}
#paging_bar .left {
	padding-right: 20px;
}
#paging_bar .right {
	padding-left: 20px;
}
#paging_bar img {
	height: 13px;
	vertical-align: text-bottom;
	margin: 0 8px 1px 8px;
	opacity: 0.6;
}
#paging_bar img.inactive {
	opacity: 0.2;
}
#paging_bar .pag_inactive {
	color: darkgrey;
}
#paging_bar .actual {
	font-weight: bold;
	margin-right: 8px;
}
#paging_bar .jump {
	color: darkgrey;
	margin-right: 8px;
}
#paging_bar .moreless {
	color: darkgrey;
}


/* DEMO NAVBAR */
nav.basic {
	position: relative;
	color: white;
}
nav .logreg {
	position: absolute;
	right: 0;
}
nav .register {
	font-weight: bold;
	background-color: #F8CB48;
	margin-right: 20px;
	padding: 0 10px
}
nav .register:hover {
	background-color: #d2ab34;
}
nav .login {
	font-weight: bold;
	padding: 2px 10px;
}
nav .login:hover {
	background-color: #593E64;
}
nav .regbtn {
	display: inline-block;
	line-height: 20px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
nav .regbtn:hover {
	background-color: #d2ab34;
}
nav .logbtn {
	display: inline-block;
	line-height: 20px;
	border: 1px solid white;
	margin-left: 10px;
}
nav .logbtn:hover {
	background-color: #6cadc6;
}

/* DEMO SECTION SEARCH */
.demo_sec_search {
	position: relative;
	z-index: 99;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/demo/sujet1.jpg');
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 40%;
}
.searchbox {
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	padding: 15px 30px;
	text-align: left;
	vertical-align: top;
}
.searchbox .searchheader {
	font-size: 18px;
	text-align: center;
}
.searchbox .activity {
	margin-bottom: 10px;
	padding: 0 20px;
}
.searchbox .activity img {
	float: left;
	width: 25px;
	vertical-align: middle;
	margin-right: 15px;
	opacity: 0.8;
}
.searchbox .slogan {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #b2b1b1;
}
.searchbox .textsmall {
	font-size: 11px;
}
.searchbox .icon {
	width: 12px;
	vertical-align: text-top;
	opacity: 0.5;
	margin-right: 2px;
}

/* DEMO SECTION TOPICS */
.demo_sec_topic {
	position: relative;
	z-index: 5;
}
.demo_sec_topic .twocol {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.demo_sec_topic .mgc {
	/* margins correlate with profile padding!! */
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -4px;
}
.demo_sec_topic .mgc .userpic {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	width: 20%; /* num of columns sums to 100% */
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 8px; /* vertical distance */
}
.demo_sec_topic .mgc .minipic {
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #c9c9c9;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}

.mgc .tt:hover:after {
	font-family: Helvetica,Arial,sans-serif;
	z-index: 100;
	width: 80px;
	top: auto;
	bottom: -20px;
	left: 10px;
	right: auto;
	padding: 5px 7px;
	opacity: 0.9;
	line-height: 1.5em;
}
.mgc .tt:hover:before {
	top: auto;
	bottom: 20px;
	left: 45px;
}

.demo_sec_topic .now {
	display: table;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.demo_sec_topic .btn {
	display: table-cell;
	vertical-align: top;
	width: 35%;
	padding-right: 10px;
}
.demo_sec_topic .reg {
	display: table-cell;
	vertical-align: middle;
	width: 65%;
	padding-left: 10px;
	line-height: 1.2em;
	font-size: 11px;
	font-style: italic;
	color: grey;
}
.demo_sec_topic .section {
	display: table;
	margin-bottom: 90px;
}

.demo_sec_topic .demodialog {
	height: 250px;
	overflow-y: auto;
}
.demodialog {
	font-family: Helvetica,Arial,sans-serif;	
}
.demodialog .message {
	position: relative;
	margin-bottom: 10px;
}
.demodialog .message .profpic {	
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
}
.demodialog .msg-container {
	margin-left: 40px;
	background-color: white;
	padding: 5px 6px;
}
.demodialog .msg-container:hover {
	background-color: #e5e5e5;
}
.demodialog .message .sender {
	font-weight: bold;
}
.demodialog .message .date-time {
	color: #b3b3b3;
	font-size: 11px;
	float: right;
}
.demodialog .message .mobile {
	float: right;
	height: 12px;
	opacity: 0.4;
}
.demodialog .message .text {
	margin-top: 0px;
}

/* DEMO SECTION NEAR YOU */
.demo_sec_near {
	padding-top: 10px;
	background-color: white;
}
.demo_sec_near .nearyou{
	text-align: center;
}
.nearyou .nybtn {
	display: inline-block;
	min-width: 150px;
}
.demo_sec_near .locationgrid {
	display: table;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 15px 10px;
	padding-bottom: 40px;
}	
.locationgrid .pic {
	display: table-cell;
	width: 180px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}
.locationgrid .pic img {
	width: 60px;
	opacity: 0.7;
}
.locationgrid .link {
	display: table-cell;
	text-align: center;
	padding-bottom: 15px;
}

/* DEMO SECTION USP */
.demo_sec_usp {
	padding-top: 10px;
	background-color: #FFF;
}
.demo_sec_usp .sub {
	font-size: 13px;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 40px;
}
.demo_sec_usp .uspgrid {
	width: 100%;
	display: table;
	margin-top: 20px;
	padding-bottom: 40px;
}
.uspgrid .usp {
	display: table-cell;
	width: 33.33%;
	padding: 10px 10px 40px 10px;
}
.usp .featicon {
	float: left;
	width: 32px;
}
.usp .title {
	padding-left: 50px;
	font-size: 18px;
	margin-bottom: 10px;
}
.usp .text {
	float: left;
	padding-left: 50px;
}

/* DEMO SECTION MOBILE */
.demo_sec_mobile {
	padding-top: 10px;
}
.demo_sec_mobile .sub {
	font-size: 13px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 40px;
}
.demo_sec_mobile .load{
	text-align: center;
	padding-bottom: 60px;
}
.demo_sec_mobile .loadbtn {
	display: inline-block;
	min-width: 150px;
	font-size: 16px;
	line-height: 1em;
}
.loadbtn .small {
	font-size: 9px;
}

/* DEMO SECTION TOP */
.demo_sec_top {
	padding-top: 10px;
	background-color: white;
}
.demo_sec_top .topgrid {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.topgrid .top {
	display: table-cell;
	width: 33.33%;
	padding: 10px 10px 40px 10px;
	white-space: nowrap;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.topgrid .top .title {
	font-weight: bold;
	margin-bottom: 10px;
}

/* DEMO SECTION SERVICE */
.demo_sec_service {
	padding-top: 10px;
}
.demo_sec_service .servicegrid {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.servicegrid .service {
	display: table-cell;
	width: 33.33%;
	padding: 10px 10px 40px 10px;
	white-space: nowrap;
}

/* SIDE BAR */
.demosidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	padding: 20px 15px;
	text-align: center;
}
.demosidebar .avatar {
	width: 120px;
	margin-bottom: 30px;
}
.demosidebar .text {
	font-size: 18px;
	margin-bottom: 30px;
}
.regbutton {
	color: white;
	padding: 0 5px;
	line-height: 40px;
	text-align: center;
	font-size: 11px;
}
.regbutton img {
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.reg_facebook {
	background-color: #44609d;
}
.reg_google {
	background-color: #cc3732;
}
.demosidebar .register {
	line-height: 38px;
	padding: 0 15px;
	font-size: 18px;
}

.divider{
    color: #979797;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;   
    line-height: 1.2em;
}

.divider:before, .divider:after{
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 50%;
    height: 0.65em;
    border-bottom: 1px solid #ccc;
    margin: 0 4% 0 -55%;
}
.divider:after{
    margin:0 -55% 0 4%;
}

/* SIDE BAR */
.democontact {
	position: relative;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 4px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

}
.vspacer {
	height: 10px;
}

/* PEOPLE */
.hintbubble {
	position: absolute;
	padding: 5px 10px;
	background: #F8BD48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 99;
	bottom: -30px;
	font-size: 11px;
}

.hintbubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0px 4px 8px;
	border-color: #F8BD48 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	top: -8px;
	left: 17%;
}
.searchpick {
	margin-top: 30px;
}
.searchpick .title {
	font-weight: bold;
}
.searchpick .badges-container {
	margin-top: 15px;
}
.searchpick .badge {
	padding: 2px 8px;
	color: #aaaaaa;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 5px;
}
.searchpick .badge:hover {
	border: 1px solid #DFDFDF;
	background-color: #DFDFDF;
	color: #676767;
}

/* CHAT */
.hintbubble2 {
	position: absolute;
	text-align: center;
	padding: 5px 15px;
	background: #F8BD48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 99;
	bottom: 55px;
	left: 115px;
	width: 100px;
	font-size: 11px;
	color: white;
}

.hintbubble2:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent #F8BD48;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	top: 40%;
	right: -8px;
}
.hintbubble3 {
	position: absolute;
	padding: 5px 15px;
	background: #F8BD48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 99;
	top: -18px;
	left: 300px;
	font-size: 11px;
	color: white;
}

.hintbubble3:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 4px 0px;
	border-color: #F8BD48 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	bottom: -8px;
	left: 17%;
}
.hintbubble4 {
	position: absolute;
	padding: 5px 15px;
	background: #F8BD48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 99;
	top: -20px;
	left: 40px;
	font-size: 11px;
	color: white;
	line-height: 14px;
}

.hintbubble4:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 4px 0px;
	border-color: #F8BD48 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	bottom: -8px;
	left: 17%;
}
.hintbubble5 {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	background: #F8BD48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 99;
	font-size: 11px;
	color: white;
	margin-left: 10px;
}

.hintbubble5:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent #F8BD48;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	top: 8px;
	left: 2px;
}

/* PICTURE DETAIL */
#picture-detail {
	background-color: white;
	padding: 15px;
}
#picture-detail .picture{
	width: 100%;
}
#picture-detail .like {
	position: relative;
	margin-top: 20px;
	background-color: #F5F5F5;
	padding: 15px;
}
#picture-detail .like:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #F5F5F5 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10px;
	left: 20px;
}
#picture-detail .like img{
	width: 20px;
	opacity: 0.6;
	vertical-align: text-bottom;
	margin-right: 10px;
}
#picture-detail .commentscontainer {
	margin-top: 20px;
	background-color: #F5F5F5;
	padding: 5px;
}
.commentscontainer .title {
	padding: 10px;
}
.commentscontainer .nohover:hover {
	background-color: #F5F5F5;
}


/*************************************************/
/* PREMIUM POPUP */
/*************************************************/
.billingpackages {
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.billingpackages .package {
	float: left;
	background-color: #f0f0f0;
	text-align: center;
	margin: 0 10px;
}
.billingpackages .ptime {
	background-color: #333;
	color: white;
	font-size: 19px;
	padding: 14px;
	line-height: 1.1;
}
.billingpackages .ptime img{
	height: 19px;
	margin-left: 5px;
}
.billingpackages .pricepu {
	font-size: 50px;
	font-weight: 300;
	padding: 10px 25px 0px 25px;
}
.billingpackages .priceunit {
	font-size: 21px;
	font-weight: 300;
	line-height: 20px;
	color: #F8BD48;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
.billingpackages .pricetotal {
	font-size: 19px;
	font-weight: 500;
	padding: 10px 10px 3px 10px;
}
.billingpackages .pricesave {
	font-size: 13px;
	font-weight: 300;
}
.billingpackages .pbutton {
	color: #fff;
	font-size: 16px;
	margin: 10px;
	padding: 5px 14px;
	color: #fff;
	border-color: #d58512;
	background-color: #F8BD48;
	border: 1px solid #F8BD48;
	outline: 0 !important;
	border-radius: 0;
	background-clip: border-box;
	padding: 5px 14px;
}
.billingpackages .pbutton:hover {
	background-color: #f90;
}
.paymentmethods {
	padding: 10px;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #474747;
	font-weight: 300;
	font-size: 13px;
}
.paymentmethods img {
	height: 20px;
	margin-left: 15px;
}

.billingtable {
	width: 650px;
	margin: 20px auto;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #f0f0f0;
	font-size: 14px;
}
.billingtable td{
	padding: 5px 7px;
	border-top: 3px solid white;
	text-align: center;
	line-height: 1.5;
}
.billingtable .bheader{
	font-weight: 700;
	white-space: nowrap;
}
.billingtable .bheader img{
	height: 18px;
	vertical-align: -2px;
	margin-left: 5px;
}
.billingtable .busp{
	font-weight: 700;
}
.billingtable .buspt{
	font-weight: 300;
}

.billingtable .alignleft{
	text-align: left;
}
.billingtable .uspimg{
	height: 25px;
}
.billingtable .bcheck {
	height: 15px;
}


/*************************************************/
/* TUTORIAL */
/*************************************************/
.tutorial {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding: 15px;
	margin-bottom: 10px;	
}
.tutorial.welcome {
	background-color: #CBEAF6;
}
.tutorial.promotion {
	background-color: #eeb6f6;
}
.tutorial.searchprof {
	background-color: #EFE2B7;
}
.tutorial.chat {
	background-color: #AFDED5;
}
.tutorial.activities { 
	background-color: #c4d1de;
}
.tutorial.discover {
	background-color: #EBC4A8;
}
.tutorial.popularity {
	background-color: #B7E1F1;
	padding: 15px;
}
.tutorial.write {
	margin-top: 15px;
	background-color: #C3EBC5;
	padding-bottom: 0;
}
.tutorial .graphic {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}
.tutorial .graphic img {
	width: 100%;
}
.tutorial .content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	line-height: 1.4em;
}
.tutorial .title {	
	font-size: 16px;
	margin-bottom: 5px;
}
.tutorial .text {
	font-size: 13px;
}
.tutclose {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	opacity: 0.2;
}
.tutclose:hover {
	opacity: 0.6;
}
.tutorial .button {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 12px;
}
.tutorial_v {
	text-align: center;
	position: relative;
	padding: 25px 15px 25px 15px;
	margin-bottom: 20px;
}
.tutorial_v.popularity {
	background-color: #4493B1;
	color: white;
}
.tutorial_v .title {
	font-size: 16px;
	margin-bottom: 20px;
}
.tutorial_v .button {
	margin-bottom: 5px;
}
.tutorial_v.mail {
	background-color: #C3EBC5;
}
.tutorial_v .text {
	font-size: 13px;
}
.tutorial_v .graphic {
	width: 60px;
	margin-bottom: 20px;
}
.tutorial_v.chat {
	background-color: #AFDED5;
}
.tutorial_v.discover {
	background-color: #E6AC81;
}

/* Profile suggestion list */
.suggest {
	margin-bottom: 5px;
}
.suggest .title {
	font-weight: bold;
	margin-bottom: 5px;
	color: grey;
}
.suggest .profilelist {
	display: inline-block;
	margin: 0 -5px 0 0;
	margin-bottom: 20px;
}
.suggest .miniprofpic {
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
	margin: 5px 5px 0px 0px;
    background-position: center;
    background-size: cover;
}

/* Chatter of the day */
.cotd {
	text-align: center;
	margin-bottom: 20px;
}
.cotd .header {
	background-color: #235166;
	color: white;
	padding: 12px 5px;
}
.cotd .content {
	background-color: white;
}
.cotd .profilelist {
	display: inline-block;
	margin: 0 -5px 0 5px;
}
.cotd .miniprofpic {
	display: inline-block;
	float: left;
    width: 80px;
    height: 80px;
	margin: 5px 5px 0px 0px;
    background-position: center;
    background-size: cover;
}
.cotd .tooltipTypeUser:hover:after {
	top: 65px;
	left: -2px;
}
.cotd .tooltipTypeUser:hover:before {
	top: 59px;
	left: 35px;
}
.cotd .showall {
	display:block;
	padding: 10px 5px;
	color: grey;
}
.assigncotd {
	margin-top: 5px;
	font-size: 11px;
}

/* Android App */
.android_app {
	margin-bottom: 20px;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/android_bgd.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/handle.png', sizingMethod='scale')";
	background-position: center;
	background-size: cover;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 13px;
	color: white;
	padding: 20px;
}
.android_app img {
	width: 40px;
	padding-bottom: 20px
}
.android_app .text1 {
	font-weight: lighter;
}
.android_app .text2 {
	font-weight: bold;
}

/*************************************************/
/* REGISTRATION */
/*************************************************/
.twocoltable {
	display: table;
	width: 100%;
	table-layout:fixed;
	border-spacing: 10px 0px;
}
.twocoltablecell {
	display: table-cell;
	width: 50%;
}

.regtitle {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.regtable {
	display: table;
	width: 100%;
	border-spacing: 0px 8px;
}
.regtable .row {
	display: table-row;
	font-size: 18px;
}
.regtable .row.inactive {
	color: grey;
}
.regtable .seperator {
	display: table-cell;
	padding-bottom: 20px;
	border-bottom: 1px solid #D4D4D4;
	font-size: 11px;
	font-style: italic;
	color: grey;
}
.regtable .comment {
	display: table-cell;
	font-size: 11px;
	font-style: italic;
	color: grey;
}
.regtable .vgap {
	display: table-cell;
	font-size: 0px;
	height: 5px;
}
.regtable .title {
	display: table-cell;
	font-weight: bold;
	width: 20%;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 15px;
	min-width: 80px;
	max-width: 110px;

}
.regtable .top {
	vertical-align: top;
	padding-top: 9px;
}

.regtable .field {
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
	font-size: 12px;
}
.regareainput {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%; 
	height: 150px;
	padding: 5px;
}
.regtable .extras {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 20px;
}
.regtable .numinput {
	width: 80px;
	float: left;
}
.regtable .unit {
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}
.regtable .error {
	border-color: red;
}
.reg_disclaimer {
	margin-top: 10px;
	font-size: 10px;
	color: darkgrey;
	text-align: center;
}
.reg_disclaimer a {
	text-decoration: underline;
}
.reg_err_bubble {
	position: absolute;
	width: 150px;
	padding: 0px;
	background: #E6624D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	padding: 5px;
	font-size: 11px;
	margin-left: 10px;
}

.reg_err_bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent #E6624D;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -4px;
	left: -8px;
	top: 50%;
}

.suggestlist {
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.suggestlist .miniprofpic {
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
	margin: 15px 15px 0px 0px;
    background-position: center;
    background-size: cover;
}

.base_circle {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: #EAEAEA;
}
.base_circle.flirt:hover {
	background-color: #F5C0B8;
}
.base_circle.friend:hover {
	background-color: #d3f3ff;
}
.base_circle img {
	width: 30px;
	margin-top: 27px;
}
.inputimg {
	width: 12px;
	vertical-align: text-top;
	opacity: 0.5;
	margin-right: 2px;
}
.reg_back {
	float: left;
	margin-top: 4px;
}
.reg_back img{
	width: 10px;
	opacity: 0.2;
}
.reg_back img:hover{
	opacity: 0.6;
}
.reg_final_subject {
	width: 70px;
	margin-right: 10px;
}
.reg_final_title {
	font-weight: bold;
}
.reg_final_text {
	line-height: 1.3em;
}
.selectpadding {
	padding-left: 30px;
}

/*************************************************/
/* PRIVATE MESSAGES */
/*************************************************/
#messages-frame {
	font-size: 12px;
}
#messages-frame .message {
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}
#messages-frame .unread_bg {
	background-color: #f2fdf6;
}
#messages-frame .read_bg {
	opacity: 0.6;
}

#messages-frame .message:hover {
	background-color: #F5F5F5;
}
#messages-frame .message .profpic {	
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 10px 8px 6px 8px;
	background-position: center;
	background-size: cover;
}
#messages-frame .message .sender {
	padding-top: 12px;
	font-weight: bold;
}
#messages-frame .message .sender img {
	height: 11px;
	opacity: 0.6;
	margin-left: 5px;
}
#messages-frame .message .date-time {
	padding: 8px 6px 0px 0px;
	color: #808080;
	float: right;
	font-size: 10px;
}
#messages-frame .message .unread {
	color: #6ACD6D;
}

#messages-frame .message .text {
	padding-top: 6px;
	padding-right: 4px;
}
#messages-frame .system-message {
	background-color: #f2f2f2;
	color: #808080;
	padding: 0px 0px 0px 4px;
	line-height: 33px;
}
.msg-action-container {
	position: absolute;
	bottom: 2px;
	right: 6px;
	z-index: 100;
	background-color: inherit;
}
.msg-action-container .msg-action {
	font-size: 18px;
	font-weight: bold;
	color: #888;
	padding-left: 3px;
}


/* USERPROFILE SIDE */
#userprof-side {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	position: fixed;
	display: none;
	background-color: white;
	width: 250px;
	box-shadow: -3px 0px 5px 0px #aaaaaa;
	-moz-box-shadow: -3px 0px 5px 0px #aaaaaa;
	-webkit-box-shadow: -3px 0px 5px 0px #aaaaaa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=275, Color='#aaaaaa')";
	z-index: 2100;
}
#userprof-side .profpic {
	position: relative;
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #c9c9c9;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
#userprof-side .profpic .imgcnt {
	position: absolute;
	top: 5px;
	right: 0px;
	margin: 3px;
	padding: 0px 5px 0px 3px;
	background-color: #333333;
	opacity: 0.5;
	color: white;
	border-radius: 0.5em;
}
#userprof-side .profpic img.nrimg {
	width: 18px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
#userprof-side .profpic img.user-badge {
	position: absolute;
	width: 33px;
	height: 18px;
	top: 10px;
	left: -5px;
}
#userprof-side .buttons {
	height: 40px;
	line-height: 30px;
}
#userprof-side .button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	color: white;
}
#userprof-side .button:hover {
	background-color: #6cadc6;
}
#userprof-side .buttonsingle {
	background-color: #81C7EB;
	width: 100%;
}
#userprof-side .buttonleft {
	background-color: #BCC0C1;
	float: left;
	width: 50%;
	border-right: 1px solid #DEDEDE;
}
#userprof-side .buttonright {
	background-color: #BCC0C1;
	float: left;
	width: 50%;
	border-left: 1px solid #DEDEDE;
}


/*************************************************/
/* NEWS */
/*************************************************/
#news-frame {
	font-size: 12px;
}
#news-frame .news {
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}
#news-frame .unread_bg {
	background-color: #fff8ec;
}
#news-frame .read_bg {
	opacity: 0.6;
}

#news-frame .news:hover {
	background-color: #F5F5F5;
}
#news-frame .news .profpic {	
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
	margin: 10px 6px 6px 8px;
    background-position: center;
    background-size: cover;
}
#news-frame .news .newspic {	
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	margin: 10px 8px 6px 6px;
	background-position: center;
	background-size: cover;
}
#news-frame .news .topicpic {	
	display: inline-block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 15px 8px 6px 6px;
	background-position: center;
	background-size: cover;
	opacity: 0.6;
}
#news-frame .news .systempic {	
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 10px 6px 6px 8px;
	background-color: #5ECDF9;
	font-family: 'Rock Salt', cursive;
	font-size: 16px;
	color: white;
	text-align: center;
}
#news-frame .news .date-time {
	padding: 3px 6px 8px 0px;
	color: #808080;
	font-size: 10px;
}
#news-frame .news .unread {
	color: orange;
}
#news-frame .news .text {
	padding-top: 12px;
	padding-left: 56px;
}
#news-frame .news .text2 {
	padding-top: 10px;
	padding-left: 8px;
}
#news-frame .news .action {	
}
#news-frame .news .info1 {	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-style: italic;
}
#news-frame .news .info2 {	
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	height: 28px; /* Fallback for non-webkit */
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
	font-style: italic;
	margin-right: 2px;
}
#news-frame .news .picsval {
	display: inline-block;
	text-align: center;
	background-color: #5ECDF9;
	width: 13px;
	height: 13px;
	color: white;
	font-size: 11px;
	margin-right: 6px;
	margin-bottom: 6px;
}	
#news-frame .news .picsrej {
	display: inline-block;
	text-align: center;
	background-color: red;
	width: 13px;
	height: 13px;
	color: white;
	font-size: 11px;
	margin-right: 6px;
	margin-bottom: 6px;
}	
.minipiccontainer {
	/* margins correlate with profile padding!! */
	margin-left: -2px;
	margin-right: 4px;
}
.minipiccontainer .piccontainer {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	width: 14.28%; /* num of columns (7) sums to 100% */
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px; /* vertical distance */
}
.minipiccontainer .minipic {
	position: relative;
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	/*z-index: 100;*/
}
.minipiccontainer .more {
	position: absolute;
	top: 12px;
	left:0;
	right:0;
	text-align: center;
	font-size: 20px;
	color: #bebebe;
}

/*************************************************/
/* USER COMES ONLINE */
/*************************************************/
#comeonline-frame {
	position: fixed;
	display: table;
	bottom: 0;
	right: 0;
	width: 270px;
	height: 90px;
	background-color: #6ACD6D;
}
#comeonline-frame .notif_close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	opacity: 0.2;
}
#comeonline-frame .notif_close:hover {
	opacity: 0.4;
}
#comeonline-frame .profpic {
	display: table-cell;
	vertical-align: middle;
}
#comeonline-frame .pic {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 6px;
	background-position: center center;
	background-size: cover;
	vertical-align: middle;
}
#comeonline-frame .text {
	display: table-cell;
	vertical-align: middle;
}
#comeonline-frame .text span {
	padding: 5px;
	color: white;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

/*************************************************/
/* USER COMMENTS */
/*************************************************/
.comment-like {
	margin: 6px;
	line-height: 38px;
}
.comment-like .thumb {
	height: 16px;
	margin-right: 6px;
}
.comment-like .show {
	float: right;
}
.comment-like .show:hover {
	color: #81C7EB;
}
.loadcomments {
	margin: 6px 6px 12px 8px;
}
.loadmorecomments:hover {
	color: #81C7EB;
}

#comments-frame {
}
#comments-frame .comment {
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	padding-left: 3px;
}
#comments-frame .comment:hover {
	background-color: #e5e5e5;
}

#comments-frame .comment .profpic {	
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
	margin: 6px;
    background-position: center;
    background-size: cover;
}
#comments-frame .comment .sender {
	padding-top: 8px;
	font-weight: bold;
}
#comments-frame .comment .date-time {
	padding: 4px 6px 6px 50px;
	color: #808080;
}
#comments-frame .comment .text {
	padding-top: 6px;
	padding-left: 50px;
	overflow-wrap: break-word;
}
#comments-frame .system-message {
	background-color: #f2f2f2;
	color: #808080;
	padding: 0px 0px 0px 4px;
	line-height: 33px;
}
#comments-frame .msg-action-container {
	position: absolute;
	bottom: 2px;
	right: 15px;
	z-index: 100;
	background-color: inherit;
}
#comments-frame .msg-action {
	font-size: 18px;
	font-weight: bold;
	color: #888;
	padding-left: 3px;
}


/*************************************************/
/* DROPDOWN MENU */
/*************************************************/
.dropdown-right {
	position: relative;
	float: right;
	margin-left: 25px;
	font-size: 13px;
}
.dropdownlist {
	font-size: 13px;
	background-color: white;
	position: absolute;
	top: 30px;
	right: -10px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	min-width: 150px;
	-moz-box-shadow: 0px 0px 8px #aaa;
	-webkit-box-shadow: 0px 0px 12px #aaa;
	box-shadow: 0px 0px 22px #aaa;   /* hor ver blur spred color */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#aaaaaa')";
}
.dropdownlist:before {
	border: solid;
	border-color: #fff transparent;
	border-width: 0px 6px 6px 6px;
	top: -6px;
	content: "";
	left: 82%;
	position: absolute;
	z-index: 999;
}

.dropdownlist li {
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	text-align: left;
}
.dropdownlist li img{
	height: 14px;
	opacity: 0.5;
	margin-right: 10px;
	margin-bottom: 2px;
	vertical-align: text-bottom;
	margin-left: 0;
}

.dropdownlist .border {
	border-bottom: 1px solid #DADADA;
	/*margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;*/
}
.dropdownlist li:hover{
	background-color: #EFF2F4;
}

/*************************************************/
/* SIDECONTENT MENU */
/*************************************************/
.sidemenu ul{
	margin-top: 8px;
	margin-bottom: 20px;
	color: #888;
	
}
.sidemenu li {
	line-height: 2.7em;
	border-bottom: 1px solid #D6D6D6;
	color: #6b6a6a;
	text-transform: uppercase;
}
.sidemenu li:hover {
	color: #81C7EB;
}
.sidemenu li .bullet {
	content: "\25cf"; /* circle */
	font-size: 1.4em;
	vertical-align:  baseline;
	margin-right: 8px;
	color: #ccc;
}

.sidemenu li:hover:before {
	color: #81C7EB;
}

.menu-badge {
	float: right;
	border-radius: 1em;
	padding: 2px 8px;
	background-color: orange;
	color: white;
	line-height: 1em;
	margin-top: 11px;
	font-size: 11px;
}
.zero-badge {
	float: right;
	padding: 0px 0.5em;
}


/*************************************************/
/* USER PROFILES GRID */
/*************************************************/
.usergrid {
}
.usergrid .gridcontainer {
	/* margins correlate with profile padding!! */
	margin-left: -15px;
	margin-right: -15px;
}
.gridcontainer .userprofile {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	position: relative;
	min-height: 1px;
	width: 25%; /* num of columns sums to 100% */
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px; /* vertical distance */
	
}
.userprofile .profpic {
	position: relative;
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #c9c9c9;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.profpic .onlinebadge {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
}
.profpic .onlinebadge .text{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1px 8px;
	background-color: #6ACD6D;
	color: white;
}
.profpic .onlinebadge .textlastonline{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1px 8px;
	background-color: #D5B711;
	color: white;
}
.profpic .imgcnt {
	position: absolute;
	top: 5px;
	right: 0px;
	margin: 3px;
	padding: 0px 5px 0px 3px;
	background-color: #333333;
	opacity: 0.5;
	color: white;
	border-radius: 0.5em;
}
.profpic img.nrimg {
	width: 18px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.profpic img.user-badge {
	position: absolute;
	width: 33px;
	height: 18px;
	top: 10px;
	left: -5px;
}
.profpic .premium-badge {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 2px;
	right: 3px;
}
.profpic .premium-badge img{
	width: 28px;
	height: 28px;
}

.userprofile .profmin {
	background-color: white;
	padding: 6px 6px 0px 6px;
		
}
.profmin .nickname {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}
.profmin img {
	vertical-align: -2px;
	height: 14px;
	margin-right: 3px;
	opacity: 0.8;
}
.profmin .profdata {
	text-align: center;
	color: darkgrey;
	margin-bottom: 5px;
}
.profmin .status {
	display: inline;
	position: relative;
	display: table;
	border-collapse: collapse;
	border-style: hidden;
	border-color: white;
	margin: 0 auto;
	font-size: 18px;
	height: 25px;
}
.profmin .status .field{
	display: table-cell;
	border: 1px solid lightgrey;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.profmin .status .field img {
	width: 15px;	
}

.profmin .responserate {
	display: table;
	margin: 0 auto;
	width: 50%;
	height: 6px;
}

.userprofile .userhot {
	position: absolute;
	width: 153px;
	height: 86px;
	bottom: -78px;
	left: 15px;
	background-color: #E66551;
	text-align: center;
	font-size: 0;
	transition: bottom 0.5s ease;
}
.userprofile .hitbg {
	background-color: #F8BE4C;
}
.userprofile .userhot .arr {
	height: 6px;
	padding: 1px;
}
.userprofile .userhot .text {
	font-size: 15px;
	padding: 3px;
	color: white;
}
.userprofile .userhot .hot_btn {
	width: 40px;
	margin: 5px;
}

/*************************************************/
/* USER PROFILE */
/*************************************************/
.userprofile {
}
.userprofile .headercontainer {
}
.userprofile .profilecontainer {
}

.form-line-hint {
	font-style: italic;
	color: #BABABA;
}
.profilecontainer .premiumpresent {
	line-height: 1.4em;
	margin-top: 10px;
}
.premiumpresent img{
	height: 15px;
	margin-right: 5px;
}
.premiumpresent span{
	font-weight: bold;
}



/*************************************************/
/* PRIVATE CHAT */
/*************************************************/
.chatwindow {
	position: fixed;
	background-color: grey;
	z-index: 1000;
}
.chatheader {
	background-color: #3F4B5D;
}
.chatheader .text {
	height: 25px;
	line-height: 25px;
	padding: 6px;
	color: white;
	font-size: 14px;
}

.chatcontent {
	overflow-x: visible;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	padding: 6px;
	background-color: #F5F5F5;
}

.vsizer {
	position: fixed;
	height: 15px;
	cursor: n-resize;
	background-color: #dddddd;
	opacity: 0.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
}
.chat_header_btn {
	float: right;
	width: 25px;  
	height: 37px; /* set in js also!! */
}
.chat_header_btn:hover {
	background-color: #222934;
}
.chat_header_settings {
	display: inline;
	opacity: 0.4;
}
.chat_header_settings img {
	height: 17px;
	padding: 10px 0px 7px 10px;
}
.chat_header_settings:hover {
	opacity: 1;
}
.chat_header_btn img {
	width: 12px;
	margin: 10px 7px 9px 6px;
}
.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.priv__message {
	margin-bottom: 10px;
}
.priv__message .profpic {	
	float: left;
    width: 40px;
    height: 40px;
	margin-right: 6px;
    background-position: center;
    background-size: cover;
}
.priv__message .msg-container {
	margin-left: 40px;
	padding: 6px;
	background-color: white;
	min-height: 28px;
}
.priv__message .sys-msg-container {
	margin-left: 40px;
	padding: 0px 6px;
}
.priv__message .sender {
	font-weight: bold;
}
.priv__message .text {
	overflow-x: hidden;
}
.priv__message .phone {
	float: right;
	margin-right: 3px;
}
.priv__message .date-time {
	color: #808080;
	float: right;
}
.priv__message .pic {
	width: 70%;
	margin-top: 3px;
}
.priv__message .system-msg {
	color: grey;
	font-style: oblique
}

.chatinput {
	background-color: white;
	position: relative;
	box-shadow: 0px 0px 7px 1px #cccccc;
}
.chatinput .textbox {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%;
	padding: 8px 60px 8px 6px;
	overflow-x: hidden;
	overflow-y: auto;	
}
.chatinput .input {
	border: 0;
	display: block;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0;
	resize: none;
	width: 100%;
	color: #333;
}
.chatinput .btn-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55px;
	height: 25px;
}
.chatinput .input-btn {
	width: 20px;
	opacity: 0.3;
}
.chatinput .input-btn:hover {
	opacity: 0.6;
}

/*************************************************/
/* SEARCH */
/*************************************************/
#search_frame {
	margin-bottom: 15px;
}
#search_header {
	margin-bottom: 35px;
}
#search_header .button {
	float: right;
	margin-top: -3px;
}
#search_frame .navrow {
	margin-top: 20px;
	margin-bottom: 40px;
}
#search_frame .navrow .button {
	float: right;
	margin-left: 5px;
	min-width: 100px;
}
#search_frame .extended {
	font-weight: bold;
}
#search_frame .extended img{
	width: 13px;
	opacity: 0.4;
	margin-left: 10px;
}

.search_title .glass {
	height: 20px; 
	opacity: 0.8;
	margin-right: 10px;
	vertical-align: bottom;
}
.search {
	display: table;
	table-layout: fixed;
	width: 720px;
	border-spacing: 10px;
	margin-left: -10px;
	margin-right: 10px;
	margin-top: -10px; /* compensate border */
}
.search .headerrow {
	display: table-row;
	font-size: 18px;
}
.search .head {
	display: table-cell;
	width: 25%;
}
.search .searchrow {
	display: table-row;
}
.search .searchcell {
	display: table-cell;
	line-height: 24px;
}
.search .dragbox {
	position: relative;
	height: 8px;
	background-color: #ddd;
	border-radius: 4px;
	-moz-box-shadow:    inset 1px 1px 1px #7d7d7d;
	-webkit-box-shadow: inset 1px 1px 1px #7d7d7d;
	box-shadow:         inset 1px 1px 1px #7d7d7d;
}
.search .dragbox-range {
	position: absolute;
	height: 8px;
	background-color: #48CDFA;
	border-radius: 4px;
}
.search .hor_slider {
	position: relative;
	height: 25px;
}
.search .handle {
	position: absolute;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/handle.png');
	background-image: none\9;  /* IE8 Hack \9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/handle.png', sizingMethod='scale')";
	background-position: center;
    background-size: cover;
	width: 14px;
	height: 25px;
	opacity: 0.2;
	cursor: col-resize;
}
.search .handle:hover {
	opacity: 0.6;
}

.searchcellattr {
	padding: 3px 10px;
	margin-bottom: 5px;
	color: #8d8d8d;
	border: 1px solid #c6c6c6;
}
.searchcellicon {
	float: right;
	padding: 3px 10px;
	color: #8d8d8d;
}
.propdropdowncontainer {
	position: relative;
}
.propdropdowncontainer .prop_dropdown {
	position: absolute;
	background-color: #F5F5F5;
	top: -1px;
	left: 0px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	min-width: 99%;
	border: 1px solid #c6c6c6;
}
.prop_dropdown li {
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.prop_dropdown li:hover{
	background-color: #dddddd;
}
.text_badge {
	font-size: 11px;
	background-color: #E3E3E3;
	padding: 2px 8px;
	border-radius: 0.5em;
	white-space: nowrap;
}
.text_badge:hover {
	background-color: #cfcfcf;
}
.text_badge span{
	color: #aaa;
	margin-left: 5px;
}
.demo_sec_search .text_badge:after {
}

/* Generic Dropdown */
.titledd {
	display: table-cell;
	font-weight: bold;
}
.genericdd {
	display: table-cell;
	padding-left: 5px;
	width: 100%;
}
.genericdd .headerdd {
	padding: 3px 10px;
	margin-bottom: 5px;
	color: #aaa;
	border: 1px solid #c6c6c6;
}
.genericdd .headerico {
	float: right;
	padding: 3px 10px;
}
.genericdd .generic_dropdown {
	position: absolute;
	background-color: white;
	top: -1px;
	left: 0px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	min-width: 99%;
	border: 1px solid #c6c6c6;
}
.genericdd li {
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.genericdd li:hover{
	background-color: #F5F5F5;
}
.genericdd .inputfield {
	outline: 0;
	border: 0;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}
.genericdd .inputfield:focus {
	outline: 0;
}
 


/*************************************************/
/* USER PROFILE */
/*************************************************/
.mainuserprofile {
	
}
.headercontainer_tabs {
	height: 40px;
	background-color: white;
	line-height: 40px;
	font-size: 14px;	
}
.headercontainer_tabs .header {
	position: relative;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	color: #aaa;
}
.headercontainer_tabs .pos:before {
	border: solid;
	border-color: #F5F5F5 transparent;
	border-width: 0px 6px 6px 6px;
	top: 34px;
	content: "";
	position: absolute;
	right: 42%;
}
.headercontainer_tabs .header:hover {
	background-color: #fafafa;
}

.profilecontainer {
	background-color: white;
	min-height: 100px;
	margin-top: 8px;
	padding: 20px;
}
.profilecontainer .left {
	width: 230px; 
	float: left;
}
.profilecontainer .right {
	margin-bottom: 25px;
	padding-left: 230px;
}
.profilecontainer .profpic {
	position: relative;
	height: 300px;
	margin: 0px 10px 2px 0px;
	background-color: #c9c9c9;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.profpic .hotbadge{
	position: absolute;
	height: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	opacity: 0.8;
	cursor: default;
}
.profpic .close {
	position: absolute;
	width: 15px;
	bottom: 30px;
	right: 5px;
	opacity: 0.8;
}
.profpic .close:hover {
	opacity: 1;
}
.profpic .close img{
	width: 15px;
}

.profpic .hot {
	background-color: orange;
}
.profpic .hit {
	background-color: #E6624D;
}

.profilecontainer .info {
	margin: 0px 0px 0px 10px;
	padding-bottom: 10px;
}
.profilecontainer .info .miniprof {
	line-height: 35px;
	position: relative;
}
.profilecontainer .info .miniprof img {
	width: 18px;
}
.miniprof .text {
}
.miniprof .status {
	float: right;
	position: relative;
	display: table;
	border-collapse: collapse;
    border-style: hidden;
    border-color: white;
    margin: 0 auto;
    font-size: 18px;
}
.miniprof .status .field{
	display: table-cell;
	border: 1px solid #eee;
	padding: 0px 10px;
}

.profilecontainer .buttons {
	position: relative;
	margin: 5px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	line-height: 35px;
}
.profilecontainer .buttons .button {
	display: inline-block;
	width: 35%;
	text-align: center;
	color: white;
	margin-right: 15px;
}
.profilecontainer .buttons .msg {
	font-style: italic;
}
.profilecontainer .percentview {
	line-height: 50px;
	background-color: #ccc;
	margin-left: 20px;
	padding: 5px 8px 4px 8px;
	color: white;
	position: relative;
	border-radius: 2px;
}
.profilecontainer .percentview:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #F8BD48;
	border-width: 5px;
	margin-top: -5px;
}
.info .info-element-text {
	margin-bottom: 20px;
}
.profilecontainer .matches {
	display: inline-block;
	line-height: 18px;
	margin-bottom: 15px;
	background-color: #F8BD48;
	padding: 5px 8px 4px 8px;
	color: white;
	position: relative;
	border-radius: 2px;
}
.profilecontainer .matches:before {
	left: 10%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #F8BD48;
	border-width: 5px;
	margin-left: -5px;
}
.sexposition {
	width: 35px;
	vertical-align: middle;
	margin-right: 10px;
}
.profilecontainer .erotictype {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.profilecontainer .erotictype img{
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
#myprofile_erotictype_detail .erotictype {
	display: table;
	width: 340px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#myprofile_erotictype_detail .erotictype img{
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

.minigridcontainer {
	/* margins correlate with profile padding!! */
	margin-left: -2px;
	margin-right: 6px;
	margin-top: 4px;
}
.minigridcontainer .userpic {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	width: 33%; /* num of columns sums to 100% */
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px; /* vertical distance */
}
.minigridcontainer .minipic {
	position: relative;
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #c9c9c9;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.profilecontainer .fakecheck {
	margin: 10px 10px 0px 10px;
}
.fakecheck .status {
	padding: 2px 5px;
	background-color: #EFF2F2;
	color: #aaaaaa;
	border-radius: 10px;
	text-align: left;
	float: right;
}
.fakecheck .status img {
	height: 18px;
	opacity: 0.4;
	vertical-align: sub;
	margin-right: 5px;
}
.fakecheck .type {
	margin: 15px 0;
}
.fakecheck .type .type_img {
	float: left;
	width: 30px;
	margin-right: 10px;
}
.fakecheck .type .text {
	line-height: 30px;
}
.fillpercentage {
	font-size: 11px;
	text-align: center;
}
.profilefilledbar {
	position: relative;
	width: 100%;
	height: 8px;
	background-color: #D1D1D1;
	border-radius: 4px;
}
.profilefilledbar .profilefilledbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-color: #53C9F8;
	border-radius: 4px;
}

.editpen {
	width:14px;
	opacity: 0.4;
	margin-left: 10px;
	vertical-align: baseline;
}
.editpen:hover {
	opacity: 0.8;
}

/* Generic Upload */
.genupload .photo_up {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 50%;
}
.genupload .minipic {
	position: relative;
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.genupload .filename {
	position: absolute;
	text-align: center;
	font-size: 9px;
	top: 40%;
	left: 5px;
	right: 5px;
}
.genupload .prograssbar {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 8px;
	background-color: white;
	border-radius: 4px;
}
.genupload .prograssbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-color: #53C9F8;
	border-radius: 4px;
}

.profilecontainer .activities {
	margin-top: -5px;
	margin-bottom: 5px;
}
.profilecontainer .activity {
	margin-bottom: 5px;
	padding: 5px 0px;
}
.profilecontainer .activity:hover {
	background-color: #F5F5F5;
}
.profilecontainer .activity-type {
	width: 14px;
	opacity: 0.6;
	margin-right: 5px;
	vertical-align: -1px;
}
.profilecontainer .activity_info {
	margin-top: 3px;
	font-style: italic;
	color: #AAA;
}

/* USER ALBUMS */
.profilecontainer .album {
	margin-bottom: 40px;
}
.profilecontainer .album .albumheader {
	line-height: 20px;
}
.albumheader .profilethmb {
	float: left;
}
.albumheader .profilename {
	padding-left: 20px;
	padding-top: 5px
}
.albumheader .profileinfo {
	padding-left: 20px;
}
.profileinfo img {
	height: 16px;
	margin-left: 10px;
	vertical-align: text-bottom; 
	opacity: 0.4;
}

.profilecontainer .album .albumpics {
	margin-top: 20px;
}

.profilecontainer .emptyalbum {
	display: table;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
	background-color: #F5F5F5;
	margin-top: 20px;
}
.profilecontainer .emptyalbumcell {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 33.33%;
	border: 2px solid white;
	text-align: center;
	padding: 25px;
}
.profilecontainer .emptyalbumcell img {
	width: 30%;
	margin: 10px;
}
.emptyalbumcell .button {
	display: inline-block;
}

/* --- IMAGES GRID --- */
#pictures-rendergrid {
	padding: 15px;
}
table.img-grid { 
	width: 100%;
	table-layout:fixed;
	font-size: 0px;
	border-spacing: 2px 1px;
}  
td.cell {
	margin-bottom:  0px;
	padding-bottom:  0px;
}
img.img100 {
	width: 100%;
}
.img-link-restr {
	position: relative;
}
.img-link-x {
	position: relative;
	white-space: nowrap;
	opacity: 0.6;

}
.img-link {
	position: relative;
	white-space: nowrap;
	opacity: 0.7;

}
.img-link:hover {
	opacity: 1;
}
.img_footer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	font-size: 13px;
	color: white;
	line-height: 25px;
}
.img_badge_left {
	float: left;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 11px;
	padding-left: 5px;
}
.img_badge_left:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.img_badge_right {
	float: right;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0px 3px 0px 6px;
	font-size: 11px;
}
.img_badge_right:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.img_badge_topright {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 4px 3px 5px 3px;
	font-size: 11px;
}
.img_badge_topright:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.img_icon {
	width: 16px;
	margin-left: 5px;
	margin-right: 3px;
	vertical-align: text-bottom;
}

/*************************************************/
/* IMAGE CAROUSEL */
/*************************************************/
.carousel {
	height: 75px;
}
.carousel-header {
	padding-top: 10px;
}
.carousel-container {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.image-carousel {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.carousel-track {
	position: relative;
	left: 0;
	top: 0;
}
.carousel-slide {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 50px;
	height: 60px;
	float: left;
	padding: 2px;
}
.carousel-slide .slide-img {
	background-color: black;
	height: 50px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	background-image: none\9;  /* IE8 Hack \9 */
}
.carousel-slide .slide-img:hover {
	border: 2px solid #81C7EB;
}

.carousel-slide .slide-img-round {
	background-color: grey;
	width: 42px;
	height: 42px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	background-image: none\9;  /* IE8 Hack \9 */
	border-radius: 25px;
	opacity: 0.4;
}
.carousel-slide .slide-img-round:hover {
	width: 45px;
	height: 45px;
	opacity: 1;
}

.carousel-slide .slide-img-round-marked {
	opacity:1; 
	border: 2px solid #81C7EB;
}

.carousel-nav {
	height: 50px;
	width: 20px;
	line-height: 50px;
	text-align: center;
}
.carousel-nav:hover {
	background-color: white;
}
.carousel-nav_w {
	height: 65px;
	width: 20px;
	vertical-align: top;
	line-height: 50px;
	text-align: center;
	display: table-cell;
	color: white;
}
.carousel-nav_w:hover {
	background-color: #555555;
}
.img-left {
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_left.png');
	background-size: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	background-image: none\9;  /* IE8 Hack \9 */
	font-size: 18px;
}
.img-right {
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_right.png');
	background-size: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	background-image: none\9;  /* IE8 Hack \9 */
	font-size: 18px;
}
.img-left_w {
	display: table-cell;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_left_w.png');
	background-size: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	background-image: none\9;  /* IE8 Hack \9 */
	font-size: 18px;
}
.img-right_w {
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_right_w.png');
	background-size: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	background-image: none\9;  /* IE8 Hack \9 */
	font-size: 18px;
}
.carousel-marker {
	position: absolute;
	width: 46px;
	height: 4px;
	bottom: 0;	
}

/*************************************************/
/* FULL SCREEN POPUP OVERLAY */
/*************************************************/
.fullpopup_overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	background: rgba(27, 27, 27, 0.95);
	z-index: 2000;
	padding: 25px;
}
.fullpopup_overlay .side {
	position: relative;
	float: right;
	width: 350px;
	height: 100%;
	background-color: white;
}
.fullpopup_overlay .main {
	padding-right: 360px;
	height: 100%;
	box-shadow: 2px 2px 8px 1px black;
}
.fullpopup_overlay .stage {
	display: table;
	width: 100%;
	height: 100% !important;
	table-layout: fixed;
}
.fullpopup_overlay .slider {
	display: table-cell;
	height: 75px;
}
.fullpopup_overlay .pager {
	display: table-cell;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
	color: white;
}
.fullpopup_overlay .content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat no-repeat;
	
}

/* sidebar header */
.fullpopup_overlay .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	padding: 10px;
}
.fullpopup_overlay .comments {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 80px;
	padding: 0px;
	background-color: #F5F5F5;
	overflow-y: auto;

}
.fullpopup_overlay .input {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background-color: white;
	border: 2px solid white;
}
.fullpopup_overlay .input:focus {
	border: 2px solid #87C6EB;
	background-color: #EBF2F8;
}
.fullpopup_overlay .pictextinput {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	border-color: #81C7EB; 
	width: 100%;
	height: 80px;
}

.fullpopup_overlay .close {
	float: right;
	padding: 0px 8px 3px 8px;
	font-size: 24px;
	opacity: 0.4;
}
.fullpopup_overlay .close:hover {
	background-color: #F5F5F5;
	opacity: 0.8;
}
.fullpopup_overlay .buttons {
	position: relative;
	margin: 5px 10px 0px 0px;
	padding: 10px 0px 0px 0px;
	line-height: 35px;
}
.fullpopup_overlay .buttons .button {
	width: 110px;
	float: left;
	text-align: center;
	color: white;
	margin-right: 10px;
	padding: 0px 5px;
	border-bottom: 2px solid #4AAFDB;
}

.fullpopup_overlay .input .textbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 35px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;	
}
.fullpopup_overlay .input .input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%;
	display: block;
	cursor: text;
	outline: none;
	padding: 10px;
	resize: none;
	color: #333;
	font-size: 13px;
}
.fullpopup_overlay .input .btn-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 25px;
}
.fullpopup_overlay .input .input-btn {
	margin-top: 10px;
	width: 20px;
	opacity: 0.3;
}
.fullpopup_overlay .input .input-btn:hover {
	opacity: 0.6;
}

.pager .lr {
	height: 20px; 
	padding: 0px 30px; 
	vertical-align: bottom;
}

.fullpopup_overlay .likes {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	color: #3c3c3c;
}
.likes .userlist-header .back {
	height: 18px; 
	vertical-align: bottom;
	opacity: 0.4;
	margin-right: 6px;
}
.likes .userlist-header .back:hover {
	opacity: 1;
}

/*************************************************/
/* USER LIST */
/*************************************************/
.userlist-header {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	height: 35px;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	color: #616161;
}
.userlist-header .img_gridlist {
	height: 21px;
	opacity: 0.6;
	margin-left: 6px;
}
.userlist-header .img_gridlist:hover {
	opacity: 1;
}

.userlist_listgrid {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 35px;
	bottom: 0;
	padding: 6px 10px 6px 10px;
	overflow-y: auto;
}
.userlist .subdevider {
	font-weight: bold;
	line-height: 30px;
}
.userlist .subNum {
	float: right;
	font-weight: normal; 
}
.userlist .user {
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.userlist .user2 {
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.user2 .action-container {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
	background-color: inherit;
}
.user2 .msg-action {
	font-weight: bold;
	color: #a9a9a9;
	padding-left: 3px;
	font-size: 20px;
}
.user2 .msg-action:hover {
	color: #373737;
}

.userlist .user:hover {
	background-color: #F5F5F5;
}
.userlist .profpic {	
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
	margin: 6px 6px 6px 0px;
    background-position: center;
    background-size: cover;
}
.userlist .nick {
	padding-top: 8px;
	font-weight: bold;
}
.userlist .shortprof {
	padding-top: 6px;
}

.userlist .miniprofpic {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 7px 7px 0px 0px;
	background-position: center;
	background-size: cover;
}
.userlist .miniprofpic_act {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 7px 7px 0px 0px;
	background-position: center;
	background-size: cover;
}

.userlist .minitooltip {
}

/*************************************************/
/* CHAT ROOMS (ROOMLIST) */
/*************************************************/
.roooms-container {
	/* margins correlate with profile padding!! */
	margin-left: -10px;
	margin-right: -10px;
}
.roooms-container .room-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	position: relative;
	min-height: 1px;
	width: 50%; /* num of columns sums to 100% */
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px; /* vertical distance */
}
.roooms-container .room {
	background-color: white;
	padding: 15px;
}
.roooms-container .header {
}
.roooms-container .chat-button {
	float: right;
	color: white;
	padding: 5px 20px;
	margin-left: 10px;
	margin-right: -20px;
	border-right: 5px solid #51A2CA;
	background-color: #5ECDF9;
}
.roooms-container .action-button {
	float: right;
	margin-top: 4px;
	opacity: 0.4;
}
.roooms-container .action-button:hover {
	opacity: 1;
}
.roooms-container .action-button img {
	height: 18px;
}

.roooms-container .room-name {
	padding: 2px 0px;
	font-size: 18px;
}
.roooms-container .room-owner {
	font-size: 11px;
}
.roooms-container .message {
	background-color: #F5F5F5;
	margin: 20px 0px 10px 0px;
	padding: 4px;
}
.roooms-container .message .profpic {	
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
	margin: 6px 12px 6px 6px;
    background-position: center;
    background-size: cover;
}
.roooms-container .message .sender {
	padding-top: 8px;
	font-weight: bold;
}
.roooms-container .message .text {
	margin-top: 3px;
	margin-right: 6px;
}
.roooms-container .message .date-time {
	padding: 8px 6px 0px 0px;
	color: #bdbdbd;
	font-size: 11px;
	float: right;
}
.roooms-container .badges-container {
	/* margins correlate with profile padding!! */
	margin-left: -10px;
	margin-right: -10px;
}
.roooms-container .badge-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	position: relative;
	min-height: 1px;
	width: 33.33%; /* num of columns sums to 100% */
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px; /* vertical distance */
}
.roooms-container .badge {
	background-color: white;
	padding: 2px;
	color: #aaaaaa;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	text-align: center;
}
.roooms-container .badge:hover {
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	color: #676767;
}
.roooms-container .active {
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	color: #676767;
}

.miniprofcontainer {
	/* margins correlate with profile padding!! */
	margin-left: -2px;
	margin-right: -2px;
}
.miniprofcontainer .userpic {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	width: 14.28%; /* num of columns (7) sums to 100% */
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px; /* vertical distance */
}
.miniprofcontainer .minipic {
	position: relative;
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	z-index: 100;
}
.miniprofcontainer .more {
	position: absolute;
	top: 12px;
	left:0;
	right:0;
	text-align: center;
	font-size: 20px;
	color: #bebebe;
}
.hotbar {
	display: table;
	table-layout:fixed;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.hotbar .l{
	display: table-cell;
	width: 15px;
	vertical-align: middle;
	text-align: left;
}
.hotbar .bar{
	display: table-cell;
	width: 100%;
	background-color: #e9a930;
	border-radius: 0.5em;
	background: linear-gradient(to right, #F8BE4C , #D94D45);
	color: white;
	text-align: center;
	padding: 1px 10px 0px 10px;
	font-size: 12px;
}
.hotbar .r{
	display: table-cell;
	width: 15px;
	vertical-align: middle;
	text-align: right;
}
.hotbar img {
	height: 10px;
}


/*************************************************/
/* ACTIVITIES */
/*************************************************/
.activities-container {
	margin-top: 35px;
}
.activities-container .activity-container {
	position: relative;
	min-height: 1px;
	margin-bottom: 35px;
}
.activities-container .topicbadge {
	position: absolute;
	top: -20px;
	right: 40px;
	height: 35px;
	opacity: 0.3;
}
.activities-container .location {
	height: 14px;
	opacity: 0.4;
	margin-right: 5px;
	vertical-align: bottom;
}
.activities-container .activity {
	background-color: white;
	padding: 15px;
}
.activities-container .header {
}
.activities-container .chat-button {
	float: right;
	color: white;
	padding: 5px 20px;
	margin-left: 10px;
	margin-right: -20px;
	border-right: 5px solid #51A2CA;
	background-color: #5ECDF9;
}
.activities-container .action-button {
	float: right;
	margin-top: 4px;
	opacity: 0.4;
}
.activities-container .action-button:hover {
	opacity: 1;
}
.activities-container .action-button img {
	height: 18px;
}
.activities-container .activity-type {
	width: 17px;
	opacity: 0.6;
	margin-right: 5px;
	vertical-align: -1px;
}
.activities-container .activity-title{
	padding: 2px 0px;
	font-size: 18px;
}
.activities-container .activity-location {
	font-size: 14px;
	margin-top: 5px;
}
.activities-container .initiator {
	position: relative;
	background-color: #F5F5F5;
	margin: 15px 0px 10px 0px;
	padding: 4px;
}
.activities-container .initiator .line {	
	height: 55px;
}
.activities-container .initiator .profpic {	
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
	margin: 6px 12px 6px 6px;
    background-position: center;
    background-size: cover;
}
.activities-container .initiator .profile {
	line-height: 1em;
	padding-top: 5px;	
	float: left;
    width: 110px;
}
.activities-container .initiator .nick {
	font-weight: bold;
}
.activities-container .initiator .short {
	color: #999999;
}
.activities-container .initiator .actionbtn {
	float: right;
	display: inline-block;
	margin-top: 10px;
	width: 95px;
	padding-top: 8px;
	margin-right: 5px;
}
.activities-container .initiator .text {
	padding-left: 5px;
	margin-right: 6px;
	padding-bottom: 5px;
}
.activities-container .initiator .userlist {
	margin: 0px -10px 5px 5px;
}
.activities-container .initiator .margin {
	margin-top: -3px;
}
.activities-container .initiator .validtime {
	width: 200px;
	color: #aaa;
}
.activities-container .initiator .info {
	font-style: italic;
	color: #aaa;
}
.activities-container .initiator .more {
	padding: 3px 5px 15px 10px;
}
.activities-container .description {
}
.activities-container .description .title {
	font-weight: bold;
}
.activities-container .description .time {
	margin-bottom: 5px;
}
.activities-container .description .activitytext {
	max-height: 150px;
	overflow-y: hidden;
	transition: all 0.5s ease;
}
.activities-container .description .more {
	padding: 10px;
}

.tooltipTypeUser2 {
	display: block;
    width: 100%;
    height: 100%;
	line-height: 1em;
	position: relative;
}
.tooltipTypeUser2:hover:after {
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #333;
	background: rgba(0,0,0,.9);
	border-radius: 3px;
	bottom: -15px;
	color: #fff;
	content: attr(tooltip1) '\a' attr(tooltip2) ' ';
	white-space: pre;
	left: -8px;
	padding: 2px 2px;
	position: absolute;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	opacity: 0.9;
}

.activities-container .userlist .miniprofpic{
	width: 12%;
	margin: 6px 6px 0px 0px;
}

.activities-container .userlist .table{
	display:table;
	float: left;
	margin: 8px 8px 0px 0px;
}
.activities-container .userlist .userpic {
	width: 41px;
	height: 41px;
	background-position: center;
	background-size: cover;
}
.activities-container .userlist .assign {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	background-position: center;
	background-size: cover;
}
.activities-container .userlist .accepted { 
	float: left;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_accept_green.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_accept_green.png', sizingMethod='scale')";
}
.activities-container .userlist .accept {
	float: left;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_accept.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_accept.png', sizingMethod='scale')";
	-ms-filter: alpha(Opacity=10);
	opacity: 0.1;
}
.activities-container .userlist .accept:hover {
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_accept_green.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_accept_green.png, sizingMethod='scale'')";
	-ms-filter: alpha(Opacity=100);
	opacity: 1;
}
.activities-container .userlist .rejected {
	float: right;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_reject_red.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_reject_red.png, sizingMethod='scale'')";
}
.activities-container .userlist .reject {
	float: right;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_reject.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_reject.png, sizingMethod='scale'')";
	-ms-filter: alpha(Opacity=10);
	opacity: 0.1;
}
.activities-container .userlist .reject:hover {
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_reject_red.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_reject_red.png, sizingMethod='scale'')";
	-ms-filter: alpha(Opacity=100);
	opacity: 1;
}
.activities-container .userlist .pinassign {
	height: 10px;
	margin-top: 4px;
	padding: 4px 3px 0px 3px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 9px;
}
.activities-container .userlist .unpinned {
	background-color: #F5F5F5;
	border: 1px solid #D7D7D7;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/pinned_grey.png');
}
.activities-container .userlist .unpinned:hover {
	background-color: #747474;
	border: 1px solid #747474;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/pinned_white.png');
}
.activities-container .userlist .pinned {
	background-color: #747474;
	border: 1px solid #747474;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/pinned_white.png');
}
.activities-container .userlist .pinned:hover {
	background-color: #D7D7D7;
	border: 1px solid #D7D7D7;
}
.tooltipTypeBtn {
	line-height: 1em;
	position: relative;
	z-index: 97;
}
.tooltipTypeBtn:hover:after {
	position: absolute;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	top: 28px;
	color: #fff;
	content: attr(tooltip);
	right: -15px;
	padding: 5px 15px;
	z-index: 98;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}
.tooltipTypeBtn:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 0 6px 6px 6px;
	top: 22px;
	content: "";
	right: 5px;
	position: absolute;
	z-index: 99;
}

.tooltipTypeUser3 {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1em;
	position: relative;
}
.tooltipTypeUser3:hover:after {
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #333;
	background: rgba(0,0,0,.9);
	border-radius: 3px;
	top: 17px;
	color: #fff;
	content: attr(tooltip1) '\a' attr(tooltip2) ' ';
	white-space: pre;
	left: -15px;
	padding: 2px 2px;
	position: absolute;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	opacity: 0.8;
}

.activities-container .borderown {
	border: 4px solid #C4D1DE;
}
.activities-container .borderexpired {
	border: 4px solid #d7d7d7;
}
.activities-container .borderwait {
	border: 4px solid rgba(241, 170, 44, 0.23);
}
.activities-container .borderaccept {
	border: 4px solid rgba(26, 241, 36, 0.23);
}
.activities-container .borderinvite {
	border: 4px solid rgba(26, 241, 233, 0.2);
}
.activities-container .borderbadge {
	position: absolute;
	top: -19px;
	left: 15px;
	font-size: 11px;
	padding: 0px 5px;
	height: 15px;
	line-height: 20px;
}
.activities-container .own {
	background-color: #C4D1DE;
	color: #5F676F;
}
.activities-container .expired {
	background-color: #d7d7d7;
	color: #2d2d2d;
}
.activities-container .wait {
	background-color: rgba(241, 170, 44, 0.23);
	color: #CE8606;
}
.activities-container .accepted {
	background-color: rgba(26, 241, 36, 0.23);
	color: rgb(90, 156, 92);
}
.activities-container .invited {
	background-color: rgba(26, 241, 233, 0.2);
	color: #0FB6AF;
}

.sys_info {
	width: 15px;
	opacity: 0.3;
	margin-left: 5px;
	vertical-align: -3px;
}
.tooltipTypeInfo {
	display: inline;
	position: relative;
	z-index: 97;
}

.tooltipTypeInfo:hover:after {
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	width: 150px;
	bottom: 24px;
	color: #fff;
	content: attr(tooltip);
	left: -10px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}

.tooltipTypeInfo:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 18px;
	content: "";
	left: 7px;
	position: absolute;
	z-index: 99;
}


/*************************************************/
/* CHAT ROOM */
/*************************************************/
.chat-frame {
	position: relative;
	height: 100%;
}
.chat-frame .content-mainheader img {
	height:22px;
	opacity: 0.2;
	margin-left: 10px;
	margin-right: 4px;
}
.chat-frame .content-mainheader img:hover {
	opacity: 0.6;
}
.chat-room {
	position: absolute;
	background-color: white;
	width: 100%;
	top: 30px;
	height: 600px;
}
.chat-room .chatdialog {
	position: absolute;
	top: 0px;
	bottom: 85px;
	left: 0;
	right: 160px;
	overflow-y: auto;
	border-right: 3px solid #F5F5F5;
	border-top: 3px solid white;
	transition: right 0.5s ease;
	padding: 15px;
}
.chat-room .input {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 160px;
	height: 85px;
	border-right: 3px solid #F5F5F5;
	border-top: 3px solid #F5F5F5;
	transition: right 0.5s ease;
}
.chat-room .header {
	position: absolute;
	white-space: nowrap;
	top: 0;
	height: 120px;
	right: 0;
	width: 160px;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: width 0.5s ease, opacity 0.5s, visibility 0.5s;
	opacity: 1;
	visibility: 1;
}
.chat-room .chatter {
	position: absolute;
	white-space: nowrap;
	top: 120px;
	bottom: 0;
	right: 0;
	width: 160px;
	opacity: 1;
	visibility: 1;
	transition: width 0.5s ease, opacity 0.5s, visibility 0.5s;
}

/* CHAT MESSAGES */
.chat-room .message {
	position: relative;
	margin-bottom: 10px;
}
.chat-room .message .profpic {
	position: relative;
	display: inline-block;
	float: left;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
} 
.profpic .textbadge{
	position: absolute;
	height: 12px;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.profpic .hot {
	background-color: orange;
}
.profpic .hit {
	background-color: #E6624D;
}
.chat-room .message .profpicsmallleft {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.chat-room .message .profpicsmallright {
	float: right;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.chat-room .msg-container {
	margin-left: 40px;
	background-color: #F5F5F5;
	padding: 5px 6px;
}
.chat-room .msg-container:hover {
	/*background-color: #e5e5e5;*/
}
.chat-room .message .sender {
	font-weight: bold;
}
.chat-room .message .drop {
	position: relative;
	float: right;
	padding-left: 5px;
	padding-right: 0;
	opacity: 0.3;
}
.chat-room .message .drop:hover {
	opacity: 0.8;
}
.chat-room .message .drop img{
	width: 13px;
}

.chat-room .message .date-time {
	color: #b3b3b3;
	font-size: 11px;
	float: right;
}
.chat-room .message .mobile {
	float: right;
	height: 12px;
	opacity: 0.4;
}

.chat-room .message .text {
	margin-top: 0px;
}
.chat-room .system-message {
	color: #808080;
	margin-left: 40px;
	padding: 5px 6px;
	font-style: italic;
}
.chat-room .msg-action-container {
	position: absolute;
	top: 2px;
	right: 60px;
	background-color: inherit;
}
.chat-room .msg-action {
	font-weight: bold;
	color: #a9a9a9;
	padding-left: 3px;
}
.chatdialog .moremsg {
	margin-bottom: 20px;
	color: darkgrey;
}
.chatcontent .moremsg {
	margin: 10px;
	padding: 5px;
	color: darkgrey;
}
/* CHAT USER LIST (overwritten) */
.chatter .userlist .miniprofpic {
	width: 28%;
	margin: 6px 6px 0px 0px;
}
.chatter .user .profpic {	
    width: 30px;
    height: 30px;
	margin: 6px 6px 6px 0px;
}
.chatter .userlist {
	font-size: 11px;
	color: #848484;
}
.chatter .userlist .user .shortprof {
	padding-top: 0px;
}

/* CHAT USER LIST HEADER */
.chat-room .header .head {
	padding: 10px;
	line-height: 24px;
}
.chat-room .header .form {
	padding: 0 10px;
}
.chat-room .header .form .searchinput {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%;
	background-color: #F5F5F5;
	border: none;
	padding: 6px 6px;
	margin-bottom: 12px;
	font-size: 13px;
}
.chat-room .closeimg {
	height:18px; 
	opacity: 0.4; 
	margin-top: 2px;
}
.chat-room .closeimg:hover {
	opacity: 1; 
}

/* CHAT INPUT */
.chat-room .input .textbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 35px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;	
}
.chat-room .input .input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	width: 100%;
	border: 0;
	display: block;
	cursor: text;
	outline: none;
	padding: 10px;
	resize: none;
	color: #333;
	font-size: 13px;
}
.chat-room .input .btn-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 70px;
}
.chat-room .input .input-btn {
	margin-top: 6px;
	width: 20px;
	opacity: 0.3;
}
.chat-room .input .input-btn:hover {
	opacity: 0.6;
}

/* CHAT DROPDOWN CONV TYPE */
.dropdownlist_top {
	top:auto;
	bottom: 40px;
	right: -10px;
	z-index: 100;
}
.dropdownlist_top:before {
	border: solid;
	border-color: #fff transparent;
	border-width: 6px 6px 0px 6px;
	top: auto;
	bottom: -6px;
	content: "";
	left: auto;
	right: 25px;
	position: absolute;
	z-index: 999;
}

/* CHAT DROPDOWN SMIELIES */
.dropdownlist_smilies {
	top: auto;
	bottom: 75px;
	right: -10px;
	z-index: 100;
	width: 240px;
	height: 200px;
	padding: 5px;
	overflow-y: scroll;
}
.pointer_smilies:before {
	border: solid;
	border-color: #fff transparent;
	border-width: 6px 6px 0px 6px;
	top: auto;
	bottom: -6px;
	content: "";
	left: auto;
	right: 25px;
	position: absolute;
	z-index: 999;
}

.dropdownlist_smilies_msgs {
	top: -210px;
	bottom: auto;
	right: 0px;
	z-index: 100;
	width: 240px;
	height: 200px;
	padding: 5px;
	overflow-y: scroll;
}
.dropdownlist_smilies_msgs:before {
	border: solid;
	border-color: #fff transparent;
	border-width: 6px 6px 0px 6px;
	top: auto;
	bottom: -6px;
	content: "";
	left: auto;
	right: 25px;
	position: absolute;
	z-index: 999;
}

.smilies_element {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
}
.smilies_img {
}

/*************************************************/
/* POPUP: INVITE USER */
/*************************************************/
.addpeople-userlist {
	margin-top: 15px;
}
.text_badge_sigcol {
	font-size: 11px;
	background-color: #5CCDFB;
	padding: 2px 8px;
	border-radius: 0.5em;
	white-space: nowrap;
	color: white;
}
.text_badge_sigcol:hover {
	background-color: #51A2CA;
}
.text_badge_sigcol span{
	color: white;
	margin-left: 5px;
}
.userlist .check {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #5CCDFB;
	background-image: url('/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_check.png');
	background-image: none\9;  /* IE8 Hack \9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/img_check.png', sizingMethod='scale')";
	background-position: center;
    background-size: cover;
	border: 1px solid white;
}
.userlist .uncheck {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #bcbcbc;
}
#addpeople-to-list {
	border: 2px solid #d8d8d8;
	margin-bottom: 10px;
	padding: 6px;
	line-height: 22px
}
#popup_inviteToRoom input[type=text] {
	display: inline-block;
	padding: 6px;
	background-color: #F5F5F5;
	border: 2px solid #F5F5F5;
}

/*************************************************/
/* POPUP: SEND PHOTO / UPLOAD PHOTO */
/*************************************************/
.tab-filter .filter-type-set-photo {
	border-bottom: 4px solid #53C9F8;
	font-weight: bold;
}
.tab-filter .filter-type-set-photo:hover {
	border-bottom: 4px solid #53C9F8;
}
#popup-albumtitle {
	margin: 15px 10px 0px 10px;
}
.selectgridcontainer {
	/* margins correlate with profile padding!! */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	min-height: 200px; 
	height: 435px;
	overflow-y: auto;
}
.selectgridcontainer .photo {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	width: 22%;  /*width: 78px;*/
	margin-left: 5px;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 10px; /* vertical distance */
	border: 2px solid white;
}
.selectgridcontainer .photo:hover {
	border: 2px solid #d8d8d8;
}
.selectgridcontainer .photo_sel {
	border: 2px solid #53C9F8;
}
.selectgridcontainer .photo_sel:after {
	position: absolute;
	background-color: #53C9F8;
	color: white;
	padding: 1px 2px 1px 4px;
	content: "\2713";
	right: 0;
	top: 0;

}
.selectgridcontainer .photo_sel:hover {
	border: 2px solid #53C9F8;
}
.selectgridcontainer .minipic {
	position: relative;
	padding-top: 100% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.selectgridcontainer .filename {
	position: absolute;
	text-align: center;
	font-size: 9px;
	top: 40%;
	left: 5px;
	right: 5px;
}
.selectgridcontainer .prograssbar {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 8px;
	background-color: white;
	border-radius: 4px;
}
.selectgridcontainer .prograssbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-color: #53C9F8;
	border-radius: 4px;
}
#sendphoto_upload {
	width: 100%;
	text-align: center;
}
#sendphoto_upload img {
	width: 120px;
	padding: 30px 0 20px 0;
	opacity: 0.4;
}
#uploadphotos_upload {
	width: 100%;
	text-align: center;
}
#uploadphotos_upload img {
	width: 120px;
	padding: 30px 0 20px 0;
	opacity: 0.4;
}
.selectgridcontainer .photo_up {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	width: 33.33%;  
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px; /* vertical distance */
}
.selectgridcontainer .prograssbar {
	bottom: 60px;
	left: 20px;
	right: 20px;
}
.selectgridcontainer .cancle {
	position: absolute;
	width: 15px;
	bottom: 5px;
	right: 7px;
	opacity: 0.3;
}
.selectgridcontainer .cancle:hover {
	opacity: 1;
}
.selectgridcontainer .taskbar {
	position: absolute;
	height: 30px;
	bottom: 0;
	left: 5px;
	right: 5px;
	padding-right: 30px;
	background-color: #f2f2f2;
}
.taskbar .inputfield {
	height: 30px;
	background-color: #f2f2f2;
	outline: 0;
	border: 0;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}
.taskbar .inputfield:focus {
	outline: 0;
}
.taskbar .delete {
	position: absolute;
	width: 15px;
	bottom: 5px;
	right: 2px;
	opacity: 0.3;
}
.taskbar .delete:hover {
	opacity: 1;
}
.taskbar .rotate {
	position: absolute;
	width: 12px;
	bottom: 7px;
	right: 20px;
	opacity: 0.3;
}
.taskbar .rotate:hover {
	opacity: 1;
}



.selectalbumcontainer {
	/* margins correlate with profile padding!! */
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	min-height: 200px; 
	height: 335px;
	overflow-y: auto;
}
.selectalbumcontainer .photo {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	width: 33.33%;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px; /* vertical distance */
	opacity: 0.8;
}
.selectalbumcontainer .photo:hover {
	opacity: 1;
}
.selectalbumcontainer .minipic {
	position: relative;
	padding-top: 66% !important;  /* quadratic trick */
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.selectalbumcontainer .title {
	padding: 6px 4px 0px 4px;
	color: #0a0a0a;
	background-color: #f2f2f2;
}
.selectalbumcontainer .num {
	padding: 3px 4px 4px 4px;
	color: #959595;
	background-color: #f2f2f2;
	font-size: 11px;
}
.selectalbumcontainer .roomtype {
	float: right;
	height: 14px;
	opacity: 0.4;
}


/*************************************************/
/* PICTURES SECTION */
/*************************************************/
#section_pictures .badges-container {
	/* margins correlate with profile padding!! */
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 15px;
}
#section_pictures .badge-container {
	display: inline-block;
	min-height: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 10px; /* vertical distance */
}
#section_pictures .badge {
	padding: 2px 15px;
	color: #aaaaaa;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	text-align: center;
}
#section_pictures .badge:hover {
	border: 1px solid #DFDFDF;
	background-color: #DFDFDF;
	color: #676767;
}
#section_pictures .active {
	border: 1px solid #DFDFDF;
	background-color: #DFDFDF;
	color: #676767;
	font-weight: bold;
}

/* pic container */
.passepartou {
	padding: 0px;
	background-color: white;
}
.albumpics {
	background-color: white;
}
.buttoncontainer {
	padding: 0px 25px 25px 25px;
}
.buttoncontainer .button {
	float: right;
	min-width: 125px;
}
.albumviewheader {
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
}

/* imgage grid select */
table.img-grid-select { 
	width: 100%;
	table-layout:fixed;
	font-size: 0px;
	border-spacing: 8px 5px;
}  
.img-grid-select .img-boarder {
	position: absolute;
	width: 100%;
	left:-4px; 
	top: -4px; 
	border: 2px solid white;
	padding: 2px;
}
.img-grid-select .hover:hover {
	border: 2px solid #d8d8d8;
}
.img-grid-select .sel {
	border: 2px solid #53C9F8;
}
.img-grid-select .sel:after {
	position: absolute;
	background-color: #53C9F8;
	color: white;
	padding: 1px 2px 1px 4px;
	content: "\2713";
	right: 0;
	bottom: 0;
	font-size: 13px;
}
.img-grid-select .sel:hover {
	border: 2px solid #53C9F8;
}

.headercontainer_batchproc {
	text-align: center;
	height: 40px;
	background-color: #53C9F8;
	line-height: 40px;
	color: white;
}
.headercontainer_batchproc .batch_close {
	float: right;
	font-size: 26px;
	padding-right: 10px;
	padding-left: 10px;
}
.headercontainer_batchproc .batch_close:hover {
	background-color: #51A2CA;
}
#headercontainer_batchproc_counter {
	min-width: 20px;
	float: left;
	font-size: 16px;
	margin-left: 20px;
}
.headercontainer_batchproc .menu {
	font-size: 13px;
}
.headercontainer_batchproc .entry {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}

/* crop image */
#cropcontainer {
	position: relative;
	display: inline-block;
}
#rubberBand {
	position: absolute;
	border: 2px solid #5ECDF9;
	background-image: url("/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/trans.gif");
}
#tocropimage {
	max-height: 500px;
	max-width: 550px;
}
.rubberbandSizer {
	position: absolute;
	width: 25px;
	height: 25px;
	border: 4px solid #5ECDF9;
	background-image: url("/Chat/static_0fbfb2bfacfdbf789ce4041bbe41b0e1/XHTMLWEB/img/trans.gif");
	cursor: all-scroll;
}

/*************************************************/
/* SETTINGS */
/*************************************************/
.settings {
}
.settings .block {
	padding: 20px;
	background-color: white;
	margin-bottom: 30px;
}
.settings .blocktitle {
	font-size: 16px;
	margin-bottom: 20px;
}
.settings .blocktable {
	display: table;
	border-spacing: 0px 25px;
}
.settings .blockrow {
	display: table-row;
}
.settings .title {
	display: table-cell;
	font-weight: bold;
	max-width: 300px;
	padding-right: 40px;
	vertical-align: top;
}
.settings .value {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
}
.settings .off {
	font-style: italic;
	color: #aaa;
}
.settings .edit {
	display: table-cell;
	vertical-align: middle;
}
.settings .editall {
	font-size: 13px;
	margin-left: 20px;
}
.settings .deletebtn {
	display: inline-block;
	padding: 6px 40px;
	color: white;
	text-align: center;
	background-color: #E6624D;
}
.settings .notiftitle {
	display: table-cell;
	padding-right: 40px;
}
.settings .notifchckbox {
	display: table-cell;
	text-align: center;
}
.settings .notifchck {
	display: table-cell;
	color: #81C7EB;
	font-size: 13px;
	text-align: center;
}
.settings .notifunchck {
	display: table-cell;
	color: #B3B3B3;
	font-size: 14px;
	text-align: center;
}
.settings .notiftitleheader {
	display: table-cell;
	min-width: 400px;
	font-weight: bold;
}
.settings .chckheader {
	display: table-cell;
	text-align: center;
	min-width: 75px;
}
.settings .frequencytitle {
	display: table-cell;
	text-align: right;
	font-weight: normal;
	padding-right: 20px;
}
.settings .frequency {
	display: table-cell;
	text-align: center;
	font-style: italic;
	vertical-align: middle;
}

.settings .colorgrid {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
	table-layout: fixed;
	margin-bottom: 2px;
	font-size: 0px;
}
.settings .colorcell {
	border: 2px solid white;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.settings .cellimg {
	width: 100%;
}

/*************************************************/
/* SETTINGS */
/*************************************************/
.erotictypeselect {
	display: inline-block;
	border-radius: 50%; 
	width: 80px; 
	height: 80px; 
	background-color: #EAEAEA;
	margin: 10px;
}
.erotictypeselect img {
	width: 40px;
	opacity: 0.4;
	margin-top: 20px;
}
.type_romantic:hover {
	background-color: #FB4961;
}
.type_experiment:hover {
	background-color: #E67D21;
}
.type_hot:hover {
	background-color: #E74B3B;
}
#feeback_textedit {
	margin-bottom: 5px;
}
#feeback_textedit textarea {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	padding: 3px 3px 3px 5px;
	margin: 0px 0px;
	resize: none;
	border: 2px solid #DDD;
	border-radius: 5px;
	box-sizing: border-box;
}

#feeback_list {
}
#feeback_list .feedback-status {
	background-color: #EFEFEF;
	font-size: 10px;
	color: #808080;
	padding: 34px 0px 4px 60px;
}
#feeback_list .feedback-status img {
	width: 16px;
	vertical-align:middle;
	margin-top: -4px; 
	margin-right: 3px
}
#feeback_list .feedback-closed {
	opacity: 0.4;
}
#feeback_list .message {
	border-bottom: 2px solid #F2F2F2;
	position: relative;
	min-height: 60px;
}
#feeback_list .message .profpic {
	position: relative;
	vertical-align: top;
	margin-right: 8px;
	border: none;
	float: left;
	width: 55px;
	z-index: 2;
	min-height: 53px;
}
#feeback_list .message .sender {
	padding-top: 6px;
	font-weight: bold;
    
}
#feeback_list .message .date-time {
	padding: 8px 6px 0px 0px;
	color: #808080;
	float: right;
}
#feeback_list .message .text {
	padding-top: 3px;
	padding-right: 3px;
	margin-left: 63px;
	margin-bottom: 6px;
}
