.inter-main {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

body {
  	background-color: #F69F86;
}

h2 {
    color:#05405D;
}

hr.dotty {
    border-top: 1px dashed #05405D;
    width:80%;
    margin:20px auto 10px;
}

.container {position:absolute;
            top:120px;
            left:0px;
            width:100%;
            z-index:10;
}

.viewall-container {position:absolute;
            top:70px;
            left:0px;
}

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

.action-narrative {
    width: 95%;
    margin:10px auto;
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:center;
}

.action-narrative h2 {
    color:#ffffff;
}

.action-narrative p {
    padding:10px 30px;
}

.retailerlogo {
    width:100%;
}

.retailerlogo img {
    display:block;
    margin:auto;
}

.performance-table-container {
    width:96%;
    margin:auto;
    overflow-y:auto;
    overflow-x:hidden;
}

.performance-table {
    border-spacing:10px 10px;
}

.performance-table-head-start {
    width:40%;
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:left;
    padding: 20px 10px;
}

.performance-table-head-middle {
    width:9.5%;
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:right;
    padding: 20px 10px;
}

.performance-table-head-end {
    width:18%;
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:center;
    padding: 20px 10px;
}

.performance-table-body-start {
      border: 1px solid;
      padding:20px 10px;  
      text-align:left;
}

.performance-table-body-middle {
      border: 1px solid;
      padding:20px 10px;  
      text-align:right;
}

.performance-table-body-end {
      border: 1px solid;
      padding:20px 10px;  
      text-align:center;
}

.flex-table {
  display: grid;
  gap: 10px 10px;
  width:96%;
  margin:auto;
  grid-template-columns: 40% 7.5% 7.5% 7.5% 7.5% 7.5% 18%;
  overflow-y:hidden;
  overflow-x:hidden;
  cursor:default;
}

.flex-table-detail {
  display: grid;
  gap: 10px 10px;
  width:96%;
  margin:auto;
  grid-template-columns: 40% 7.5% 7.5% 7.5% 7.5% 7.5% 18%;
  overflow-y:hidden;
  overflow-x:hidden;
  cursor:default;
}

.flex-table-product-detail {
  display: grid;
  gap: 10px 10px;
  width:60%;
  margin:auto;
  grid-template-columns: 50% 15% 15% 15%;
  overflow-y:hidden;
  overflow-x:hidden;
  cursor:default;
}

.flex-table-cost {
  display: grid;
  gap: 10px 10px;
  width:96%;
  margin:auto;
  grid-template-columns: 27% 9.5% 9.5% 9.5% 9.5% 9.5% 9.5% 12%;
  overflow-y:hidden;
  overflow-x:hidden;
  cursor:default;
}

.flex-table div {
      border: 1px solid;
      padding:20px 10px; 
      cursor:default;
      overflow-y:hidden;
      overflow-x:hidden;
}

.none {
    text-align:center;
}

.flex-table-detail div {
      border: 1px solid;
      padding:20px 10px; 
      cursor:default;
      overflow-y:hidden;
      overflow-x:hidden;
}

.flex-table-product-detail div {
      border: 1px solid;
      padding:20px 10px; 
      cursor:default;
      overflow-y:hidden;
      overflow-x:hidden;
}

.flex-table-cost div {
      border: 1px solid;
      padding:20px 10px;
      cursor:default;
}

.flex-table-heading-left {
    
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:left;
    cursor:default;
    overflow-y:hidden;
    overflow-x:hidden;
}

.flex-table-heading-right {
    
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:right;
    cursor:default;
    overflow-y:hidden;
    overflow-x:hidden;
}

.flex-table-heading-centre {
    
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:center;
    cursor:default;
    overflow-y:hidden;
    overflow-x:hidden;
}

.chart-row {
    display: flex;
    align-items: center;
    flex-direction:row;
}

.chart {
    width: 45%;
    height:auto;
    margin:auto;
    text-align:center;
}

.chart-narrative {
    width: 45%;
    margin:auto;
    background:#3D5671;
    color:#ffffff;
    border:1px solid #F28368;
    text-align:center;
}

.chart-narrative h2 {
    color:#ffffff;
}

.chart-narrative p {
    padding:10px;
}

.chart-narrative ul {
    display:block;
    list-style: none;
    padding:10px;
}

.chart-narrative ul li {
    animation:none;
    color:#ffffff;
    word-wrap: break-word;
    white-space:normal;
    width:auto;
    padding-bottom:5px;
}

.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;
}

.chart-large {
    width: 75%;
    height: auto;
    margin:auto;
    margin-bottom:20px;
    text-align:center;
    clear:both;
}


.logo {
  	width: 400px;
  	background-color: #F7AF1B;
  	margin: 15px auto;
}

.login-outer {
    width:400px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:#ffffff;
    border:2px solid #05405D;
}

.login {
  	width: 400px;
  	background-color: #05405D;
  	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  	margin: 15px auto;
}

.login img {
    margin-top:10px;
    margin-left:40px;
}
.login h1 {
  	text-align: center;
  	color: #E7E3E9;
  	background-color:#05405D;
  	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: #65728A;
  	color: #ffffff;  	
  	border: 1px solid #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 280px;
  	height: 50px;
  	border: 1px solid #65728A;
  	color:#05405D;
  	margin-bottom: 20px;
  	padding: 0 15px;
  	background-color: #ffffff;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
	background-color: #65728A;
  	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color: #ffffff;
  	font-size:18px;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  	background-color: #F28368;
  	color: #05405D;
  	transition: background-color 0.2s;
}


.title {
  	width: 100%;
  	height:100px;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin-top: 30px;
  	margin-bottom: 10px;
  	background:#FCCC7B;
}

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

