.page {
  display: none; 
}

.embedded {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid #000000;
  padding: 5px;
  margin: 5px;  
}

.iframe-qualtrics {
  height: 1000px;
}

#content_link_submit {
  width: 100%;
}

.viewContentAlert {
  background-color: red;
  border-radius: 15px;
  color: yellow;
  margin-left: 10px;
  padding: 10px;
}

#username_submit {
  min-width: 200px;
}

#wfuNextButton {
  display: none;
}

#uploadCompleteMsg {
  display: none;
}

#contacts {
  padding: 0;
}

.panel-body {
  padding: 5px;
}

.contact {
  background-color: #a8a8ca;
  list-style: outside none none;
  margin: 0 0 2px;
  padding: 3px;
  border-radius: 3px 5px;
  line-height: 2;
  z-index: 100; /* to make it on top */
  cursor: pointer; /* to make it the mouse hand */

  /* these are browser specific wasy to take away the ability to "select" text on the draggable element */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
  
  /* to make the invite button fit */
  height: 35px;
}

.badge-medal {
  height: 33px;
  width: 33px;
}

.invite {
  float: right;
  white-space: normal;
  /* to make it fit in the .contact */
  height: 31px;
  margin: -1px; 
}


.todo {
  font-style: italic;
}


.chat_content {
  margin: 0;
  padding: 0;
}

.chatSendField {
  overflow: auto;
  width: 100%;
  border: 2px solid black;
}

.sendChat {
  float: right;
}

.cc_wrapper {
  height: 400px;
  overflow: auto;
}

.chatBackground {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 700px;
  opacity: 0.5;
  background-image: url(/attachment/waitingroom.jpeg);
}


.chat_content > li {
  /*background-color: #a8caa8;*/
  list-style: outside none none;
  padding: 3px;
  border-radius: 3px 5px;  
  word-wrap: break-word;
}

.c_you {
  margin: 0 0 2px 14px;
  background-color: #ACD7E6;
}

.c_oth {
  margin: 0 14px 2px 0;
  background-color: #f4fc0f;
}

.avatars {
  padding: 5px;
  display: inline-block;
  height: 60px;
}

.avatar {
  height: 48px;
  width: 48px;
  padding: 2px;
}

.avatar-selected {
  border: 4px solid red;
}