.verified {
    font-size: large;
    color: #cba6e9;
}

.sharing-image {
    border: 1px solid #cba6e9;
}

.remove-border, .remove-border:focus, .remove-border:hover, .remove-border:active {
    border: none;
    box-shadow: none;
}

.social {
    font-size: 13px;
}

textarea {
    resize: none;
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
}

.textarea-container {
    display: table;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #cba6e9;
    padding: 5px;
    width: 70%;
    background-color: rgba(12,200,201,.02);
}

.highlight {
    background-color: #fff;
    border-color: #d3e0e9;
}

.list-group-item .glyphicon {
    line-height: 1.4;
}

.modal-header .close {
    margin-top: 4px;
}

.app-navbar {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

    .app-navbar .form-control {
        box-shadow: none;
    }

    .app-navbar .navbar-collapse {
        max-height: inherit;
    }

        .app-navbar .navbar-collapse:after {
            height: 100vh;
        }

    .app-navbar .form-control {
        border-color: #1c73a5;
    }

.app-notifications {
    margin-right: -12px;
    padding-bottom: 10px !important;
}

    .app-notifications .icon:before {
        font-size: 20px;
    }

@media(min-width:768px) {
    .app-navbar .navbar-collapse:after {
        height: auto;
    }
}

@media(max-width:768px) {
    .app-search {
        margin-top: -1px;
    }
}

.app-login-form {
    max-width: 280px;
    margin-top: -60px;
}

.app-new-msg {
    margin-left: 10px;
}

.app-brand {
    width: 40%;
    display: inline-block;
}

    .app-brand img {
        width: 100%;
    }

textarea, input[type="text"], input[type="submit"] {
    -webkit-appearance: none;
}
