body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

[id^=AADIV] {
	margin:5px auto;
	text-align: center;
}

/*
Font definitions
    font-family: 'Noto Sans', sans-serif;
*/

h1, h2, h3, h4, h5, h6 {

	font-family: 'Nunito', sans-serif;
	font-weight:700;
}

.dashprofile .heartme {
	position:absolute;
	top:5px; right:5px;
	height:24px;
	width:24px;
	background-image:url('/assets/images/heart.png');
	display:none
}

.dashprofile:hover .heartme {
	display:block
}


.vspace64 {
	display:block;
	width:100%;
	height:64px
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 6px;
    border-bottom: 1px solid #eee;
}

.navbar {
    border-radius: 0px !important;
	margin:0 !important;
}

#mmfooter {
	width:100%;
	padding:48px;
	box-sizing:border-box;
	background-color:#444;
	color:#FFF;
	margin-top:48px;
}

form.adminform input[type=text], form.adminform textarea, form.adminform button {
	margin:2px;
	box-sizing:border-box;
	width:100%;
}

form.adminform label {
	font-weight:normal
}

.thumbpic {
	display:inline-block;
	width:19%; height:19%;
	padding-bottom:19%;
	border:1px solid #ccc;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 1% 1% 0;
	background-position:center center;
}

.allowed {
	cursor:pointer;
}

#reportform label {
	font-weight:normal !important
}

.notallowed {
	background-image:url('/assets/images/hidden.jpg');
	cursor:not-allowed;
}

.ui-dialog-titlebar-close {
    display: none !important;
}

.ui-dialog-titlebar {
  background-color: #5a6824 !important;
  background-image: none !important;
  color: #fff !important;
}

span.userline span.iconarea {
	display:none;
}

span.userline span.iconarea em {
	cursor:pointer;
}

span.userline:hover span.iconarea {
	display:inline;
}

#bignumbers span {
	font-family: 'Nunito', sans-serif;
	font-weight:800;
	letter-spacing:-1px	;
	display:inline-block;
	font-size:16px
}

.slim {
    border-radius: 1.2rem;
	border:2px dashed #ccc
}

.triangle-isosceles {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.triangle-isosceles::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 15px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #5a6824 transparent;
    display: block;
    width: 0;
}

.triangle-isosceles.left::after {
    top: 10px;
    left: -15px;
    bottom: auto;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ccc;
}

.triangle-isosceles.right::after {
    top: 10px;
    right: -15px;
    bottom: auto;
    left: auto;
    border-width: 10px 0 10px 15px;
    border-color: transparent #5a6824;
}

#msgform textarea {
	font-family: 'Open Sans', sans-serif;
}

.msg {
	width:70%;
	margin:4px;
	padding:10px 16px;
	border-radius:8px;
}

.msg:after {
    content: '';
    display: block;
    clear: both;
}

.msg img.img {
	vertical-align:text-bottom;
}

.msg-own {
	float:right;
	background-color:#5a6824;
	color:#fff;
	margin-right:24px;
}

.msg-other {
	float:left;
	background-color:#ccc;
	margin-left:24px;
	margin-bottom:32px;
}

.msgtime {
	float:right;
	vertical-align:middle;
	display:inline-block;
	font-size:10px;
	color:#FFF;
	background-color:#333;
	border-radius:5px;
	padding:4px 8px	;
	margin-left:5px;
	margin-right:-5px;
}

.msglite, .notylite {
	border-bottom:1px dotted #999;
	padding:12px;
	box-sizing:border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.msgtimelite {
	display:inline;
	font-style:italic;
	font-size:10px;
	color:#999
}

.msgtimelite:after {
    content: '';
    display: block;
    clear: both;
}

.msg-ownlite {
	background-color:#eee !important;
}

.userholder .msgtime {
	margin-top: 14px;
	width: 60px;
	text-align: center;
	margin-right: 5px;;
}

.currentchat {
	background-color:rgba(189, 196, 167, 0.6) !important;
}

.noty {
	padding:6px 12px;
	border: 2px dashed #aaa;
	border-radius:8px;
	margin:4px;
	background-color:#f0f0f0;
	font-size:13px;
	font-weight:800;
}

.noty:after {
    content: '';
    display: block;
    clear: both;
}

.noty-own {
	float:right;
	margin-right:20px;
}

.noty-other {
	float:left;
	margin-left:20px;
}

body.messager .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width:100%;
  margin:auto;
}

