﻿
:root {
    --jcmaBlue: #00c2f4;
    --jcmaPurple: #5e0691;
    --blueText: #0000FF;
    --purpleText: #380357;
    --blueBackground: #e6faff;
    --logo200: "images/jcmworks_logo_200px.png";
    --veryLightGray: #F5F5F5;
    --darkerBlue: #007bff;
    --activeBackground: #f0f4f5;
}

.MTView_window {
    /*display: flex;
    flex-direction: column;*/
    margin: 0px;
    width: 100%;
    top: 0;
    left: 0;
    height: 90vh;
    position: relative;
}


    .MTView_window .Dialog_normal {
        overflow: visible;
    }

/*.CKEdit_header {
    height: 1.6em;
    display: flex;
    flex-direction: row;
}*/

div.DIView_window {
    position: relative;
}
/*div.DIView_window {
    width: calc(100% - 20px);
    position: fixed;

}
*/
div.ql-container.ql-snow {
    overflow: auto;
    max-height: calc(100% - 200px);
    width: 95%;
}

.DIView_window div.ql-container.ql-snow {
    position: fixed;
}


.menu_window {
    border: none;
}

.MTView_menu.menu_window div:focus {
    border: none;
}




.MTView_menu.menu_window:focus {
    /*border: thin solid var(--blueBackground);*/
    outline: none;
}



.MTView_right, .MenuButton_window {
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
}

div.AccGroup_window {
    height: 100%;
    overflow: auto;
}
div.AccGroup_window span.AccBlock_title{
    display: block;
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
}

div.AccGroup_window div.AccBlock_body {
    border: 2px dotted black;
    margin: .5em 1em .5em  1em;
}


