
/* Copilot: Establish Clear CSS File Responsibilities ----------------------- */
/* admin-styles.css - Global styles only */
/* Base elements, utilities, shared components, layout framework */

/* /styles/controls/ComponentName.css - Component-specific only */
/* Styles that are unique to this component and won't be reused */


/* Copilot: Naming Convention Guidelines ------------------------------------ */
/* Component-specific IDs * /
#component-name .class-name {
}

/* Component-specific classes * /
.control-component-name .element-name {
}

/* State classes * /
.viewing-[element] {
}

.editing-[element] {
}

.is-[state] {
}

.not-[state] {
}

/* Utility classes in admin-styles.css * /
.text[size] {
}

.width-[size] {
}

.[spacing-type]-[size] {
}
*/


/* Copilot: File Organization Best Practices ------------------------------------ */
/* 1. Component root styles * /
.control-component-name {
}

    /* 2. Layout/structural styles * /
    .control-component-name .layout-element {
    }

    /* 3. Content/text styles * /
    .control-component-name .content-element {
    }

    /* 4. Interactive/state styles * /
    .control-component-name .interactive-element {
    }

    .control-component-name .state-class {
    }

    /* 5. Responsive/variant styles * /
    .control-component-name.variant {
    }
*/


/* Copilot: CSS Load Order Strategy ----------------------------------------------- */
/*
    <!-- 1. Base/reset styles -->
    <link href="~/styles/admin-styles.css" rel="stylesheet" / >
    <!-- 2. Shared components (if created) -->
    <link href="~/styles/shared-components.css" rel="stylesheet" / >
    <!-- 3. Page-specific control styles -->
    <link href="~/styles/controls/ClinicEditor.css" rel="stylesheet" / >
*/


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

/*iframe {
    width: 100%;
    height: 100%;
    border: none;
}*/

#chcam-admin1-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

h4 {
    width: 1024px;
    padding-top: 2px;
    margin-top: 45px;
    margin-bottom: 10px;
    border-top: solid 1px slateblue;
    /*margin: 20px 0 8px;*/
    font-size: 20px;
    color: seagreen;
}

    h4.first {
        margin-top: 30px;
        border-top: none;
    }

    h4 *.highlight1 {
        color: blue;
    }

/*h4:not(:first-of-type) {
    padding-top: 2px;
    margin-top: 15px;
    border-top: solid 1px silver;
    /*margin: 20px 0 8px;* /
    font-size: 20px;
}*/

input[type=submit], input[type=button], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: azure;
    border: solid 1px gray;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    min-width: 80px;
    padding: 2px 4px;
    border-radius: 1px;
}

    input[type=submit].narrower, input[type=button].narrower, button.narrower,
    input[type=submit].narrowerInactive, input[type=button].narrowerInactive, button.narrowerInactive {
        letter-spacing: 0.5px;
        min-width: 60px;
        padding: 2px;
    }

    input[type=submit].compact, input[type=button].compact, button.compact,
    input[type=submit].compactInactive, input[type=button].compactInactive, button.compactInactive {
        letter-spacing: 0.4px;
        min-width: 60px;
        padding: 2px;
        font-size: 11px;
    }

input [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: solid 1px gray;
    border-radius: 2px;
    outline: none;
    width: 16px;
    height: 16px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 15px;
}
/*
    input[type=checkbox]:after {
        content: "×";
        color: white;
    }

    input[type=checkbox]:focus:after {
        color: lightblue;
    }

    input[type=checkbox]:checked:after {
        color: black;
    }
*/
.edit-modes div:not(.skip-all-edit-mode) input[type=radio]:enabled + label {
    color: initial;
}

input[type=password] {
    width: 200px;
}

input[type=number] {
    text-align: right;
}

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

input[type=image]:disabled {
    opacity: 0.5;
}

hr {
    padding: 0;
    margin: 0;
    height: 1px;
    border: none;
    background-color: silver;
}

hr.lighter {
    background-color: lightgrey;
}

.boldish {
    font-weight: 500;
}

.absolute-top-0 {
    position: absolute;
    top: 0;
}

.absolute-left-0 {
    position: absolute;
    left: 0;
}

input.transparent,
select.transparent,
select.transparent:disabled {
    background: none;
    border: none;
    color: black;
    -webkit-appearance: none;
}