.title h3 {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#05405D;
}

.category {
  	width: 100%;
  	height:70px;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 10px auto;
  	background:#F69F86;
  	position:absolute;
  	top:90px;
  	left:0px;
}

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

.category form select {
    width:370px;
    height:52px;
font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    font-size:18px;
    padding-left:10px;
    margin-right:20px;
}

.category option {
font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    font-size:18px;
}

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

.refreshbutton {
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings:
        "slnt" 0;
        font-size:18px;
        padding: 0 20px;
        background-color:#65728A;
        color:#ffffff;
}

.viewallbutton {
        font-family: "Inter";
        font-size:18px;
        padding: 0 20px;
        background-color:#65728A;
        color:#ffffff;
        height:52px;
}

.nextprevbutton {
        font-family: "Inter";
        font-size:18px;
        padding: 0 20px;
        background-color:#FCCC7B;
        color:#05405D;
        height:52px;
}

.moredetailbutton {
        font-family: "Inter";
        font-size:14px;
        padding: 0 5px;
        background-color:#EF644D;
        color:#ffffff;
        height:52px;
}

.register-outer {
    width:400px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:#ffffff;
    border:2px solid #05405D;
}

.register {
  	width: 400px;
  	background-color: #05405D;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 15px 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:#05405D;
    vertical-align:middle;
    text-align:center;
}

.register div#page_title h1 {
    color:#ffffff;
    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: #65728A;
  	color: #ffffff;  	
  	border: 1px solid #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: 280px;
  	height: 50px;
  	border: 1px solid #65728A;
  	margin-bottom: 20px;
  	margin-right:0px;
  	padding: 0 15px;
  	font-weight:400;
}


.register form select {
    width:315px;
    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: #65728A;
  	border: 0;
  	cursor: pointer;
  	font-weight: 400;
  	color: #ffffff;
  	font-size:18px;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
    background-color: #F28368;
  	color: #05405D;
  	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;
}

.header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #05405D;
            color: #fff;
            position:absolute;
            top:0;
            left:0;
            width:100%;
            
        }
        
.header a {color: #fff;
           text-decoration:none;
}

.header h1 {color: #fff;
           font-size:32px;
           font-weight:400;
}

        /* Logo styles */
.header-logo {
            padding-left:20px;
            padding-bottom:10px;
            padding-top:10px;
            
        }

        /* Centered text styles */
.centered-text {
            text-align: center;
            margin:auto;
        }
        
.header-login {
            margin-right:20px;
            width:148px;

        }


/* header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background-color: #05405D;
  display: inline-block;
/*  padding: 0.5rem 1rem; /* Padding top/bottom then left/right. 1rem = default pixel size of html font (14px or 16px etc) so 0.5rem = 7px or 8px  */

/* header > img{
 height: 60px; /* Set the height of your image  */
 /* width: auto; /* Keep the height/width ratio of source image  */

           


/* .navtop {
    position:absolute;
  	top:0;
  	left:0;
	background-color: #05405D;
	height: 80px;
	border: 0;
	width:100%;
	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: #FFFFFF;
}


body.loggedout {
	background: #F69F86 url("images/modo-retail-blue-logo.png");
}

.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:#ffffff;
}

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

.center {
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: #000;
}

:root {
  --w: 400;
  --speed: 5s;
}

.g-container {
  width: 100%;
  margin: auto;
  font-size: 20px;
  background: #000000;
  color: #fff;
  overflow: hidden;
  border: 2px solid #000;
}

.g-container-all {
  width: 100%;
  margin: auto;
  font-size: 20px;
  background: #000000;
  color: #fff;
  overflow: hidden;
  border: 2px solid #000;
}

ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
}

.all {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  animation:none;
  justify-content: center;
  padding:0;
  margin-left:10px;

}

ul li {
  flex-shrink: 0;
  width: 10%;
  height: 100%;
  box-sizing: border-box;
  color:#ffffff;
  word-break: break-word;
  white-space: normal;
}
ul li p {
  width:95%;
  word-break: break-word;
  white-space: normal;
  text-align:center; 
  font-size: 18px;
}

ul li a {
  color:#ffffff;
  width:20%;
  text-decoration: none;
}

ul li img {
  width: 95%;
  height: 100%;
  object-fit: cover;
}

ul {
  animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
}

ul li {
  white-space: nowrap;
  animation: move1 calc(var(--speed)) infinite;
}

.all-ul {
  animation:none;
}

.all-li {
  animation:none;
}

@keyframes move {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(calc(var(--s) * var(--w) * -1px), 0);
  }
}

@keyframes move1 {
  0% {
    transform: translate(0, 0px);
  }
  80%,
  100%  {
    transform: translate(calc(var(--w) * -1px), 0);
  }
} 

.prevnext {
    text-align:center;
    margin:auto;
    padding-bottom:20px;
}

.navbotbar {
    width:100%;
    background-color: #05405D;
}

.navbot {
	background-color: #05405D;
	height: 60px;
	width: 100%;
	border: 0;
	margin:0 auto;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	position:absolute;
  	bottom:0;
  	left:0;
  	padding-top:10px;
    padding-bottom:10px;
}
.navbot div {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
.navbot div h1, .navbot div a {
	display: inline-flex;
	align-items: center;
}
.navbot div h1 {
	flex: 1;
	font-size: 24px;
	padding: 15px 20px 15px 0;
	margin: 0;
	color: #ffffff;
	font-weight: 400;
}
.navbot div a {
	text-decoration: none;
	padding:0px 20px 0px;
	color: #c1c4c8;
	font-weight: 400;
}
.navbot div a i {
	padding: 2px 8px 0 0;
}
.navbot div a:hover {
	color: #eaebed;
}

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