﻿/*html {
    font-size: 62.5%;
}*/

body {
    font-size: 16px;
    font-size: 1rem;
}

    body .navbar-nav li > .nav-link {
        margin-left: 3px;
        padding: 10px 14px;
    }

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }

    body .navbar-nav li > .nav-link {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.bg-white .navbar-nav li .dropdown-item.active svg,
.bg-white .navbar-nav li .dropdown-item:focus svg,
.bg-white .navbar-nav li:focus > .nav-link svg,
.bg-white .navbar-nav li:hover > .nav-link svg,
.bg-white .navbar-nav li:focus > .nav-link,
.bg-white .navbar-nav li:hover > .nav-link,
.bg-white .navbar-nav .active > .nav-link svg,
.bg-white .navbar-nav .active > .nav-link,
.bg-white .navbar-nav .nav-link.active svg,
.bg-white .navbar-nav .nav-link.show svg,
.bg-white .navbar-nav .nav-link.active,
.bg-white .navbar-nav .nav-link.show,
.bg-white .navbar-nav .show > .nav-link svg,
.bg-white .navbar-nav .show > .nav-link {
    color: #fff !important;
    background-color: #6e2b8b;
}

.primary-nav .navbar-nav .dropdown-divider {
    border-top-color: #6e2b8b;
}

.primary-nav .navbar-nav .dropdown-item-text + .dropdown-divider {
    margin: 0 1rem .5rem;
}

.border-hcrm:after,
.border-hcrm:before,
.primary-nav:after,
.primary-nav:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    height: 11px;
    width: 100%;
    background: #6e2b8b;
}