/*input[type=date]:disabled:optional:not(:placeholder-shown) {
    color: lightgray;
}*/

.width-650 {
    width: 650px;
}

.width-100pct {
    width: 100%;
}

.width-1pct {
    width: 1%;
}

span.widey {
    display: inline-block;
}

input[type=text] {
    width: 200px;
}

input.text10 {
    width: 10px;
}

input.text15 {
    width: 15px;
}

input.text20 {
    width: 20px;
}

input.text30, span.widey.text30 {
    width: 30px;
}

input.text40, span.widey.text40 {
    width: 40px;
}

input.text50, span.widey.text50 {
    width: 50px;
}

input.text60, span.widey.text60 {
    width: 60px;
}

input.text65, span.widey.text65 {
    width: 65px;
}

input.text70, span.widey.text70 {
    width: 70px;
}

input.text70, span.widey.text75 {
    width: 75px;
}

input.text80, span.widey.text80 {
    width: 80px;
}

input.text90, span.widey.text90 {
    width: 90px;
}

input.text100, span.widey.text100 {
    width: 100px;
}

input.text125 {
    width: 125px;
}

input.text150 {
    width: 150px;
}

input.text175 {
    width: 175px;
}

input.text200 {
    width: 200px;
}

input.text250 {
    width: 250px;
}

input.text300 {
    width: 300px;
}

input.text350 {
    width: 350px;
}

input.text400 {
    width: 400px;
}

input.text450, textarea.text450 {
    width: 450px;
}

input.text500 {
    width: 500px;
}

input.text550 {
    width: 550px;
}

input.text600 {
    width: 600px;
}

input.text650 {
    width: 650px;
}

.number {
    /*font-family: 'Liberation Mono';*/
    /*font-variant-numeric: tabular-nums;*/
    text-align: right;
    font-weight: bold;
    color: #27ae60;
}

span.number {
    font-weight: 500;
}

div.text-block-1 {
    width: 300px;
    overflow: auto;
}

.info-page {
    padding: 20px;
}

    .info-page .welcome {
        margin-bottom: 30px;
        font-size: 30px;
        font-style: italic;
        color: darkblue;
    }

    .info-page p {
        font-size: 21px;
    }

.ajax-combo-box button {
    /*display: none;*/
    width: 21px;
    min-width: 21px;
}

.ajax-combo-box.text90 input[type=text] {
    width: 90px;
    /*height: 21px;*/
}

.ajax-combo-box .ajax__combobox_inputcontainer {
    top: 0 !important;
    display: table !important;
}

.crane-system-title {
    margin-left: 6px;
    font-family: Didot, Garamond, 'Times New Roman', Times, serif;
    font-size: 37px;
    color: #002479;
    line-height: 43px;
}

.saving-message {
    font-weight: bold;
    font-style: italic;
    color: royalblue;
}

.smSiteIdentification > div, /*legacy*/
.site-message > div {
    display: inline-block;
}

.smSiteIdentification, /*legacy*/
.site-message.site-identification {
    font-size: 20px;
    font-weight: bold;
}

    .smSiteIdentification.development, /*legacy*/
    .site-message.site-identification.development {
        color: red;
    }

    .smSiteIdentification.qa, /*legacy*/
    .site-message.site-identification.qa {
        color: purple;
    }

    .smSiteIdentification.qa, /*legacy*/
    .site-message.site-identification.qa {
        color: blue;
    }

select:disabled {
    background-color: #EBEBE4;
}

a:not(.aspNetDisabled) {
    text-decoration: none;
    font-weight: bold;
    color: dodgerblue;
}

a.edit-disabled {
    color: #999999;
}

th {
    color: #424242;
}

/*table.col2 {
    width: 100%;
}*/

table.alternating-rows tr:nth-child(even) {
    background-color: #DDDDDD;
}

td:has(> .td-content.rx-status-unfilled) {
    background-color: lightcoral;
}

td:has(> .td-content.fx-type-custom) {
    background-color: darkseagreen;
}


td:has(> .td-content.invoice-not-approved) {
    background-color: lightcoral;
}

td:has(> .td-content.invoice-type-custom-rx) {
    background-color: darkseagreen;
}

