
body {
  	background-color: #d8d3d3;
    font-family: "Outfit"
}

@font-face {
    font-family: "Outfit";
    src: url("fonts/Outfit-Variable.woff2") format('woff2');
}

h1,h2 {
    font-family: "Outfit"
}

.message {
    width:800px;
    text-align:center;
    background-color: #ffffff;
	padding: 15px;
	margin: 15px auto;
}

.chart-odd {
    width: 45%;
    height: auto;
    margin-left:5%;
    float:left;
    margin-bottom:20px;
    text-align:center;
}

.chart-even {
    width: 45%;
    height: auto;
    margin-left:3%;
    margin-right:2%;
    float:right;
    margin-bottom:20px;
    text-align:center;
}


.login {
  	width: 400px;
  	background-color: #000000;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 15px auto;
}
.login h1 {
  	text-align: center;
  	color: #E7E3E9;
  	background-color:#000000;
  	font-size: 24px;
  	padding: 20px 0 0px 0;
  	font-weight:400;
}
.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: #810BBB;
  	color: #ffffff;  	
  	border: 1px solid #810BBB;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 280px;
  	height: 50px;
  	border: 1px solid #810BBB;
  	margin-bottom: 20px;
  	padding: 0 15px;
  	background-color: #ffffff;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
	background-color: #E7E3E9;
  	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color: #810BBB;
  	font-size:18px;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  	background-color: #810BBB;
  	color: #E7E3E9;
  	transition: background-color 0.2s;
}


.title {
  	width: 100%;
  	height:100px;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 10px auto;
}

.title h2 {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category {
  	width: 100%;
  	height:70px;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 10px auto;
}

.category form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 5px;
  	padding-bottom: 5px;
}

.category form select {
    width:370px;
    height:52px;
    font-family: "Outfit";
    font-size:18px;
    padding-left:10px;
}

.category form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #810BBB;
  	color: #ffffff;  	
  	border: 1px solid #810BBB;
}

.register {
  	width: 450px;
  	background-color: #000000;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 50px auto;
}
.register h1 {
  	text-align: center;
  	color: #E7E3E9;
  	font-size: 24px;
  	padding: 20px 0 0px 0;
  	font-weight:400;
}
.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: #6A28C0;
  	border-bottom:2px solid #6A28C0;
  	color: #ffffff;
}
.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: 340px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	margin-right:0px;
  	padding: 0 15px;
  	font-weight:400;
}


.register form select {
    width:370px;
    height:52px;
}

.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#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 {
    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: #E7E3E9;
 	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	font-size: 18px;
  	color:#810BBB;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
    background-color: #810BBB;
	color: #E7E3E9;
  	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: #000000;
}

.navtop {
	background-color: #000000;
	height: 60px;
	width: 100%;
	border: 0;
	margin:0 auto;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
.navtop div {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
.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: #ffffff;
	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;
}
