/* input(1559,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':' */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.form-builder-hide {
    display: none;
}

.form-builder-hide.admin {
    display: revert;
    background-color: lightgray;
    opacity: 0.5;
    margin: 2px;
    border-radius: 5px;
}

.dt-container {
    margin-top: 10px;
}

.dt-container .row:first-child {
    margin-bottom: 10px;
}

.dt-paging {
    float: right;
}

.dt-length {
    min-width: 200px;
}

:root {
    --secondaryTextColor: #747474;
    --navLinkDarkColor: #0366d6;
    --textMutedDark: #6e6e6e;
    --primaryColor: #013300;
}

a {
    text-decoration: none;
    background-color: transparent;
}

    a:hover.no-underline {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

.float-right {
    float: right !important;
}

.label-description {
    display: block;
}

.navbar-product {
    background-color: var(--primaryColor)
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white;
}

    a.navbar-brand:hover {
        text-decoration: underline;
    }

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: #1861ac;
}

.card .text-danger {
    color: #d13241 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    /*background-color: #1b6ec2;
    border-color: #1861ac;
    */
    background-color: #1F6698;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main {
    flex: 1;
}

.footer {   
    color: white;
    background-color: var(--primaryColor);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 10px;
    overflow: hidden;
}

.footer a {
    color: white;
}

#header {
    margin-bottom: 20px;
}

.navbar-brand {
    font-size: 1rem;
    padding: 10px !important;
    margin-right: 0 !important;
}

.navbar-nav .nav-item.divider {
    border-right: 3px solid #69C397;
}

.navbar {
    padding: 0 !important;
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }

    /*.dataTables_wrapper {             //removing due to datatables not adjusting correctly
        width: 91vw !important;
    }*/

    .datatable tr td a.btn {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .navbar-nav .nav-item.divider {
        border-right: none;
    }

    /*.dataTables_wrapper {     //removing due to datatables not adjusting correctly
        width: 71vw !important;
    }*/
}

@media (min-width: 992px) and (max-width: 1200px) {

    /*.dataTables_wrapper {     //removing due to datatables not adjusting correctly
        width: 80vw !important;
    }*/
}

@media (min-width: 1200px) {
    /*.dataTables_wrapper {         //removing due to datatables not adjusting correctly
        width: 71vw !important;
    }*/
}

div.dataTables_wrapper div.dataTables_processing {
    background: #FFFFCC;
    border: 1px solid black;
    border-radius: 3px;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_processing {
    position: relative;
    top: 10% !important;
}

.navbar-nav .nav-item.active {
    font-weight: bold;
}

.nav-item.active {
    background-color: #5553D7;
}

.orange-text {
    color: #DAA830;
}

.mint-text {
    color: rgba(94,152,195);
}

.mint-background {
    background-color: rgba(94,152,195, 0.2);
}

.delete-button,
.edit-button {
    color: white !important;
    /**/ cursor: pointer;
    text-decoration: none;
}


.link-vertical-spacer {
    color: #C1C2C6;
}

.toolbar {
    margin-bottom: 24px;
}

    .toolbar a {
        margin-right: 16px;
        font-size: 16px;
    }

.form-pd-approval {
    padding: 0px 10px
}


.info-row {
    margin-bottom: 48px;
}

    .info-row .row {
        padding-top: 4px;
        padding-bottom: 4px;
        margin-bottom: 12px;
    }

.info-row-condensed {
    margin-bottom: 24px !important;
}

    .info-row-condensed .row {
        margin-bottom: 0px !important;
    }


.admin-info-row .row {
    margin-bottom: 2px;
}


.info-row .info-row-description {
    font-size: 9pt;
    font-weight: normal;
    color: var(--secondaryTextColor);
}

.info-row .info-row-warning {
    font-size: 9pt;
    font-weight: normal;
    color: red;
}

.nav-list {
    /*    border-left: solid 4px #102649;
*/
    margin-bottom: 24px;
    line-height: 1.2;
}
    /*    .nav-list-group{
        list-style-type: none;
        padding: 0;
    }
    ul.nav-list-group:before {
        display:block;
        content: attr(aria-label);
        font-size: 16px;
        font-weight: 500;
        padding-left: 8px;
        padding-bottom: 5px;
    }*/
    .nav-list a {
        color: #102649;
        padding: 5px;
    }

    .nav-list .nav-list-group a.selected {
        /* background-color: #426899;*/
        /* display: block;*/
        color: #1F6698;
        border-left: 4px solid #1F6698;
        /* background-image: linear-gradient(to right, #E1F3EA, white);*/
        font-weight: bold;
        margin-left: -4px;
        /*        width: 15vw;
*/ /**/
    }

.nav-list-group a {
    padding-left: 16px;
    /**/
}

.nav-list .nav-list-group .item:hover {
    text-decoration: underline;
}



.nav-list h5 {
    font-size: 16px;
    padding-left: 8px;
}

.nav-list-right {
    border-left: solid 1px gray;
    border-left-style: dotted;
    padding-left: 8px;
    margin-bottom: 24px;
}

.nav-list input, .nav-list select {
    width: 80%;
}

.nav-list .nav-list-group {
    margin-bottom: 24px;
}

    .nav-list .nav-list-group a {
        display: table;
        margin: 0 0 0px 0;
        font-size: 16px;
    }

.nav-list-right a.selected {
    font-weight: bold;
}

.nav-item.active {
    font-weight: bold;
}

.nav-list-right .nav-list-group {
    margin-bottom: 24px;
}

    .nav-list-right .nav-list-group a {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
    }

        .nav-list-right .nav-list-group a.selected:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            left: -2px;
            top: -1px;
            background: gray;
            position: relative;
            width: 7px;
            height: 7px;
        }

        .nav-list-right .nav-list-group a.selected {
            margin-left: -10px;
        }