td:has(> .td-content.invoice-type-patent-rx) {
    background-color: powderblue;
}

td:has(> .td-content.payment-type-prescription) {
    background-color: lightblue;
}

/*td:has(> .td-content) {
    background-color: blue;
}
*/
table.col2 > tbody > tr > td {
    white-space: nowrap;
}

    table.col2 > tbody > tr > td:last-of-type {
        padding-left: 8px;
    }

span.hspacer {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    min-width: 10px !important;
}

    span.hspacer.extra-small {
        min-width: 2px !important;
    }

    span.hspacer.small {
        min-width: 5px !important;
    }

    span.hspacer.large {
        min-width: 10px !important;
    }

    span.hspacer.extra-large {
        min-width: 15px !important;
    }

div.vspacer {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    height: 8px !important;
    line-height: 8px !important;
}

    div.vspacer.extra-small {
        height: 2px !important;
        line-height: 2px !important;
    }

    div.vspacer.small {
        height: 4px !important;
        line-height: 44px !important;
    }
    /*div.vspacer.medium {
        height: 10px !important;
        line-height: 10px !important;
    }*/
    div.vspacer.large {
        height: 10px !important;
        line-height: 10px !important;
    }

    div.vspacer.extra-large {
        height: 19px !important;
        line-height: 19px !important;
    }

/*.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
}*/

/*
    Dialogs
*/
dialog {
    position: fixed;
    top: 40%;
}

    dialog .control-set {
        margin-top: 16px;
        text-align: center;
    }

    dialog .error-text {
        color: red;
    }

.dialog-label-line {
    margin: 2px 0 12px;
}

#MasterForm {
    height: 100%;
}

#LoggedInUserArea a {
    font-size: 10px;
    font-weight: bold;
}

{
    /*width: 1024px;*/
    height: 100%;
}

#chcam-page-header {
    position: relative;
    /*width: 100%;*/
    border-bottom: solid 1px silver;
    padding: 4px 4px 0;
    background-color: white;
}

    #chcam-page-header > div:last-of-type {
        position: absolute;
        bottom: 0;
        right: 6px;
    }

.chcam-header-banner {
    display: flex;
}

textarea.textbox-1 {
    width: 475px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
}

    table td {
        padding: 0;
    }

dialog table.dialog-inputs-1 {
    border-spacing: 6px;
    border-collapse: separate;
}

table.embedded-table-1 {
    font-size: 11px;
}

    table.embedded-table-1 th,
    table.embedded-table-1 td {
        text-align: left;
    }

        table.embedded-table-1 th.number,
        table.embedded-table-1 td.number {
            text-align: right;
        }

table.grid-1 th a {
    color: forestgreen;
}

table.grid-1 tr:first-child {
    position: sticky;
    inset-block-start: 35.9px;
    background-color: #f0f0f0;
    z-index: 2;
    opacity: 1;
}

table.grid-1 .command-link {
    font-size: 12px;
    font-weight: normal;
}

table.grid-1 .number-text {
    display: inline-block;
    margin: 0 1px 0 0;
    font-weight: 500;
}

table.grid-1 {
    min-width: 720px;
    margin-right: 20px;
}

    table.grid-1.expansive {
        width: max-content;
        max-width: 1200px;
    }

    table.grid-1.width900 {
        min-width: 900px;
    }

    table.grid-1 th, table.grid-1 td {
        padding: 1px 2px;
    }

table.grid-2 {
    font-size: 11px;
}

    table.grid-2 th a {
        color: forestgreen;
    }

    table.grid-2 .command-link {
        font-size: 10px;
        font-weight: normal;
    }

    table.grid-2 .number-text {
        display: inline-block;
        margin: 0 1px 0 0;
        font-weight: 500;
    }

table.grid-2 {
    min-width: 600px;
}

    table.grid-2 th, table.grid-2 td {
        padding: 1px 2px;
    }

.grid-checkbox.true > input[type=checkbox][disabled][checked] {
    outline: 2px solid limegreen;
}

.sorting-asc a:after {
    content: "⮝";
}

.sorting-desc a:after {
    content: "⮟";
}

