body {
    background: #F7F7F7;    
}

header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#F7F7F7;
	padding:10px 0px 10px;
	border-bottom:2px solid #00A86B;
	z-index:500;
}

header .row {
	margin: 0px auto;
	padding:0px;
}

header h1 {
	color:#00A86B;
}

header .menu-text {
	float:left;
}

header a {
	display:inline-block;
	padding: 10px;
	font-size:18px;
}

header nav a {
	display:inline-block;
	margin-top:15px;
	padding: 10px;
	font-size:20px;
}

header nav a #logo {
	display:inline-block;
    max-width: 250px;
	margin-top:-10px !important;
	padding: 0px 0px !important;
}

header .material-icons {
	margin:0px !important;
	padding:0px !important;
	font-size:16px;
}

header .dropdown-pane a {
	margin-top:0px;
}

#helpButton {
    margin-right:10px;
}

#helpButton, #mailButton {
	margin-top:15px;
}

header #headerImage {
	float:left;
	max-width:60px;
	margin-top:5px;
	margin-right:15px;
	border-radius:50%;
	border:2px solid #00A86B;
}

#headerName {
	margin:10px 0px -10px 0px;;
	padding:0px;
	font-weight:bold;
}

#toggleSettingsButton {
	margin:0px 0px 0px -10px;
}

.title-bar button {
	float:right;
	background:#00A86B;
	margin-top:10px;
}

@media screen and (max-width: 39.9375em) {
	nav {
		position: fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background:#F7F7F7;
		z-index: 999;
		display:none;
	}
	
	nav .menu-text {
		font-size:30px;
		margin-bottom:10px;
	}
	
	nav a {
		display:block;
		width:100%;
		padding: 5px;
		text-align:center;
	}
    
    #helpButton, #mailButton {
	    margin-top:8px;
    }
}

@media screen and (max-width: 63.9375em) {
	nav {
		position: fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background:#F7F7F7;
		z-index: 999;
		display:none;
	}
	
	nav .menu-text {
		font-size:30px;
		margin-bottom:10px;
	}
	
	nav a {
		display:block;
		width:100%;
		padding: 5px;
		text-align:center;
	}
}

main {
	min-height:800px;
	margin-top:125px;
}

#morningPrayers, #morningAffirmations, #morningEnjoyment, #morningJournal, #morningReading, #morningExercise, #eveningWins, #eveningLosses, #eveningFixes, #eveningBreakthroughs, #eveningRedo, #eveningGrateful {
	min-height: 300px;
}

#scheduleOneNotes, #scheduleTwoNotes, #scheduleThreeNotes, #accountNote, #momentNotes, #momentShift, #reviewProgress, #reviewHabits, #reviewEmotions {
	min-height: 200px;
}

#closeComments, #inviteNotes {
	min-height:100px;
}

#closeReasonText {
	display:none;
}

#momentShiftHolder {
	display:none;
}

#goalSubmit, #projectSubmit, #reminderSubmit, #accountSubmit, #closeCancel {
	margin-right:10px;
}

#counterBox {
	background:#F7F7F7;
	margin:100px auto 0px;
	color:#000000 !important;
}

#counterBox h4, #counterBox p {
	margin-bottom:25px;
}

#counterBox p {
	color: #FFF;
}

#counterBox span {
	color:#00A86B;
	font-size:100px;
	font-weight:bold;
}

#projectHolder {
	padding: 10px 0px 10px;
}

#projectHolder h4 {
	padding: 0px 10px 0px;
}

#projectHolder a {
	display: block;
	margin-bottom: 3px;
	padding: 5px 15px;
	border-left: 4px solid;
}

#projectHolder .button {
	border-left: none;
}

#projectPane span {
	margin-right: 5px;
	padding: 5px 10px;
	color:#FFF;
	border-radius: 15px;
}

#projectPane .fi-plus, #projectPane .fi-pencil, #projectPane .fi-archive {
	margin: 0px;
	padding: 0px;
}

#visualizeFocus, #visualizeHabits, #visualizeEmotions {
    width: 100%;
    height: 600px;
}

#drawHabits, #drawEmotions, #drawProjects {
    width: 100%;
    height: 400px;
}

.callout h1 {
    margin-bottom: 0px !important;
}

.callout .button {
	margin: 0px 10px 0px 0px;
}

.callout .button img {
	max-width: 25px;
	margin: 0px 10px 0px 0px;
	border-radius:50%;
}

