@font-face {
    font-family: Thin;
    /*src: url(/fonts/Roboto-Thin.ttf);*/
	src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Bold;
    src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Normal;
    src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: cursivefont;
	src: url(/fonts/DancingScript-Regular.ttf);
}

a {
	text-decoration: none;
	color: #bac7ff;
}

::-webkit-scrollbar-thumb {
    background: #aaaaaa;
	border-radius:8px;
	border: 1.5px solid #666666;
}
::-webkit-scrollbar-track:not(input):not(select):not(textarea) {
	background: rgba(220, 220, 220, 1.0);
	background-image: linear-gradient(to bottom, #333333 98%, #333333 100%);
}

#content *::-webkit-scrollbar-track:not(input):not(select):not(textarea) {
	background: rgba(220, 220, 220, 0.1);
	background-image: none;
}

::-webkit-scrollbar-track {
	/*border-radius: 50px;*/
	padding:15px;
	
}
::-webkit-scrollbar {
    height: 13px  !important;
	width: 13px  !important;
}

/*#header {
	display: none !important;
}*/

html, body {
	/* 260c52 */
	margin: 0;
	height: 100%;
	width: 100%;
	display: table;

	background-color: #000000;


	/*-webkit-animation: animbg 11s ease infinite;
    -moz-animation: animbg 11s ease infinite;*/
    

	font-size: 15px;

	color: white;
	font-family: Thin;
}

#body_bg {
	/*background-image: linear-gradient(140deg, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0.35) 57%, rgba(0, 0, 0, 0.32) 75%, rgba(0, 0, 0, 0.2) 100%);*/
	/*radial-gradient(transparent 60%, rgba(0, 0, 0, 0.65) 100%);*/
	margin: 0;
	position: fixed;
	z-index: 98;
	left:0;
	top:0;
	right:0;
	bottom:0;
	pointer-events: none;


	/*background-image: linear-gradient(58deg, #d3bee4 0%,  #2a1774 40%, #450674 60%, #d3bee4 100%);
	background-size: 200% 200%;*/
	background-image: linear-gradient(18deg, #b3b4cf 0%,  #2a1774 20%, #3a05b6 74%, #f0176e 100%);
	background-image: linear-gradient(18deg, #f0176e 0%,  #2a1774 20%, #4b08e7 74%, #f0176e 100%);
	background-image: linear-gradient(18deg, #f0176e 0%,  #2a1774 20%, #21006e 74%, #f0176e 100%);
	/*background-image: linear-gradient(18deg, #f0176e 0%,  rgba(0, 100, 255, 1.0) 20%, rgba(255, 0, 100, 1.0) 74%, #f0176e 100%);*/
	background-size: 250% 300%;

	/*animation: animbg 46s ease infinite;*/

	/*animation: animbg2 8s ease infinite;*/

/*	animation: animbg2 5s infinite;
	animation: animbg2 80s infinite;
	animation-timing-function: ease-in-out;*/
	/*animation-timing-function: linear;*/
/*	animation-delay: 0s;
	animation-fill-mode: both;
	animation-direction: alternate;*/
	
	background-size: cover;
	/*background-image: url(/images/skyboxes/1/Front.png);*/
	
}

body.red #body_bg {
	/*background-image: url(/images/skyboxes/5/Front.png);*/
	background-image: url(/images/bg1.png);
	background-position: center;
}

.bgcolor span, .bgcolor div, .bgcolor input[type="text"], .bgcolor input[type="number"], .bgcolor p {
    text-shadow: 1px 1px 0px #000000;
}

b {
	text-shadow: none;
}

body {
	
}

@media screen and (min-width: 1002px) {
	#body_bg {
		/*background-size: 140% 300%;*/
	}
}

.profileheader {
	animation: animprofileheader 10s infinite;
	animation-timing-function: ease-in-out;
	/*animation-timing-function: linear;*/
	animation-delay: 0s;
	animation-fill-mode: both;
	animation-direction: alternate;
}

@keyframes animprofileheader { 
    0%{background-position:0% 0%}
	35%{background-position:50% 50%}
	65%{background-position:50% 50%}
	100%{background-position:100% 100%}
}

@keyframes animbg2 { 
    0%{background-position:0% 0%}
	100%{background-position:100% 100%}
}

body.scrolling  #body_bg {
	animation-play-state: paused !important;
}

@-webkit-keyframes animbg {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes animbg {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes animbg { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

#body_blur {
	/*background-image: linear-gradient(140deg, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0.35) 57%, rgba(0, 0, 0, 0.32) 75%, rgba(0, 0, 0, 0.2) 100%);*/
	/*radial-gradient(transparent 60%, rgba(0, 0, 0, 0.65) 100%);*/
	background-repeat: no-repeat;
  	background-attachment: fixed;
	margin: 0;
	position: fixed;
	z-index: 99;
	left:0;
	top:0;
	right:0;
	bottom:0;
	pointer-events: none;
	box-shadow: inset 0px 0px 60px rgb(0 0 0);
	background-color: rgba(0, 0, 0, 0.05);
}

body.red #body_blur {
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 4vw rgb(0 0 0);
}

#content {
	position: relative;
	z-index: 999;
}

* {
	/*color: white;*/
	/*font-family: Thin;*/
	box-sizing: border-box;
	outline: none !important;
}

#privacypolicy {
	right: 6px;
	bottom: 10px;
	z-index: 999;
	/*font-weight: bold;*/
font-family: Bold;
	padding-bottom: 14px;
	padding-right: 14px;
	border-radius: 10px;
	opacity: 1.0;
	/*background-color: rgba(255, 255, 255, 1.0);*/
	cursor: pointer;
	/*box-shadow: 3px 5px 6px #aaaaaa;*/
	text-align:center;
	/*border: 1px solid #888888;*/
	display: block;
	margin: 2px;
}
#privacypolicy p {
	
}

b {
	font-weight: normal;
	font-family: Bold !important;
}

