﻿.full-width {
    width: 100%;
}

.tabcontent-topbar {
    padding: 6px;
    background-color: #ffffff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.tabcontent-wrap {
    padding: 6px;
    background-color: #ffffff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 0;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
}

#accordionSidebar .nav-item a.active {
    color: #ffffff !important;
    font-weight: 700;
}

.nav-item a.active i.fas {
    color: #ffffff !important;
    font-weight: 700;
}

.tabcontent-topbar {
    background-color: #ffffff;
}

.bg-login-image {
    background: url("/images/Logo bw.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 284px 284px;
}
#loader {
    display: none;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
}
#loader img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.dx-icon.dx-link-icon {
    cursor:pointer;
}
.master-detail-caption {
    padding: 0 0 5px 10px;
    font-size: 16px;
    font-weight: bold;
}
footer.sticky-footer {
    padding:16px 0 !important;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}