#projectPane .callout small, #projectPane .callout a {
	color:#FFF;
}

#projectPane .callout p a {
	color:#00A86B;
}

#taskHeader {
	background: #F9F9F9; 
	margin: -15px -15px 20px; 
	padding: 15px; 
	border-bottom: 1px solid rgba(10, 10, 10, 0.25);
	overflow: hidden;
}

#taskHeader .text-center {
	margin: 10px 0px;
}

#commentBlock {
	background: #F9F9F9; 
	margin: 0px; 
	padding: 15px; 
	overflow: hidden;
    border-radius: 10px;
}

#commentHolder .callout:first-child {
    margin-top: 20px;
}

.callout {
    padding: 20px;
	overflow: hidden;
    border-radius: 15px;
}

#goalSubmit, #rhythmSubmit, #habitSubmit, #buttonSpace {
	margin-right: 10px;
}

.buttonSpace {
    margin-left: 10px;
}

.buttonBottom {
    margin-bottom: 10px !important;
}

.rhythmNotes {
	display: none;
}

.primary blockquote {
	border-left-color:#4471A5;
}
.primary cite {
	color:#4471A5;
}

#momentSubmit {
	margin-right: 10px;
}

#goalProcesses .primary {
    background: #CCCCCC;
}

#goalProcesses .primary small {
	color: #777777;
}

#projectPane .callout h4, #projectPane .callout h5 {
	color: #FFF !important;
}

#projectPane .callout p {
	color: #E7E7E7 !important;
}

#projectPane #taskPane.callout h4, #projectPane #taskPane.callout p {
	color: #000 !important;
}

#projectPane #commentHolder small {
	color:#CCC;
}

#projectPane #taskPane.callout h4 small {
    color:#CCC;
}

#projectPane .white span {
    color: #333;
}

.primary {
	background:#E6F7D9;
}

.completeCount {
	padding-top:7px;
}

.dropdown-pane a {
	display:block;
	background:none;
	width:100%;
}

#rhythmField h5 {
	margin-top: 10px;
}

#rhythmField .button {
	margin-top: 12px;
}

#cleanTable .button {
	margin-bottom:0px;
}

.square li {
	margin-left:20px;
	list-style: square;
}

.tableHead {
	background:#E7E7E7;
	margin-bottom:0px;
	padding:10px 0px;
	font-weight:bold;
}

.accountability p {
	padding-top:8px;
}
	
.accountability .button {
	margin:0px;
}

.accountability:nth-child(even) {
	background:#F7F7F7;
	padding:10px 0px;
}

.accountability:nth-child(odd) {
	background:#F3F3F3;
	padding:10px 0px;
}

.mt10 {
	margin-top:10px;
}

.selectedDrop {
	display:block;
	background:#F00;
}

#popWindowBlur {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url(http://greatestedge.com/images/blur.png);
	z-index: 999;
}

#popWindow {
	background: #FFF;
	width: 30%;
	margin: 300px auto 0px;
	padding: 30px;
	overflow:hidden;
	z-index: 1000;
}

#deleteGoal {
	margin-left:10px;
}

#dashboardSettings {
	background:#00A86B;
	margin-top:-32px;
	margin-bottom:50px;
	padding: 50px 0px;
	color:#FFF;
}

#dashboardSettings h1, #dashboardSettings h5 {
	color:#FFF;
}

#dashboardSettings h5 {
	padding-top:25px;
}

#dashboardSettings img {
	border-radius:50%;
}

.circle {
	float:right;
	background:#00A86B;
	color:#FFF;
	border-radius:50%;
}

.circle span {
	padding:5px;
}

.circle span:hover {
	color:#F7F7F7;
}

.revealBox {
	display:none;
	overflow:hidden;
}

#closeIron {
	margin: 50px auto;
}

#closeIron h5 {
	margin-top:20px;
}

#closeIron img {
	border-radius:50%;
}

#loginPage {
	background: url(http://greatestedge.com/images/greatestest-edge-login.jpg) no-repeat center center;
	background-size: cover;
	padding-top:100px;
}

#loginPage h1 {
	margin-top: 150px;
}

#recoveryBlock {
	margin-top:100px;
}

#loginMenu h2 {
	text-align: center;
}

#loginMenu p {
	margin:0px;
	padding-top: 20px;
	text-align: center;
}

#newAccount {
	background:#F7F7F7; 
	margin: 10px -15px -15px; 
	padding:10px;
	font-weight:bold;
	text-align: center;
}