.small {
	font-size: 0.85em;
	word-wrap: break-word;
}
.small b {
	color: rgb(225, 234, 255);
}
#privacypolicy img {
	width:28px;
	height: 22px;
	position:relative;
	top:4px;
}
#privacypolicy:hover {
	color: #0000aa;
}


#footer {
	background-color: rgba(0, 0, 0, 0.3);
}

#userpreviews {
	height: 140px;
}

#userpreviews .user {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius:6px;
}

hr {
    border: none;
    background-color: #aaa;
	background-color: #9891b788;
    color: #ccc;
    height: 1px;
}

.convo {
	margin-top: 12px;
	border-top: 1px solid #9891b788;
	font-size: 15px;
	font-family: Normal;
}

#fullname {
	font-size: 1.4em;
}

.search_user_row {
	position: relative;
}

.userstats {
	display:inline-block;
	vertical-align:top;
	padding-top:4px;
  }

#navmenu {
	 display: none;
 }

 body:not(.loggedin) #top-sub-nav-content,  body:not(.loggedin) #navmenu  {
	 display: none !important;
 }
 
#navbar, body.loggedin #navmenu {
	background-color: rgba(0,0,0,0.3);
	height:60px;
	text-align: center;
	z-index: 999999;
	position: relative;
	display: block;
}

body.loggedin #navmenu {
	height:40px;
}

#loginlogo {
	color: white;
	vertical-align:middle;
	display: inline-block;
	z-index: 999999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
	font-family: cursivefont;
	color: #9e86ff;
}

#loginlinkblock, #logoutlinkblock {
	color: white;
	vertical-align:middle;
	right: 10px;
	display: inline-block;
	z-index: 999999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.95em;
}

#logoimgblock {
	color: white;
	vertical-align:middle;
	left: 10px;
	display: inline-block;
	z-index: 999999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*display:none;*/
}


.createaccounttxt {
	font-family: Thin;
	text-align: center;
	font-size: 2.2em;
}

.loginformblock {
    display: inline-block;
    /* width: 100%; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	min-width: 260px;
	max-width: 700px;
	width: 90%;
}

.loginblockrow {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	white-space: nowrap;
}

.logininput.firstname, .logininput.lastname {
	width: 50%;
	min-width:120px;
}

.logininput.firstname {
	margin-right: 8px;
}

.logininput.email, .logininput.password {
	width: 100%;
	width: calc(100% + 12px);
}

input[type=text]:not(.nostyle), input[type=password]:not(.nostyle), input[type=number]:not(.nostyle) {
	background: none !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #9e86ff !important; 
	border-radius: 0px !important;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	color: #ffffff;
	font-family: Thin;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder {
	color: #ffffff;
	font-family: Thin;
}

#consent {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius:6px;
	padding: 12px;
	margin-left: 15px;
	/*margin-right: 15px;*/
}

#createaccountbuttonblock {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#loginccountbuttonblock {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.purplebtn, .btn-green, .btn-gray {
	background-color: #7b2abf;
	border-radius: 40px;
	border: none;
	padding-left: 62px;
	padding-right: 62px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: white;
	font-size: 1.25em;
	font-family: Normal;
}

.btn-green {
	background-color: #7b2abf;
	border-radius: 40px;
	border: none;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: white;
	font-size: 12px;
	font-family: Normal;
	margin: 2px;
	display: inline-block;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

input[type=submit], input[type=Reset]{ -webkit-appearance:none !important; }

.btn-gray, .btn-green:disabled {
	background-color: #9c9c9c88;
	border-radius: 40px;
	border: none;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: white;
	font-size: 12px;
	font-family: Normal;
	margin: 2px;
	display: inline-block;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.btn-gray:disabled, .btn-green:disabled {
	color: #cccccc66;
	cursor:not-allowed !important;
}

.btn-gray.postcomment {
	border-radius: 8px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
}


#login-div {
	padding-bottom: 45px;
}

.centertxt {
	text-align: center;
}
.pad20 {
	padding:20px;
}
.pad10 {
	padding: 10px;
}

.blockUI.blockMsg.blockElement {
	background: none !important;
	border: none !important;
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	height: unset !important;
	left: 50% !important;
	right: unset !important;
	width: 100% !important;;
	max-width: 800px !important;
	transform: translateX(-50%);
	z-index:99999999 !important;
}

#popup_contents {
	color: white;
	font-family: Normal;
}

#adheredet {
	color: #333333;
}

#popup_contents {
	background-color: rgba(0, 0, 0, 1.0);
	/*border-radius: 12px;*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 4px;
	z-index:99999999;
}

#popup {
	position: relative;
}

#popup_contents .scrollblock {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	bottom: 0;
	z-index:99999999;
	cursor: default;
}

#loaderimg {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index:999999999 !important;
}

#close2 {
	position: relative;
	left: 2px;
	top: 0px;
}

#loginmsg, .regerror, .forgotpwerror {
	color: #ff5b83 !important;
	text-align: center;
	padding: 8px;
	font-size: 1.4em;
	font-family: Thin;
}

.forgotpwsuccess {
	color: ##b0befd;
	text-align: center;
	padding: 8px;
	font-size: 1.4em;
	font-family: Thin;
}

.forgotpwsuccess hr {
	max-width: 260px !important;
}

#close-popup-div {
	display: none !important;
}

.smallprofilepicblock img {
    width: 40px;
    height: 40px;
}

.smallprofilepic img, .user.sendmsgto img {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

#logo-link, .feedleft, .feedright {
	display: none !important;
}

.feeditem {
	/*box-shadow: inset 0px -8px 8px rgba(0, 100, 255, 0.025), inset 0px 8px 8px rgba(255, 0, 100, 0.025);*/
	box-shadow: inset 0px -8px 8px rgba(0, 100, 255, 0.025), inset 0px 8px 8px rgba(0, 100, 255, 0.025);
}

body.red .feeditem, .feeditem {
	box-shadow: inset 0px -8px 8px #ffffff33, inset 0px 8px 8px #ffffff33;
	border-radius:8px !important;
}

