/*  PLACEHOLDER FOR CUSTOM STYLES */

/*
.typeahead, .tt-query, .tt-hint {
border: 2px solid #CCCCCC;
border-radius: 8px;
font-size: 22px;
height: 30px;
line-height: 30px;
outline: medium none;
padding: 8px 12px;
width: 396px;
}
.typeahead {
background-color: #FFFFFF;
}
.typeahead:focus {
border: 2px solid #0097CF;
}
*/

.twitter-typeahead {
    width: 100%;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}

.tt-suggestion {
    font-size: 16px;
    /* Set suggestion dropdown font size */
    padding: 3px 20px;
}

.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}

.tt-suggestion p {
    margin: 0;
}

.content {
    white-space: pre-wrap;
}

label.error {
    color: #a94442;
}

.note {
    font-size: .75em;
    color: #393939;
}

#profileCard .card {
    width: 350px;
    background-color: #efefef;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

#profileCard .image img {
    transition: all 0.5s
}

#profileCard .card:hover .image img {
    transform: scale(1.5)
}

#profileCard .btn {
    height: 140px;
    width: 140px;
    border-radius: 50%
}

#profileCard .name {
    font-size: 22px;
    font-weight: bold
}

#profileCard .idd {
    font-size: 14px;
    font-weight: 600
}


#profileCard .btn1 {
    height: 40px;
    width: 150px;
    border: none;
    background-color: #000;
    color: #aeaeae;
    font-size: 15px
}

#profileCard .text span {
    font-size: 13px;
    color: #545454;
    font-weight: 500
}

#profileCard .icons i {
    font-size: 19px
}

#profileCard hr .new1 {
    border: 1px solid
}

#profileCard .join {
    font-size: 14px;
    color: #a0a0a0;
    font-weight: bold
}

#profileCard .date {
    background-color: #ccc
}