.fb-page {
	width:100% !important;
	margin-bottom:25px;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.teamSocial {
	float:right;
	margin-top: -12px;
}

.teamSocial a {
	font-size: 40px;
}

#goalComments {
	min-height: 160px;
}

.sideBar {
	background:#F7F7F7;
	margin-bottom:25px;
	padding:10px;
	border:1px solid #E7E7E7;
    border-radius: 15px;
}

.sideCenter {
	text-align:center;
}

.sideBar h4 {
    background: #333;
	margin:-10px -10px 15px;
	padding:10px 0px 15px;
    color: #FFF;
	text-align:center;
    border-bottom:2px solid #00A86B;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sideBar .line {
	background:#FFF;
	width:15%;
	height:6px;
	margin:0px auto 5px;
}

.sideBar h5 {
	background:#00A86B;
	margin:-10px -10px 0px;
	padding:40px 20px 100px;
	color:#FFF !important;
	font-size:25px;
	text-align:center;
	border-bottom:1px solid #00A86B;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sideBar h6 {
	color:#00A86B !important;
	font-size:20px;
}

.sideBar img {
	max-width:50%;
	margin:-80px auto 20px;
	border-radius:50%;
	border:1px solid #E7E7E7;
}

.sideBar .sideList a, .sideBar .sideList p {
	display:block;
	width:100%;
	margin:0px;
	padding:3px;
}

.sideBar .sideList .sideSecondary {
	display:block;
	width:100%;
	margin:0px;
	padding:3px 15px 3px;
}

.sideBar .button.large {
	margin-top:30px;
}

.circle-graph {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  background-color: #333333;
  position: relative;
}

.circle-graph.gt-50 {
  background-color: #00A86B;
}

.circle-graph-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 5.625rem);
  top: calc(50% - 5.625rem);
  width: 11.25rem;
  height: 11.25rem;
  clip: rect(0, 11.25rem, 11.25rem, 5.625rem);
}

.circle-graph-progress .circle-graph-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 5.625rem);
  top: calc(50% - 5.625rem);
  width: 11.25rem;
  height: 11.25rem;
  clip: rect(0, 5.625rem, 11.25rem, 0);
  background: #00A86B;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.gt-50 .circle-graph-progress {
  clip: rect(0, 5.625rem, 11.25rem, 0);
}

.gt-50 .circle-graph-progress .circle-graph-progress-fill {
  clip: rect(0, 11.25rem, 11.25rem, 5.625rem);
  background: #333;
}

.circle-graph-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 7.75862rem/2);
  top: calc(50% - 7.75862rem/2);
  width: 7.75862rem;
  height: 7.75862rem;
  background: #FFF;
  text-align: center;
  display: table;
  z-index: 4;
}

.circle-graph-percents .circle-graph-percents-number {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00A86B;
}

.circle-graph-percents .circle-graph-percents-units {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

.circle-graph-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}

.circle-graph-percents-wrapper span {
  line-height: 1;
}

.sc-gauge  { width:400px; height:220px; margin:50px auto 0px; }
.sc-background { position:relative; height:200px; margin-bottom:20px; background-color:#fff; border-radius:300px 300px 0 0; overflow:hidden; text-align:center; }
.sc-mask { position:absolute; top:40px; right:40px; left:40px; height:160px; background-color:#FFF; border-radius:300px 300px 0 0 }
.sc-percentage { position:absolute; top:200px; left:-400%; width:800%; height:800%; margin-left:200px; background-color:#00A86B; }
.sc-percentage { transform:rotate(158deg); transform-origin:top center; }
.sc-min { float:left; }
.sc-max { float:right; }
.sc-value { position:absolute; top:50%; left:0; width:100%;  font-size:48px; font-weight:700 }

#mailbox .success {
    background: #00A86B;
}

#mailbox .button.unread {
    background: #333;
    color: #FFFFFF;
}

#mailbox .callout.success h5 {
    margin-bottom: 0px !important;
}

#mailbox .callout.success h5, #mailbox .callout.success p {
    color: #FFFFFF;
}

#chartdiv {
    width: 100%;
    height: 1000px;
}
 
#priorityBox fieldset {
	background-color: #FCD6D6;
}

#priorityBox fieldset.Yes {
	background-color: #E6F7D9;
}

#priorityBox textarea {
	min-height: 200px;
}

.input-group .input-group-field {
	display: inline-block;
	width: 75%;
}