.feedmain .totals {
	display: block;
}


@media screen and (min-width: 1260px) {
	.feedright, .feedleft {
		display: inline-block !important;

	}

	.feedmain .totals {
		display: none;
	}
}

.INTAKE * {
	font-size: 12px !important;
}

@media screen and (min-width: 1002px) {
	.feedright {
		display: inline-block !important;

	}

	.feedmain .totals {
		display: none;
	}

	.INTAKE * {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 1001px) {
	#mobile_totals {
		font-size: 26px !important;
	}
} 
@media screen and (min-width: 702px) {
	.feeditem {
		/*border-left: 0.4px solid #8b37cf88;
		border-right: 0.4px solid #8b37cf88;
		*/
		border-left: 0.4px solid #ffffff44;
		border-right: 0.4px solid #ffffff44;
		
	}
	.feeditem {
		/*box-shadow: inset 4px -4px 4px rgba(0, 100, 255, 0.1), inset -4px 4px 4px rgba(255, 0, 100, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.3);;*/
		box-shadow: inset 4px -4px 4px rgba(0, 100, 255, 0.2), inset -4px 4px 4px rgba(0, 100, 255, 0.2), 4px 4px 4px rgba(0, 0, 0, 0.3);
	}
	body.red .feeditem {
		
		box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(255, 0, 0, 0.3);
		box-shadow: inset 0px -8px 8px #ffffff33, inset 0px 8px 8px #ffffff33;
		border-left: 0.4px solid #f3f0ff66;
		border-right: 0.4px solid #f3f0ff66;
	}
	.feeditem  {
		border-radius:8px !important;
	}
	.feedcommentpart.user {
		border-bottom-left-radius:8px !important;
		border-bottom-right-radius:8px !important;
	}
	.feedcommentpart:not(.user) {
		/*border-radius: 4px;*/
		/*border-left: 0.4px solid #7b2abf;
		border-right: 0.4px solid #7b2abf;*/
	}

	.feeditem {
		/*box-shadow: inset 160px -160px 160px rgba(0, 100, 255, 0.1), inset -160px 160px 160px rgba(255, 0, 100, 0.1),  30px -30px 60px rgba(255, 0, 100, 0.2),  -30px 30px 60px rgba(0, 100, 255, 0.4);*/
	}

	.feedright, .feedleft {
		width: 300px !important;
		vertical-align: top;
		text-align:left;
		margin: 15px;
		margin-top: 0px;
	}

	#top-nav a {
		margin-left: 5px !important;
		margin-right: 5px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 17px !important;
	}

	#chartlargeitem span {
		font-size: 20px !important;
	}
}

body.red .feeditem  {
	border-radius:8px !important;
}

.feedmain  {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	display: inline-block !important;
}

@media screen and (min-width: 1400px) {
	.feedmain  {
		max-width: 700px;
	}
}

/*.feedmain {
	display: inline-block !important;
width: 375px;
max-width: 600px;
min-width:300px;
width: 60vw;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}*/

.feeditem {
	background-color: rgba(0,0,0,0.05);
	background-color: rgba(180,180,180,0.1);
	/*border-top: 0.4px solid #8b37cf44;
	border-bottom: 0.4px solid #8b37cf44;*/
	border-top: 0.4px solid #ffffff44;
	border-bottom: 0.4px solid #ffffff44;
	background-color: rgb(47 9 129 / 10%);
	
}

body.red .feeditem {
	/*background-color: rgba(255,0,0,0.4);*/
	border-top: 0.4px solid #f3f0ff66;
	border-bottom: 0.4px solid #f3f0ff66;

}

.feeditem:not(.status) {
	padding: 5px;
}

.feedcommentpart {
	/*background-color: rgba(0,0,0,0.35);*/
	
}
 
.feeditem {
	margin-top:18px;
	margin-bottom: 18px;
	border-radius:0px;
}

