.navbar{
  z-index:10;
}
#navbar-logo img{
  margin-top: 3px;
  margin-right: 8px;
}

table td{
  vertical-align: middle !important;
}

#detailsGroup .chosen-container{
  width: 509px !important;
}
#detailsGroup .search-field input{
  height:26px !important;
}

#chooseRecipients table tr{
  cursor: pointer;
}
#chooseRecipients table > tbody > tr.active > td{
  background-color: #76B3E8 !important;
}

#sms-ui .recipients .label{
  margin-bottom: 1px;
  display: inline-block;
  padding: 4px 9px;
}

textarea {
    resize: none;
}

.status table tr{
  cursor: pointer;
}
.status .msg{
  font-size: 9pt;
}

td.success:before{
	content: "Delivered";
}
td.warning:before{
	content: "Pending";
}
td.info:before{
	content: "To Send";
}