.border-hcrm:after,
.primary-nav:after {
    right: 0;
    left: auto;
    width: 140px;
    background: linear-gradient(90deg,#6e2b8b 0,#6e2b8b 6%,#759649 6%,#759649 53%,#bfd469 53%,#bfd469 100%);
}

.modal-header.border-hcrm {
    position: relative;
}

    .modal-header.border-hcrm + .modal-body {
        margin-top: 10px;
    }


body .footer-bottom {
    background-color: #2f2e2e;
    color: #fff;
    margin-top: 3rem;
    padding: 40px 0;
}

body .hcrm-footer {
    background-color: #2f2e2e;
    color: #fff;
    margin: 0;
    padding: 20px 0;
}

body .footer-bottom .socialMedia a {
    color: #555;
}

.hcrm-footer hr, .footer-bottom hr {
    border-color: #fff;
}

body .page-heading {
    margin-bottom: 10px;
    background: radial-gradient(circle,#8666ab 0,#694098 75%,#694098 100%);
    color: #fff !important;
    position: relative;
    margin-top: 9px;
}

@media (min-width: 576px) {
    body .page-heading {
        height: 150px;
        max-height: 150px;
    }
}

@media (max-width: 576px) {
    body .page-heading {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .biography {
        max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.page-heading .page-header h1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient( 90deg,#6e2b8b 0,#6e2b8b 30%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 35%,#759649 35%,#759649 65%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 70%,#bfd469 70%,#bfd469 100%);
    width: 34px;
    height: 10px;
}
/*body .page-heading .page-header {
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding-bottom: 0;
}*/
.hcrm-footer a, .hcrm-footer p, .footer-bottom a, .footer-bottom p {
    color: #ccc;
}

.footer-links {
    font-size: 14px;
}

    .footer-links .link-seperator {
        width: 1px;
        height: 100%;
        border-left: 1px solid #fff;
        margin: 0 10px;
    }

.card-header {
    font-size: 1.2em;
}

.card-body {
    padding: 12.5px;
}

.col-form-label {
    font-weight: bold;
}

* {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    font-size: 1.75em;
    line-height: .5;
    font-family: "Raleway",sans-serif;
}

    .avatar.avatar-sm {
        width: 30px;
        height: 30px;
        font-size: 1em;
        font-weight: 600;
    }

    .avatar.avatar-lg {
        width: 80px;
        height: 80px;
        font-size: 2.5em;
    }

    .avatar.avatar-xl {
        width: 100px;
        height: 100px;
        font-size: 3.5em;
        font-weight: 600;
    }

    .avatar span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .avatar.avatar-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.form-group.required label:after,
label.required:after {
    content: "*";
    color: #c1646c;
    margin-left: 5px;
}

.wait-overlay {
    background-color: transparent;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999;
    display: block;
}

.wait-dialog {
    width: 300px;
    background-color: #fff;
    border: 4px solid #00243A;
    z-index: 101;
    height: 235px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 5px white;
    margin-bottom: 3rem;
}

.wait-overlay .wait-dialog {
    top: 100px;
    margin-top: 25vh;
}

.wait-logo {
    background-image: url('/Images/healthcare-rm-logo.png');
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 25px;
}

.wait-dialog p {
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.wait-dialog .lds {
    display: inline-block;
    position: relative;
    width: 118px;
    height: 64px;
    margin: 15px 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.lds div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 32px;
    background-color: #6e2b8b;
    animation: lds 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

    .lds div:nth-child(1) {
        left: 8px;
        animation-delay: -0.24s;
    }

    .lds div:nth-child(2) {
        left: 48px;
        animation-delay: -0.12s;
        background-color: #759649;
    }

    .lds div:nth-child(3) {
        left: 86px;
        animation-delay: 0;
        background-color: #bfd469;
    }

@keyframes lds {
    0% {
        top: 0px;
        height: 64px;
    }

    50%, 100% {
        top: 16px;
        height: 32px;
    }
}

ul.validation-errors {
    border-left: 1px solid #c1646c;
    border-right: 1px solid #c1646c;
    padding-left: 30px;
    padding-right: 10px;
    background-color: #fff;
}

    ul.validation-errors:first-of-type {
        border-top: 1px solid #c1646c;
        padding-top: 10px;
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    ul.validation-errors:last-of-type {
        border-bottom: 1px solid #c1646c;
        padding-bottom: 10px;
        margin-bottom: 1rem;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

body .card > .card-body > .dxbs-grid > .card,
body .card > .card-body > .dxbs-grid > .card > .card-body {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

    body .card > .card-body > .dxbs-grid > .card .dxbs-scroll-viewer:last-child,
    body .dxbs-grid > .card .dxbs-scroll-viewer > .dxbs-scroll-viewer-content {
        border-radius: 0;
        border: 1px solid rgba(0,0,0,.125);
        background-color: #fff;
    }

body .dxbs-calendar-selected-item > span > a {
    color: #fff;
}

body .dxbs-grid .dxbs-grid-table > thead .dxbs-grid-header-row > th {
    background: #fff;
    border-bottom-width: 2px;
}

body .dxbs-grid-header-content {
    color: #6e2b8b;
}

body .dxbs-grid .dxbs-grid-table > * > tr > th:not(.dxbs-grid-header-indent-cell):not(.dxbs-grid-empty-header),
body .dxbs-grid .dxbs-grid-table > * > tr > td:not(.dxbs-grid-indent-cell):not(.dxbs-grid-expand-group-cell):not(.dxbs-grid-empty-cell):not(.dxbs-grid-empty-data):not(.dxbs-grid-edit-form) {
    padding: 8px;
    line-height: 1.4;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}



body .dxbs-grid .dxbs-grid-pager-container .dxbs-pager {
    margin-top: 22px;
}

body .pagination-sm .page-link {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 576px) {
    .modal-footer .btn {
        width: 100%;
        display: block;
    }
}

.table-striped tbody tr {
    color: #6c757d !important;
}

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9 !important;
    }

    .list-group .list-group-item.bg-canceled, .table-striped tbody tr.bg-canceled {
        background-color: #fff9f9 !important;
        color: #c1646c !important;
    }

        .list-group .list-group-item.bg-canceled:nth-of-type(odd), .table-striped tbody tr.bg-canceled:nth-of-type(odd) {
            background-color: #f9f3f3 !important;
        }

    .list-group .list-group-item.bg-active, .table-striped tbody tr.bg-active {
        /*background-color: #e3eadb;*/
        color: #212529 !important;
    }

        .list-group .list-group-item.bg-active:nth-of-type(odd), .table-striped tbody tr.bg-active:nth-of-type(odd) {
            /*background-color: #d8e2cc;*/
        }

.crm-markup p[style], .crm-markup div[style], .crm-markup h1[style], .crm-markup h2[style], .crm-markup h3[style], .crm-markup h4[style], .crm-markup h5[style], .crm-markup h6[style] {
    font-family: inherit !important;
    color: inherit !important;
}

.crm-markup ol {
    margin-bottom: .5rem;
}

    .crm-markup ol > li[style] {
        list-style-position: unset !important;
    }

    .crm-markup ol ol {
        list-style-type: lower-roman !important;
    }
/*.crm-markup ol > li  ol > li{
    display: block
}

    .crm-markup ol > li ol > li:before {
        content: counters(item, ".", lower-roman)" ";
        counter-increment: item;
    }*/
.crm-markup h1[style] {
    font-size: 2.375rem !important;
}

.crm-markup h2[style] {
    font-size: 2rem !important;
}

.crm-markup h3[style] {
    font-size: 1.75rem !important;
}

.crm-markup h4[style] {
    font-size: 1.5rem !important;
}

.crm-markup h5[style] {
    font-size: 1rem !important;
}

.crm-markup h6[style] {
    font-size: 0.875rem !important;
}

.crm-markup div[style], .crm-markup p[style], .crm-markup span[style], .crm-markup h6[style] {
    font-size: 1rem !important;
    line-height: 1.5;
}

.crm-markup br {
    margin-bottom: .75rem;
}

.crm-markup a {
    white-space: nowrap;
}

#gridData.dxbs-grid .dxbs-grid-footer-row td {
    border-top: 3px solid #0F4E68 !important;
}

    #gridData.dxbs-grid .dxbs-grid-footer-row td:nth-child(1) {
        padding: 0.50rem 0.25rem !important;
    }
/* DevExpress css changes*/
body .card > .card-body > .dxbs-grid > .card, body .card > .card-body > .dxbs-grid > .card > .card-body {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

    body .card > .card-body > .dxbs-grid > .card .dxbs-scroll-viewer:last-child, body .dxbs-grid > .card .dxbs-scroll-viewer > .dxbs-scroll-viewer-content {
        border-radius: 0;
        border: none;
        background-color: #fff;
    }

body .dxbs-calendar-selected-item > span > a {
    color: #fff;
}

body .dxbs-grid .dxbs-grid-table > thead .dxbs-grid-header-row > th {
    background: #fff;
    border-bottom-width: 2px;
}

body .dxbs-grid-header-content {
    color: #0F4E68;
}

body .dxbs-grid .dxbs-grid-table > * > tr > th:not(.dxbs-grid-header-indent-cell):not(.dxbs-grid-empty-header), body .dxbs-grid .dxbs-grid-table > * > tr > td:not(.dxbs-grid-indent-cell):not(.dxbs-grid-expand-group-cell):not(.dxbs-grid-empty-cell):not(.dxbs-grid-empty-data):not(.dxbs-grid-edit-form) {
    padding: 8px;
    line-height: 1.4;
}

body .dxbs-grid-sort-asc svg.dx-image, body .dxbs-grid-sort-desc svg.dx-image {
    display: none;
}

body .dxbs-grid-sort-asc, body .dxbs-grid-sort-desc {
    margin-left: 0;
    position: relative;
}

    body .dxbs-grid-sort-asc::before, body .dxbs-grid-sort-desc::before {
        display: none;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

    body .dxbs-grid-sort-asc::before {
        content: "\f0de";
    }

    body .dxbs-grid-sort-desc::before {
        content: "\f0dd";
    }

    body .dxbs-grid-sort-asc .svg-inline--fa, body .dxbs-grid-sort-desc .svg-inline--fa {
        margin-right: 3px;
    }

body .dxbs-grid .dxbs-grid-pager-container .dxbs-pager {
    margin-top: 22px;
}

body .dxbs-grid tr, body .dxbs-grid td, body .dxbs-grid table {
    border: none !important;
}

body .dxbs-grid td, body .dxbs-grid th {
    padding: 0.75rem !important;
}

body .dxbs-grid .dxbs-grid-filter-row td {
    padding: 0.50rem 0.25rem !important;
}

#gridData > div > dxbl-scroll-viewer > div > table > tbody > tr > td:nth-child(1) {
    padding: 0.50rem 0.25rem !important;
}

body .dxbs-grid .dxbs-grid-filter-row td .form-control[readonly] {
    background-color: #fff !important;
}

body .dxbs-grid .dxbs-grid-filter-row td .btn.btn-secondary {
    color: #fff;
    background-color: #003855;
    border-color: #003855;
}

    body .dxbs-grid .dxbs-grid-filter-row td .btn.btn-secondary:hover, body .dxbs-grid .dxbs-grid-filter-row td .btn.btn-secondary:focus {
        background-color: #05080c;
        border-color: #010203;
    }

body .dxbs-grid th {
    background-color: unset !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #0F4E68;
}

body .dxbs-grid .card {
    border: none !important;
    background-color: unset !important;
}
/*
#gridData .dxbs-grid-table {
    display: block;
}

    #gridData .dxbs-grid-table thead,
    #gridData .dxbs-grid-table tbody {
        display: block;
        width: 100%
    }

        #gridData .dxbs-grid-table thead .dxbs-grid-header-row {
            display: none;
        }

    #gridData .dxbs-grid-table .dxbs-grid-filter-row {
        background-color: #f7f8f9 !important;
        margin-bottom: 1rem
    }

        #gridData .dxbs-grid-table .dxbs-grid-filter-row:not(.collapse),
        #gridData .dxbs-grid-table .dxbs-grid-filter-row.collapse:not(.show) {
            display: none;
        }

    #gridData .dxbs-grid-table tr {
        display: flex;
        flex-direction: column;
        padding: 12px !important;
        border: 1px solid #dee2e6;
    }

    #gridData .dxbs-grid-table td .dxbs-textbox {
        width: 100%;
    }


    #gridData .dxbs-grid-table td span {
        display: block !important;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: calc(0.375rem + 1px);
        padding-bottom: calc(0.375rem + 1px);
    }

        #gridData .dxbs-grid-table td span.cell-label {
            background-color: transparent !important;
            color: #333 !important;
            font-weight: bold;
            width: 175px;
        }

    #gridData .dxbs-grid-table .dxbs-grid-empty-cell {
        display: none !important;
    }*/
.dxbs-grid-table td span.cell-label {
    display: none;
}

@media (max-width: 768px) {
    #gridData .dxbs-grid-table tr {
        display: flex;
        flex-direction: column;
        padding: 12px !important;
        border: 1px solid #dee2e6;
    }

    #gridData .dxbs-grid-table td {
        display: block !important;
        margin-bottom: 1rem;
        padding: 0 !important;
    }

        #gridData .dxbs-grid-table td span {
            display: block !important;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: 0;
            padding-bottom: 0;
        }

            #gridData .dxbs-grid-table td span.cell-label {
                background-color: transparent !important;
                color: #333 !important;
                font-weight: bold;
                padding-top: calc(0.375rem + 1px);
                padding-bottom: calc(0.375rem + 1px);
                width: auto;
            }
}
/* corresponds to md break point*/
@media (max-width: 992px) {
    #gridData .dxbs-grid-table {
        display: block;
    }

        #gridData .dxbs-grid-table thead,
        #gridData .dxbs-grid-table tbody {
            display: block;
            width: 100%
        }

            #gridData .dxbs-grid-table thead .dxbs-grid-header-row {
                display: none;
            }

        #gridData .dxbs-grid-table .dxbs-grid-filter-row {
            background-color: #f7f8f9 !important;
            margin-bottom: 1rem
        }

            #gridData .dxbs-grid-table .dxbs-grid-filter-row:not(.collapse),
            #gridData .dxbs-grid-table .dxbs-grid-filter-row.collapse:not(.show) {
                display: none;
            }

        #gridData .dxbs-grid-table tr {
            display: flex;
            flex-direction: column;
            padding: 12px !important;
            border: 1px solid #dee2e6;
        }

        #gridData .dxbs-grid-table td .dxbs-textbox {
            width: 100%;
        }


        #gridData .dxbs-grid-table td span {
            display: block !important;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: calc(0.375rem + 1px);
            padding-bottom: calc(0.375rem + 1px);
        }

            #gridData .dxbs-grid-table td span.cell-label {
                background-color: transparent !important;
                color: #333 !important;
                font-weight: bold;
                width: 175px;
            }

        #gridData .dxbs-grid-table .dxbs-grid-empty-cell {
            display: none !important;
        }

    .show-filters h4:before {
        content: "Hide ";
    }

    .show-filters.collapsed {
        margin-bottom: 1rem;
    }

        .show-filters.collapsed h4:before {
            content: "Show ";
        }

    .show-filters svg {
        transition: ease all .5s;
    }

    .show-filters.collapsed svg {
        transform: rotate(180deg);
    }
}