.map {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

div[feedid] {
	margin-top: 5px;
	margin-bottom: 14px;
}
.postcomment {
	margin-top: 7px;
	font-size: 0.9em !important;
}

}
#chartlargeitem {
	padding-top: 20px;
}
.feedmessagepart {
	/*border: 1px solid #C0C0C0;*/
	/*border: 1px solid #999999;*/
	position: relative;
	padding:10px;
	/*background-image: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
	border-top-left-radius: 16px;
    border-top-right-radius: 16px;*/
}
.feedmessagepart.nocomment {
	/*border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;*/
}
.feedmessagepart.user {
	/*border-bottom: none;*/
	/*background-color: rgba(0,0,0,0.05);*/
	
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
}
.feedcommentpart:not(.user) {
	/*border-radius: 4px;*/
	background-color: rgba(255,255,255,0.0);
	/*border-top: 1px solid #7b2abf;
	border-bottom: 1px solid #7b2abf;*/
	padding: 20px;
}
.feedcommentpart.user {
	/*border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;*/
	background-color: rgba(0,0,0,0.25);
	/*border-top: 0.4px solid rgba(255,255,255,0.4);
	border-top: 0.4px solid #8b37cf;*/
	margin-left:-5px;
	margin-bottom:-5px;
	margin-right: -5px;
	/*box-shadow: inset 30px 30px 60px rgba(0, 100, 255, 0.1), inset -30px -30px 60px rgba(156, 152, 154, 0.1);*/

}
.feedcommentpart {
	/*border: 1px solid #C0C0C0;*/
	/*border: 1px solid #999999;*/
	padding:15px;
	/*background-color: #efefef;
	background-image: linear-gradient(to bottom right, #e8e8e8 0%, #fcfcfc 100%);*/
	/*background-color: #fdf2a0;
	background-image: linear-gradient(to bottom right, #fdf2a0 0%, #fffbc0 100%);*/
	/*font-size: 0.8em;*/
	position: relative;
	/*border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;*/
}
.feedcommentpart.user {
	/*	background-color: #fdf2a0;
	background-image: linear-gradient(to bottom right, #fffbf0 0%, #fdf2e0 100%);*/
}
.replylikebar {
	font-size: 0.9em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.replylikebar a {
	display: inline-block;
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom: 6px;
}

.feedright article, .feedleft article {
	width: 100%;
	text-align:left;
}

.friendlisting {
	display:inline-block;
	padding: 20px;
	cursor:pointer;
	width: 250px;
}

.likebar {
    margin-top: 6px;
    padding-top: 9px;
    border-top: 0.2px solid #4f3e9788;
	border-top: 0.2px solid #9891b788;
    font-size: 0.9em;
    text-align: center;
}

.likebar a {
	display:inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.feeditem hr {
	background-color: #4f3e9788;
	background-color: #9891b788;
	width: 95%;
}

h1, h2, h3, h4, legend {
    font-size: 21px !important;
    color: #9e86ff;
    margin: 6px;
    display: inline-block;
}

.feeditem * {
	text-shadow: 1px 1px 0px #000000;
	font-family: Normal;
}

.feedtime, .EXBURNED>td:first-child {
    display: inline-block !important;
    color: #ff5b83 !important;
}

.EXBURNED * {
	font-size: 16px !important;
}

.goalsteps {
	font-size: 28px !important;
	color: #9e86ff !important;
}

.STEPSCNT {
	font-size: 32px !important;
	color: #cdd6ff;
}

.STEPSDIST {
	font-size: 28px !important;
	color: #ff5b83 !important;
}

.outof {
	color: #ff5b83 !important;
}

.datelbl {
	color: #ff5b83 !important;
}

textarea, .map * {
	text-shadow: none !important;
}

.smallprofilepicblock {
    padding: 5px;
	display: inline-block;
}

ol, ul {
	list-style: none;
}

fieldset:not(.default) {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
	
	table {
		margin-left: auto;
		margin-right: auto;
		border: none;
		
		width: 100%;
	}
	table td:nth-child(1) {
		/*padding:2px;*/
		text-align: center;
		vertical-align: middle;
		font-size: 0.8em;
	}
	table td {
		/*padding:2px;*/
		text-align: center;
		vertical-align: middle;
		font-size: inherit;
		font-size: 0.8em;
		
	}

	.prevdate, .nextdate {
		background-color: #bd8ec944 !important;
		background-image: linear-gradient(to bottom right, #2a177488 0%, #450674aa 100%);
		color: white !important;
		border: none !important;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
		font-family: cursivefont;
	}

	#chartlargeitem {
		padding-top: 20px;
	}

	#chartlargeitem {
		background-color: rgba(180,180,180,0.1);
		background-color: rgb(47 9 129 / 10%);
	}
	
	body.red #chartlargeitem {
		/*background-color: rgba(0,0,0,0.4);*/
	}
	#chartlargeitem .feedcommentpart {
		background-color: rgba(180,180,180,0.0) !important;
		
	}

	.totals .feedcommentpart {
		padding: 4px !important;
	}

	.totals {
		text-align:center;
		font-size: 21px;	
	}

	.total_value {
		text-align: left !important;
		vertical-align: bottom;
	}

	table {
		width: auto;
	}

	.total_name {
		font-family: Bold;
		text-align:right !important;
	}

	.feedmain .totalextra {
		display: none;
	}

	.profilepic {
		width: 100px;
		height: 100px;
		margin-left: 20px;
		border: 1px solid #000000;
	}
	
	.profileheader {
		background-color: #EEEEEE44;
		padding: 15px;
	}
	.profileheader a {
		color: #22aad5;
	}
	.profileheader {
		/*background-image: url('/images/topbar.jpg');*/
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
		color: #ffffff;
		height: 25vw;
		max-height: 360px;
		min-height: 200px;
	}

	textarea {
		min-height: 85px;
		color: black;
	}

	/*#top-sub-nav {
		display: none !important;
	}*/

	#logoimgblock {
		cursor: pointer;
	}

	#top-sub-nav-content {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 70% !important;
		vertical-align:top !important;
		display: table;
		left: 50%;
		transform: translateX(-50%);
	}

	#top-sub-nav-content {
		background-color: #7b2abf;
		background-image: linear-gradient(300deg, #2a1774 0%, #450674 60%);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45), inset 0px 6px 6px rgba(0, 0, 0, 0.25);
		max-width: 600px;
		border: 1px solid rgba(255, 255, 255, 0.4);
		border-top: none;
	}

	#navmenu, #navbar {
		position: relative;
		z-index: 99999;
	}

	#top-sub-nav-content {
		position: absolute;
		z-index: 9999;
	}
	
	#top-sub-nav-content a {
		display: block !important;
		border-left: 0;
		border-top: 1px solid #9e86ff;
		font-family: Normal;
		text-shadow: 1px 1px 0px #000000;
	}
	
	#top-sub-nav-content a:first-child {
		border-top: 0;
	}
	
	#top-sub-nav-content a {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 1.4em !important;
	}

#top-sub-nav, #top-sub-nav-content {
	height: auto !important;
}

#top-nav a {
	display:inline-block;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
	top:10px;
	font-family: Bold;
	font-size: 14px;
}

#top-nav a.selected {
	background-color: #7b2abf88;
}

.feedmessagepart.user.nocomment {
	border-bottom: none !important;
}

.prevdate img, .nextdate img {
	height: 12px;
	width: 12px;
	display: inline-block;
	position: absolute;
	left: 52%;
	top: 52%;
	transform: translate(-50%, -50%);
}

.prevdate, .nextdate {
	width:47px;
	height: 45px;
	padding: 0 !important;
	position: relative;
}

#mobile_friends p {
	font-size: 19px;
}

label {
	display: inline-block;
	padding-right: 3px;
	width: auto !important;
}

#footer {
	position: relative;
	z-index: 99;
}

.full_container #infichart {
	min-height: 300px;
}

img.feeditempic {
	object-fit: contain;
}

