﻿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;
}
.side-menu
{
    list-style:none;
    padding:0px;
    margin:0px;
}
    .side-menu li
    {
        margin-bottom:5px;
    }
    .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;
}

/*Side Menu Bar With Sliding*/
.sidebar {
    width: 260px;
    height: 100vh;
    background: #f6f8fc;
    left: 0;
    top: 0;
    transition: 0.3s;
    padding-top: 15px;
    float: left;
    margin-left: 50px;
    margin-top: 130px;
    position: fixed;
}

    .sidebar.hide {
        margin-left: -310px;
    }

.compose-btn {
    background: #c2e7ff;
    border-radius: 15px;
    padding: 12px 20px;
    margin: 10px;
    display: block;
    font-weight: 500;
}

.menu-item {
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

    .menu-item:hover {
        background: #e8eaed;
    }

    .menu-item.active {
        background: #d3e3fd;
        font-weight: 600;
    }

.label-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.content {
    margin-left: 260px;
    padding: 20px;
    transition: 0.3s;
}

    .content.full {
        margin-left: 0;
    }

.toggle-btn {
    font-size: 22px;
    cursor: pointer;
    margin-right: 15px;
}


.tiny-sidebar-icons {
    width: 50px;
    height: 100vh;
    float: left;
    background: lightgray;
    position: fixed;
    z-index: 1;
    margin-top: 136px;
}

    .tiny-sidebar-icons ul {
        margin: 0px;
        padding: 0px;
        text-align:center;
    }

        .tiny-sidebar-icons ul li {
            list-style: none;
            margin-bottom:7px;
        }