.chcam-content-page-title-bar {
    /*margin-bottom: 14px;*/
    font-size: 26px;
    font-weight: 600;
    color: #363636;
    position: sticky;
    top: 0;
    background-color: #F0F0F0;
    border-bottom: solid 1px silver;
    /* width: 600px; */
    margin-left: -11px;
    margin-bottom: 2px;
    padding-left: 10px;
    border-left-color: silver;
    border-left-width: 1px;
    border-left-style: dotted;
}

    .chcam-content-page-title-bar > div:first-of-type {
        position: relative;
    }

.chcam-content-page-session-info {
    position: absolute;
    top: -31px;
    right: 1px;
    font-size: 14px;
    font-weight: normal;
}

#chcam-frame-content-main {
    width: 920px;
    max-width: 1024px;
}

.edit-page-subhead {
    margin-top: 14px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

#chcam-nav-content-frame {
    flex-grow: 1;
    height: auto;
    overflow-y: auto;
    width: 100%;
    background-color: ghostwhite;
    /*background-color: #FDFDFD;*/
}

    #chcam-nav-content-frame .chcam-frame-content {
        position: relative;
        width: 900px;
        padding-left: 10px;
        background-color: ghostwhite;
    }

    #chcam-nav-content-frame .chcam-frame-sidenav {
        width: 1%;
        vertical-align: top;
        border-right: 1px solid silver;
        background-color: #F0F0F0;
        font-size: 15px;
    }

    #chcam-nav-content-frame .chcam-side-nav {
        position: sticky;
        min-width: 200px;
        top: 6px;
    }

    #chcam-nav-content-frame tr {
        vertical-align: top;
    }

    #chcam-nav-content-frame .chcam-side-nav a:hover {
        color: blue;
    }

    #chcam-nav-content-frame .chcam-side-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
    }

    #chcam-nav-content-frame .chcam-side-nav > ul > li {
        padding: 4px 4px 4px 2px;
        margin: 6px 8px 0;
    }

        #chcam-nav-content-frame .chcam-side-nav > ul > li > ul > li {
            margin: 0 18px 2px;
            padding-bottom: 2px;
        }
        #chcam-nav-content-frame .chcam-side-nav > ul > li > ul > l:first-child {
            padding-top: 4px;
            padding-bottom: 0;
        }

    #chcam-nav-content-frame .chcam-side-nav .nav-category {
        font-weight: bold;
        color: #135CA3;
    }

    #chcam-nav-content-frame .chcam-side-nav .nav-area-disabled .nav-category {
        color: dimgray;
    }

    #chcam-nav-content-frame .chcam-side-nav > ul > li.nav-area-active {
        border-left: 2px solid #1B82E2;
        background-color: #E4EBF3;
        margin-left: 6px;
    }

.input-form-note {
    /*font-size: 14px;*/
    font-style: italic;
}

.input-form-label {
    font-size: 14px;
    font-weight: 600;
}

.input-form-label-smaller {
    font-size: 12px;
    font-weight: 600;
}

table td.input-form-label-2 {
    text-align: right;
    padding-right: 8px;
    /*font-size: 14px;*/
    /*font-style: italic;*/
}

/*table.fixed-width {
    font-family: Courier New, Courier, monospace;
}*/

table.fixed-width > tbody > tr > td {
    font-family: Courier New, Courier, monospace;
    font-size: 16px;
    line-height: 20px;
}

.form-label-width80 .input-form-1 td.input-form-label,
table.form-label-width80.input-form-1 > tbody > tr > td.input-form-label {
    min-width: 80px;
}

.form-label-width100 .input-form-1 td.input-form-label,
table.form-label-width100.input-form-1 > tbody > tr > td.input-form-label {
    min-width: 100px;
}

.form-label-width125 .input-form-1 td.input-form-label,
table.form-label-width125.input-form-1 > tbody > tr > td.input-form-label {
    min-width: 125px;
}

.form-label-width150 .input-form-1 td.input-form-label,
table.form-label-width150.input-form-1 > tbody > tr > td.input-form-label {
    /*width: 150px;*/
    min-width: 150px;
}

.form-label-width180 .input-form-1 td.input-form-label,
table.form-label-width180.input-form-1 > tbody > tr > td.input-form-label {
    min-width: 180px;
}

.compact .input-form-label {
    font-size: 13px;
}