.feeditem {
	font-size: 16px;
}

.feedmessagepart.user {
	font-size: 15px;
}

#frlisting {
	font-size: 14.5px;
}

.totals.feeditem.status p, .totals.feeditem.status p span {
	font-size: 19px;
}

.totals.feeditem.status .INTAKE * {
	font-size: 14.5px !important;
}

.loc_value {
	font-size: 24px !important;
	color: #ffffff;
}

.total_name {
	color: #cdd6ff;
}

#scroll_friends {
	-webkit-overflow-scrolling: touch;
}

#privacyblock {
	font-size: 12px;
}
#privacyblock * {
	color: white !important;
	text-align: left !important;
	font-family: Normal !important;
}

#popup .scrollblock {
	width: 100%;
}

#privacypolicy {
	font-family: Thin;
}

.content_container {
	box-shadow: inset 0px 0px 16vw rgb(0 0 0);
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(255, 0, 0, 0.3);
	box-shadow: inset 0px -8px 8px #ffffff33, inset 0px 8px 8px #ffffff33;
	border-left: 0.4px solid #f3f0ff66;
	border-right: 0.4px solid #f3f0ff66;
	border-top: 0.4px solid #ffffff44;
	border-bottom: 0.4px solid #ffffff44;
	border-radius:8px !important;
	background-color: rgba(180,180,180,0.1);
	background-color: rgb(47 9 129 / 10%);
	padding: 25px;
	max-width: 800px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.cal_container {
	box-shadow: inset 0px 0px 16vw rgb(0 0 0);
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(255, 0, 0, 0.3);
	box-shadow: inset 0px -8px 8px #ffffff33, inset 0px 8px 8px #ffffff33;
	border-left: 0.4px solid #f3f0ff66;
	border-right: 0.4px solid #f3f0ff66;
	border-top: 0.4px solid #ffffff44;
	border-bottom: 0.4px solid #ffffff44;
	border-radius:8px !important;
	background-color: rgba(180,180,180,0.1);
	background-color: rgb(47 9 129 / 10%);
	padding: 6px;
	padding-top: 25px;
	padding-bottom: 25px;
	max-width: 1200px;
	margin-left:auto;
	margin-right: auto;
	/*margin-top: 40px;*/
}

.full_container {
	display: table;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 16vw rgb(0 0 0);
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(255, 0, 0, 0.3);
	box-shadow: inset 0px -8px 8px #ffffff33, inset 0px 8px 8px #ffffff33;
	border-left: 0.4px solid #f3f0ff66;
	border-right: 0.4px solid #f3f0ff66;
	border-top: 0.4px solid #ffffff44;
	border-bottom: 0.4px solid #ffffff44;
	border-radius:8px !important;
	background-color: rgba(180,180,180,0.1);
	
	padding: 25px;
}

.bgcolor {
	background-color: rgb(47 9 129 / 10%) !important;
}

body.red .bgcolor {
	/*background-color: rgba(180,180,180,0.24) !important;*/
	/*background-image: linear-gradient(to right, rgba(180,180,180,0.1) 0%, rgba(180,180,180,0.39) 100%) !important;*/
	/*background-image: linear-gradient(to bottom left, rgba(180,180,180,0.44) 0%, rgba(180,180,180,0.1) 45%, rgba(180,180,180,0.1) 85%, rgba(180,180,180,0.44) 100%) !important;*/
	background-image: linear-gradient(to left, rgba(180,180,180,0.25) 0%, rgba(180,180,180,0.15) 100%) !important;
}

.smallpad {
	padding: 6px !important;
}

.smallxpad {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.full_container #chart {
	background-color: #ffffffaa;
	border-radius: 4px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.planitem {
	font-family: Normal;
	font-size: 14px;
	cursor: pointer;
}

.planitem * {
	display: inline !important;
}
.planitem label {
	display: inline-block !important;
}
.planitem p {
	display: block !important;
	margin-left: 25px !important;
}

.planname, .viewexercisecal .exname {
	color: #ff5b83 !important;
	font-size: 18px;
	display: inline-block;
}

#fooddash .macroval, #fooddash .num_cals, #fooddash .daily_cals {
	color: #cdd6ff !important;
	font-size: 20px;
}

#form-flow {
	font-family:Normal;
	font-size: 22px;
}

#form-flow label {
	white-space: pre-wrap !important;
}

select {
	height: auto !important;
	width: auto !important;

	background-color: #7b2abf;
	background-image: linear-gradient(to bottom, #5e5e5e 0%, #383838 100%);
	border-radius: 8px;
	border: none;
	padding-left: 42px;
	padding-right: 42px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white !important;
	text-shadow: 1px 1px 0px #000000;
	font-size: 19px;
	font-family: Normal;
	margin: 8px;
	margin-top: 15px;
	/*border: 1px solid #00000055;*/
	box-shadow: inset 1px 1px 1px #ffffff, 4px 4px 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
button, input[type=submit], .btn-green, .btn-gray {
	white-space: nowrap;
}
button:active:not(:disabled), input[type=submit]:active:not(:disabled), .btn-green:active:not(:disabled), .btn-gray:active:not(:disabled) {
	position: relative;
	top:1px;
	left:1px;
}

select:active {
	box-shadow: inset -1px 0px 1px #888888;
	text-indent: 1px;
}


/*content_container input[type=number], .content_container input[type=text] {
	padding: 10px;
    border: 1px solid #aaaaaa;
    padding: 8px;
    border-radius: 3px;
    font-family: Thin;
    font-size: 1.1em;
    box-shadow: inset 0px 1px 4px rgb(192 192 192 / 90%);
	color: black;
	font-family: Normal;
}*/

#startdate, #logdate {
	padding: 10px;
    border: 1px solid #aaaaaa;
    padding: 8px;
    border-radius: 3px;
    font-family: Thin;
    font-size: 1.1em;
    box-shadow: inset 0px 1px 4px rgb(192 192 192 / 90%);
	color: black;
	font-family: Normal;
	margin: 8px;
	margin-top: 15px;
}

#logdate {
	font-size: 0.9em;
	padding: 4px;
}