.AccGroup_title,
.AccGroup_markup,
.Nav_title,
.Nav_header,
.MainRegion_header,
.MainRegion_title {
    display: block;
    font-size: smaller;
    font-family: 'Courier New';
    height: 0px;
    width: 0px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Nav_menu {
    background-color: white;
    color: black;
    margin-top: 0;
}

.menu_menu {
    text-align: left;
    text-indent: 10px;
    border: solid;
    border-width: 1px;
}

    .menu_active,
    .menu_menu:hover {
        background-color: white;
        color: darkblue;
        font-style: italic;
        text-indent: 10px;
    }

.MainRegion.Window {
    z-index: 0;
}

.Delete_window {
    background-image: url(/Images/delete.svg);
    background-repeat: no-repeat;
    border: none;
}

    .Delete_window[disabled] {
        background-color: gray;
    }


    .UploadView_window .MTV_controls .MTV_attention input[type=button] {
        background-color: var(--jcmaBlue);
        /*color: white;*/
        /*border: outset;
            border-bottom:none;*/
    }

    .UploadView_window .MTV_controls input[type=button] {
        background-color: var(--blueBackground);
        border-radius: 0px;
        height: 3em;
    }

    .UploadView_window .MTV_controls input[type=button] {
        background-color: var(--blueBackground);
        border-radius: 0px;
        height: 3em;
    }

.UploadView_button button:nth-child(1) {
    background-image: url(..//Images/upload-cloud.svg);
    width: auto;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    color: black;
    text-indent: 1.5em;
}

.UploadView_button button:nth-child(2) {
    margin-left: 2em;
    background-image: url(/Images/download-cloud.svg);
    width: auto;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    color: black;
    text-indent: 1.5em;
}


.InfoDialog_window select,
.InfoDialog_window button.Dialog_window select {
    background-color: inherit;
}

.InfoDialog_window .MultiSelect_window {
    background-color: initial;
    overflow: auto;
    display: inline-flex;
    width: 100%
}

.Dialog_window button {
    background-color: #151616;
}

    .InfoDialog_body button.Button_disabled,
    .Dialog_window button.Button_disabled {
        background-color: #cecece;
    }

.InfoDialog_normal,
.Dialog_normal {
    /*WI-130897
    background-color: white;
    border: 3px outset var(--jcmaPurple);
    */

    background-color: white;
    border-radius: 0px;
    padding: 30px 20px;
    width: 80%;
    border: none;
    min-width: 300px;
}

    /*WI-130897*/
    .Dialog_normal .NosisLog_right,
    .Dialog_normal .Dialog_right {
        height: 30px;
        width: 30px;
        padding: 0;
        margin: 0;
        background-image: url(/Images/close.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 5px;
        top: 0;
        position: relative;
        display: inline-block;
        z-index: 10;
        background-color: transparent;
        margin-left: auto;
        margin-bottom: 15px;
    }

    /*WI-130897*/
    .Dialog_normal .Dialog_title {
        display: flex;
        flex-direction: column-reverse;
    }
    /*WI-130897*/
    .Dialog_normal .Dialog_body {
        margin-top: 30px;
        display: grid;
        flex-direction: column;
        min-width: 265px;
        justify-content: left;
        text-align: left;
    }
        /*WI-130897*/
        .Dialog_normal .Dialog_body label {
            margin-bottom: 10px;
            padding-right: 1em;
        }

        /*WI-130897*/
        .Dialog_normal .Dialog_body .Select_window {
            margin-bottom: 15px;
            border: 1px solid #cecece;
            border-radius: 0;
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
        }
/*WI-130897*/
.Dialog_window, .InfoDialog_window {
    background-color: rgba(0,0,0,.75);
}

.Dialog_body, .InfoDialog_body {
    grid-template-columns: auto 5fr;
}
select:hover, button:hover, select:focus, button:focus {
    outline: thin dotted;
    background-color: transparent;
    cursor: pointer;
}
.MTView_body .LEColl_window {
    background-color: var(--activeBackground);
}


.MTView_div1 {
    width: 20px;
    height: 20px;
    background-image: url(/Images/mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

.MTView_div2 {
    width: 20px;
    height: 20px;
    background-image: url(/Images/havemail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

.MTView_div3 {
    width: 20px;
    height: 20px;
    background-image: url(/Images/frown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}



/* rmsource updates ********************************************************************/

/*body*/

.MTView_body {
    display: block;
    overflow: visible; /* removes inner page scroll that appears wen set to auto*/
    width: 100%;
    height: calc(100% - 80px);
    position: relative;
    /*WI-130897*/
    padding-left: 15px;
    padding-right: 15px;
}

/*header*/

h1.MTView_header {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    background-color: white;
    background-image: url("/Images/jcmworks_logo_200px.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    color: white;
    margin-top: 0px;
    font-size: 1em;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    /*WI-130897*/
    max-width: 150px;
    height: 30px;
}

.MTView_title {
    /*WI-130897
    display: flex;
    align-items: stretch;
    flex-direction: row;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-top: 1px;
    height: 20px;*/

    display: flex;
    align-items: center;
    flex-direction: row;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-top: 1px;
    height: 80px;
    background-color: #fff;
    padding: 30px 15px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.19);
}

/*menu*/
.MenuButton_window {
    /*WI-130897
    background-image: url(..//Images/menu.svg);
    margin-left: 5px;
    float: left;
    */

    background-image: url(/Images/menu.svg);
    margin-right: 15px;
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
    /*WI-130897*/
    .MenuButton_window:hover {
        background-color: #efefef;
    }


.MTView_menu.menu_window {
    /*WI-130897
    z-index: 2;
    position: fixed;
    top: 0;
    float: left;
    background-color: white;
    border-style: none;
    */

    z-index: 2;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 250px;
    margin: 0;
    background-color: #252525;
    color: #fff;
    border-style: none;
    border-radius: 0;
    overflow-y: auto;
}

@media screen and (min-width: 480px) {
    .MTView_menu.menu_window {
        width: 300px;
    }
}

@media screen and (min-width: 300px) {
    .MTView_menu.menu_window {
        width: 265px;
    }
}




.FileGet_window button:hover,
.FileGet_window button:focus,
.MTView_menu .menu_menu:hover {
    /*WI-130897
    background-color: #00c2f4;
    color: #fff;
    font-style: normal;
    text-indent: 10px;
    */
    background-color: #00c2f4 !important;
    color: #fff;
    font-style: normal;
    text-indent: 0px;
}

.MTView_menu .menu_menu {
    /*WI-130897  
    color: #fff;
    font-style: normal;
    text-indent: 10px;
    padding: 10px 15px;
    */

    color: #fff;
    font-style: normal;
    text-indent: 0px;
    padding: 10px 15px;
}

.MTView_menu .menu_menu {
    border-bottom: 1px solid #414141 !important;
    border-left: none;
    border-right: none;
    border-top: none;
}

.MTView_menu.menu_window li:nth-last-child() {
    border-bottom: none;
}

.MTView_right:focus,
.MenuButton_window:focus {
    outline: thin dotted;
    background-color: transparent;
}

/*settings */
.MTView_right {
    background-image: url(/Images/settings.svg);
    background-size: contain;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: auto;
}



    .MTView_right:hover {
        background-color: #efefef !important;
    }

.MTView_div4 {
    background-image: url(/Images/log-out.svg);
    background-size: contain;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
}


.Dialog_body input.TextInput_window, .Dialog_body div.ContentEditableDiv_window {
    width: 100%;
}


.DateInput_window, .TextInput_window, .ContentEditableDiv_window {
    margin-bottom: 15px;
    border: 1px solid #cecece;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}


.InfoEdit_attention {
    display: grid;
    /*    grid-template-columns: 10% 20% 20% 20% 20% 10% !important;
*/
}

.InfoEdit_window:focus {
    outline: thin dotted;
}

.InfoEdit_div1 {
    border: none;
}

/*table delete button*/
.InfoEdit_window button.Delete_window {
    border-radius: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-color: transparent;
}

    .InfoEdit_window button.Delete_window[disabled] {
        background-color: transparent;
        cursor: default;
        opacity: .2;
    }

/*site location - dialog button*/
.InfoDialog_button .Button_window {
    margin: 10px 10px 10px 0px;
}

.InfoDialog_body {
    text-align: left;
}

/*define new client*/
.CCV_DefineNew_window {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.CCV_DefineNew_div1 {
    /*WI-130897
    width: 70%;
    height: 2em;
    */

    width: auto;
    height: auto;
}

/*define new client button*/
.CCV_DNC_button {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

    .CCV_DNC_button button {
        margin: 0 0 15px 0;
    }

@media screen and (min-width: 767.98px) {
    .CCV_DNC_button {
        display: flex;
        flex-direction: row;
    }

        .CCV_DNC_button button {
            margin: auto;
        }
}

.TreeNode_item label input {
    width: auto;
}

.TreeNode_body, .Tree_menu {
    border: none;
    font-size: inherit;
    margin-top: 0px;
    position: relative;
    width: fit-content;
    z-index: 20;
    top: 0em;
    margin-top: 10px;
}

    .TreeNode_body ul {
        margin-left: 0px;
    }

        .TreeNode_body ul ul {
            margin: 0px 0px 0px 2em;
        }

            .TreeNode_body ul ul ul {
                margin: 0px 0px 0px 4em;
            }

                .TreeNode_body ul ul ul ul {
                    margin: 0px 0px 0px 6em;
                }

    .TreeNode_body input.TreeNode_button {
        width: auto;
    }

button.TreeNode_normal {
    background-color: transparent;
}


.TreeNode_item:hover, .Tree_active {
    /*WI-130897
    font-style: italic;
    font-size: medium;
    */
    font-style: inherit;
    font-size: inherit;
}

.SS_window button.Button_window {
    display: block;
    margin-bottom: 15px;
}

.SS_window .Tree_window.SS_body {
    position: relative;
    width: fit-content;
    z-index: 20;
    top: 0em;
    margin-top: 10px;
    border: solid #cecece 1px;
}

.Tree_title {
    background-color: #f2f2f2;
    padding: 10px;
}

/*Identify a site results*/
.UploadView_window {
    margin-top: 1.2em;
}


.UploadView_div1 {
    display: flex;
    align-items: center;
}

.UploadView_window:focus {
    outline: thin dotted;
}


.UploadView_button button {
    /*WI-130897
    width: 30px;
    height: 30px;
    background-image: url(..//Images/upload-cloud.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    */


    width: 40px;
    height: 40px;
    background-image: url(..//Images/upload-cloud.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
    padding: 0px;
    margin-right: 15px;
    border-radius: 0px;
}

    .UploadView_button button:hover {
        background-color: #efefef;
    }

.UploadView_body {
    margin-top: 1em;
    background-color: transparent;
}

.UploadView_window .MTV_controls input[type=button] {
    /*WI-130897
    background-color: var(--blueBackground);
    border-radius: 0px;
    height: 3em;
    */

    background-color: #151616;
    border-radius: 0px;
    height: 5em;
    color: #fff;
    white-space: normal;
}

.UploadView_window .MTV_controls {
    margin-right: 0px;
    margin-left: 0px;
    font-size: initial;
    display: flex;
    flex-direction: column;
}


    .UploadView_window .MTV_controls:hover {
        cursor: pointer;
    }



    .UploadView_window .MTV_controls.MTV_attention {
        border-bottom: 5px solid var(--jcmaBlue);
    }

    .UploadView_window .MTV_controls.MTV_attention {
        padding-bottom: 15px;
    }



/*identify staff table*/
.TreeTable2D_title,
.Table2D_title {
    margin-bottom: 15px;
}


.Table2D_header {
    /*WI-130897
    background-color: var(--blueBackground);
    font-style: normal;
    font-weight: normal;
    */

    background-color: #f8f9fa;
    text-align: left;
}

    .Table2D_header th {
        padding: 10px;
        border: #cecece solid 1px;
    }

.TreeTable2D_window {
    width: 100%;
    background-color: #fff;
    border: 1px solid #cecece;
    border-collapse: collapse;
}

.Table2D_window {
    /*WI-130897
    display: inline-table;
    width: 100%;
    */

    display: inline-table;
    width: 100%;
    border: 1px solid #cecece;
    border-collapse: collapse;
    background-color: #fff;
}

.Table2D_body {
    text-align: left;
}

    .TreeTable2D_body td,
    .Table2D_body td {
        border: solid 1px #cecece;
        padding: 10px;
    }

    .TreeTable2D_body tr:nth-child(even),
    .Table2D_body tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .TreeTable2D_body button,
    .Table2D_body button {
        /*WI-130897
    font-size: small;
    border: none;
    background-color: var(--jcmaBlue);
    */

        border: none;
        padding: 5px 20px;
        border: none;
        background-color: #151616;
        color: #fff;
    }

        .TreeTable2D_body button:disabled,
        .Table2D_body button:disabled {
            color: gray;
            background: lightgray;
        }

        .TreeTable2D_body button:focus, .TreeTable2D_body button:hover
        .Table2D_body button:focus, .Table2D_body button:hover {
            background-color: #00c2f4;
            border: none;
        }

/*identify site upload window*/
@media screen and (min-width: 767.98px) {
    .UploadView_window .MTV_controls {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .UploadView_window .MTV_controls > div {
            flex-grow: 1;
            width: auto;
            /*        width: 32%;
*/
        }

    .MTV_attention + .MTV_normal {
        padding: 50px 30px;
    }
}

.MTView_title.SK_hidden {
    display: none;
}

/*global Button styles*/
.Button_window {
    padding: 10px 40px;
    border: none;
    background-color: #151616;
    color: #fff;
}

    .Button_window .Button_disabled {
        background-color: #cecece;
        cursor: default;
    }

.Button_disabled:hover, .Button_disabled:focus, Button_disabled {
    background-color: #cecece !important;
    cursor: default;
}

.Button_window:focus, .Button_window:hover {
    background-color: #00c2f4;
    border: none;
}


/*Global Form styles*/
.Select_window {
    border: 1px solid #cecece;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

input {
    border: 1px solid #cecece;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 15px;
}
input[type=color] {
    padding: 0px;
}

.UploadView_controls .Button_window {
    margin-bottom: 5px;
    color: white;
}

    .UploadView_controls .Button_window.search {
        background-image: url(/images/search.svg);
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 3em;
    }

    .UploadView_controls .Button_window.back {
        background-image: url(/images/corner-down-left.svg);
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 3em;
    }

.AlertThen_window.consent .AlertThen_normal {
    background-image: none;
    max-height: 80%;
    overflow-y: auto;
}

.AlertThen_window.consent .AlertThen_body {
    text-align: left;
}

    .AlertThen_window.consent .AlertThen_body p {
        text-indent: 0px;
        padding-left: 10px;
    }

.AlertThen_window.consent .AlertThen_title {
    display: none;
}

.AlertThen_window.consent .AlertThen_body {
    background-image: none;
    max-height: 75%;
    overflow-y: auto;
}

.AlertThen_body table {
    margin-left: 20%;
    text-align: left;
}


.CardMenu_body {
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.CardMenu_label {
    height: 3em;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: .25em;
    color: white;
    background-color: black;
}

.CardMenu_controls {
    width: 15em;
    height: 15em;
    background-color: white;
    position: relative;
    margin: 1em;
}

    .CardMenu_controls .menu_window {
        background-color: transparent;
        position: absolute;
        top: 0px;
    }

    .CardMenu_controls .CardMenu_image {
        width: 100%;
        height: calc(100% - 3em);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .MOV_title .menu_window > .menu_menu,
    .Audit_title .menu_window > .menu_menu,
    .VPV_title .menu_window > .menu_menu,
    .RLV_title .menu_window > .menu_menu,
    .LDB_title .menu_window > .menu_menu,
    .CardMenu_controls .menu_window > .menu_menu {
        background-color: white;
        border: 1px solid black;
        font-size: large;
        border-radius: 25px;
        padding-left: 10px;
        padding-right: 10px;
        color: black;
    }

        .MOV_title .menu_window > .menu_menu:hover,
        .MOV_title .menu_window > .menu_active,
        .Audit_title .menu_window > .menu_active,
        .Audit_title .menu_window > .menu_menu:hover,
        .VPV_title .menu_window > .menu_active,
        .VPV_title .menu_window > .menu_menu:hover,
        .RLV_title .menu_window > .menu_active,
        .RLV_title .menu_window > .menu_menu:hover,
        .LDB_title .menu_window > .menu_active,
        .LDB_title .menu_window > .menu_menu:hover,
        .CardMenu_controls .menu_window > .menu_active,
        .CardMenu_controls .menu_window > .menu_menu:hover {
            font-style: italic;
            text-indent: 5px;
            border-radius: 25px;
            border: 3px solid black;
        }

.menu_groupHeader {
    font-weight: bold;
}


.TDyn_window {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.TDyn_attention {
    text-align: left;
    overflow: auto;
    max-height: 10em;
    padding-left: 3em;
    background-image: none;
    text-indent: unset;
}


.InboxView_window {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: 100%;
}

.InboxView_left .RadioGroup_menu input {
    display: none;
}

.InboxView_left li.RadioGroup_menu {
    font-size: large;
    margin-top: .5em;
}

.InboxView_left .RadioGroup_menu.RadioGroup_active {
    background-color: black;
    color: white;
}

.InboxView_right .CMV_body .CKEdit_window {
    left: auto;
    width: 100%;
    position: relative;
}

.InboxView_right .CMV_body > div > div > div.ck.ck-reset.ck-editor.ck-rounded-corners {
}

.InboxView_right .RLine_window {
    border: solid 1px;
    margin-right: 0px;
}

    .InboxView_right .RLine_window .CA_window {
        border: solid 1px;
        margin-right: 0px;
        margin-left: 0px;
    }

.InboxView_controls {
    width: 100%;
    min-height: 2em;
    display: flex;
    flex-direction: row;
    flex-flow: row-reverse;
}

    .InboxView_controls span {
        margin-right: 1em;
    }

    .InboxView_controls button {
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white;
        width: 2em;
        height: 2em;
        padding: 0px;
    }

        .InboxView_controls button:disabled {
            background-color: grey
        }

        .InboxView_controls button:nth-child(2) {
            background-image: url("/Images/chevron-left.svg");
        }

        .InboxView_controls button:nth-child(1) {
            background-image: url("/Images/chevron-right.svg");
        }

        .InboxView_controls button:nth-child(5) {
            background-image: url("/Images/send-green.svg");
            margin-left: 1em;
            margin-right: 1em;
            margin-top: 2px;
            margin-bottom: 2px;
        }

        .InboxView_controls button:nth-child(4) {
            background-image: url("/Images/x-circle-red.svg");
            margin-left: 1em;
            margin-right: 1em;
            margin-top: 2px;
            margin-bottom: 2px;
        }

.InboxView_right .Table2D_body td {
    padding: 0px;
}

    .InboxView_right .Table2D_body td button {
        min-width: 100%;
        min-height: 1em;
        color: black;
        background-color: inherit;
        border: none;
        padding: 0px;
        margin: 0px;
        text-align: left;
    }

.InboxView_right .Table2D_body .DeleteButton {
    width: 1.1em;
    height: 1.1em;
    margin-left: 1em;
}


.MTView_window .Table2D_body td .CCD_body .CCD_left ul li {
    text-align: left;
    list-style-type: none;
    list-style-position: inside;
    font-style: normal;
    background-color: white;
    display: flex;
    min-width: 12em;
}

    .MTView_window .Table2D_body td .CCD_body .CCD_left ul li input {
        display: none;
    }

.MTView_window .Table2D_body td .CCD_body .RadioGroup_menu.RadioGroup_active {
    background-color: black;
    color: white;
    font-size: inherit;
}

.MTView_window .Table2D_body td .CCD_body .RadioGroup_window {
    display: block;
}
.Dialog_normal .CCD_title {
    text-align: center;
}

    .Dialog_normal .CCD_title button {
        float: right;
    }



.IABH_window .RLine_window {
    border: dotted 1px black;
    height: 2em;
    display: inline;
}

    /*.CMV_window .CMV_div2 .TextInput_window {
    display: inline-block;
    width: fit-content(stretch);
    border: none;
    margin: 0px;
    padding: 0px;
    margin-left: 1em;
}
*/
    .IABH_window .RLine_window .CA_window {
        display: inline-flex;
        min-height: 1.1em;
        padding-top: 1px;
        margin-left: 1.5em;
    }

        .IABH_window .RLine_window .CA_window label {
            margin: 3px;
            font-weight: bold;
        }

        .IABH_window .RLine_window .CA_window input {
            border: none;
            min-width: 20em;
        }

        .IABH_window .RLine_window .CA_window input {
            height: auto;
            min-height: 1.1em;
            padding: 2px;
            margin-bottom: 0px;
            text-indent: 1em;
        }

    .IABH_window .RLine_window span.RLine_item {
        border: outset;
        border-radius: 10px 10px;
        width: 5em;
        margin-left: 1em;
    }

.DLTV_body input[type='checkbox'] {
    width: auto;
}

/*    .CMV_window .CMV_div3 span.CMV_item:hover,
    .CMV_window .CMV_div3 span.CMV_item:focus {
        color: blue;
    }
*/


.IABH_window .RLine_window span.RLine_item button {
    height: 1em;
    width: 1em;
    background-image: url(/images/x.svg);
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .5em;
}

.Spuw_window {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-columns: 4fr 10fr 10fr 4fr 4fr;
    width: 100%;
}

    .Spuw_window button {
        background-color: transparent;
        padding: 10px 10px;
    }

        .Spuw_window button:disabled {
            background-color: lightgray;
        }

.LTUpload_window .base_controls {
    background-color: lightgray;
}

    .LTUpload_window .base_controls button {
        background-color: lightgrey;
        color: black;
    }

        .LTUpload_window .base_controls button.LTUpload_active {
            background-color: black;
            color: white;
        }


.DLTV_window .Dialog_body .RLine_window .RLine_item {
    display: block;
}

    .DLTV_window .Dialog_body .RLine_window .RLine_item Button {
        height: 1.1em;
        background-image: url("/Images/x-circle-red.svg");
        margin-left: 1em;
        margin-right: 1em;
        margin-top: 2px;
        margin-bottom: 2px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: inherit;
        background-color: transparent;
    }


.Clickable {
    color: blue;
    text-decoration: underline;
}

    .Clickable:hover {
        color: blue;
        font-style: italic;
    }


.Table2D_body button.AddButton,
.Table2D_body button.DeleteButton,
.Table2D_body button.EditButton {
    background-color: transparent;
}

.AllGood {
    background-image: url("/Images/allgood.svg");
    height: 3em;
    width: 3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
}

.NotGood {
    background-image: url("/Images/notgood.svg");
    height: 3em;
    width: 3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
}


.DeleteButton {
    background-image: url("/Images/x-circle-red.svg");
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
    height: fit-content;
    background-color: transparent;
}

.EditButton {
    background-image: url("/Images/edit-2.svg");
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
    height: fit-content;
    background-color: transparent;
}

.AddButton {
    background-image: url("/Images/plus.svg");
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
    height: fit-content;
    background-color: transparent;
}

.DeleteButton:disabled {
    background-color: lightgray;
}

.PaperClipBold,
.PaperClip {
    text-indent: 2em;
    margin-left: 1em;
    background-image: url("/Images/paperclip.svg");
    margin-top: 2px;
    margin-bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
    height: 1em;
    width: 1em;
}

.PaperClipBold {
    font-weight: bold;
}

.Bold {
    font-weight: bold;
}

/*.InboxView_right div.RLine_window span:nth-child(1) {
    width: 5em;
    margin-left: 1em;
}
.InboxView_right div.RLine_window span:nth-child(3) {
    border: none;
    min-width: 19em;
    margin-left: 1em;
}
*/

.InboxView_right .RLine_window .CA_window {
    border: none;
}

.InboxView_label {
    margin-right: 2em;
}

.AdminView_body .Dialog_body {
    grid-template-rows: min-content;
}

.AdminView_window .Dialog_body .RadioGroup_window {
    display: inline-flex;
    margin: 0px;
}

.Dialog_body {
    overflow: auto;
}


.Courier_body table {
    table-layout: fixed;
    word-break: break-word;
}

.Courier_controls {
    display: inline-flex;
    flex-direction: row;
    margin-top: 2em;
    width: 100%;
}

    .Courier_controls .Courier_div0 {
        margin-right: 1em;
        overflow: scroll;
        max-height: 15em;
        width: 50%;
    }

        .Courier_controls .Courier_div0 > button {
            display: block;
            height: fit-content;
            width: auto;
            padding: 0px;
            margin: 0px;
            background-color: inherit;
            color: black;
            margin-top: 1em;
        }

    .Courier_controls .BCR_window {
        width: 100%;
    }

        .Courier_controls .BCR_window .BCR_body {
            width: 100%;
        }

.Courier_window .Courier_div1 {
    display: inline-flex;
}

    .Courier_window .Courier_div1 .Button_window {
        padding: 3px 3px 3px 3px;
        margin-left: 2px;
    }

        .Courier_window .Courier_div1 .Button_window[disabled] {
            background-color: lightgray;
        }

.Courier_window .Dialog_body button {
    margin-top: 5px;
}

    .Courier_window .Dialog_body button:disabled {
        background-color: lightgray;
    }

.Courier_attention {
    font-size: 20px;
    background-image: none;
    text-indent: 0px;
    align-content: center
}

.Courier_window .Courier_div0 .Button_window.Courier_button_1,
.Courier_window .Courier_div0 .Button_window.Courier_button_2 {
    background-color: lightgray;
}

.Courier_window .Courier_div0 .Button_window.Courier_button_3,
.Courier_window .Courier_div0 .Button_window.Courier_button_4 {
    background-color: pink;
}

.AlertThen_body.Courier_attention1,
.AlertThen_window.Courier_attention1 .AlertThen_normal {
    margin-left: 0px;
    margin-right: 0px;
}


.BuildTestView_window .Dialog_body .MultiSelect_active,
.BuildTestView_window .Dialog_body .MultiSelect_window {
    background-color: inherit;
}
.BuildTestView_window .Dialog_body .MultiSelect_active {
    border: 1px solid black;
}




.staticScan {
    height: 2em;
    background-image: url(/Images/staticBarcode.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.courier {
    background-image: url(/Images/courier.png);
}

.indorders {
    background-image: url(/Images/individualOrder.jpg);
}

.developer {
    background-image: url(/Images/developer.jpg);
}

.projectmgt {
    background-image: url(/Images/PM.jpg);
}

.lab {
    background-image: url(/Images/lab.jpg);
}

.mydata {
    background-image: url(/Images/mydata.jpg);
}

.collectpools {
    background-image: url(/Images/collectPools.jpg);
}

.reports {
    background-image: url(/Images/reports.jpg);
}

.getsetup {
    background-image: url(/Images/GetSetup.jpg);
}

.clientsetup {
    background-image: url(/Images/ClientSetup.jpg);
}

.labadmin {
    background-image: url(/Images/LabSetup.jpg);
}
.testdevelop {
    background-image: url(/Images/GetSetup.jpg);
}

.markupcreation {
    background-image: url(/Images/AccessibilityMarkup.svg);
}

.workflowreview {
    background-image: url(/Images/Review.svg);
}

div.MTView_body > div > div.ql-toolbar.ql-snow > span:nth-child(2) > button.ql-qti-markup {
    background-color: antiquewhite;
    color: blue;
    content: "X";
}

/* ========== WORKFLOW CONFIG (.wc-) ========== */

.wc-layout {
    display: flex;
    gap: 16px;
    min-height: 400px;
}

.wc-panel {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    overflow-y: auto;
    max-height: 600px;
}

.wc-panel h3 {
    margin: 0 0 8px 0;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.wc-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.wc-table th,
.wc-table td {
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
}

.wc-table th {
    font-weight: 600;
    background: #f5f5f5;
}

.wc-table tr:hover {
    background: #f0f7ff;
}

.wc-table tr.wc-selected {
    background: #d0e4f7;
}

.wc-sub-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
    font-size: 0.9em;
}

.wc-sub-table th,
.wc-sub-table td {
    padding: 4px 6px;
    border-bottom: 1px solid #eee;
}

.wc-sub-table th {
    background: #fafafa;
}

.wc-btn {
    padding: 4px 10px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin: 2px;
}

.wc-btn:hover {
    background: #e8e8e8;
}

.wc-btn-sm {
    padding: 2px 6px;
    font-size: 0.85em;
}

.wc-status {
    padding: 6px 0;
    min-height: 1.5em;
}

.wc-node-list {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

.wc-node-list li {
    padding: 4px 8px;
    border: 1px solid #ddd;
    margin-bottom: 2px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wc-node-list li:hover {
    background: #f0f7ff;
}

.wc-node-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 0;
    margin-top: 8px;
    border-top: 1px solid #ddd;
    min-height: 32px;
}

.wc-badge {
    display: inline-block;
    font-size: 0.8em;
    color: #666;
    margin-left: 6px;
    font-style: italic;
}

.wc-allowed-values {
    display: inline-block;
    font-size: 0.85em;
    color: #555;
    margin-left: 4px;
    padding: 2px 6px;
    background: #f0f0f0;
    border-radius: 3px;
}

.wc-attr-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    flex-wrap: wrap;
}

/* ========== BANK WORKFLOW (.bw-) ========== */

.bw-layout {
    display: flex;
    gap: 16px;
    min-height: 400px;
}

.bw-panel {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    overflow-y: auto;
    max-height: 600px;
}

.bw-panel-wide {
    flex: 2;
}

.bw-panel h3 {
    margin: 0 0 8px 0;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.bw-status {
    padding: 6px 0;
    min-height: 1.5em;
}

.bw-collection {
    margin-bottom: 12px;
}

.bw-collection h4 {
    margin: 0 0 4px 0;
    font-size: 0.95em;
    color: #555;
}

.bw-bank-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 2px;
}

.bw-bank-btn:hover {
    background: #f0f7ff;
}

.bw-bank-btn.bw-selected {
    background: #d0e4f7;
    border-color: #a0c4e8;
}

.bw-assigned {
    margin-bottom: 8px;
}

.bw-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.bw-table th,
.bw-table td {
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
}

.bw-table th {
    font-weight: 600;
    background: #f5f5f5;
}

.bw-table tr:hover {
    background: #f0f7ff;
}

.bw-table tr.bw-selected {
    background: #d0e4f7;
}

.bw-sub-table {
    font-size: 0.9em;
}

.bw-btn {
    padding: 4px 10px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin: 2px;
}

.bw-btn:hover {
    background: #e8e8e8;
}

.bw-btn-sm {
    padding: 2px 6px;
    font-size: 0.85em;
}

.bw-btn-danger {
    color: #c00;
    border-color: #c00;
}

.bw-btn-danger:hover {
    background: #fee;
}

.bw-toolbar {
    margin-bottom: 8px;
}

.bw-subsection {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    margin-top: 12px;
}

.bw-override-group {
    margin: 8px 0;
}

.bw-overridden {
    color: #0066cc;
    font-weight: 600;
}

.bw-suppressed {
    opacity: 0.5;
    text-decoration: line-through;
}

.bw-override-add {
    background: #f0fff0;
}

/* ========== WORKFLOW ADMIN (.wa-) ========== */

.wa-status {
    padding: 6px 0;
    min-height: 1.5em;
}

.wa-fieldset {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 16px;
}

.wa-fieldset legend {
    font-weight: 600;
    padding: 0 6px;
}

.wa-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.wa-btn {
    padding: 6px 14px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

.wa-btn:hover {
    background: #e8e8e8;
}

.wa-audit-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.wa-audit-table th,
.wa-audit-table td {
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
}

.wa-audit-table th {
    font-weight: 600;
    background: #f5f5f5;
}

.wa-pager {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

/* ========== BATCH MANAGE (.bm-) ========== */

.bm-status {
    padding: 6px 0;
    min-height: 1.5em;
}

.bm-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.bm-table th,
.bm-table td {
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
}

.bm-table th {
    font-weight: 600;
    background: #f5f5f5;
}

.bm-btn {
    padding: 6px 14px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin: 2px;
}

.bm-btn:hover {
    background: #e8e8e8;
}

.bm-btn-sm {
    padding: 2px 6px;
    font-size: 0.85em;
}

.bm-details {
    margin: 8px 0;
}

.bm-details dt {
    font-weight: 600;
    margin-top: 8px;
}

.bm-details dd {
    margin-left: 16px;
}

/* ========== BATCH PROGRESS PANEL (.bp-) ========== */

.bp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.bp-header {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.bp-header-title {
    flex: 1;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0;
}

.bp-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.4em;
    padding: 4px 8px;
    line-height: 1;
}

.bp-close-btn:hover {
    background: #e0e0e0;
    border-radius: 4px;
}

.bp-summary {
    display: flex;
    gap: 24px;
    padding: 8px 16px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    font-size: 0.95em;
}

.bp-summary-item {
    display: flex;
    gap: 6px;
    align-items: center;
}

.bp-summary-value {
    font-weight: 600;
}

.bp-container {
    display: flex;
    flex: 1;
    gap: 0;
    overflow: hidden;
}

.bp-left-panel {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

.bp-right-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.bp-panel-header {
    padding: 8px 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.bp-panel-content {
    flex: 1;
    overflow: auto;
    padding: 0;
}

.bp-empty {
    padding: 24px;
    text-align: center;
    color: #888;
}

.bp-loading {
    padding: 24px;
    text-align: center;
    color: #666;
}

/* ========== ITEM HISTORY (.ih-) ========== */

.ih-status {
    padding: 6px 0;
    min-height: 1.5em;
}

.ih-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 0 8px 0;
}

.ih-heading {
    margin: 0;
    flex: 1;
}

.ih-container {
    display: flex;
    gap: 8px;
    height: calc(100vh - 140px);
}

.ih-item-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.ih-item-panel.ih-expanded {
    flex: 3;
}

.ih-display-div {
    flex: 1;
    overflow: auto;
    padding: 8px;
}

.ih-version-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
}

.ih-return-btn {
    margin-left: auto;
}

.ih-history-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 260px;
    max-width: 50%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: flex 0.2s, min-width 0.2s, max-width 0.2s;
}

.ih-history-panel.ih-collapsed {
    flex: 0 0 36px;
    min-width: 36px;
    max-width: 36px;
    overflow: hidden;
}

.ih-panel-header {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.ih-panel-title {
    flex: 1;
    font-weight: 600;
}

.ih-collapse-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1em;
    padding: 2px 6px;
}

.ih-collapsed .ih-panel-title,
.ih-collapsed .ih-timeline,
.ih-collapsed .ih-element-history {
    display: none;
}

.ih-timeline {
    flex: 1;
    overflow: auto;
    padding: 4px;
}

.ih-element-history {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8px;
}

.ih-version-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 0;
}

.ih-version-label {
    font-weight: 600;
    font-size: 0.95em;
    min-width: 100px;
    text-align: center;
}

.ih-nav-arrow {
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 1em;
}

.ih-nav-arrow:hover:not(:disabled) {
    background: #e8e8e8;
}

.ih-nav-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.ih-nav-meta {
    text-align: center;
    font-size: 0.85em;
    color: #555;
    padding: 4px 0;
}

.ih-history-display {
    flex: 1;
    min-height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 8px;
    padding: 8px;
}

.ih-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
    font-size: 0.9em;
}

.ih-table th,
.ih-table td {
    text-align: left;
    padding: 5px 6px;
    border-bottom: 1px solid #eee;
}

.ih-table th {
    font-weight: 600;
    background: #f5f5f5;
    position: sticky;
    top: 0;
    z-index: 1;
}

.ih-btn {
    padding: 6px 14px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    font-size: 0.85em;
}

.ih-btn:hover {
    background: #e8e8e8;
}

.ih-back-btn {
    margin-bottom: 8px;
}

.ih-status-indicator {
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.85em;
}

.ih-status-in-progress {
    background: #d0e4f7;
    color: #1a5276;
}

.ih-status-complete {
    background: #d4edda;
    color: #155724;
}

.ih-status-skipped {
    background: #e2e3e5;
    color: #6c757d;
}

.ih-status-invalidated {
    background: #f8d7da;
    color: #721c24;
}

.ih-comment-draft {
    opacity: 0.6;
    font-style: italic;
}

.ih-empty {
    padding: 12px;
    color: #666;
    font-style: italic;
}

.ih-element-title {
    margin: 4px 0 8px 0;
    font-size: 0.95em;
}

.ih-birth-death {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.ih-version-entry {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 8px;
}

.ih-version-meta {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 4px;
}

.ih-version-content {
    padding: 4px;
    background: #fafafa;
    border-radius: 3px;
    font-size: 0.9em;
    max-height: 120px;
    overflow: auto;
}

.ih-diff {
    margin-top: 6px;
    padding: 4px;
    background: #f8f8f8;
    border-radius: 3px;
    font-size: 0.85em;
}

.ih-diff-add {
    background: #d4edda;
    color: #155724;
}

.ih-diff-remove {
    background: #f8d7da;
    color: #721c24;
    text-decoration: line-through;
}

.ih-historical-content {
    padding: 8px;
}

.ih-save-row {
    color: #2e5a88;
}

/* ========== CONTENT REVIEW OUTCOMES (.cr-) ========== */

.cr-outcome-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 8px;
}

.cr-outcome-btn {
    padding: 8px 18px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    font-size: 0.95em;
}

.cr-outcome-btn:hover {
    background: #e8e8e8;
}

.cr-outcome-rework {
    border-color: #e0a800;
    background: #fff3cd;
    color: #856404;
}

.cr-outcome-rework:hover {
    background: #ffe69c;
}

.cr-outcome-skip {
    border-color: #6c757d;
    background: #e2e3e5;
    color: #383d41;
}

.cr-outcome-skip:hover {
    background: #d6d8db;
}

.cr-lock-status {
    padding: 8px 12px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f8f9fa;
}

.cr-item-info {
    padding: 8px 0;
}

/* ========== EDITORIAL REVIEW (.er-) ========== */

.er-editor-container {
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 300px;
    padding: 8px;
    margin: 8px 0;
    background: #fff;
}

.er-save-bar {
    display: flex;
    gap: 8px;
    padding: 8px 0;
}

.er-save-btn {
    padding: 8px 18px;
    border: 1px solid var(--darkerBlue);
    border-radius: 3px;
    background: var(--darkerBlue);
    color: #fff;
    cursor: pointer;
    font-size: 0.95em;
}

.er-save-btn:hover {
    background: #0069d9;
}

/* ========== ADD USER (.au-) ========== */

.au-status {
    padding: 6px 0;
    min-height: 1.5em;
}

.au-section {
    margin-bottom: 16px;
}

.au-fieldset {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 16px;
}

.au-fieldset legend {
    font-weight: 600;
    padding: 0 6px;
}

.au-btn {
    padding: 6px 14px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin: 2px;
}

.au-btn:hover {
    background: #e8e8e8;
}

.au-btn-sm {
    padding: 2px 6px;
    font-size: 0.85em;
}

.au-btn-danger {
    border-color: #dc3545;
    background: #fff;
    color: #dc3545;
}

.au-btn-danger:hover {
    background: #dc3545;
    color: #fff;
}

.au-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0;
}

.au-checkbox-group label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.au-scope-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.au-scope-table th,
.au-scope-table td {
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
}

.au-scope-table th {
    font-weight: 600;
    background: #f5f5f5;
}

.au-profile {
    padding: 8px 0;
}

.au-profile dt {
    font-weight: 600;
    margin-top: 8px;
}

.au-profile dd {
    margin-left: 16px;
}

/* ========== SIMULATION LABEL EDITORS ========== */

