/* Minification failed. Returning unminified contents.
(64,32): run-time error CSS1034: Expected closing parenthesis, found ','
(64,32): run-time error CSS1042: Expected function, found ','
(64,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(162,38): run-time error CSS1046: Expect comma, found '202'
(162,45): run-time error CSS1046: Expect comma, found ')'
(204,34): run-time error CSS1046: Expect comma, found '202'
(204,41): run-time error CSS1046: Expect comma, found ')'
 */
.capture-stroke-brand-bg-colour {
    background-color: #ff4713;
}

.capture-tia-brand-bg-colour {
    background-color: #c11a65;
}

.capture-therapy-brand-bg-colour {
    background-color: #4eb8a9;
}

.capture-other-brand-bg-colour,
.capture-not-acute-stroke-brand-bg-colour,
.capture-undiagnosed-brand-bg-colour {
    background-color: #6c757d;
}

.capture-stroke-brand-colour {
    color: #ff4713;
}

.capture-tia-brand-colour {
    color: #c11a65;
}

.capture-therapy-brand-colour {
    color: #4eb8a9;
}

.capture-other-brand-colour,
.capture-not-acute-stroke-brand-colour,
.capture-undiagnosed-brand-colour {
    color: #6c757d;
}

.nav-fixed-top-height {
    height: 40px;
}

.sticky-top-height {
    top: 40px !important;
}

.sticky-top-dataset-height {
    top: 80px !important;
}

#goToTopButton {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 10000;
}

#onLoadBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgb(0,0,0,0.2);
}

    #onLoadBackdrop > div {
        width: 5rem;
        height: 5rem;
    }

.fw-400 {
    width: 400px;
}

.login-layout-body {
    display: flex;
    margin-top: 50px;
    align-items: center;
    height: 100%;
}

.capture-button-sm {
    width: 4em;
}

.capture-button {
    margin: 5px;
    width: 7em;
}

.capture-button-xl {
    margin: 5px;
    width: 9em;
}

.text-link {
    cursor: pointer;
}
    .text-link:hover {
        text-decoration: underline;
    }

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #337ab7;
}

.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #157347;
}

.react-datepicker-popper {
    z-index: 1030 !important;
}

.popover {
    max-width: 600px;
    width: auto;
}

:not(.collapsed) > .collapse-icon {
    display: inline !important;
}

:not(.collapsed) > .collapsed-icon {
    display: none !important;
}

table td.patient-list-sex.male {
    background-color: lightskyblue !important;
}

table td.patient-list-sex.female {
    background-color: hotpink !important;
}

table td.patient-list-sex.ambiguous {
    background-color: lightgrey !important;
}

table th.patient-list-filterable {
    cursor: pointer;
}

table td.patient-list-pointer,
table td.patient-list-indicator {
    cursor: pointer;
}

    table td.patient-list-pointer:hover,
    table td.patient-list-indicator:hover {
        text-decoration: underline;
    }

        table td.patient-list-indicator:hover .indicator-square {
            border: 3px solid rgb(13 202 240);
        }

#careoverview-table th,
#careoverview-table td {
    display: none;
}

#careoverview-table.careoverview-tab-identifiers th.careoverview-tab-identifiers,
#careoverview-table.careoverview-tab-overview th.careoverview-tab-overview,
#careoverview-table.careoverview-tab-dataset th.careoverview-tab-dataset,
#careoverview-table.careoverview-tab-1 th.careoverview-tab-1,
#careoverview-table.careoverview-tab-2 th.careoverview-tab-2,
#careoverview-table.careoverview-tab-3 th.careoverview-tab-3,
#careoverview-table.careoverview-tab-4 th.careoverview-tab-4,
#careoverview-table.careoverview-tab-5 th.careoverview-tab-5,
#careoverview-table.careoverview-tab-6 th.careoverview-tab-6,
#careoverview-table.careoverview-tab-7 th.careoverview-tab-7,
#careoverview-table.careoverview-tab-8 th.careoverview-tab-8,
#careoverview-table.careoverview-tab-9 th.careoverview-tab-9,
#careoverview-table.careoverview-tab-10 th.careoverview-tab-10,
#careoverview-table.careoverview-tab-identifiers td.careoverview-tab-identifiers,
#careoverview-table.careoverview-tab-overview td.careoverview-tab-overview,
#careoverview-table.careoverview-tab-dataset td.careoverview-tab-dataset,
#careoverview-table.careoverview-tab-1 td.careoverview-tab-1,
#careoverview-table.careoverview-tab-2 td.careoverview-tab-2,
#careoverview-table.careoverview-tab-3 td.careoverview-tab-3,
#careoverview-table.careoverview-tab-4 td.careoverview-tab-4,
#careoverview-table.careoverview-tab-5 td.careoverview-tab-5,
#careoverview-table.careoverview-tab-6 td.careoverview-tab-6,
#careoverview-table.careoverview-tab-7 td.careoverview-tab-7,
#careoverview-table.careoverview-tab-8 td.careoverview-tab-8,
#careoverview-table.careoverview-tab-9 td.careoverview-tab-9,
#careoverview-table.careoverview-tab-10 td.careoverview-tab-10 {
    display: table-cell;
}

.progress-bar-square {
    cursor: pointer;
}

    .progress-bar-square:hover {
        border: 3px solid rgb(13 202 240) !important;
    }

/*Datatables Overrides*/
table.dataTable {
    width: 100% !important;
}

    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
        text-align: left !important;
    }

    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
        text-align: left !important;
    }

/*Native DatePicker Overrides*/
::-webkit-calendar-picker-indicator {
    background-color: lightgrey;
    padding: 5px;
    border: 1px grey solid;
    cursor: pointer;
}

/*Bootstrap Overrides*/
.btn {
    border-radius: 0 !important;
}

.alert {
    border-radius: 0 !important;
}

.nav-link {
    border-radius: 0 !important;
}