body.messager .main {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

body.messager footer, header {
	background:#000;
	padding:10px;
}

body.messager .pane-users {
	background:#ddd;
	border-right:2px solid #999;
	position:relative
}

body.messager .pane-messages{
	background:#fff;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	position:relative
}

#paneheader {
	width:100;
	background-color:#666;
	padding:10px;
	color:#FFF;
	margin-bottom:0px;
}

#paneheader h2 {
	margin:0;
	padding:0
}

#messagelist {
	position:absolute;
	bottom:100px;
	top:0px;
	left:0px;
	right:0px;
	background-color:#fff;
	overflow-y:auto
}

.av-small {
	width:48px;
	height:48px;
	border-radius:6px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	box-sizing:border-box;
	border:1px solid #999;
}

#memberpane, #messagepane {
	overflow-y:auto;
	box-sizing:border-box;
	padding:0;
	margin:0;
	position:relative;
}

.userholder {
	padding:10px;
	cursor:pointer;
	box-sizing:border-box;
	height:70px;
}

.userholder .unreadcount {
	/*display:none; */
	float:right;
	margin:13px;
	border-radius:12px;
	height:24px;
	min-width:24px;
	background-color:#090;
	color:#FFF;
	font-size:10px;
	font-weight:800;
	text-align:center;
	line-height:24px
}

.userholder .avholder {
	float:left;
	width:48px;
	height:48px;
	border:1px solid #666;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:10px;
	position:relative
}

.userholder h4 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:700;
	font-family:"Nunito";
}

.userholder span {
	font-size:12px;
}

.userholder span:after {
	clear:both
}

.userholder:nth-child(odd) {
	background-color:rgba(255,255,255,0.6);
}

.chatting {
	position:absolute;
	top:-3px;
	right:-12px;
}

.userholder.on .avholder .chatting {
	display:block !important;
}

.emoji-picker {
	font-size:26px !important;
	cursor:pointer !important;
}

.navbar .unreadcount {
	/*display:none; */
	float:right;
	margin:0 5px;
	border-radius:12px;
	height:24px;
	min-width:24px;
	background-color:#090;
	color:#FFF;
	font-size:10px;
	font-weight:800;
	text-align:center;
	line-height:24px
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: rgba(90, 104, 36, 0.5);
}

.avname {
	cursor:pointer;
	color:#5a6824
}

#msg-actions {
	position:absolute;
	bottom:0px; left:0px;
	height:40px; width:100%;
	background-color:#666;
	box-sizing:border-box;
	padding:8px;
}

#msg-actions button {
	cursor:pointer;
}

.dashprofile {
	display:inline-block;
	border:1px solid #666;
	box-sizing:border-box;
	background-size:cover;
	position:relative;
	overflow: hidden;
}

div.tab-pane {
	background-color:#bdc4a7;
}

.vspace32 {
	display:block;
	width:100%;
	height:64px
}

.newsitem img {
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
}

.newsitem:after {
	clear:both
}

.nopadleft {
	padding-left:0;
	margin-bottom:8px;
}

.nopadright {
	padding-right:0;
	margin-bottom:8px;
}

ul.stats {
	margin:0;
	padding:0;
	list-style-type:none;
	max-height:400px;
	overflow-y:auto
}


.stats li span {
	width:40%;
	display:inline-block
}

#controlpanel {
	width:100%;
	height:100px;
	background-color:#222512;
	position:relative
}

#controlpanel div div:hover em {
	transition: all 0.1s;
	color:#fff;
}

#controlpanel a {
	color:rgba(255,255,255,0.6);
}

#findmeet label {
	font-weight:normal !important;
	width:120px;
}

#street-looks p, #bedroom-looks p {
	background-color:rgba(0,0,0,0.1);
	padding:3px 6px;
}

.bodyadpic {
	margin:42px auto;
	border:1px solid #666
}

ul.nav-tabs li {
	width:20%;
}

ul.nav-tabs li.active a {
	background-color:#5a6824;
	color:#fff;
	font-weight:bold
}

.likelist:nth-last-child(n+2):after { content: " // "; }

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.valign {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#interacts-list {
	max-height: 300px;
	overflow-y:auto;
	padding:0px;
}

.snipplet {
	width:100%;
	box-sizing:border-box;
	padding:5px 80px 5px 15px;
	position:relative;
	font-size:11px;
}

.snipplet:nth-last-child(n+2) {
	border-bottom:1px solid #ccc;
}