.compact.more .input-form-label {
    font-size: 12px;
}

.input-form-section-header {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: darkslateblue;
}

.compact.more .input-form-section-header {
    font-size: 12px;
}

.input-form-subsection-header-1 {
    font-size: 14px;
    font-weight: 600;
    /*font-style: italic;*/
    /*color: darkslategray;*/
}

.compact.more h4 {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 6px;
}

.list-compressed {
    padding-left: 28px;
    margin-top: 3px;
}

.editor-subsection {
    margin-bottom: 25px;
}

    .editor-subsection:last-of-type {
        margin-bottom: initial;
    }

table.input-form-1 {
    height: 1%;
}

    table.input-form-1 .highlight1 {
        font-weight: bold;
        color: darkslateblue;
    }

    table.input-form-1.narrowed {
        width: 1%;
    }

        table.input-form-1.narrowed td {
            width: 1%;
            white-space: nowrap;
        }

    table.input-form-1 > tbody > tr > td {
        padding: 2px 0;
    }

    table.input-form-1 > tbody > tr:last-of-type > td {
        padding-bottom: initial;
    }

    table.input-form-1 > tbody > tr > td.input-form-label {
        text-align: right;
        padding-right: 8px;
    }

        table.input-form-1 > tbody > tr > td.input-form-label.contract {
            width: 1%;
            white-space: nowrap;
        }

        table.input-form-1 > tbody > tr > td.input-form-label:not(:first-of-type) {
            padding-left: 15px;
        }

    table.input-form-1 > tbody > tr > td.button-set {
        padding-top: 16px;
        white-space: nowrap;
    }

table.grid-title-controls {
    width: 100%;
}

    table.grid-title-controls td.grid-results-message {
        font-weight: bold;
        font-style: italic;
    }

    table.input-form-1 .grid-control-set,
    table.grid-title-controls td.grid-control-set {
        padding-bottom: 2px;
        text-align: right;
    }

        table.input-form-1 .grid-control-set button,
        table.input-form-1 .grid-control-set input[type=submit],
        table.input-form-1 .grid-control-set input[type=button],
        .list-view-editable-1 input[type=submit],
        input[type=submit].grid-control-button {
            font-size: 11px;
            padding: 1px 3px;
            border-radius: 0;
            min-width: initial;
        }

.list-view-editable-1 {
    display: inline-block;
    width: 100%;
}

    .list-view-editable-1 .list-view-outside {
        /*width: 600px;
    max-height: 200px;
    min-height: 200px;*/
        overflow: auto;
        background-color: white;
        border: solid 1px silver;
    }

    .list-view-editable-1 .list-view-inside {
        padding: 0 6px 4px;
        background-color: white;
    }

        .list-view-editable-1 .list-view-inside h4 {
            width: 99%;
            border: none;
            margin-top: 0;
        }

        .list-view-editable-1 .list-view-inside .list-item {
            padding: 2px 0;
            font-size: 14px;
        }

        .list-view-editable-1 .list-view-inside a,
        a.goto {
            display: inline-block;
            padding-left: 2px;
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 0.7px;
        }

        .list-view-editable-1 .list-view-inside input[type=submit] {
            font-size: 12px;
            font-weight: normal;
            letter-spacing: 0.7px;
            min-width: unset;
            padding: 0 4px;
        }

    .list-view-editable-1 .list-edit-mode .list-item.viewing {
        display: none;
    }

    .list-view-editable-1 .list-edit-mode hr {
        display: none;
    }

.list-edit-mode .list-item-controls-container {
    width: 100%;
    height: 24px;
    position: relative;
}

    .list-edit-mode .list-item-controls-container .list-item-controls {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        text-align: right;
    }

    .list-edit-mode .list-item-controls-container .list-item-controls-message {
        position: absolute;
        top: 4px;
        left: 0;
        width: 50%;
        text-align: left;
        font-weight: bold;
        font-style: italic;
        color: red;
    }

textarea.full-size-textbox-1 {
    width: 600px;
}

.grid-view-1 {
    background-color: azure;
}

    .grid-view-1 > tbody > tr > td,
    .grid-view-1 > tbody > tr > th {
        padding: 2px;
    }

.grid-view-2 {
    background-color: azure;
    font-size: 12px;
}