body .dxbs-grid-expand-button {
    border: none;
}

.uploading-tile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}

    .uploading-tile > div {
        padding: .5rem 1rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background-color: #fff;
        border: 1px solid #333;
        border-radius: 4px;
        text-align: center;
    }

.loading span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

    .loading span:nth-child(2) {
        animation-delay: .2s;
    }

    .loading span:nth-child(3) {
        animation-delay: .4s;
    }

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.text-word-blue {
    color: #00A4EF !important;
}

.text-excel-green {
    color: #00FF00 !important;
}

.text-pdf-red {
    color: #961908 !important;
}

.text-powerpoint-red {
    color: #a13b20 !important;
}

.text-zip-yellow {
    color: #e8d436 !important;
}

body .rz-spinner input[type='number'], body .rz-spinner input[type='text'] {
    padding-right: 25px;
}

body .rz-spinner-button {
    background-color: #003855;
}

    body .rz-spinner-button:hover {
        background-color: #05080c;
    }

body .rz-colorpicker, body .rz-lookup-search input, body .rz-spinner, body .rz-calendar .rz-inputtext, body .rz-multiselect, body .rz-dropdown, body .mask, body .rz-textarea, body .rz-textbox {
    min-height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    box-shadow: none !important;
    background-color: #ffffff;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body label.rz-dropdown-label {
    margin-bottom: 0;
}