#fooddash #prevdate, #fooddash #nextdate, #nextfriendpage, #prevfriendpage, .prevpics, .morepics {
	background-color: #bd8ec944 !important;
	background-image: linear-gradient(to bottom right, #2a1774 0%, #450674 100%);
	color: white !important;
	border: none !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
	font-family: cursivefont;
	cursor: pointer;
	display: inline-block;
	width:47px;
	height: 45px;
	padding: 0 !important;
	position: relative;
	border-radius: 50%;
	top: 22px;
}

.prevpics, .morepics {
	top: 0px;
}

#prevfriendpage {
	margin-right: 50px;	
}
#nextfriendpage {
	margin-left: 50px;	
}

#fooddash #prevdate {
	left: -6px;
}

#fooddash #nextdate {
	left: 3px;
}

#fooddash #prevdate img, #fooddash #nextdate img, #nextfriendpage img, #prevfriendpage img, .prevpics img, .morepics img {
	height: 12px;
	width: 12px;
	display: inline-block;
	position: absolute;
	left: 52%;
	top: 52%;
	transform: translate(-50%, -50%);
}

#fooddash .logmeal {
	cursor: pointer;
}

#fooddash .logmeal img {
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
}


#logfood {
	font-family: Normal;
}

select::selection {
	color: white;
}

#log_container {
	font-family: Normal;
	font-size: 16px;
}

.delitem {
	border-radius: 50%;
	background-color: #ff5b83;
	color: white;
	box-shadow: inset 1px 1px 1px #ffffff, 4px 4px 4px rgba(0, 0, 0, 0.3);
	display: inline-block;
	text-shadow: 1px 1px 0px #000000;
	padding-left: 15px !important;
	padding-right: 15px !important;
	font-size: 18px;
}

.removepic {
	border-radius: 50%;
	background-color: #ff5b83;
	color: white !important;
	box-shadow: inset 1px 1px 1px #ffffff, 4px 4px 4px rgba(0, 0, 0, 0.3);
	display: inline-block;
	text-shadow: 1px 1px 0px #000000;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	padding-left: 17px !important;
	padding-right: 17px !important;
	font-size: 18px;
}

.excalendar {
	color: #000000 !important;
	background-color: #ffffffcc;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}


element.style {
}
.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
}
.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #7e7e7e !important;
}

.excalendar td {
    height: 50px !important;
    font-size: 10px !important;
}

@media screen and (min-width: 702px) {
	.excalendar td {
		height: 50px !important;
		font-size: 15px !important;
	}
	
	.cal_container { 
		padding-left: 25px;
		padding-right: 25px;
	}
}

.excalendar  {
	padding: 8px !important;
	border-radius: 8px;
}


.excalendar h2, #schedex span {
	color: #ff5b83 !important;
}

.blockUI.blockOverlay.notrans {
	z-index: 99999999 !important;
}

.exercisepic {
	margin-left: 20px;
}

.fc-scroller, .scrollblock {
	-webkit-overflow-scrolling: touch;
}

.your_cals_block {
  /*width: 0; 
  height: 0; */
  
  display: inline-block;

  

  
  /*margin-top:4px;*/
}

.your_cals {
	background-color: black;
	display: inline-block;
  color: white;
  border-radius: 4px;
  
  text-align:center;
  
  min-width: 20px;
  
  padding: 4px;
}
.nutrientlabel {
	font-weight: bold;
}
.nutrientvalue {
	font-size: 0.8em;
}

#fooddash .arrow-up {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
	margin-left: auto;
	margin-right: auto;
}

#searchbar {
	color: black;
	font-family: Normal;
}

.nutrientlabeltable {
	border-spacing: 0px;
    border-collapse: separate;
    width: 95% !important;
}
.nutrientlabeltd {
	border-bottom: 1px solid #000000;
	font-size: 18px !important;
	padding:6px !important;
	color: black;

}

.searchfoodnavcell {
	background-color: rgba(192,192,255,0.2);
	padding-top: 15px;
	padding-bottom: 15px; 
	color: black; 
	font-family: Bold; 
	cursor:pointer; 
	border-right: 1px solid #cccccc;
}

.searchfoodtabcell {
	/*background-color: rgba(192,192,255,0.2);*/
	background-image: linear-gradient(rgb(247, 247, 247) 5%, rgb(255, 255, 255) 52%);
	padding-top: 15px;
	padding-bottom: 15px; 
	color: black; 
	font-family: Bold; 
	cursor:pointer; 
	/*border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

.logmeal {
	cursor: pointer; 
	display:inline-block; 
	/*padding:20px; */
	padding:10px;
	/*background-image: linear-gradient(rgb(247, 247, 247) 5%, rgb(255, 255, 255) 52%); */
	background-color: #ffffff;
	/*margin:10px; */
	margin:5px;
	border-radius:50%; 
	border: 1px solid #eeeeee;
}

.searchfoodtabcell.first {
	border-left: 0;
	border-top-left-radius: 0px;
}

.searchfoodtabcell.last {
	border-right: 0;
	border-top-right-radius: 0px;
}

.searchfoodnavcell.selected {

	font-family: Bold; 
	font-size: 1.25em; 
	color:#ffffff;
	background-color: rgba(192,0,0,1.0);
}

.searchfoodtabcell.selected {

	font-family: Bold; 
	font-size: 1.25em; 
	/*color:#ffffff;
	background-color: rgba(192,0,0,1.0);
	background-image: none;*/
	color: rgba(192,0,0,1.0);
	border-bottom: 2px solid rgba(192,0,0,1.0);
}

.foodresult, .searchfoodtabcell.selected {
	color: rgba(192,55,55,1.0);
	border-bottom: 2px solid rgba(192,55,55,1.0);
}