.admin-nav-list.nav-list .nav-list-group a {
    font-size: 14px;
}

.admin-nav-list.nav-list .nav-list-group {
    margin-bottom: 16px;
}

.admin-nav-list.nav-list a {
    padding: 3px 16px;
}

.modal {
    min-height: 400px; /* size */
}

.modal-overlay {
    background-color: red; /*rgba(128,128,128,0.5)*/
    ; /* color */
    display: none; /* making it hidden by default */
}

.modal-content {
    max-height: 85vh;
}

.modal-body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.clear {
    clear: both;
    height: 80px;
}

.input-validation-error {
    border: 2px red solid;
}

.field-validation-error {
    color: #e50000;
    font-size: 0.8rem;
}

    .field-validation-error:focus {
        box-shadow: 0 0 3px 3px #ff00005e;
    }

.red {
    color: red;
    font-weight: bold;
}

.bdg {
    position: relative;
}

    .bdg[notification]:after {
        content: attr(notification);
        position: absolute;
        background: #B7443F;
        color: #fff;
        width: 25px;
        height: 25px;
        text-align: center;
        top: -11px;
        right: -7px;
        border-radius: 50%;
        font-size: 13px;
    }

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    /*background: #ECECEC;*/
    border: 1px solid #163E73;
    vertical-align: middle;
    margin-right: 1em;
    color: #163E73;
}

.font-bold {
    font-weight: 500;
}

.left-border-content {
    border-left: 1px solid #E5E5E5;
    min-height: 75vh;
}

