header {
  background-color: white;
  width: 100%;
  height: 60px;
  display: flex;
  display: -webkit-flex; /* Safari */
  position: relative;
  border-bottom: 1px solid #ccc;
  /* transition: all .8s ease; */
  /* overflow: hidden; */
}

header #title {
  margin-left: 1em;
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */    
  flex: 1;
  display: flex;
  align-items: center;
}

header #title img {
  height: 50px;
}

header #title h1 {
  color: #555;
  font-size: 20px;
}

header #settings-header {
  padding: 1em;
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */    
  flex: 3;
}

header .btn-autofocus {
  display: inline-block;
  vertical-align: super;
  color: white;
}

header .btn-autofocus a {
  color: white !important;
  padding: 0.6em;
  font-size: 12px !important;
}

#button-header {
  position: absolute;
  top: 0;
  left: 300px;
  transition: all 1s ease;
  z-index: 2000;
}

#button-header a {
  padding: 5px 10px;
  font-size: 10px;
  background: #337AB7;
  color: white;
  -webkit-box-shadow: -2px 2px 3px -1px rgba(0,0,0,0.5);
  -moz-box-shadow: -2px 2px 3px -1px rgba(0,0,0,0.5);
  box-shadow: -2px 2px 3px -1px rgba(0,0,0,0.5);
}

.options-menu {
  margin: 0 0.4em;
}

.options-menu img {
  width: 30px;
  border-radius: 50%;
}

#conference-link {
  display: inline-block;
  vertical-align: text-bottom;
}

#conference-link input {
  width: 300px;
  border: none;
  color: #ccc;
}

#conference-settings span,
#leave-button span {
  font-size: 20px;
}

#copy-link {
  font-size: 1rem !important;
}

#settings-header a {
  font-size: 1.5rem;
  color: #555;
}

#settings-header a:hover, #settings-header a:focus, #settings-header a:active{
  color: #999;
  text-decoration: none;
}

#room-name {
  font-size: 18px;
  color: #888;
  vertical-align: text-bottom;
}

#modal-person, .persons-header {
  position: relative;
}

.persons-header img {
  bottom: -0;
  position: absolute;
  left: 20px;
  width: 17px;
}

#modal-person,
#modal-person-minus {
  font-size: 20px !important;
}

.icon-add-person {
  background-color: #E6E8EC;
  padding: 0.4em;
}

.icon-add-person span {
  font-size: 25px;
}

.btn-add-person {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px !important;
}

.div-direct-buttons {
  display: flex;
}

.div-direct-buttons .direct-buttons {
  display: inline-block;
  align-self: center;
  margin: 0 2px;
}

.div-direct-buttons .dropdown-menu {
  min-width: 290px;
  text-align: center;
  padding: 3px 5px;
}

#direct-color button {
  background-color: #337AB7 !important;
}

#direct-chat,
#direct-tts,
#direct-speech {
  position: relative;
}

#question-help-button button {
  background-color: #0F2E5E;
}

.badge-chat {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 12px;
  background: red;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  color: white;
}

.badge-shift-click {
  position: absolute;
  left: -4px;
  top: -7px;
  color: gray;
}

.visible-header {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
}

.wrapper-button-logout {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logout {
  display: flex;
  justify-content: center;  
}

.header-logout a {
  font-size: 1.5em;
}