﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #565867;
    background-color: #f9f9fc;
    font-family: Heebo,sans-serif;
}

.details-text {
    font-size: 16px;
}

.body-content {
    padding: 16px;
}

.navbar {
    padding: 2rem 0;
}

.navbar-header > a > img {
    max-height: 3.2rem;
}

.navbar-brand {
    color: white;
}

    .navbar-brand:hover {
        color: darkgrey;
    }

.dropdown-menu {
    position: static;
    display: block;
    margin: auto;
}

.validation-summary-errors li {
    color: #b94a48;
    list-style-type: none;
}

.validation-summary-errors ul {
    padding-left: 0;
}

.navbar > .container,
.navbar > .container > .navbar-header,
.navbar > .container > .navbar-collapse,
.navbar > .container > .navbar-collapse > ul.navbar-nav,
.navbar > .container > .navbar-collapse > ul.navbar-nav > li {
    display: inline;
}

.navbar a {
    color: white;
}

    .navbar a:hover {
        color: darkgrey;
    }

.info-text {
    color: #161616;
    font-size: 13px;
}

#txtSecretKey:focus-visible {
    outline: none;
}

.field-validation-error, .error {
    color: #b94a48;
    font-size: 14px;
    opacity: 1;
}

.form-control, .form-select {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.reveal {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-group {
    margin-bottom: 1rem;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

.card .card-body {
    background: #fff;
    border: 1px solid #d4dadf;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}

.card {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 3%);
    margin-bottom: 2rem;
}

nav#primary .nav-pills {
    margin: 2rem 0;
}

.text-center > li {
    text-align: center;
}

nav .nav-pills {
    display: block;
    margin: .5rem 0;
}

    nav .nav-pills .nav-item {
        margin-right: 1rem;
        display: inline-block;
    }

.pill {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    padding: .15rem .6rem;
    text-align: center;
    font-weight: 700;
    border-radius: 10rem;
    transition: all .15s ease-in-out;
    border: 1px solid transparent;
}

nav .nav-pills .nav-item .nav-link .pill {
    line-height: 35px;
    min-width: 42px;
    top: 0;
    left: 0;
    bottom: 0;
    border-color: #fcfcfe;
    background: rgba(86,88,103,.05);
    color: rgba(86,88,103,.8);
}

nav .nav-pills .nav-item .nav-link.active .pill {
    background: #fcfcfe;
    border-color: #565867;
    color: #565867;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #565867;
}

nav .nav-pills .nav-item .nav-link {
    border-radius: 50px;
    background-color: rgba(86,88,103,.08);
}

    nav .nav-pills .nav-item .nav-link.active {
        background-color: #565867;
    }

    nav .nav-pills .nav-item .nav-link.has-pill {
        padding-left: 50px;
        position: relative;
    }

li.nav-item > a > span.pill > i.fa {
    font-size: 24px;
    margin-top: 4px;
}

a {
    color: #565867;
}

.form-select:focus, .form-control:focus, .form-check-input:focus {
    border-color: #9698a7;
    box-shadow: 0 0 0 0.2rem rgb(86 88 103 / 25%);
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary, .btn-primary:focus, .btn-outline-primary:hover {
    color: #fff;
    background-color: #565867;
    border-color: #565867;
}

    .btn-primary:hover, .btn-primary:active, .dropdown-item:active {
        background-color: #454652;
        border-color: #3f404b;
    }

        .btn-primary:focus, .btn-primary:active:focus, .btn-outline-primary:focus, .btn-outline-primary:active:focus {
            box-shadow: 0 0 0 0.2rem rgb(111 113 126 / 50%);
        }

.btn {
    border-radius: 10rem;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #565867;
    background-color: #565867;
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem;
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label:before {
    pointer-events: none;
    border: 1px solid #adb5bd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("/Content/img/download.svg");
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

footer .footer-text {
    font-size: .9rem;
    padding: 2rem 1.5rem 1rem;
    opacity: .7;
}

footer .social-links a {
    color: #565867;
    opacity: .4;
    margin-right: 1rem;
    text-decoration: none;
}

footer {
    text-align: center;
}

    footer .social-links a:hover {
        opacity: .6;
    }

nav .nav-pills .nav-item .nav-link:hover:not(.active) {
    background-color: rgba(86,88,103,.2);
}

a:hover {
    color: #33343d;
}

.navbar-fixed-top h2 {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
}

.navbar-fixed-top {
    color: #fff;
}

    .navbar-fixed-top a, .navbar-fixed-top a:hover {
        color: #fff;
        text-decoration: none;
    }

    .navbar-fixed-top h2 small {
        font-size: 70%;
        font-weight: 300;
        margin-left: .2rem;
        opacity: .8;
    }

    .navbar-fixed-top .user-dropdown {
        background: rgba(86,88,103,.8);
        padding: .5rem 1rem;
        border-radius: 100px;
        color: #fff;
        opacity: .8;
        display: inline-block;
    }

.svg-fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.fa-w-12 {
    width: .75em;
}

.fa-w-14 {
    width: .875em;
}

.fa-w-16 {
    width: 1em;
}

.fa-w-18 {
    width: 1.125em;
}

.fa-w-20 {
    width: 1.25em;
}

.fa-w-12.fa-2x {
    width: 1.5em;
}

.fa-w-14.fa-2x {
    width: 1.75em;
}

.fa-w-16.fa-2x {
    width: 2em;
}

.fa-w-18.fa-2x {
    width: 2.25em;
}

.fa-2x {
    height: 2em;
}

.white, .btn-primary img, .btn-outline-primary:hover img {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(308deg) brightness(103%) contrast(101%) !important;
}

.navbar-fixed-top .user-dropdown:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

.svg-fa {
    filter: invert(34%) sepia(7%) saturate(955%) hue-rotate(196deg) brightness(93%) contrast(84%);
}

nav .nav-pills .nav-item .nav-link .pill img {
    opacity: .8;
}

nav {
    padding: 0 15px;
}

.btn-outline-primary {
    color: #565867;
    border-color: #565867;
}

.page-actions {
    margin-bottom: 1rem;
    opacity: .7;
}

@media (min-width: 992px) {
    .page-actions {
        position: absolute;
        top: 2rem;
        right: 15px;
    }
}

#app, nav {
    position: relative;
}

nav {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0 -15px;
    padding: 0 15px;
    transition: all .15s ease-in-out;
}

.card.case .card-body {
    border-radius: 0 0 4px 4px;
    border-top: 2px solid rgba(109,57,97,.7);
}

.card.has-footer .card-body {
    border-bottom: 0;
    border-radius: 0;
}

.card .card-title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    font-weight: 300;
    display: inline-block;
}

    .card .card-title:after {
        width: 40%;
        height: 1px;
        background: rgba(109,57,97,.8);
        content: "\020";
        display: block;
        margin-top: .5rem;
    }

.text-secondary, .btn.has-pill.btn-outline-secondary .pill img, .btn.has-pill.btn-secondary .pill img {
    color: #8d8fa0 !important;
    filter: invert(64%) sepia(13%) saturate(344%) hue-rotate(196deg) brightness(87%) contrast(86%);
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.btn-outline-secondary {
    color: #8d8fa0;
    border-color: #8d8fa0;
}

.card .card-footer .btn.btn-outline-secondary {
    border-color: rgba(86,88,103,.3);
}

.card .card-footer .btn {
    opacity: .7;
    transition: all .3s ease-in-out;
}

.btn-group-sm > .btn, .btn.btn-sm {
    padding: .15rem .6rem;
}

.btn-secondary {
    color: #fff;
    background-color: #8d8fa0;
    border-color: #8d8fa0;
}

.card .card-footer .btn {
    opacity: .7;
    transition: all .3s ease-in-out;
}

    .card .card-footer .btn.highlight {
        opacity: .9;
    }

@media (min-width: 576px) {
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.card-columns .card {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

.card-columns {
    -webkit-column-count: 1;
    column-count: 1;
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2rem;
        column-gap: 2rem;
    }
}

.card .card-footer {
    background: #fcfcfe;
    border: 1px solid #d4dadf;
    border-top-color: rgba(212,218,223,.5);
    border-radius: 0 0 4px 4px;
}

.btn.has-pill {
    position: relative;
    padding-left: 35px;
}

a {
    text-decoration: none;
}

.btn.has-pill.btn-outline-primary .pill, .btn.has-pill.btn-outline-secondary .pill, .btn.has-pill.btn-primary .pill, .btn.has-pill.btn-secondary .pill, .btn.has-pill.highlight .pill {
    background: #fff;
    color: #565867;
}

.btn.has-pill.btn-outline-secondary .pill, .btn.has-pill.btn-secondary .pill {
    color: #8d8fa0;
    border-color: #8d8fa0;
}

label {
    opacity: .8;
}

.reveal.delay-1 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.reveal.delay-2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.reveal.delay-3 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.btn-primary:disabled, .btn-primary.disabled {
    background-color: #ced4da;
    border-color: #ced4da;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table.dataTable {
    margin-top: 16px !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #565867;
    border-color: #565867;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.dropdown-menu {
    color: #565867;
}

h1.case-title {
    font-weight: 300;
}

@media (min-width: 768px) {
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }
}

.card-footer {
    padding: .75rem 1.25rem;
}

.float-right {
    float: right;
}

.card .card-title small {
    font-size: 1rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.text-muted {
    color: #6c757d !important;
}

@media (min-width: 992px) {
    .timeline {
        margin: .7rem 0;
    }
}

@media (min-width: 992px) {
    .timeline, .timeline .stage {
        display: flex;
        justify-content: center;
    }
}

.timeline .stage {
    position: relative;
    color: #888a9b;
    min-height: 40px;
    margin-bottom: 0.1rem;
}

@media (min-width: 992px) {
    .timeline, .timeline .stage {
        /*display: inline-block;*/
        display: block;
        justify-content: center;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .timeline .stage {
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .timeline .stage a {
        color: #a3a5b3;
        display: flex;
        position: relative;
        z-index: 10;
        align-self: center;
    }
}

@media (min-width: 992px) {
    .timeline .stage.completed div {
        color: #509171;
    }
}

.stage-info {
    border: 1px solid #d4dadf;
    transition: border .15s ease-in-out;
    border-radius: 4px;
    padding: 15px;
    margin: 2rem auto 1rem;
    max-width: 600px;
}

    .stage-info h4 {
        font-weight: 400;
        font-size: 20px;
    }

.table-striped > tbody > tr, table {
    color: #565867 !important;
}

#tblDocuments tr td:first-child img {
    margin-bottom: 4px;
}

.dataTable .svg-fa {
    filter: invert(61%) sepia(10%) saturate(439%) hue-rotate(196deg) brightness(93%) contrast(87%);
}

.dataTable .btn-group a:hover .svg-fa {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(54deg) brightness(101%) contrast(102%);
}

.dataTable .custom-control-label {
    opacity: 1;
}

tr.unread {
    font-weight: bold !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto;
}

.form-check-input:checked {
    background-color: #777885;
    border-color: #777885;
}

.text-right {
    text-align: right !important;
}

.navbar a.back-to-website {
    color: #fff;
    opacity: .8;
}

    .navbar a.back-to-website:hover {
        color: #fff;
        text-decoration: none;
        opacity: 1;
    }

.back-to-website > img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(16deg) brightness(109%) contrast(101%);
}

.social-links a:last-child {
    margin-right: 0 !important;
}

.decoration-hover:hover {
    text-decoration: underline;
}

.card.round .card-body {
    border-radius: 100px;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #565867;
}

@media (max-width: 1000px) {
    ul.nav.nav-pills {
        display: flex;
    }

    li.nav-item {
        display: contents;
        margin-bottom: 6px;
    }
}

@media (max-width: 992px) {
    .dataTables_wrapper {
        overflow: auto;
    }
}

.add-edit-org-contact-button {
    padding: 0 !important;
    margin-left: 0.6rem;
    float: right;
}

.h-contact-org {
    margin-top: 20px;
}

.small-table {
    font-size: 12px;
}

    .small-table th, .small-table td {
        padding: 4px 12px;
    }

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #b8b8b6;
}

.wrapper {
    width: 187px;
    height: 187px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
}

.container {
    font: 1px;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .timeline {
        width: 50%;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .timeline .stage:before {
        content: "";
        width: 3px;
        height: 100%;
        position: absolute;
        top: 58%;
        left: 3.8%;
        display: block;
        background: #d4dadf;
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .timeline .stage.completed:before {
        background: #509171;
    }
}

@media (min-width: 992px) {
    /*.timeline .stage:before {
        left: 50%;
    }*/
    .timeline .stage:last-child:before {
        left: 0;
    }
}

@media (min-width: 992px) {
    .timeline .stage:last-child:before {
        width: 0;
    }
}

.task-status-div {
    width: 70%;
    display: inline-block;
    padding: 3px 8px;
    font-size: 14px;
    margin-left: 8px;
    background: #F7F7F7;
    border-radius: 7px;
}

    .task-status-div span.label {
        color: #565867;
    }

.stage.completed .task-status-div {
    background: #E4F1EB;
}

.date-label {
    color: #a3a5b3;
    font-size: 12px;
    float: right;
    margin-top: 4px;
}

.progress-circle {
    margin: 20px;
    width: 125px;
    height: 125px;
    position: relative;
}

    .progress-circle svg {
        transform: rotate(180deg);
    }

.timeline {
    overflow-x: auto;
}
