body{
  background-color: #0F4B61;
  color: white;
  font-family: 'Lato', sans-serif;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background: #122C36;
  display: flex;
  justify-content: center;
}

/* show asterix for required fields */
.form-group.required .control-label:after {
  content:"*";
  color:red;
}

/* nav header */
.navbar-default {
    background-color: #F79531;
    border-color: #F79531;
}
.navbar {
    border-radius: 0px;
}
.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-brand {
  padding: 0px 15px;
}
.navbar-brand img{
  background: white;
  border-radius: 100%;
  height: 50px;
}


.text-muted-2{
  color: #C2C2C2;
}


.jumbotron{
  background-color: #5ba9c5;
}
.well{
  background-color: #5ba9c5; 
  border: 1px solid #6bb5d0;
}

/* modals */
.modal-content {
  color: black;
}

/* group dropdown color */
.group-dd-color{
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin-top: 5px;
  position: absolute;
  right: 10px;
}
.group-act-color{
  height: 15px;
  width: 15px;
  border-radius: 100%;
  position: absolute;
  /*left: 55px;*/
  top: 11px;
}

.group-text{
  position: absolute;
  left: 43px;
  top: 8px;
}

/* message */
.acoachDiv{
  margin-top: 72px;
}
.msgTime{
  font-size:  8px;
}
.msgClock{
 padding: 2px 2px 0px 0px;
}
.msgFname{
  margin-left: 15px;
  font-style: italic;
  font-weight: bolder;
  color: #19495F;
}
.msgMsg{
  margin-left: 12px;
}
.msg-color-spot{
  height: 10px;
  width: 10px;
  border-radius: 100%;
  float: left;
  margin-top: 5px;
  margin-left: 2px;
}
.coach-message-container{
  color: black;
  margin-bottom: 0px;
}
.coach-message-container .other-user-msg{
  text-align: left
}
.coach-message-container .cur-user-msg{
  text-align: right
}
.coach-message-container .coach-msg-group-color{
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin-top: 5px;
}
.coach-message-container .other-user-msg .coach-msg-group-color{
  float: left;
  margin-right: 2px;
}
.coach-message-container .cur-user-msg .coach-msg-group-color{
  float: right;
  margin-left: 2px;
}
.coach-message-container .list-group-item:first-child {
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px; 
}
.coach-message-container .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.coach-message-input-container{
  margin-top: -20px;
  boder-radius: 15px;
  border: 5px solid #154A60;

}
.coach-message-input-container input{
  border-radius: 0px;
}
.coach-message-input-container button{
  border-radius: 0px;
}
.aMsgBody{
  margin-top: 71px;
}
.backgroundTest{
  height:30px;
}

.tp-redline{
  position: absolute;
  left: 0px;
  border-top: 1px solid red;
  z-index: 50;
  width: 100%;
  display: none;
}