
.btn {
  font-family: 'Lato';
  font-weight: 300;
}

strong {
  font-weight: 400;
}

.navbar{
  border-bottom: 1px solid white;
}

/* body {
    padding-top: 3.5rem;
    height: 100vh;
    font-family: 'Lato';
} */

navbar select{
  display: inline;
}

h1 {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

p {
     /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: 300;
}

#messageDiv{
  bottom: 0; 
  width: inherit;
  height: 100px;
}

#messageBox {
  font-size: 1.1em;
  padding: 10px;
  width: calc(100% - 44px);
  height: 100%;
  border: 0px;
  outline: none;
}

.occupant {
  clear: both;
}

.occupant dt{
  float: left;
}

.occupant_initals {
  position: relative;
  top: 5px;
  font-size: 10px; /* 50% of parent */
  color: #fff;
  font-family: "Lato", monospace;
  font-weight: bold;
}

.occupant_name { 
  float:left; 
  margin-left: 10px;
}

.occupant_status {
  float:right; 
  font-size: 18px; 
  font-weight: 900;
}

.occupant_status:hover {
  cursor: pointer;;
}

.occupant_avatar_circle {
  width: 25px; 
  height: 25px; 
  background-color: #669d34;
  text-align: center; 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}


.occupant .content {
  display: none; 
  clear: both; 
  background-color: white;
  margin-bottom: 10px;
}

.occupant .content dl{
  min-width: 270px;
  max-width: 270px;
  font-size: .8em;
  margin: 0px;
  padding-left: 35px;
  float: left;
}

.dateDivder{
  width: 100%;
  margin: 5px;
}

.dateDivder-divider
{
  position: relative;
  top: 8px;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  border-top: 1px solid #808080; 
  width: 38%; 
}

.dateDivder-text
{
  float: left;
  font-size: .8em;
  text-align: center;
  font-weight: 800;
  width: 15%;
  color: #000000;
  /* color: #4f8842; */
}

#newMessageDivder{
  width: 100%;
  margin: 5px;
}

.newMessageDivder-divider
{
  position: relative;
  top: 8px;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  border-top: 1px solid #db2d0e; 
  width: 43%; 
}

.newMessageDivder-text
{
  float: left;
  font-size: .8em;
  text-align: center;
  font-weight: 800;
  width: 6%;
  color: #db2d0e;
  /* color: #4f8842; */
}

.occupant .content dl dt{
 clear: left;
 float: left;
 width: 40%;

}
.occupant .content dl dd{
  width: 60%;
  float: left;
  margin: 0px;
  padding-left: 3px;
 }

 
.msgReactions-popup ul {
  width: 12em;
  text-align: center;
  margin: auto;
  padding: 0;
}

ul li {
  list-style-type: none;
  display: inline;
}

.msgReactions-popup {
  width: 12em;
  display: none;
  position: absolute;
  height: 37px; 
  top: -35px;
  background: #f9f9f9;
  border: 1px #f9f1f1 solid;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.messageContent:hover .msgReactions-popup{
  display: block;
}

.messageContent p:hover{
  cursor: pointer;
}

.msgReactions-popup-caret {
  color: #f9f9f9;
  position: absolute;
  bottom: -17px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  z-index: 1;
}

.reactions {
  border: none;
  width: 25px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  text-align: center;
  font-size: 1.4em;
  border: 1px #f9f9f9 solid;
  border-radius: 5px;
}

.reactions:hover {
  border: 1px #4f8842 solid;
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.reactions:active {
  background: #4f8842;
}

.messageContent {
  position: relative;
  display: inline-block;
  min-width: 40%;
  max-width: 75%;
  min-height: 110%;
}

/* 
#userStatusModalBody {
    background-image: url(/images/logo_heart.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 75px;
    background-position: center;

} */

.tagMyMsg{
  font-weight: 700;
  font-size: 90%;
}

.tag{
  color:  #4f8842;
  font-size: 90%;
}

.expert{
  color:  #4f8842;
  font-size: 90%;
  font-weight: normal;
}

.send-button{
  display: inline-block;
  background-color: #4f8842;
  height: 50px;
  padding: 13px;
  margin: 0px;
  outline: none;
  border: 0px;
}

/* .navIcon {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
  }
   */
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
 
  .circleLoader-large {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #4f8842; /* Blue */
    border-radius: 50%;
    width: 46px;
    height: 46px;
    animation: spin 2s linear infinite;
    margin-top: 4px;
    margin: 0px auto 20px auto;
  }

  .circleLoader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #4f8842; /* Blue */
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 2s linear infinite;
    margin-top: 4px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader {
    color: #2ECC71;
    font-size: 10px;
    margin: 10px auto auto auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  