/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
.btn-app > .badge {
    font-size: 10px;
    font-weight: 400;
    /* position: absolute; */
    right: -5px;
    top: -2px;
} 

.navbar-nav .nav-link {
    color: #FFF;
}

.app-header {
    background-color: #dc3545; 
}

.navbar-brand .navbar-brand-full {
    color: #fff;
    font-weight: 500;
}

.navbar-brand button {
    color: #fff;
    font-weight: 500;
}


.navbar-toggler{
    color: #fff !important;
}

.error-message {
    padding: 7px;
    background-color: #f68e9a;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    margin-bottom: 20px;
}

.morecontent span {
    display: none;
}

.morelink {
   /* font-weight: bold;*/
    color: darkgrey;
}

.morelink:hover {
    color:  #007bff;
}

.dx-accordion-item-title {
    background-color: #0096888f;
}

.dx-accordion-item.dx-state-hover > .dx-accordion-item-title {
    background-color: #0096884f;
}
.dx-accordion-item.dx-state-active > .dx-accordion-item-title, .dx-accordion-item.dx-state-focused > .dx-accordion-item-title {
    background-color: #0096884f;
}

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

    /*.chat-message {
    background: #f9f9f9;
}*/

    /*.chat li img {
    width: 40px;
    height: 40px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
}*/

    /*.chat-body {
    padding-bottom: 20px;
}*/

.chat li.left .chat-body {
    background-color: #f7f7f7;
}

.chat li .chat-body {
    position: relative;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.chat li .chat-body {
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

.my-header {
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

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

/*ромбик*/
.chat li.left .chat-body:before {
    position: absolute;
    top: 10px;
    left: -9px;
    display: inline-block;
    background: #f7f7f7;
    width: 16px;
    height: 16px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.chat li.right .chat-body:before {
    position: absolute;
    top: 10px;
    right: -9px;
    display: inline-block;
    background: #f7f7f7;
    width: 16px;
    height: 16px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.chat li {
    margin: 0;
}

.chat li.right .chat-body {
    margin-right: 15px;
    background-color: #f7f7f7;
}

.chat li.left .chat-body {
    margin-left: 15px;
    background-color: #f7f7f7;
}

.chat-box {
    /*  position: fixed;
  bottom: 0;
  left: 444px;
  right: 0;*/

    padding: 15px;
    border-top: 1px solid #eee;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.custom-scroll-element::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 0.1em;
    background-color: lightgray;
}

.custom-scroll-element::-webkit-scrollbar-thumb {
    width: 0.4em;
    background-color: lightslategrey;
    border-radius: 0.1em;
}


body.custom-scroll-element::-webkit-scrollbar {
    width: 0.7em;
    border-radius: 0.3em;
    background-color: #f0f0f0;
}

body.custom-scroll-element::-webkit-scrollbar-thumb {
    width: 0.7em;
    background-color: #bababa;
    border-radius: 0.3em;
}



.dx-button-mode-text.dx-button-success {
    color: #009688
}


.hide {
    display: none;
}