﻿body {
}
a{
    text-decoration:none !important;
}
.content-center {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translate(0%, -50%);
}

.content-border {
    border: 1px solid #000;
    padding: 7px;
    border-radius: 5px;
}

.login-box {
    width: 80%;
    height: 80vh;
    margin: auto;
    margin-top: 10vh;
}

.h-80 {
    height: 80vh;
    object-fit: cover;
}

.bg-gray {
    background: #d9d9d9;
}
#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    min-height: 100vh;
    background-color: lightseagreen;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.bg-navbar {
    background: lightseagreen;
}


.table-success, .table-success > td, .table-success > th {
    background-color: #09697e;
    color: #fff;
}

#sidebar-container a:hover {
    background: #3bb3b3;
}

.demographics {
    height: 500px;
    padding: 5px 8px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #3bb3b3 !important;
    border-color: #3bb3b3 !important;
}

.over-heading {
    background-color: #3bb3b3;
    color: #000;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    padding: .75rem 1.25rem;
}

#conversation {
    height: 378px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    position: relative;
}

.msgbody {
    color: forestgreen;
}

.bubble {
    clear: both;
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

.you, .LawUser {
    float: left;
    margin: 5px 45px 5px 20px;
}

.me, .PTUser {
    float: right;
    margin: 5px 20px 5px 45px;
    background-color: #96c9d4;
}

.card {
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
}

    .card .card-body a, .card .card-header a {
        color: #fff !important;
        font-size: large !important;
    }

    .card .card-body ul {
        list-style: none;
        padding: 0;
    }

.dashboard .col-md-12 {
    border: 2px solid #a67c00;
    border-radius: 8px;
    margin-bottom: 50px;
}

.dashboard h1 {
    font-family: 'Pacifico', cursive;
    color: #a67c00;
}

.dashboard .col-md-12 h3 {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    top: -42px;
    left: 36%;
    color: #a67c00;
    border: 2px solid;
    border-radius: 7px;
}

.mt-25 {
    margin-top: 25px;
}

.validation-error {
    font-size: 16px;
    color: red;
}