body .rz-radio-button-list-vertical {
    margin-top: -0.5rem;
}

    body .rz-radio-button-list-vertical .rz-radio-btn:first-of-type {
        margin-top: calc(0.375rem + 1px);
    }

.rz-inputtext::placeholder, .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(73,80,87, .5);
    opacity: 1; /* Firefox */
}

.rz-inputtext:-ms-input-placeholder, .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(73,80,87, .5);
}

.rz-inputtext::-ms-input-placeholder, .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(73,80,87, .5);
}

.rz-inputtext.rz-readonly::placeholder, .form-control.readonly::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #495057 !important;
    opacity: 1; /* Firefox */
}

.rz-inputtext.rz-readonly:-ms-input-placeholder, .form-control.readonly:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #495057 !important;
}

.rz-inputtext.rz-readonly::-ms-input-placeholder, .form-control.readonly::-ms-input-placeholder { /* Microsoft Edge */
    color: #495057 !important;
}

.rz-state-disabled input, .rz-readonly, .rz-inputtext:disabled, .rz-inputtext[readonly], .rz-inputtext.readonly, .form-control:disabled, .form-control[readonly], .form-control.readonly {
    background-color: #f7f7f7 !important;
    opacity: 1;
    color: #495057 !important;
}

.form-progressbar {
    border-top: 4px solid #fff;
    background-color: #e2d5e8;
}

    .form-progressbar .form-progressbar-item {
        text-align: center;
    }

        .form-progressbar .form-progressbar-item:not(.active) {
            cursor: pointer;
        }

        .form-progressbar .form-progressbar-item > div + div {
            height: 100%;
            position: relative;
            background: inherit;
        }

            .form-progressbar .form-progressbar-item > div + div > div {
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                font-weight: bold;
                padding: 0 0 10px;
                width: 100%;
                padding: 0.5rem 1rem 1rem;
                background: inherit;
            }

