﻿.sidebar .nav-item a.active {
    background-color: rgba(255,255,255,0.25) !important;
    color: white !important;
}

.headerTitle {
    text-align: right;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.bold {
    font-weight: 700;
}

#components-reconnect-modal {
    z-index: 10000 !important;
    border: 3px solid rgba(94, 136, 62, 0.25);
}

.record {
    font-size: 0.875rem;
    display: block;
    margin-left: 12px;
    line-height: 1.8;
}

h5.record-title {
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

    h5.record-title:first-child {
        margin-top: 0px;
    }

.card-header {
    padding: .75rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: rgba(0,0,0,.03) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}


    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.scrollable {
  /*  overflow: auto;*/
}

/*Callout */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #555;
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

    .bd-callout-info h4 {
        color: #5bc0de
    }

.bd-callout-warning {
    border-left-color: #f0ad4e
}

    .bd-callout-warning h4 {
        color: #f0ad4e
    }

.bd-callout-danger {
    border-left-color: #d9534f
}

    .bd-callout-danger h4 {
        color: #d9534f
    }
/*Fine Callout*/

.capitalProvince
{
    font-weight:500;
}
.capitalRegion {
    font-weight: 900;
}