.left-border-content-reports {
    border-left: 1px solid #E5E5E5;
    min-height: 65vh;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.vw-15 {
    width: 15vw;
}

.vw-55 {
    width: 81vw !important;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.datatable {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

table th {
    text-transform: uppercase;
    font-weight: 500;
}

.action-column {
    width: 80px;
}

/* trumbowyg */
.trumbowyg-box, .trumbowyg-editor {
    min-height: 150px !important;
}


td.cell-nowrap {
    white-space: nowrap;
}

.modal-header {
    background-color: var(--primaryColor);
    color: #fff;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
}

.close {
    color: #fff !important;
    text-shadow: none;
}

.control-label {
    margin-bottom: 0 !important;
    font-weight: 500;
}

.red {
    margin-left: 5px;
}

#modalCrudBody div.column-1 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.input-5 {
    width: 5vw;
}

.input-10 {
    width: 10vw;
}

.input-20 {
    width: 20vw !important;
}

.select-list-16 {
    width: 16vw;
}

.select-list-24 {
    width: 24vw;
}

.date-13 {
    width: 13vw;
}

.dropdown-toggle {
    /*color: rgba(94,152,195, 1) !important;*/
    /*color: #d2232a !important;*/
    color: #f5b324 !important;
    font-weight: bold;
}

.navbar-nav > .active > a {
    color: #fff;
    /*    color: rgba(94,152,195, 1);
*/
}

tr.odd {
    background-color: #fafafa !important;
}

    tr.odd .text-muted {
        color: var(--textMutedDark) !important;
    }

.text-muted-dark {
    color: var(--textMutedDark) !important;
}

.dataTables_wrapper {
    padding-top: 15px;
}

table thead tr {
    background-color: #f2f2f2;
}

    table thead tr th {
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
    }

.table {
    border-top: none;
}

table thead th {
    background: transparent !important;
    /*    white-space: nowrap;*/
}

table thead span.sort-icon {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 16px;
    height: 16px;
}

table tfoot tr {
    background-color: #fcfcfc;
}

    table tfoot tr th {
        border-top: 1px solid #f2f2f2 !important;
    }

table.dataTable thead .sorting span:before,
table.dataTable thead .sorting_desc span:before {
    content: "↑";
    opacity: 0.3;
}

table.dataTable thead .sorting span:after,
table.dataTable thead .sorting_asc span:after {
    opacity: 0.3;
}

table.dataTable thead .sorting_asc span:before,
table.dataTable thead .sorting_desc span:after {
    content: "↑";
}

table.dataTable thead .sorting_desc span:after,
table.dataTable thead .sorting_asc span:after,
table.dataTable thead .sorting span:after {
    content: "↓";
}

table.dataTable thead th {
    white-space: pre-wrap !important;
}
/*table.dataTable thead .sorting_asc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right;
}
*/
.page-item.active .page-link {
    background-color: #0069D9;
    border-color: #0062CC;
}

.middle-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .middle-text span {
        background: #fff;
        padding: 0 10px;
    }

.btn-primary-login {
    background-color: var(--primaryColor) !important;
    border-color: 1px solid #01121B !important;
    color: #fff !important;
}

    .btn-primary-login:hover {
        background-color: var(--primaryColor) !important;
        border-color: 1px solid #3C6579 !important;
        color: #fff !important;
    }

.btn-primary-microsoft {
    background-color: #00A4EF !important;
    border-color: 1px solid #01121B !important;
    color: #fff !important;
}

    .btn-primary-microsoft:hover {
        background-color: #2bbdfc !important;
        border-color: 1px solid #3C6579 !important;
        color: #fff !important;
    }

.btn-primary-search {
    background-color: #f5b324 !important;
    border-color: 1px solid #01121B !important;
    color: #fff !important;
}

    .btn-primary-search:hover {
        background-color: #ffc845 !important;
        border-color: 1px solid #3C6579 !important;
        color: #fff !important;
    }

.vertical-center {
    margin-top: 20px;
    min-height: 50%; /* Fallback for browsers do NOT support vh unit */
    min-height: 50vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}


    .vertical-center > .container {
        max-width: 100%;
        display: inline-block;
    }

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: plum;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

.card-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    border-radius: .85em;
    background-color: #F1FBFD;
    border: 1px solid #D8F4FA;
    border-bottom: none;
}

.white {
    position: relative;
    top: -25px;
    width: 50px;
    height: 50px;
    /*border: 2px solid #f00;*/
    border-radius: 50%;
    background: #fff;
    text-align: center;
}


/*.numberCircle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 1px 2px #c9d1d2;
    font-size: 21.6px;
    background: #ffffff;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display:flex;
    align-items: center;
    justify-content: center;
}*/

.initial {
    margin-top: 5px;
    color: #8f9091;
}

.name-card {
    border: none;
    margin-top: 12px;
    box-shadow: 0 0 2px #c9d1d2;
    border-radius: .85em;
}

    .name-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: .85em;
        /*border: 1px solid transparent;
        border-top-width: 75px;
        background: linear-gradient(45deg, #4daaff, #003B71) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        opacity: 0.5;*/

        border: 1px solid #003B71;
        border-top-width: 75px;
        opacity: 0.2;
    }