.form-progressbar-item.active {
    position: relative;
    text-align: center;
    background-color: #6e2b8b !important;
}

.form-progressbar-second-line .form-progressbar-item.active {
    border-radius: 0 0 .5rem .5rem;
    background-color: #6e2b8b !important;
}

.form-progressbar .form-progressbar-item * {
    color: inherit;
    text-align: center;
}

.bg-red {
    color: #fff;
    background-color: #ed1c24 !important;
}

.bg-green {
    color: #fff;
    background-color: #22b14c !important;
}

.required .col-form-label:not(.no-footnote-marker):after {
    color: red;
    content: "*";
    margin-left: .25rem;
}

.required-group .col-form-label:after {
    color: blue !important;
}

.required-group .col-form-label[data-group]:after {
    content: attr(data-group);
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.list-group .conditional-items, .list-group .conditional-items + .list-group-item {
    margin-top: -1px;
}

.list-group-item.mb-2, .list-group-item.info-panel + .list-group-item {
    border-top-width: 1px;
}

.alert-red {
    color: red;
    background-color: #FFeeee;
    /*border-color: red;*/
}

.validation-errors > .alert-red > ul > li > a {
    color: red;
    cursor: pointer;
}

.invalid {
    outline: 1px solid #c1646c;
    background-color: #faf4f4;
}

.content > .page-heading {
    margin-top: -7px;
    margin-bottom: 1rem;
}

.text-white a :is(h1, h2, h3, h4, h5, h6), .text-white a svg, .text-white a * {
    color: #fff;
}

a.card, a.card :is(h1, h2, h3, h4, h5, h6) {
    text-decoration: none;
}

    a.card:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        cursor: pointer;
    }

    a.card.alert-info:hover {
        color: #212529;
    }
