.shadow-dp-1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
}

.navbar-vertical-aside .navbar-brand-logo {
    min-width: 6.5rem;
    max-width: 6.5rem;
}

.navbar-brand-logo {
    min-width: 2.0rem;
    max-width: 2.0rem;
}

.navbar-vertical-aside .navbar-brand-wrapper {
    height: auto;
    /*background: #ffffff;*/
    /*border-bottom: 4px solid #00b2df;*/
    padding: 8px 20px;
    margin-bottom: 10px;
    background-image: url(https://www.transparenttextures.com/patterns/grid-noise.png);
}

body.has-navbar-vertical-aside {
    /*background: #d1dce01c;*/
    background: #01bad90a;
}

.navbar-vertical:not([class*="container"]) .navbar-nav.navbar-nav-lg .nav-link {
    margin-top: .1rem;
    margin-bottom: .1rem;
}

.navbar-bordered {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
}

.navbar-vertical-aside-mini-mode .logo-text {
    display: none;
}

.navbar-vertical .navbar-nav.nav-tabs .active .nav-link, .navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    border-left-color: transparent;
}

.navbar-vertical .navbar-nav.nav-tabs li.nav-item.active .nav-link,
.navbar-vertical .navbar-nav.nav-tabs li.nav-item.active.nav-link {
    border-left-color: #377dff;
}

.breadcrumb {
    padding: .5rem 2rem !important;
    border-radius: 0;
    background-color: #00b4db0a;
}

.table thead.thead-brand {
    background: #004092c9;
    border-color: #004092c9;
}

.table thead.thead-brand a {
    color: #eee
}

.table thead.thead-light a {
    color: #222
}

.table-container nav {
    border-top: 2px solid #bbb;
    padding: 8px;
}

.table-container nav ul {
    margin-bottom: 0;
}

.help-inline strong {
    color: red;
    font-weight: normal;
    font-size: 90%;
}

.help-block {
    font-size: 80%;
    color: #999;
}

.generic-listing span.true {
    color: green;
}

.generic-listing span.false {
    color: red;
}

.alert-error {
    background-color: red;
    border-color: red;
    color: #fff;
}

.alert-error ul{
    margin-bottom: 0;
    padding-left: 10px;
}

.form-group .multiwidget label {
    display: block;
}

.form-group .multiwidget .dash {
    width: 15px;
}

.form-group .multiwidget input:first-child_ {
    margin-right: 10px;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
}

.select2-container {
    width: 100% !important;
}

.bg-brand-primary {
    background: #01bad9;
}

.splitted-content-small {
    width: 15rem;
    background: #fefefe;
}

.list-menu li {
    border-left: none;
    border-right: none;
}

.list-menu li a {
    color: #132144;
}

.list-menu li.active {
    background: #fff;
    border-top: .0625rem solid #e7eaf3;
    border-bottom: .0625rem solid #e7eaf3;
}

.list-menu li.active a {
    color: #0052ea;
}

.display-5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4
}

@media (max-width: 1200px) {
    .display-5 {
        font-size: calc(1.0rem + .6vw)
    }
}

.display-6 {
    font-size: 1.0rem;
    font-weight: bolder;
    line-height: 1
}

@media (max-width: 1200px) {
    .display-6 {
        font-size: calc(0.8rem + .6vw)
    }
}

.errorlist {
    padding-left: 0;
    list-style-type: none;
    color: red;
}

.django-ckeditor-widget {
    display: block !important;
}

form .control-group{
    margin-bottom: 1.5rem;
}

.btn-xs {
    font-size: 80%;
    padding: 4px 8px;
}

.v-block{
    display: block;
}

.card.chat .window{
    height: 500px;
    overflow-y: scroll;
}

#vueapp-loader{
    display: none;
}

#vueapp-loader.loaded{
    display: block;
}

.bg-secondary {
  color: #fff;
}

.bg-success {
  color: #fff;
}

.btn-sm {
  line-height: 1.2;
}