* 

{
  	box-sizing: border-box;
/*  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif; */
    font-family:Bellefair;
    font-weight: 400;
  	font-size: 21px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body {
  	background-color: #d8d3d3;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 50px auto;
}
.login h1 {
  	text-align: center;
  	color: #cd8e33;
  	background-color:#0c373c;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #0c373c;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #0c373c;
  	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color: #c1c4c8;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #cd8e33;
	color:#ffffff;
  	transition: background-color 0.2s;
}

.register {
  	width: 800px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 50px auto;
}
.register h1 {
  	text-align: center;
  	color: #c1c4c8;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}

.register form#goal_form {
  	padding-top: 0px;
}

.register .coachee_functions {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top:0px;
}

.register div#coachee_name {
    width:100%;
    display:block;
    background-color:#cd8e33;
    border-top:4px solid #0c373c;
    border-bottom:4px solid #0c373c;
    margin-bottom:20px;
}

.register div#coachee_name h1 {
    color:#ffffff;
    border-bottom:none;
    padding:0px;
}

.register div#page_title {
    background-color:#0c373c;
    vertical-align:middle;
    text-align:center;
}

.register div#page_title h1 {
    color:#c1c4c8;
    border-bottom:none;
    padding:5px 0;
    margin-top:5px;
    margin-bottom:0px;
}

.register div#page_title h2 {
    color:#c1c4c8;
    border-bottom:none;
    font-size:20px;
    padding:5px 0;
    margin:0px;
}

.register div#page_title h3 {
    color:#c1c4c8;
    border-bottom:none;
    font-size:18px;
    padding-top:5px;
    padding-bottom:10px;
    margin-bottom:10px;
    margin-top:0px;
}

.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #0c373c;
  	color: #cd8e33;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"], .register form input[type="date"], .register form select, form input[type="time"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 0 15px;
}

.register div#goalstable h1 {
  	width: 100%;
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}

.register div#goaltitle {
  	width: 100%;
  	display: block;
  	background-color:#0c373c;
    vertical-align:middle;
    margin-bottom:20px;
    border-top:4px solid #cd8e33;
    border-bottom:4px solid #cd8e33;
}

.register div#goaltitle h1 {
  	width: 100%;
  	text-align: center;
  	font-size: 24px;
    color:#ffffff;
    border-bottom:none;
    padding:0;
}

.register div#goalstable td {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 0 15px;
}

.register form#goal_form {
    width:100%;
}
.register form textarea#address {
  	width: 690px;
  	height:100px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 10px 15px;
}

.register div#cpdp_title {
  	width: 100%;
  	display: block;
  	background-color:#0c373c;
    vertical-align:middle;
    margin-bottom:20px;
    margin-top:20px;
    border-top:4px solid #cd8e33;
    border-bottom:4px solid #cd8e33;
}

.register div#cpdp_title h1 {
  	width: 100%;
  	text-align: center;
  	font-size: 24px;
    color:#ffffff;
    border-bottom:none;
    padding:0;
}

.register form textarea#comments, .register form textarea#questions, .register form textarea#what_went_well, .register form textarea#better_next_time {
  	width: 690px;
  	height:300px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 10px 15px;
}

.register form textarea#goal_textarea {
  	width: 690px;
  	height:100px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 10px 15px;
}

.register form input#goal_targetdate {
  	width: 690px;
  	height:50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 10px 15px;
}

.register div.break_container {
    width:100%;
    margin-bottom:20px;
}

.register div.break {
    width:50%;
    border-top:2px dashed #cd8e33;
    margin:0 auto;
}

.register form div#previous_comments, .register form div#previous_questions {
    overflow: auto;
  	width: 690px;
  	height:300px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 10px 15px;
  	font-style: italic;
  	background:#D3D3D3;
}

.register form input#web_link {
  	width: 690px;
  	height:50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 0 15px;
}

.register form input#telephones {
  	width: 690px;
  	height:50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:20px;
  	padding: 0 15px;
}

.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #0c373c;
 	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color: #c1c4c8;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #cd8e33;
	color:#ffffff;
  	transition: background-color 0.2s;
}

.register #coachees_container {
  	padding-bottom:6px;
}


.register #my_coachees {
  	width: 144px;
  	height:144px;
  	padding: 0px;
  	background-color: #0c373c;
 	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color: #c1c4c8;
  	transition: background-color 0.2s;
}

.register #my_coachees:hover {
    background-color: #cd8e33;
	color:#ffffff;
  	transition: background-color 0.2s;
}

.register #my_coachee_sessions {
  	width: 144px;
  	height:144px;
  	padding: 0px;
  	background-color: #0c373c;
 	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color: #c1c4c8;
  	transition: background-color 0.2s;
  	margin-bottom:20px;
}

.register #my_coachee_sessions:hover {
    background-color: #cd8e33;
	color:#ffffff;
  	transition: background-color 0.2s;
}

.register #my_coachee_sessions_complete {
  	width: 144px;
  	height:144px;
  	padding: 0px;
  	background-color: #cd8e33;
 	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color:#ffffff;
  	transition: background-color 0.2s;
  	margin-bottom:20px;
}

.register #my_coachee_sessions_complete:hover {
    background-color: #0c373c;
  	color: #c1c4c8;
  	transition: background-color 0.2s;
}

.register #goal_status {
    width:690px;
}

#no_sessions {
    text-align:center;
}

.register #coachee_functions {
   width:100%; 
   height:150px;
   text-align:center;
}

.my_coachees_hr {
    width:100%;
    border-top:1px solid #0c373c;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

.navbar {
    width:100%;
    background-color: #0c373c;
}

.navtop {
	background-color: #0c373c;
	height: 60px;
	width: 800px;
	border: 0;
	margin:0 auto;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 15px 20px 15px 0;
	margin: 0;
	color: #cd8e33;
	font-weight: 400;
}
.navtop div a {
	text-decoration: none;
	padding:0px 20px 0px;
	color: #c1c4c8;
	font-weight: 400;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}

.navtop div.logout {
    position:relative;
    right:0;
}


body.loggedin {
	background-color: #d8d3d3;
}
.content {
	width: 800px;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: 400;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.notregistered {
    text-align:center;
    color:#ffffff;
}

.notregistered a {
    text-align:center;
    color:#ffffff;
}

div.forgotten {
   margin:0 auto;
   text-align:center;
}

.forgotten a {
    text-align:center;
    color:#0c373c;
}

.forgotten a:hover {
    text-align:center;
    color:#cd8e33;
}