.grid-view-1 > tbody > tr > td,
.grid-view-1 > tbody > tr > th {
    padding: 1px;
}

table.input-form-2 {
    height: 1%;
}

    table.input-form-2 > tbody > tr > td {
        padding: 2px 0;
    }

        table.input-form-2 > tbody > tr > td.input-form-label {
            text-align: right;
            padding-right: 3px;
            font-size: 13px;
        }

            table.input-form-2 > tbody > tr > td.input-form-label:not(:first-of-type) {
                padding-left: 10px;
            }

    table.input-form-2.printing-panel td {
        padding: 2px 4px 0;
    }

    table.input-form-2.printing-panel input[type=submit] {
        min-width: 96px;
    }

.crane-site-abbreviation {
    font-weight: 600;
}

    .crane-site-abbreviation.sebastopol {
        color: forestgreen;
    }

    .crane-site-abbreviation.mashpee {
        color: rebeccapurple;
    }

.clinic-type-flag {
    font-size: 9px;
    vertical-align: text-top;
    color: darkgreen;
}

.page-description {
    margin: 15px 0 20px;
    font-size: 16px;
    font-style: italic;
}

    .page-description > p {
        margin: 0 0 4px;
    }

.user-message-area {
    margin: 2px 0;
    min-height: 20px;
}

.user-message {
    font-weight: bold;
    color: forestgreen;
}

.user-error {
    color: red;
}

.system-error {
    color: red;
}

.highlight {
    color: blue;
}

.super-note {
    font-size: 11px;
    vertical-align: text-top;
}

.cma-hide {
    display: none;
}

input[type=submit].caution {
    color: orangered;
}

input[type=submit]:disabled.caution,
input[type=submit]:disabled.go-ahead {
    color: dimgray;
}

input[type=submit].go-ahead {
    color: forestgreen;
}

/*.search-results-message {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}*/

.address-chooser-label {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 12px;
    font-size: 14px;
    font-style: italic;
    /* letter-spacing: 1.5px; */
    /* font-weight: bold; */
    color: darkslategray;
}

body.editing .editing-list .disabled-show {
    display: none;
}

body:not(.editing) .editing-list .disabled-show {
    display: initial;
}

body:not(.editing) .editing-list .disabled-hide {
    display: none;
}

body.editing .editing-list .disabled-hide {
    display: initial;
}

/*.table-data-scrollable {
    width: 400px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}*/

.table-data-textarea:disabled {
    color: black;
    background-color: ghostwhite;
    width: 400px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hide, .hidden {
    display: none;
}

.black {
    color: black !important;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: inherit !important;
    font-size: inherit !important;
}


/*
    Expand/collapse icon
*/
.expand-collapse-icon {
    font-size: 14px;
    font-weight: bold;
    width: 1em;
    height: 1em;
    position: relative;
    display: inline-block;
}

    .expand-collapse-icon::before, .expand-collapse-icon::after {
        content: "";
        position: absolute;
        width: 1em;
        height: .13em;
        top: calc( (1em / 2 ) + 0.1em );
        background-color: dodgerblue;
        transition: 0.3s ease-in-out all;
        border-radius: 0.03em;
    }

    .expand-collapse-icon::after {
        transform: rotate(90deg);
    }

.collapsed.expand-collapse-icon::after {
    transform: rotate(180deg);
}

.collapsed.expand-collapse-icon::before {
    transform: rotate(90deg) scale(0);
}

/*AutoComplete flyout */
.autocomplete-completion-list {
    margin: 0px !important;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    padding: 0;
}
/* AutoComplete highlighted item */
.autocomplete-completion-list-item-highlight {
    background-color: #ffff99;
    color: black;
    padding: 1px 3px;
    list-style-type: none;
    margin: 0;
    white-space: nowrap;
}

/* AutoComplete item */
.autocomplete-completion-list-item {
    color: black;
    padding: 1px 3px;
    list-style-type: none;
    margin: 0;
    white-space: nowrap;
}



/* DEVELOPMENT */
.aspNetDisabled {
    color: dimgray;
}

.thing-id {
    position: relative;
    z-index: 9999;
    width: 100%;
    text-align: right;
    /*margin: 2px;*/
    font-size: 10px;
    color: gray;
}
