.form-control
{
    height: 28px;
    padding: 3px 6px;
    font-size: 1em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}

.form-control-attendees
{
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    max-height: 6em;
    min-height: 2em;
    padding: 3px 12px;
    font-size: 1em;
    color: #333333;
    overflow-y: auto;
}

.form-control.gm-border-danger:focus
{
    border-color: #a94442;
}

input[disabled].normal-background
{
    background-color: #fff;
}

.drop-down-empty-list
{
    color: #999;  
    opacity: 1; 
    font-size: small; 
    margin-left: 5px;
}

.text-danger {
  color: #a94442;
  font-size:13px;
}