.input-group select {
	display: inline-block;
	width: 25%;
	margin-top: -10px;
}

footer {
	background:#F7F7F7;
	padding:20px 0px 0px;
	border-top:2px solid #E7E7E7;
}

footer h4, footer h5, footer h6 {
	color:#555 !important;
	font-weight:bold;
}

.headingMargin h4, .headingMargin h5 {
	margin:0px;
	padding:0px;
}

footer .socialIcons {
	width:100%;
	overflow:hidden;
}

footer .socialIcons a {
	float:left;
	margin:0px 5px 0px;
	font-size:50px;
}

footer .menuList a {
	display:block;
}

#openHelpBoxBlur {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url(http://greatestedge.com/images/blur.png);
	z-index: 999;
}

#openHelpBox {
	position:fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:60%;
	overflow:hidden;
	z-index: 3000;
}

#openHelpBoxBlur .material-icons {
	float: right;
    margin: 20px 20px 0px 0px;
	color:#FFFFFF;
	font-size:75px;
    z-index: 1000;
}

#openHelpBoxBlur .material-icons:hover {
	color:#E7E7E7;
}

@media screen and (max-width: 39.9375em) {
	#openHelpBox {
		width:80%;
	}
    
    #openHelpBoxBlur .material-icons {
	    font-size:50px;
    }
    
    .sc-gauge  { width:200px; height:120px; margin:25px auto 0px; }
    .sc-background { position:relative; height:100px; margin-bottom:10px; background-color:#fff; border-radius:200px 200px 0 0; overflow:hidden; text-align:center; }
    .sc-mask { position:absolute; top:20px; right:20px; left:20px; height:80px; background-color:#FFF; border-radius:200px 200px 0 0 }
    .sc-percentage { position:absolute; top:100px; left:-200%; width:400%; height:400%; margin-left:100px; background-color:#00A86B; }
    .sc-percentage { transform:rotate(158deg); transform-origin:top center; }
    .sc-min { float:left; }
    .sc-max { float:right; }
    .sc-value { position:absolute; top:40%; left:0; width:100%;  font-size:35px; font-weight:700 }

    #chartdiv {
        width: 100%;
        height: 550px;
    }
}

@media screen and (max-width: 63.9375em) {
	#openHelpBox {
		width:70%;
	}
    
    #openHelpBoxBlur .material-icons {
	    font-size:50px;
    }
}

#chatBox {
	position:fixed;
	bottom:0;
	right:10px;
	background:#F7F7F7;
	width: 350px;	
	border:2px solid #E7E7E7;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:0px;
}

#chatBox #chatButton {
	background:#00A86B;
	width:100%;
	padding:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align: center;
}

#chatBox #chatButton button {
	color:#FFF;
}

#chatTalk {
	display:none;
	padding: 10px 0px 0px;
	color:#FFF;
}

#chatResponse {
	max-height:200px;
	padding: 0px 10px;
	overflow: scroll;
	align-content: flex-start;
}

#chatBlock {
	padding-top:10px;
	border-top:2px solid #E7E7E7;
}

#chatTalk img {
	border-radius:50%;
}

#chatTalk .theirs p {
	background:#00A86B;
	margin-top:10px;
	padding:3px 5px;
	border-radius:5px;
}

#chatTalk .mine p {
	background:#2BA6CB;
	padding:3px 5px;
	border-radius:5px;
	text-align:right;
}

.material-icons {
	margin:0px !important;
	padding:0px !important;
	font-size:95%;
}

.button .material-icons {
	margin:0px !important;
	padding: 0px !important;
	font-size:100%;
}

@media screen and (max-width: 39.9375em) {
	#chatBox {
		right:0px;
		width:100%;
	}
}

@media screen and (max-width: 63.9375em) {
	
}

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 25px;
    left: 25px;
    display: none;
    text-indent: -9999px;
    background:url(http://contineofy.com/images/top.png) no-repeat top left;
}

.scrollToTop:hover {
    background: url(http://contineofy.com/images/topHover.png) no-repeat top left;
}

#fireworks {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url(http://greatestedge.com/images/greatest-edge-achievement.jpg) no-repeat bottom center;
	background-size: cover;
	text-align:center;
	z-index: 5000;
}

#fireworks #textMessage {
	position: absolute;
    top: 35%;
    left: 50%;
	color: #FFF !important;
	transform: translate(-50%, -50%);
}

#fireworks #textMessage h1 {
	color:#FFF !important;
}