.searchfoodnavcell.positive {

	font-family: Bold; 
	font-size: 1.25em; 
	color:#ffffff;
	background-color: rgba(0,192,0,1.0);
}

.foodcontainer, #foodresults, #myfoodresults, #recentresults  {
	background-color: #ffffff;
	padding-bottom: 25px;
}

#foodbucketoverview, #newfoodcontainer, #newfoodcontainer input {
	color: black;
	font-family: Normal;
	background-color: #ffffff;
}

#searchfoodscreen, #logfood, #foodresults, #myfoodresults, #recentresults {
	display: table;
	width: 100%;
	height: 100%;
}

ul {
	padding-inline-start: 0px;
}

.fooddetail, #searchinputrecent, #searchinputfood, #searchinputmyfood {
	color: black !important;
	font-family: Normal;
	cursor: pointer;
}

#searchinputrecent::placeholder, #searchinputfood::placeholder, #searchinputmyfood::placeholder, #newfoodname::placeholder, #searchinput::placeholder {
	color: #888888 !important;
	font-family: Normal;
	text-align:center;
}

#searchinput::placeholder {
	color: #ffffff !important;
}

#servdetails, #swipeunits {
	color: black;
}

.macrobreakdown {
	color: #000000;
}

#addcustom {
	color: blue;
}

#logfood input {
	color: black;
}

#logfood input::placeholder {
	color: #666666;
}

.foodlogactions {
}






.albumpic {
	width: 20vw;
	height: 20vw;
	max-height: 200px;
	max-width: 200px;
	border: 1px solid #000000;
}
.albuminfo a {
	color: #22aad5;
}
.deletealbum {
	color: red !important;
	float: right;
}
#albumslist {
	display: table;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.pic {
	width: 20vw;
	height: 20vw;
	max-height: 200px;
	max-width: 200px;
	border: 1px solid #000000;
}
.picinfo a {
	color: #22aad5;
}
.deletepic {
	color: red !important;
	float: right;
}
#picslist {
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.loggedOut .leavecomment, .loggedOut .writeonwall {
	display: none !important;
}

.pics .likebar, .albums .likebar {
	border-top: 0px !important;
}

.pics, .albums {
	font-size: 16px;
}

.deletealbum  {
    border-radius: 50%;
    background-color: #ff5b83;
    color: white !important;
    box-shadow: inset 1px 1px 1px #ffffff, 4px 4px 4px rgb(0 0 0 / 30%);
    display: inline-block;
    text-shadow: 1px 1px 0px #000000;
    padding-left: 15px !important;
    padding-right: 15px !important;
	padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 18px;
	position: relative;
	top: -4px;
	margin-left: 8px;
}
.unfriend {
	border-radius: 50%;
    background-color: #ff5b83;
    color: white !important;
    box-shadow: inset 1px 1px 1px #ffffff, 4px 4px 4px rgb(0 0 0 / 30%);
    display: inline-block;
    text-shadow: 1px 1px 0px #000000;
	margin-left: 8px;
	font-size: 16px;
	padding-left: 13px !important;
    padding-right: 13px !important;
	padding-top: 6px !important;
    padding-bottom: 6px !important;
	top: -12px !important;
	right: -12px !important;
}

.friendspage .btn-red { /* reject button */
	color: #ff5b83;
	font-family: Normal;
	font-size: 18px;
	display:inline-block;
	padding-left: 8px;
	padding-right: 8px;
}

.friendspage .friendlisting, .search_user_row {
	box-shadow: inset 0px 0px 16vw rgb(0 0 0);
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(255, 0, 0, 0.3);
	box-shadow: inset 0px -8px 8px #ffffff33, inset 0px 8px 8px #ffffff33;
	border-left: 0.4px solid #f3f0ff66;
	border-right: 0.4px solid #f3f0ff66;
	border-top: 0.4px solid #ffffff44;
	border-bottom: 0.4px solid #ffffff44;
	border-radius:8px !important;
	background-color: rgba(180,180,180,0.1);
	background-color: rgb(47 9 129 / 10%);
	margin: 12px;
	
}

.friendspage .friendlisting,  #searchwin .search_user_row {
	white-space: nowrap;
}

#searchwin {
	padding-left: 15px;
	padding-right: 15px;
}

#searchwin>div {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.search_user_row {
	padding: 10px;
}

#searchwin .fullname {
	display: block;
}

#searchwin .search_user_row {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#msgwindow .search_user_row {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

#msgwindow legend {
	padding-top: 15px;
}

.friendapprovedeny {
	padding: 10px;
	border-bottom: 0.2px solid #9891b788;
	margin-bottom: 10px;
	white-space: nowrap;
}

.pics, .albums {
	font-family: Normal;
}

#friendrequests p {
	font-family: Normal;
	font-size: 18px;
}

#friendrequests, .friendspage #friendlist {
	padding-left: 18px;
	padding-right: 18px;
}

.sendfriend {
	position: absolute;
	right: 10px;
	/*bottom:48%;*/
	color: #ff5b83;
	font-family: Normal;
}

.replymsg {
	position: absolute;
	right: 10px;
	bottom: 50%;
}
.msgfrom {
	color: #ff5b83;
}
.msgline {
	padding-left: 12px;
	display: table;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Normal;
	word-break: break-word;
}
.msgfrom {
	/*font-weight: bold;*/
	font-family: Bold;
	display: inline-block;
	padding-right: 10px;
}

#msgtxt, .replytxt {
	width: 100% !important;
	font-size: 15px;
	font-family: Normal;
}
textarea.comment, textarea #statustext {
	font-size: 15px;
	font-family: Normal;
}

#settingswindow {
	font-family: Normal;
	width: 100% !important;
	max-width: 600px !important;
	color: #cdd6ff;
}
#settingswindow .errorupdate {
	font-size: 21px;
	color: #ff5b83;
}
h3.error {
	color: #ff5b83;
}
#settingswindow label {
	font-size: 18px;
	color: white;
	padding-bottom: 10px;
}
#settingswindow select {
	width: 90% !important;
	max-width: 250px !important;
}
#settingswindow label, #settingswindow select {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#settingswindow li {
	text-align: center;
}
#settingswindow legend {
	border-bottom: 1px solid #9891b788;
	width: 100%;
}
#settingswindow li {
	padding-top: 22px;
}