.name-card-header {
}

.name-card-body {
    padding-top: 25px;
}

.name-card-header-icon {
    font-size: 15px;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 0 2px #c9d1d2;
}

.numberCircle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: inset 0 0 2px #c9d1d2;
    font-size: 21.6px;
    background: #ffffff;
    position: relative;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn {
    --bs-btn-border-radius: .2rem !important;
    border-radius: var(--bs-btn-border-radius) !important;
}

.btn-danger {
    background-color: #8b2929 !important;
}

.btn-secondary {
    background-color: #6D6E71 !important;
}

.btnAdd,
.btnCreate {
    width: 100px;
}

    .btnAdd i,
    .btnCreate i {
        margin-right: .5em !important;
        /**/
    }

/*
    This allows the rich text for the element confirmation dialog to show inline
    This will mess with paragraphs but shouldn't be more than one line anyways
*/
.element-confirm-dialog p {
    display: inline;
}

.disable-active {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.child-row td {
    border-top: 3px solid gray;
}

    .child-row td:first-of-type {
        border-right: 3px solid gray;
    }

.activity-feed-item-menu {
    background-color: #eaeaea;
    border-radius: 5px;
    padding: 4px;
}

    .activity-feed-item-menu:hover {
        color: #69C397 !important;
        cursor: pointer;
    }

.activity-feed-item.new {
    /*    font-weight: bold !important;*/
    /*    background-color: #69C397 !important;*/
}

.signature-card {
    height: 128px;
    width: 210px;
    padding: 5px;
    border: 1px solid #69C397;
    border-radius: 4px;
}

.filter-card {
    background-color: #FAFAFA;
}

    .filter-card .filter-pill {
        color: var(--navLinkDarkColor);
    }

.result-section:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.result-section {
    cursor: pointer;
}

.hide {
    display: none;
}

.tooltip > .tooltip-inner {
    background-color: #102649;
}

.tooltip > .arrow:before {
    border-top-color: #102649;
}

.hidden {
    display: none;
}

.alert-light-gray {
    background-color: #f2f2f2;
}

.padding-left-0 {
    padding-left: 0;
}

.loading-div {
    text-align: center;
    opacity: 0.8;
}

.btn-outline-primary {
    color: #1F6698;
    background-color: white;
    border-color: #1F6698 !important;
}

    .btn-outline-primary:hover {
        background-color: #1F6698 !important;
        color: white;
    }

.btn.btn-outline-primary.disabled.active {
    background-color: #1F6698 !important;
    color: white;
}

.btn-outline-secondary {
    color: #666f76;
}

    .btn-outline-secondary:hover {
        color: white !important;
    }

.btn.btn-outline-secondary.disabled.active {
    color: white !important;
}

label.selected {
    font-weight: bold;
}


.hr-separator {
    height: 3px;
    border: none;
    background: #CED4DA;
}

.margin-width {
    width: 15vw;
    margin-left: 10px;
}

.display-inline {
    display: inline-block;
}

.select2-container.field-validation-error .select2-selection {
    border: 1px solid red;
    color: red;
    font-size: 1rem;
}

select.field-validation-error {
    border: 1px solid red;
    color: red;
    font-size: 1rem;
}

input.form-control.field-validation-error, textarea.form-control.field-validation-error {
    border: 1px solid red;
    font-size: 1rem;
}


.status-open {
    color: #2DCCFF;
}

.status-submitted {
    color: #56F000;
}

.status-pending-info {
    color: #FCE83A;
}

.status-converted-case {
    color: #FF3838;
}

.status-close {
    color: #9EA7AD;
}

.bg-status-open {
    color: #000;
    background-color: #2DCCFF;
    padding: 4px 10px;
}

.bg-status-submitted {
    color: #000;
    background-color: #56F000;
    padding: 4px 10px;
}

.bg-status-pending-info {
    color: #000;
    background-color: #FCE83A;
    padding: 4px 10px;
}

.bg-status-converted-case {
    color: #fff;
    background-color: #d92f2f;
    padding: 4px 10px;
}

.bg-status-close {
    color: #000;
    background-color: #9EA7AD;
    padding: 4px 10px;
}

.override-wrapper-w {
    width: 100% !important;
    margin-top: -6px;
    padding-top: 0px;
}

.dt-header {
    padding: 10px 7px;
    border: 1px solid #fafafa;
    margin-bottom: 0px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #DEE2E6;
}

div.trumbowyg-editor[contenteditable="true"] {
    background-color: white;
}

div.trumbowyg-editor[contenteditable="false"] {
    background-color: #dee2e6;
}

.deleted-row {
    text-decoration: line-through;
    background-color: #f8d7da !important;
}

.mb-0-important {
    margin-bottom: 0 !important;
}

select.selected {
    border-color: #1b6ec2;
    border-radius: 7px;
    box-shadow: 0px 0px 4px #1b6ec2;
}

.control-label-above {
    margin-bottom: 4px !important;
    font-weight: 500;
    font-size: 0.85rem;
    color: #747474;
}

.search-box {
    background-color: #fdfdfd;
    border: 1px inset #ccc;
}

.search-form {
    padding: 10px 10px 0 10px;
    width: 90%;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

.hr-separator2 {
    margin-top: 0 !important;
    border-top: 1px solid #f1f1f1;
}

h6 {
    margin-bottom: 0 !important;
}

.question-hover:hover {
    margin: 5px;
    font-weight: bold;
}

.question-card.hover {
    background-color: #e8f4ff;
}

table.attachment-table {
    font-size: 0.9rem;
}

    table.attachment-table th.attachment-datereceived, table.attachment-table td.attachment-datereceived {
        width: 5%;
    }

    table.attachment-table td.attachment-upload {
    }

    table.attachment-table th.attachment-name, table.attachment-table td.attachment-name {
        min-width: 200px;
        width: 35%;
    }

    table.attachment-table td.attachment-name {
        font-weight: bold;
    }

    table.attachment-table th.attachment-type, table.attachment-table td.attachment-type {
        min-width: 80px;
    }

    table.attachment-table td.attachment-type {
        font-weight: bold;
    }

    table.attachment-table th.attachment-description, table.attachment-table td.attachment-description {
        min-width: 100px;
        width: 20%;
    }

    table.attachment-table th.attachment-createdby, table.attachment-table td.attachment-createdby {
        width: 5%;
        min-width: 100px;
    }

    table.attachment-table th.attachment-createdon, table.attachment-table td.attachment-createdon {
        width: 5%;
        min-width: 80px;
    }

    table.attachment-table th.attachment-confidentiality, table.attachment-table td.attachment-confidentiality {
        min-width: 150px;
    }

    table.attachment-table th.attachment-actions, table.attachment-table td.attachment-actions {
        width: 10%;
        white-space: nowrap;
    }

table.table-nobg-header thead tr {
    background-color: transparent !important;
}

table.table-nobg-header tr th {
    border-top: none;
}

table.attachment-table td.attachment-type label {
    font-weight: normal;
}

table.attachment-table td.attachment-type select {
    font-weight: normal;
}

table.attachment-table th.attachment-description, table.attachment-table td.attachment-description {
    min-width: 100px;
    width: 20%;
}

table.attachment-table th.attachment-createdby, table.attachment-table td.attachment-createdby {
    width: 5%;
}

table.attachment-table th.attachment-createdon, table.attachment-table td.attachment-createdon {
    width: 5%;
}

table.attachment-table th.attachment-actions, table.attachment-table td.attachment-actions {
    width: 10%;
    white-space: nowrap;
}

.wizard-question {
    margin-top: 1.5em;
    margin-bottom: 0.5em !important;
}

.wizard-answer {
    margin-left: 3em;
    margin-top: 1em;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .ellipsis.attachmentlink {
        max-width: 45ch;
    }

input:not([type='file']):not([type='checkbox']):not([type='radio']):read-only, textarea:read-only {
    pointer-events: none;
}

input:not([type='file']):not([type='checkbox']):not([type='radio']):read-only, textarea:read-only {
    background-color: #ddd;
}

.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.gray-box {
    padding: 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
}


/*----------Accessibility Classes------------*/
.fieldset-styled {
    all: revert;
    margin: 1rem 0 1rem 0;
    padding: 1.5rem 2rem 1rem 2rem;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    box-shadow: 0 0 2px #a3a3a3;
    background-color: white;
}

    .fieldset-styled > legend {
        all: revert;
        font-weight: 500;
        font-size: 1.25rem;
        padding: .5rem;
        border: 1px solid #a3a3a3;
        border-radius: 5px;
        background-color: white;
        box-shadow: 0 0 2px #a3a3a3;
        background-color: white;
    }

    .fieldset-styled:has(input.field-validation-error) > legend::after,
    .fieldset-styled:has(select.field-validation-error) > legend::after,
    .fieldset-styled:has(input.is-invalid) > legend::after,
    .fieldset-styled:has(select.is-invalid) > legend::after {
        font-family: FontAwesome;
        content: "\f06a";
        display: inline-block;
        font-weight: 900;
        color: red;
    }

.fieldset-radio {
}

    .fieldset-radio > legend {
        margin-bottom: 0 !important;
        font-weight: 500;
        font-size: 1em
    }

    .fieldset-radio > .radio-inputs {
    }

.outcome-form {
    margin-top: -1.5rem;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.app-review-form {
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 5px;
    background-color: #f2f2f2;
}

    .app-review-form ~ .app-review-form {
        margin-top: -.5rem;
    }

.formbox {
    max-width: 75rem;
    margin-bottom: 1rem;
}

.dynamic-floating-label {
    position: relative;
    width: 100%;
}

    .dynamic-floating-label label {
        width: 100%;
    }

    .dynamic-floating-label .select2-container {
    }

    .dynamic-floating-label .select2-selection {
        padding: 1.5rem 0 1rem .75rem !important;
    }

    .dynamic-floating-label .select2-selection--single, select2-selection__arrow {
        height: 3.5rem !important;
    }

    .dynamic-floating-label .selection :focus {
        outline: none !important;
        border-color: #719ECE !important;
        box-shadow: 0 0 10px #719ECE !important;
    }

.dynamic-label-text {
    position: absolute;
    display: inline-block;
    padding: 0.5rem;
    color: #767676;
    font-size: .75rem !important;
    z-index: 3;
}

.dynamic-label-input {
    width: 100%;
    padding: 1.5rem 1rem .375rem .75rem !important;
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white;
    opacity: 0;
}

    .skip-to-main-content-link:focus {
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }

input.dynamic-label-input.field-validation-error::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
}

.dynamic-floating-label .select2-container.field-validation-error .select2-selection__arrow::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1.75rem 0 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
}

span.required:after {
    content: "*";
    color: red;
}


#banner {
    width: 100%;
    margin-bottom: 0;
    background-color: #73757f;
    padding: 1% 5% 0.5% 5%;
    color: white;
    word-wrap: normal;
}

/*.fancybox-slide--iframe .fancybox-content {
    width: 1920px;
    height: 1080px;
    max-width: 90%;
    max-height: 90%;
    margin: 0;
}
*/
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    height: 100% !important;
}

.fancybox__content {
    padding: 6px !important;
    border: outset;
}

.fancybox__iframe {
    border: 1px inset !important;
}

.trumbowyg-modal {
    z-index: +1;
}

.label-wrap-radio {
    position: relative;
    padding-left: 3.5ch;
    display: block;
    margin-bottom: 5px;
}

    .label-wrap-radio > [type=radio] {
        position: absolute;
        left: 0;
        margin-top: 0.35rem;
    }

.embedded-reports-iframe {
    display: block;
    background: #fff;
    border: none;
    height: calc(100vh - 330px);
    width: 100%;
}

.merge-step-heading {
    color: font-size:12pt;
}

.panel {
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 45%;
    float: left;
    margin-bottom: 20px;
}

.panel-right {
    margin-left: 20px;
    opacity: 40%
}

.panel-results {
    width: 90% !important;
}

.blue-text {
    color: #1B6EC2;
}

.primary-bg {
    background-color: var(--primaryColor) !important;
}