.rotatetext {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  writing-mode: tb-rl;
}
ul.token-input-list {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  min-height: 36px;
  width: 400px;
  max-width: 100%;
  cursor: text;
  z-index: 999;
  padding: 0px;
  padding-left: 25px;
  margin: 0px;
  background: no-repeat 5px center #FFFFFF;
  background-image: url(../images/general/smaller/menu-new.png);
  background-image: -webkit-image-set(url(../images/general/smaller/menu-new.png) 1x,url(../images/general/smaller/menu-new@2x.png) 2x);
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  color: #666666;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 100%;
  font-family: inherit;
}
ul.token-input-list:focus {
  border-color: #6161FF;
}
ul.token-input-list.error {
  border: 1px solid #cb331b;
}
ul.token-input-list li {
  list-style-type: none;
}
li.token-input-token {
  overflow: hidden;
  margin: 3px;
  padding: 1px;
  padding-right: 20px;
  background: none;
  background-color: rgba(102,102,255,0.15);
  cursor: default;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  position: relative;
  min-height: 30px;
}
li.token-input-token .token-input-userpic {
  position: absolute;
}
li.token-input-token .token-input-username {
  margin-left: 35px;
  margin-bottom: 3px;
}
li.token-input-token span {
  color: #666666;
  margin-left: 5px;
  font-weight: normal;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  top: 1px;
}
li.token-input-token .adduser-token-email {
  width: 30px;
  height: 30px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/general/menu-send-message.png);
  background-image: -webkit-image-set(url(../images/general/menu-send-message.png) 1x,url(../images/general/menu-send-message@2x.png) 2x);
}
li.token-input-token .token-input-delete-token {
  position: absolute;
  right: 5px;
  top: 4px;
}
li.token-input-highlighted-token {
  background-color: #CCCCFF;
}
li.token-input-selected-token {
  background-color: #6161FF;
  color: #FFFFFF;
}
li.token-input-selected-token .token-input-username,
li.token-input-selected-token span.token-input-delete-token {
  color: #FFFFFF;
}
li.token-input-selected-token .adduser-token-email {
  background-image: url(../images/general/icon-send-message-white.png);
  background-image: -webkit-image-set(url(../images/general/icon-send-message-white.png) 1x,url(../images/general/icon-send-message-white@2x.png) 2x);
}
div.token-input-dropdown ul li,
.token-input-list {
  list-style-type: none;
  cursor: pointer;
  background: none;
  background-color: #FFFFFF;
  margin: 3px 0px;
  padding: 1px;
  min-height: 30px;
  padding-left: 35px;
}
div.token-input-dropdown ul li .token-input-userpic,
.token-input-list .token-input-userpic {
  width: 30px;
  height: 30px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.token-input-dropdown ul li .token-input-username,
.token-input-list .token-input-username {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
}
div.token-input-dropdown ul li .token-input-userpic {
  position: absolute;
  left: 6px;
}
li.token-input-input-token {
  border: none;
  background: transparent;
  float: left;
  padding: 0;
  margin: 3px;
}
li.token-input-input-token input {
  border: 0;
  width: 100px;
  padding: 3px;
  background-color: transparent;
  margin: 0;
}
div.token-input-dropdown {
  position: absolute;
  border-top: none;
  background-color: #FFFFFF;
  max-height: 200px;
  overflow: auto;
  cursor: default;
  padding: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-radius-top: 0;
  opacity: 0.9;
  box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.3);
}
div.token-input-dropdown p {
  margin: 0;
  padding: 0 5px;
  font-style: italic;
}
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown {
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  div.token-input-dropdown {
    margin-left: 1px;
    max-width: 99%;
  }
}
div.token-input-dropdown ul li strong {
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #FFFFFF;
}
div.token-input-dropdown ul li.token-input-dropdown-item.odd {
  background-color: #ECF4F9;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
div.token-input-dropdown ul li.token-input-dropdown-item span.token-input-dropdown-item-description {
  float: right;
  font-size: 8pt;
  font-style: italic;
  padding: 0 10px 0 0;
  color: #999;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item,
div.token-input-dropdown ul li.token-input-selected-dropdown-item.odd {
  background-color: #CCCCFF;
  color: #666666;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item span.token-input-dropdown-item-description,
div.token-input-dropdown ul li.token-input-selected-dropdown-item.odd span.token-input-dropdown-item-description {
  color: #FFFFFF;
}
.adduser-placeholder {
  line-height: 30px;
  position: absolute;
  left: 0px;
  padding-left: 30px;
  top: 4px;
  z-index: 1000;
  color: #999999;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
