﻿.card-title {
    font-size: 1rem;
    font-weight: bold;
}

/* Sidemenu */
.sidebar-brand .brand-link .brand-image {
    height: 33px;
}

.brand-logo,
.brand-sm-logo,
.sidebar-mini.sidebar-collapse .app-sidebar:hover .brand-sm-logo {
    display: none;
}

.sidebar-open .brand-logo, .sidebar-collapse .brand-sm-logo {
    display: inherit;
}

.sidebar-mini.sidebar-collapse .app-sidebar:hover .brand-logo {
    display: inherit;
}
/* Sidemenu */


/* DataTables */
#dataTable_processing, #preloader {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 1500;
    background: none;
    align-items: center;
    justify-content: center;
}

    #dataTable_processing > div {
        display: none;
    }

    #dataTable_processing::before, #preloader::before {
        display: block;
        content: '';
        border: 4px solid #dc3545;
        border-radius: 50%;
        border-top: 4px solid transparent;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        animation: spinner-border 1s linear infinite; /* (spinner-border from bootstrap 5) */
    }

#dataTable th.searchable::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #198754;
    border-radius: 50%;
}
/* DataTables */


/* Actions */
a.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 5px;
    text-indent: -9999px; /* hides the link text */
}

a.edit {
    background: url(../img/edit.png) no-repeat top left;
}

a.delete {
    background: url(../img/delete.png) no-repeat top left;
}

a.details {
    background: url(../img/details.png) no-repeat top left;
}

a.suspend {
    background: url(../img/suspend.png) no-repeat top left;
}

a.restore {
    background: url(../img/restore.png) no-repeat top left;
}

a.mail {
    background: url(../img/mail.png) no-repeat top left;
}
/* Actions */

/* validation-summary-errors */
.validation-summary-errors ul {
    padding-left: 0px;
}

    .validation-summary-errors ul li {
        list-style-position: inside;
        list-style: none;
        text-align: center;
        margin-bottom: 8px;
    }
/* validation-summary-errors */

.control-label {
    margin-bottom: 0.3rem !important;
}

.xsmall {
    font-size: .5em;
}
