[class*="sidebar-dark-"],
[class*="navbar-gray-"] {
    background-color: #222d32;
}
.user-panel i {
    font-size: 1.8rem;
}
.brand-link .brand-image {
    float: none;
    font-size: 1.8rem;
    margin-top: 0;
}
.opaque {
    opacity: 0.8;
}
.mn-100p {
    min-height: 100%;
}
.btn,
.b {
    font-weight: bold !important;
}
.nav-sidebar .nav-header {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.hr-small {
    border-top: 1px solid #4f5962;
    width: 87%;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single {
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.625rem center/8px 10px;
}
.select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}
.single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 324px;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
}
.user-panel {
    border-top: 1px solid #4f5962;
    border-bottom: none !important;
}
.photothumb {
    max-width: 200px;
    max-height: 50px;
}
tr.vam td,
tr.vam th,
td.vam,
th.vam,
p.vam {
    vertical-align: middle;
}
.brand-link .brand-image {
    background-color: #f4f6f9;
    border-radius: 5px;
    width: 100%;
    max-height: initial;
    margin-left: 0;
    margin-right: 0;
    display: block;
}
[class*="sidebar-dark"] .brand-link {
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}
.form-control {
    line-height: 1.2;
}
.info-box {
    min-height: 50px;
}
.overflow-visible {
    overflow: visible !important;
}
.user-block .description {
    font-size: 15px;
    margin-top: 2px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}
.card-success.card-outline .card-body {
    border-left: 3px solid #28a745;
    border-right: 3px solid #28a745;
}
@media print {
    body * {
        visibility: hidden;
    }
    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: fixed;
        left: 0;
        top: 0;
    }
    #section-to-print .row {
        break-inside: avoid;
        margin-bottom: 80px;
    }
    #section-to-print .card-footer {
        color: #000000 !important;
    }
}
.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
