﻿#header .logo img {
    max-height: 55px;
}

.text-red {
    color: red;
}

.logo-subtitle {
    font-size: 1rem;
}

.card-header {
    padding: 0;
}

.card-body {
    padding: 0.8rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

label {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
}

.form-control {
    font-size: 0.7rem;
}

.preview-holder {
    font-size: 0.7rem;
}

.preview-item {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 3px;
    padding: 2px 5px;
    justify-content: space-between;
}

.progress {
    height: 0.3rem;
    font-size: 0.3rem;
    background-color: #fff;
}
.preview-doc-action {
    font-size: 0.8rem;
}

.btn-xs {
    font-size: 0.7rem;
    padding: 2px;
}

.form-control.error {
    border-color: red;
    background: #ff000014;
}

label.error {
    color: red;
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.chat_ib {
    float: left;
    width: 100%;
}

    .chat_ib h5 {
        font-size: 15px;
        color: #464646;
        margin: 0 0 8px 0;
    }

        .chat_ib h5 span {
            font-size: 13px;
            float: right;
        }

    .chat_ib p {
        font-size: 14px;
        color: #989898;
        margin: auto
    }

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 10px 10px;
}

.active_chat {
    background: #ebebeb;
}

.tbl-invoice {
    font-size: 0.8rem;
}

.pay-btn {
    border: 0;
}

.hide {
    display: none;
}