#settingswindow .gender_block *:not(.gender_label):not(.validate) {
	display: inline !important;
}
#settingswindow .validate {
	display: none !important;
}
.userwebaddr {
	color: #ff5b83;
}

.postingimage {
	margin: 8px;
}

#upload-image-form {
	font-family: Normal;
	color: #ff5b83;
	text-shadow: 1px 1px 0px #000000;
	font-size: 25px;
}

#upload-image-form .size {
	color: #ff5b83;
	text-shadow: 1px 1px 0px #000000;
}

#heartpopup {
	background-color: #ffffff;
	font-family: Normal;
	font-size: 16px;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	padding: 20px;
	position: fixed;
}

#bpm {
	font-size: 30px;
}

#bpmtxt {
	font-size: 22px;
}

.comment_container[reply_comment_id]:not([reply_comment_id='0']):not(:empty) {
	background-color: rgba(59, 1, 1, 0.25);
	border-radius:6px;
	padding: 8px;
	padding-right: 12px;
}

.feedmessageblock, .feedcomment>span:not(.user) {
	display: inline-block;
	width: 100%;
}
.feeditemmessage, .feedcomment .actiontitle {
	padding-bottom: 8px;
	/*display: block;*/
	width: 0px; 
	min-width: 100%;
	display: inline-block;
	word-wrap: break-word;
}

.feedmessagepart.user>span {
	width: 100%;
}

.likebar {
	padding-bottom: 10px;
}

.smallprofilepicblock {
	padding-left: 0;
}

.commenttime {
	padding-bottom: 16px;
}

.actioncnt {
	border-radius: 8px;
	font-family: Normal;
	color: white;
	background-color: red;
	display: inline-block;
	font-size: 18px;
	margin-right: 3px;
	padding-left: 10px;
	padding-right: 10px;
}


#tabdiv {
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 15px;
}
#admin_menu {
	/*background-color: #ddEaFF;*/
	background-color: #EEEEEE;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	height: auto;
}
#admin_menu .tabs input[type=radio] {
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
  }
  #admin_menu .tabs {
	width: 100%;
	height: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
  }
  #admin_menu .tabs li{
	float: left;
  }
  #admin_menu .tabs label {
	  display: block;
	  padding: 10px 20px;
	  height: 100.%;
	  /*border-radius: 2px 2px 0 0;*/
	  color: #08C;
	  background: rgba(255,255,255,0.5);
		color: black;
	  font-size: 21px;
	  font-weight: normal;
	  /*font-family: 'Lily Script One', helveti;*/
	  /*background: rgba(255,255,255,0.2);*/
	  cursor: pointer;
	  position: relative;
	  /*top: 3px;*/
	  top: 1px;
	  /*-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;*/
  }
  #admin_menu .tabs label:hover {
	background: rgba(255,255,255,0.5);
	color: black;
	top: 1;
  }
   
  #admin_menu [type="radio"]:checked + label {
	background: #08C;
	color: white;
	top: 1;
  }

  @keyframes animbgcolor {
	0% {
	  opacity: 0.0;
	}
	100% {
	  opacity: 1.0;
	}
  }

  #body_blur {
	/*opacity: 0.0;*/
  }

  body #body_blur {
	/*animation: animbgcolor 8000ms infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-fill-mode: both;
	animation-direction: alternate;*/
	
  }

  #body_bg {
	box-shadow: inset 0px 0px 60px rgb(0 0 0);
  }

  .blockUI.blockMsg.blockElement, .blockUI.blockMsg.blockElement * {
	cursor: default;
  }

  #app_list ul {
	font-size: 20px;
  }

  #app_listul {
		list-style-type: none;
		padding-left: 5px;
	}
	#app_list ul ul {
		padding-left: 45px;
	}

  /* Chrome, Safari, Edge, Opera */
  #code_entry input::-webkit-outer-spin-button,
  #code_entry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }

  /* Firefox */
  #code_entry input[type=number] {
  -moz-appearance: textfield;
  }

  #code_error {
	  font-size: 20px;
	  color: red;
	  padding-top: 10px;
	  padding-bottom: 0px;
	  margin-bottom: 0px;
	  height: 20px;
  }

  #code_entry .digitinput {
		color: #000000 !important;
		text-align:center; 
		margin: 2px !important; 
		height: 50px;
		width: 40px; 
		padding: 0px !important;
		font-size: 36px !important;
		white-space: nowrap !important;
	}

	.feed_msg_value {
		font-size: 1.07em !important;
		color: red !important;
	}
	#feeditem_stop_workout_spacer {
		height: 65px;
	}
	#feeditem_block {
		position:absolute;
		top: 0px;
		left:0px;
		right: 0px;
		bottom: 0px;
	}
	#feeditem_container {
		position:absolute;
		left:0px;
		top:0px;
		right:0px;
		padding-left: 4px;
		padding-right: 4px;
		overflow-y:auto; 
		font-size: 1.6em; 
		text-align:left; 
		bottom: 65px !important;
	}
	#feeditem_stop_workout_container {
		height: 58px;
		position: fixed;
		bottom: 14px;
		left: 0px;
		right: 0px;
		z-index: 999999999;
	}
	#feeditem_stop_workout_button {
		height: 58px;
		position:absolute;
		left:0px;
		right:0px;
		
		-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
		-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
		box-shadow: inset 0px 1px 0px 0px #cf866c;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
		background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
		background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
		background-color: #d0451b;
		border: 1px solid #942911;
		display: inline-block;
		cursor: pointer;
		color: #ffffff !important;
		padding: 10px 16px;
		text-shadow: 0px 1px 0px #854629;
		font-size: 22px;
}