﻿/* Global Styles */
.navbar-box-shadow {
    box-shadow: 0 1px 0px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)
}

/* Override Theme */
.cai-brand {
    height: 60px;
    width: 60px;
    margin: 0px 20px 0px 0px;
}

.toolbar {
}

.toolbar h2 {
    text-transform: capitalize !important;
}

.toolbar button {
    text-transform: capitalize !important;
}


/* Notifications */


/* Conversation */
.msg-timestamp {
    font-size: small;
    color: dimgrey;
    margin: 1px;
}

.msg-sender {
    font-size: small;
    color: dimgrey;
    text-align: right;
    margin: 0px;
}

.msg-received {
    font-size: x-small;
    color: dimgrey;
    text-align: left;
    margin: 0px;
    margin-left: 10px;
}

.msg-sent {
    font-size: x-small;
    color: dimgrey;
    text-align: right;
    margin: 0px;
    margin-right: 10px;
}

md-input-container:not(.md-input-invalid) .md-errors-spacer {
    display: none;
}