﻿/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.has-tooltip,
.has-popover {}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {}

/* Small word wrap correction */
section>ol>li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

.documentation blockquote.info {
    background: #edf2f9;
    border-left: 3px solid var(--info);
}

.documentation blockquote.warning {
    background: #fff4db;
    border-left: 3px solid var(--warning);
}

.documentation blockquote.danger {
    background: #fadeeb;
    border-left: 3px solid var(--danger);
}

/* Enter custom CSS rules for your application here */

.mt-n2 {
    margin-top: 0 !important;
}

.info-card {
    padding: 0 0.5rem;
    flex-direction: column !important;
}

.text-truncate-sm {
    max-width: inherit !important;
}

.info-card-text {
    margin-left:0 !important;
}
.rounded-circle {
    border-radius: 6% !important;
}

.info-card .profile-image {
    height: 3.125rem !important;
    width: auto !important;
}


.table-curved thead th {
    text-align: center;
    vertical-align: middle;
    background-color: #4679cc;
    color: white;
    border-color: black;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1px;
}

.table-curved {
    border-collapse: separate;
    border: solid #ccc 1px;
    border-radius: 10px;
    border-left: 0px;
    border-top: 0px;
}

.table-curved > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
    border-top: solid #ccc 1px;
}

.table-curved td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    .table-curved > :first-child > :first-child > :first-child {
        border-radius: 10px 0 0 0;
        border-left-color: black;
    }

    .table-curved > :first-child > :first-child > :last-child {
        border-radius: 0 10px 0 0;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: black;
    }

.table-curved > :last-child > :last-child > :first-child {
    border-radius: 0 0 0 10px;
}

.table-curved > :last-child > :last-child > :last-child {
    border-radius: 0 0 10px 0;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0 !important;
}