.snipplet span {
	position:absolute;
	top:8px;
	right:5px;
	background-color:
	#999;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	border-radius: 5px;
	padding:2px 4px
}

.snipplet strong {
	font-size:12px;
}

.cols-2 {
	-moz-column-count: 2;
	-webkit-column-count:2;
	column-count:2;
	-moz-column-gap: 20px;
	-webkit-column-gap:20px;
	column-gap:20px;
}

.cols-3 {
	-moz-column-count: 3;
	-webkit-column-count:3;
	column-count:3;
	-moz-column-gap: 20px;
	-webkit-column-gap:20px;
	column-gap:20px;
}

.cols-4 {
	-moz-column-count: 4;
	-webkit-column-count:4;
	column-count:4;
	-moz-column-gap: 20px;
	-webkit-column-gap:20px;
	column-gap:20px;
}

.selecta {
    width: 160px;
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
}

.tab-content > .active {
    display: block;
    padding: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#mobilebrand {
	display:inline-block;
	float:left;
	margin-right:16px;
}

.userpicholder {
	margin:5px;
	background-color:#EFEDE9;
	border:1px solid #ccc;
	float:left;
	width:32%;
	box-sizing:border-box
}

.dashspot1 {
	position:absolute;
	top:0px;
	left:5px;
	color:#FFF;
	text-shadow:0px 0px 1px rgba(0,0,0,0.7), 0px 0px 3px rgba(0,0,0,1);
	font-weight:bold
}

.dashspot2 {
	 position:absolute;
	 bottom:3px;
	 left:5px;
	 color:#FFF;
	 text-shadow:0px 0px 1px rgba(0,0,0,1), 0px 0px 1px rgba(0,0,0,1);
	 font-size:11px
}


@media screen and (max-width: 330px) {
	.userpicholder {
		width:100%;
	}

	.dashprofile {
		width:98%;
		padding-bottom:98%;
	}

	body.messager .pane-users {
		display:none;
	}

	.pane-users .userholder .msgtime, .pane-users .userholder .unreadcount, .pane-users .userholder span, .pane-users h4, .pane-users .userholder span  {
		display:none;
	}

	#paneheader {
		display:none;
	}

	#messagelist {
		top:0px;

	}

	.ad768 {
		display:none;
	}



	#controlpanel {
		display:none;
	}

	#messagelist .av-small {
		display:none
	}

}


@media screen and (min-width: 331px) and (max-width: 530px) {
	.userpicholder {
		width:100%;
	}

	.dashprofile {
		width:47%;
		padding-bottom:47%;
	}

	body.messager .pane-users {
		-webkit-box-flex:0;
		    -ms-flex:0 0 72px;
		        flex:0 0 72px;
	}

	.pane-users .userholder .msgtime, .pane-users .userholder .unreadcount, .pane-users h4, .pane-users .userholder span  {
		display:none;
	}

	#paneheader {
		display:none;
	}

	#messagelist {
		top:0px;

	}

	.ad768 {
		display:none;
	}

	#mobilebrand {
		display:inline-block
	}

	#controlpanel {
		display:none;
	}

	#messagelist .av-small {
		display:none
	}

}

@media screen and (min-width: 531px) and (max-width: 780px) {
	 .userpicholder {
		width:48%;
	}

	.dashprofile {
		width:31%;
		padding-bottom:31%;
	}

	body.messager .pane-users {
		-webkit-box-flex:0;
		    -ms-flex:0 0 40%;
		        flex:0 0 40%;
	}

	.pane-users .userholder .msgtime, .pane-users .userholder span {
		display:none;
	}

	.ad768 {
		display:none;
	}

	#mobilebrand {
		display:inline-block
	}

	#controlpanel {
		display:none;
	}

}

@media screen and (min-width: 781px) {
	.userpicholder {
		width:32%;
	}

	.dashprofile {
		width:19%;
		padding-bottom:19%;
	}

	body.messager .pane-users {
		-webkit-box-flex:0;
		    -ms-flex:0 0 40%;
		        flex:0 0 40%;
	}

}

@media screen and (max-width: 969px) {
	.ad768 {
		display:none;
	}

	#mobilebrand {
		display:inline-block
	}

	#controlpanel {
		display:none;
	}
}

@media screen and (min-width: 970px) {
	.ad768 {
		display:inline-block;
	}

	#mobilebrand {
		display:inline-block;
	}

	#controlpanel {
		display:block;
	}
}

/*# sourceMappingURL=styles.css.map */
