/* /Components/Account/Identity Pages/ManageUser.razor.rz.scp.css */
.btnlink[b-rf7z4ucwyj] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.btnlinkitem[b-rf7z4ucwyj] {
    border-radius: 0.25rem;
    padding: 14px 20px 14px 25px;
    display: block;
}

.btnlinkitem.active[b-rf7z4ucwyj] {
    color: #fff !important;
    background-color: #007bff;
}

a:not([href]):not([tabindex])[b-rf7z4ucwyj] {
    color: inherit;
    text-decoration: none;
}
/* /Components/Controls/Accordion/AccordionContainer.razor.rz.scp.css */
.accordianContainer[b-ip3uz7tpwx] {
    height: 98%;
    display: grid;
    grid-auto-rows: minmax(0,max-content);
    /*
        max-width:200px;
        max-height:100%;
        grid-template-rows: auto auto auto;
    */
}

    .accordianContainer:focus[b-ip3uz7tpwx] {
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
    }

        /* Show the focused node with a dotted outline*/
        .accordianContainer:focus .panel-heading.active[b-ip3uz7tpwx] {
            border: 1px dotted black;
        }
/* /Components/Controls/Accordion/AccordionItem.razor.rz.scp.css */
.accordianItem[b-kylqebticc] {
    overflow: hidden;
    display: grid;
    grid-auto-rows: minmax(0,max-content);
    /* height:min-content;*/
    /*width:fit-content;*/
}

.accordianBody[b-kylqebticc] {
    /*max-height: 50vh;*/
    overflow-y: auto;
    overflow-x: auto;
    height: 100%;
    padding-top: 5px;
}

.accordianTitle[b-kylqebticc] {
    cursor: pointer;
}

.accordianCollapsed[b-kylqebticc] {
    max-height: 0px;
    overflow: hidden;
    /*transition: max-height 0.05s ease-in-out;*/
}

.accordianExpanded[b-kylqebticc] {
    /*max-height: 50vh;*/
    overflow: hidden;
    transition: all 0.55s ease-out;
    height: 100%;
}
/* /Components/Controls/AssetSelector/AssetSelector.razor.rz.scp.css */
/*fix stop make buttons the same height as the textbox with form-control class*/
/*.input-group .btn {
    padding: 6px 12px;
}*/
/* /Components/Controls/AuditHistory.razor.rz.scp.css */
.theadstyle[b-nj56jbhjfd] {
    background-color: #e7eaec;
    border-top: 1px solid gainsboro;
}

/*.theadstyle > tr > th {
    border-bottom: 1px solid #DDDDDD;
}*/

/*.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}*/

.tbodystyle:focus[b-nj56jbhjfd] {
    outline: none; /* remove the focus rectangle so we can implement our own for each grid row  */
}

.tdrborder[b-nj56jbhjfd] {
    border-right: 1px solid #e7eaec;
    word-wrap: break-word;
}

.thrborder[b-nj56jbhjfd] {
    border-right: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
}
/* /Components/Controls/BiChoice.razor.rz.scp.css */
/*--------------------------------------------------*/
/*bichoice (checkgroup)*/
/*--------------------------------------------------*/
.btn-group .bichoice[b-xiq2ao5mph] {
    max-height: 41px
}

.bichoice-disabled[b-xiq2ao5mph] {
    opacity: 0.5;
    cursor: not-allowed;
}

.bichoice:focus[b-xiq2ao5mph] {
    outline: none; /* remove the focus rectangle so we can implement our own for each tab top  */
}

    .bichoice:focus .chk-primary.active[b-xiq2ao5mph] { /* focus just the active tri-choice option */
        /*border: 1px dotted black;*/
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }


/*--------------------------------------------------*/
/*Shared between bichoice and trichoice */
/*--------------------------------------------------*/
.chk-primary.chk-outline:hover[b-xiq2ao5mph],
.chk-success.chk-outline:hover[b-xiq2ao5mph],
.chk-info.chk-outline:hover[b-xiq2ao5mph],
.chk-warning.chk-outline:hover[b-xiq2ao5mph],
.chk-danger.chk-outline:hover[b-xiq2ao5mph] {
    color: #fff;
}

.chk-primary[b-xiq2ao5mph] {
    background-color: #E6E6E6; /*#1ab394;*/
    border-color: #1ab394;
    color: #4C4C4C; /*#FFFFFF;*/
    min-width: 65px;
}

    .chk-primary:hover[b-xiq2ao5mph] {
        background-color: #1ab394; /*#20DCB6;*/
        border-color: #18a689;
        color: #FFFFFF;
    }

    .chk-primary:focus[b-xiq2ao5mph],
    .chk-primary:active[b-xiq2ao5mph],
    .chk-primary.active[b-xiq2ao5mph],
    .open .dropdown-toggle.chk-primary[b-xiq2ao5mph],
    .chk-primary:active:focus[b-xiq2ao5mph],
    .chk-primary:active:hover[b-xiq2ao5mph],
    .chk-primary.active:hover[b-xiq2ao5mph],
    .chk-primary.active:focus[b-xiq2ao5mph] {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFFFFF;
    }

.validation-error[b-xiq2ao5mph] {
    border: 1.5px solid red !important;
    border-radius: 5px;
    padding: .5px;
}
/* /Components/Controls/ButtonSubmit.razor.rz.scp.css */
.fas.spinning[b-syebph55lt] {
    animation: spin-b-syebph55lt 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin-b-syebph55lt {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.fa-left[b-syebph55lt] {
    margin-right: 7px;
}
/* /Components/Controls/Checkbox.razor.rz.scp.css */
/* ---------------------------------------------------------------- */
/* Shared by Checkbox and Radio*/
/* ---------------------------------------------------------------- */
.custominput[b-w8d0c8edav] {
    /*display: block;*/
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    margin-top: 4px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the default checkbox or raido button mark */
    .custominput input[b-w8d0c8edav] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* when disabled make the text disabled and don't let the cursor change */
    .custominput.disabled[b-w8d0c8edav] {
        cursor: default;
        color: darkgray;
    }

    .custominput input:disabled[b-w8d0c8edav] {
        cursor: default;
    }

/* ---------------------------------------------------------------- */
/* Check Box styles */
/* ---------------------------------------------------------------- */
.checkmark[b-w8d0c8edav] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-style: solid;
    border-color: #1AB394;
    border-width: 1px;
}

/* Make the check box border gray if disabled*/
.custominput.disabled .checkmark[b-w8d0c8edav] {
    border-color: darkgray;
}
/* Keep green border if disabled and checked */
.custominput.disabled input:checked ~ .checkmark[b-w8d0c8edav] {
    border-color: #1AB394;
}

/* Make the check box border red if required*/
.custominput.required .checkmark[b-w8d0c8edav] {
    border-color: red;
}


/* On mouse-over, add a grey background color */
.custominput:hover input ~ .checkmark[b-w8d0c8edav] {
    background-color: #ccc;
}

/* on hover Stop the background changing when the item is disabled */
.custominput.disabled:hover input ~ .checkmark[b-w8d0c8edav] {
    background-color: #eee;
}
/* on hover keep the background light green if disabled and is checked */
.custominput.disabled:hover input:checked ~ .checkmark[b-w8d0c8edav] {
    background-color: #8BD3C4;
}


/*.custominput:focus-within { // Doesn't work in edge
    border: 1px dotted gray;
}  */

/* When the checkbox is checked, add a green background */
.custominput input:checked ~ .checkmark[b-w8d0c8edav] {
    background-color: #1AB394;
}
/* lighter green if disabled and is checked */
.custominput.disabled input:checked ~ .checkmark[b-w8d0c8edav] {
    background-color: #8BD3C4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark[b-w8d0c8edav]:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custominput input:checked ~ .checkmark[b-w8d0c8edav]:after {
    display: block;
}

/* Style the checkmark/indicator */
.custominput .checkmark[b-w8d0c8edav]:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* /Components/Controls/ClientSelector/ClientSelector.razor.rz.scp.css */
/*fix stop make buttons the same height as the textbox with form-control class*/
/*.input-group .btn {
    padding: 6px 12px;
}*/
/* /Components/Controls/ContextMenu/ContextMenu.razor.rz.scp.css */
.dropContextMenu-backdrop[b-r7qqfa8c85] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
}
/* /Components/Controls/ContextMenu/ContextMenuDraw.razor.rz.scp.css */
.contextmenu-content[b-kjcxgd1ddu] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
}

    .contextmenu-content:focus-visible[b-kjcxgd1ddu] { /*stop black outline when control gets keyboard focus*/
        outline: none;
    }

    .contextmenu-content .menuitem[b-kjcxgd1ddu] {
        color: #495057;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    /*used when menu is open showing sub menu*/
    .contextmenu-content .menuitemopen[b-kjcxgd1ddu] {
        background-color: cornflowerblue;
        color: white;
    }

    /* Change color of dropdown links on hover */
    /*.contextmenu-content .menuitem:hover {
    background-color: cornflowerblue;
    color: white;
}*/

    /* Change color of dropdown links on hover */
    .contextmenu-content .menuitemselected[b-kjcxgd1ddu] {
        background-color: cornflowerblue; /*cornflowerblue;*/
        color: white;
    }

    .contextmenu-content .menuitemdisabled[b-kjcxgd1ddu] {
        color: silver;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    .contextmenu-content .seperator[b-kjcxgd1ddu] {
        width: 90%;
        margin-left: 5%;
        height: 1px;
        border-top: 1px solid silver;
        /*margin-top: 2px;
    margin-bottom: 2px;*/
    }

    .contextmenu-content .seperatorContainer[b-kjcxgd1ddu] {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .contextmenu-content .menuitemrow[b-kjcxgd1ddu] {
        display: flex;
        padding: 0px 5px 0px 5px;
    }

    .contextmenu-content .menuitemsmall[b-kjcxgd1ddu] {
        color: #495057;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    .contextmenu-content .menuitemsmalldisabled[b-kjcxgd1ddu] {
        color: silver;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    /*.contextmenu-content .menuitemsmall:hover {
    background-color: cornflowerblue;
    color: white;
}*/


    /*alternating back color-profile form recent menus*/
    .contextmenu-content .menuitemalternate[b-kjcxgd1ddu] {
        background-color: #E2E1C7; /*light green*/
    }
/* /Components/Controls/DocSidebar/SidePanel.razor.rz.scp.css */
.sidePanel[b-e6qgmdgru1] {
    border: 1px solid gray;
    background-color: darkgray;
    margin-left: 5px;
    /*height: 100vh;*/
    width: 35px;
    position: relative;
}

.floatingDockPanel[b-e6qgmdgru1] {
    position: absolute;
    display: inline-block;
    left: calc(-25vw - 1px);
    top: -1px;
    width: 25vw;
    height: calc(100vh - 205px);
    border: 1px solid #dcdfe0;
    background-color: white;
    z-index:200;
}

.left-shadow[b-e6qgmdgru1] {
    background-color: #f0f0f0;
    box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
/* /Components/Controls/DropDownButton.razor.rz.scp.css */
.dropdownbutton[b-n5km87r5d6] {
    display: flex;
    border: 1px solid darkgray;
    border-radius: 3px;
    background-color: whitesmoke;
    cursor: pointer;
}

    .dropdownbutton:hover[b-n5km87r5d6] {
        background-color: gainsboro;
    }

    .dropdownbutton[disabled][b-n5km87r5d6] {
        background-color: white;
        border: 1px solid gainsboro;
        cursor: default;
    }

    .dropdownbutton:focus-visible[b-n5km87r5d6] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .dropdownbutton[disabled] i[b-n5km87r5d6] {
        color: darkgray;
    }
/* /Components/Controls/DropDownMultiSelect/DropDownMultiSelect.razor.rz.scp.css */
/* The container div - needed to position the dropdown content */
.dropdown[b-z9bdxc3dm9] {
    position: relative;
    display: inline-block;
    width: 100%;
    outline: 0; /* NOTE: this will stop the default dotted outline if a user tabs to the control */
}

.dropdownEditContainer[b-z9bdxc3dm9] {
    border: solid 1px #e5e6e7; /*light grayish*/
    display: flex;
    min-height: 31px;
}

    .dropdownEditContainer.focused[b-z9bdxc3dm9] {
        border: solid 1px #1ab394; /*bootstrap green*/
    }

    .dropdownEditContainer:focus-visible[b-z9bdxc3dm9] { /* stop black outline when control gets keyboard focus*/
        /*border: 1px solid #1ab394;*/ /*bootstrap green*/
        outline: none;
    }

.dropdownEdit[b-z9bdxc3dm9] {
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 10px;
    background-color: white;
    /*min-width:100px;*/
    width: 100%;
    display: flex;
    align-items: center;
}

/*.drodownItemText {
    color: black;
}

.drodownOperatorText {
    color: Navy;
    margin-left:3px; margin-right:3px;
}*/

.dropdownButton[b-z9bdxc3dm9] {
    background-color: lightgray;
    width: 22px;
    min-width: 22px;
    padding-left: 7px;
    padding-top: 2px;
    cursor: default;
}

/* Disabled Styles */
.dropdownEditdisabled[b-z9bdxc3dm9] {
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 10px;
    background-color: #f3f3f4;
    color: darkgray;
    /*min-width:100px;*/
    width: 100%;
    display: flex;
    align-items: center;
}

.validation-error[b-z9bdxc3dm9] {
    border: solid 1px #D44950; /*Validation red*/
}

/* don't allow selecting the number with the mouse */
.no-copy[b-z9bdxc3dm9] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}
/* /Components/Controls/DropDownMultiSelect/DropDownMultiSelectList.razor.rz.scp.css */
.dropdown-backdrop[b-3uxmrcocw8] {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
    align-items: center;
    justify-content: center;
}

.dropdown-content[b-3uxmrcocw8] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
    max-height: 50vh; /* don't let the dropdown go too large */
    overflow-y: auto; /* scroll if larger then max-height*/
    outline: 0; /* NOTE: this will stop the default dotted outline if a user tabs to the control */
}

.dropdown-content-down[b-3uxmrcocw8] {
    border-top: none;
}

.dropdown-content-up[b-3uxmrcocw8] {
    border-bottom: none;
}


.dropdown-content .dropdownitem[b-3uxmrcocw8] {
    color: #495057;
    display: block;
    padding: 3px 10px;
    cursor: default;
    min-height: 21px; /* don't let a blank item size too small */
    white-space: nowrap;
}

    .dropdown-content .dropdownitem.dropdownitem-selected[b-3uxmrcocw8] {
        background-color: cornflowerblue;
        color: white;
    }

.dropdown-content .dropdownitemdisabled.dropdownitem-selected[b-3uxmrcocw8] {
    background-color: darkgray;
    color: white;
}

/* Change color of dropdown links on hover */
.dropdown-content .dropdownitem:hover[b-3uxmrcocw8] {
    background-color: darkgray;
}

.dropdown-content .dropdownlabel[b-3uxmrcocw8] {
    margin-left: 3px;
}

.dropdownitemdisabled[b-3uxmrcocw8] {
    color: silver;
    display: block;
    padding: 5px 10px;
    cursor: default;
    min-height: 21px; /* dont let a blank item size too small */
    white-space: nowrap;
}

/*DropDownMultiSelect Check boxes*/
.CheckBox-Unchecked[b-3uxmrcocw8] {
    display: inline-block;
    border-style: solid;
    border-color: #1AB394;
    border-width: 1px;
    background-color: #eee;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.CheckBox-Checked[b-3uxmrcocw8] {
    display: inline-block;
    border-style: solid;
    border-color: #1AB394;
    border-width: 1px;
    background-color: #1AB394;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.CheckBox-CheckMark[b-3uxmrcocw8] {
    /*display: inline-block;*/
    position:absolute;
    background-color: #1AB394;
    width: 6px;
    height: 10px;
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* /Components/Controls/DropDown/DropDown.razor.rz.scp.css */
/* The container div - needed to position the dropdown content */
.dropdown[b-tof029atzt] {
    position: relative;
    display: inline-block;
    width: 100%;
    outline: 0; /* NOTE: this will stop the default dotted outline if a user tabs to the control */
}

.dropdownEditContainer[b-tof029atzt] {
    border: solid 1px #e5e6e7; /*light grayish*/
    display: flex;
    min-height: 31px;
}

    .dropdownEditContainer.focused[b-tof029atzt] {
        border: solid 1px #1ab394; /*bootstrap green*/
    }

    .dropdownEditContainer:focus-visible[b-tof029atzt] { /* stop black outline when control gets keyboard focus*/
        /*border: 1px solid #1ab394;*/ /*bootstrap green*/
        outline: none;
    }

.dropdownEdit[b-tof029atzt] {
    padding-left: 5px;
    padding-top: 4px;
    padding-right: 10px;
    background-color: white;
    /*min-width:100px;*/
    width: 100%;
}

.dropdownButton[b-tof029atzt] {
    background-color: lightgray;
    width: 22px;
    min-width: 22px;
    padding-left: 7px;
    padding-top: 2px;
    cursor: default;
}

/* Disabled Styles */
.dropdownEditdisabled[b-tof029atzt] {
    padding-left: 5px;
    padding-top: 4px;
    padding-right: 10px;
    background-color: #f3f3f4;
    color: darkgray;
    /*min-width:100px;*/
    width: 100%;
}

.validation-error[b-tof029atzt] {
    border: solid 1px #D44950; /*Validation red*/
}

/* don't allow selecting the number with the mouse */
.no-copy[b-tof029atzt] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}
/* /Components/Controls/DropDown/DropDownEdit.razor.rz.scp.css */
/* The container div - needed to position the dropdown content */
.dropdown[b-4ax93ubtf4] {
    position: relative;
    display: inline-block;
    width: 100%;
    outline: 0; /* NOTE: this will stop the default dotted outline if a user tabs to the control */
}

.dropdownEditContainer[b-4ax93ubtf4] {
    border: solid 1px #e5e6e7; /*light grayish*/
    display: flex;
    min-height: 31px;
}

    .dropdownEditContainer.focused[b-4ax93ubtf4] {
        border: solid 1px #1ab394; /*bootstrap green*/
    }

    .dropdownEditContainer:focus-visible[b-4ax93ubtf4] { /* stop black outline when control gets keyboard focus*/
        /*border: 1px solid #1ab394;*/ /*bootstrap green*/
        outline: none;
    }

.dropdownEdit[b-4ax93ubtf4] {
    /*padding-left: 5px;*/
    /*padding-top: 4px;*/
    /*padding-right: 10px;*/
    background-color: white;
    /*min-width:100px;*/
    width: 100%;
}

.dropdownEditText[b-4ax93ubtf4] {
    padding: 1px 8px;
    height: 29px;
    border: none;
}

.dropdownButton[b-4ax93ubtf4] {
    background-color: lightgray;
    width: 22px;
    min-width: 22px;
    padding-left: 7px;
    padding-top: 2px;
    cursor: default;
}

/* Disabled Styles */
.dropdownEditdisabled[b-4ax93ubtf4] {
    /*padding-left: 5px;*/
    /*padding-top: 4px;*/
    /*padding-right: 10px;*/
    background-color: #f3f3f4;
    color: darkgray;
    /*min-width:100px;*/
    width: 100%;
}

.validation-error[b-4ax93ubtf4] {
    border: solid 1px #D44950; /*Validation red*/
}

/* don't allow selecting the number with the mouse */
.no-copy[b-4ax93ubtf4] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}
/* /Components/Controls/DropDown/DropDownList.razor.rz.scp.css */
.dropdown-backdrop[b-evkfcdqffk] {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
    align-items: center;
    justify-content: center;
}

.dropdown-content[b-evkfcdqffk] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
    max-height: 50vh; /* don't let the dropdown go too large */
    overflow-y: auto; /* scroll if larger then max-height*/
}

.dropdown-content-down[b-evkfcdqffk] {
    border-top: none;
}

.dropdown-content-up[b-evkfcdqffk] {
    border-bottom: none;
}


.dropdown-content .dropdownitem[b-evkfcdqffk] {
    color: #495057;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    cursor: default;
    min-height: 21px; /* don't let a blank item size too small */
    white-space: nowrap;
}

    .dropdown-content .dropdownitem.dropdownitem-selected[b-evkfcdqffk] {
        background-color: cornflowerblue;
        color: white;
    }

.dropdown-content .dropdownitemdisabled.dropdownitem-selected[b-evkfcdqffk] {
    background-color: darkgray;
    color: white;
}

/* Change color of dropdown links on hover */
.dropdown-content .dropdownitem:hover[b-evkfcdqffk] {
    background-color: darkgray;
}

.dropdownitemdisabled[b-evkfcdqffk] {
    color: silver;
    display: block;
    padding: 5px 10px;
    cursor: default;
    min-height: 21px; /* dont let a blank item size too small */
    white-space: nowrap;
}
/* /Components/Controls/Grid/GridColumnX.razor.rz.scp.css */
/*.thrborder {
    border-right: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid #DDDDDD;
}

    .thrborder:first-child {
        border-left: 1px solid gainsboro;
    }


.FilterButton {
    background-color: lightgray;
    min-width: 26px;
    height: 28px;
    font-size: 15px;
    border: 1px solid silver;
    border-radius: 2px;
    padding-left: 6px;
    padding-top: 2px;
    cursor: pointer;
}

.SmallTextBox {
    height: 28px;
}*/
/* /Components/Controls/Grid/GridColumn_Jobs.razor.rz.scp.css */
/*.th_sticky {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #e7eaec;
    border-top: 1px solid #dcdcdc !important;
}

.thrborder {
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

    .thrborder:first-child {
        border-left: 1px solid #dcdcdc;
    }

.FilterButton {
    background-color: #d3d3d3;
    min-width: 26px;
    height: 28px;
    font-size: 15px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding-left: 6px;
    padding-top: 2px;
    cursor: pointer;
}
*/
/* /Components/Controls/Grid/GridSimple.razor.rz.scp.css */
/*.theadstyle {
    background-color: #e7eaec;
    border-top: 1px solid gainsboro;
}

.thrborder {
    border-right: 1px solid gainsboro;
    border-top: 1px solid gainsboro;
}

.tbodystyle:focus {
    outline: none;*/ /* remove the focus rectangle so we can implement our own for each grid row  */
/*}*/

/*highlight the clicked item when it navigates to another page and then back is clicked, to show where you were in the list*/
/*.trstyle.highlight {
    background-color: LemonChiffon;
}*/

/*when the row is selected and hovered, need a style so the bootstrap default styles don't make it the hover gray color*/
/*tr.trstyle.highlight.focused:hover {
    background-color: Highlight;
    color: HighlightText;
}

tr.trstyle.highlight:hover {
    background-color: palegoldenrod;
}

.trstyle.highlight.focused:hover > td > a.tdhyperlink {
    color: HighlightText;
}*/

/*highlight the clicked item when it navigates to another page and then back is clicked, to show where you were in the list*/
/*.trstyle.focused {
    outline: 1px dotted black;
    outline-offset: 1px;
    background-color: Highlight;
    color: HighlightText;
}*/

/* Make unread Items bold*/
/*.trstyle.jobunread {
    font-weight: bolder;
}

.trstyle.strikeout {
    text-decoration: line-through;
}*/

/* These are used by the standard grids*/
/*.trstyle.highlight_bottom {
    border-bottom: 5px solid LemonChiffon;
}

.trstyle.highlight_top {
    border-top: 5px solid LemonChiffon;
}

.trstyle.highlight_bottom_focused {
    border-bottom: 5px solid Highlight;
}

.trstyle.highlight_top_focused {
    border-top: 5px solid Highlight;
}*/
/* /Components/Controls/Grid/GridX.razor.rz.scp.css */
/*.theadstyle {
    background-color: #e7eaec;
    border-top: 1px solid gainsboro;
}

.tbodystyle:focus {
    outline: none;*/ /* remove the focus rectangle so we can implement our own for each grid row  */
/*}*/

/*highlight the clicked item when it navigates to another page and then back is clicked, to show where you were in the list*/
/*.trstyle.highlight {
    background-color: LemonChiffon;
}*/

/*when the row is selected and hovered, need a style so the bootstrap default styles don't make it the hover gray color*/
/*tr.trstyle.highlight.focused:hover {
    background-color: Highlight;
    color: HighlightText;
}

tr.trstyle.highlight:hover {
    background-color: palegoldenrod;
}

.trstyle.highlight.focused:hover > td > a.tdhyperlink {
    color: HighlightText;
}*/

/*highlight the clicked item when it navigates to another page and then back is clicked, to show where you were in the list*/
/*.trstyle.focused {
    outline: 1px dotted black;
    outline-offset: 1px;
    background-color: Highlight;
    color: HighlightText;
}*/

/* Make unread Items bold*/
/*.trstyle.jobunread {
    font-weight: bolder;
}

.trstyle.strikeout {
    text-decoration: line-through;
}*/

/* These are used by the standard grids*/
/*.trstyle.highlight_bottom {
    border-bottom: 5px solid LemonChiffon;
}

.trstyle.highlight_top {
    border-top: 5px solid LemonChiffon;
}

.trstyle.highlight_bottom_focused {
    border-bottom: 5px solid Highlight;
}

.trstyle.highlight_top_focused {
    border-top: 5px solid Highlight;
}*/


/* /Components/Controls/Grid/GridX_Jobs.razor.rz.scp.css */
/*.tdrborder {
    border-top:none;
    border-right: 1px solid #e7eaec;
    word-wrap: break-word;
}*/

/* These are used by the Job grid where border-collapse:separate which stops the tr showing a border (so add it to the td instead) 
   border-collapse:separate: fixes the issue of the text showing behind the column headers when scrolled so is needed here*/
/*.tdrborder.highlight_bottom {
    border-bottom: 5px solid LemonChiffon;
}

.tdrborder.highlight_top {
    border-top: 5px solid LemonChiffon;
}

.tdrborder.highlight_bottom_focused {
    border-bottom: 5px solid Highlight;
}

.tdrborder.highlight_top_focused {
    border-top: 5px solid Highlight;
}*/
/* /Components/Controls/ImageImporter.razor.rz.scp.css */
/*.ImageImporterImg:focus {
    outline: none;*/ /*remove the focus rectangle so we can implement our own for each page button*/
/*}*/

.ImageImporterImgUnfocused[b-n5j68hdt36] {
    outline: 1px solid darkgray;
}

.ImageImporterImgFocus[b-n5j68hdt36] {
    outline: solid 1px #1ab394; /*bootstrap green*/
}

.MoveButton[b-n5j68hdt36] {
    width: 100%;
    height: 100%
}
/* /Components/Controls/ListBox/ListBox.razor.rz.scp.css */
.listbox-content[b-mwpyjt1lpi] {
    background-color: white;
    border: solid 1px #e5e6e7; /*light grayish*/
    border-radius: 5px;
    overflow-y: auto; /* scroll if larger then max-height*/
    outline: 0; /* NOTE: this will stop the default dotted outline if a user tabs to the control */
}

.listbox-content.focused[b-mwpyjt1lpi] {
    border: solid 1px #1ab394; /*bootstrap green*/
}

.listbox-content .listboxitem[b-mwpyjt1lpi] {
    color: #495057;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    cursor: default;
    min-height: 21px; /* don't let a blank item size too small */
    white-space: nowrap;
}

    .listbox-content .listboxitem.listboxitem-selected[b-mwpyjt1lpi] {
        background-color: gainsboro;
        color: black;
    }

    .listbox-content.focused .listboxitem.listboxitem-selected[b-mwpyjt1lpi] {
        background-color: cornflowerblue;
        color: white;
    }

.listbox-content .listboxitemdisabled.listboxitem-selected[b-mwpyjt1lpi] {
    background-color: darkgray;
    color: white;
}

.listbox-content .listboxitem:hover[b-mwpyjt1lpi] {
    background-color: darkgray;
}

.listboxitemdisabled[b-mwpyjt1lpi] {
    color: silver;
    display: block;
    padding: 5px 10px;
    cursor: default;
    min-height: 21px; /* dont let a blank item size too small */
    white-space: nowrap;
}
/* /Components/Controls/LoadingAnimation.razor.rz.scp.css */
/* Nice css only loading spinner animation */
.spinner-div[b-lw1wyjozl0] {
    position: absolute;
    z-index: 10; /* Ensure it floats above other content */
    /*top: 40%;
    left: 55%;
    width: 120px;
    height: 80px;*/
}

.spinner-animation[b-lw1wyjozl0] {
    border: 10px solid silver;
    border-top: 10px solid #337AB7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-lw1wyjozl0 700ms linear infinite;
    /*top: 40%;
    left: 55%;*/
    position: absolute;
   /* left: 38px;
    top: 10px;*/
}

.spinner-label[b-lw1wyjozl0] {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

/*.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}*/

@keyframes spin-b-lw1wyjozl0 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Components/Controls/MessageBox/MessageBox.razor.rz.scp.css */
.hmMsgContainer[b-r0esyk1dqs] {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 110; /*Make this greater then the modal so modals can show message boxes. Moal = 100*/
    align-items: center;
    justify-content: center
}

.hmMsgBackground[b-r0esyk1dqs] {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 111; /*Make this greater then the modal so modals can show message boxes. Modal = 101*/
    background-color: rgba(0,0,0,0.5);
    transition: opacity 0.15s linear
}


.hmMsgDialog[b-r0esyk1dqs] {
    z-index: 112; /*Make this greater then the modal so modals can show message boxes . Modal = 102*/
    max-width: 50%;
    margin: 0.5rem;
    width: 100%;
    text-align: center;
}


.hmMsgContent[b-r0esyk1dqs] {
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #ffffff;
    border-radius: 4px;
    /*border: 1px solid #fff;*/
    background-clip: padding-box;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    outline: 0 none;
    pointer-events: auto;
    text-align: left;
}

.hmMsgHeader[b-r0esyk1dqs] {
    display: block;
    display: -ms-flexbox;
    align-items: flex-start;
    -ms-flex-align: start;
    justify-content: space-between;
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.hmMsgBody[b-r0esyk1dqs] {
    background: #f8fafb;
    padding: 20px 40px 20px 20px;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}

.hmMsgFooter[b-r0esyk1dqs] {
    margin-top: 0px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    -ms-flex-pack: end;
    padding: 1rem;
    padding-left: 4rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.hmCloseButton[b-r0esyk1dqs] {
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
}

    .hmCloseButton:hover[b-r0esyk1dqs] {
        color: #000;
        text-decoration: none;
    }

    .hmCloseButton:not(:disabled):not(.disabled):hover[b-r0esyk1dqs], .hmCloseButton:not(:disabled):not(.disabled):focus[b-r0esyk1dqs] {
        opacity: .75;
    }


button.btn-gray[b-r0esyk1dqs] {
    background-color: #dbdbdb;
    border-color: #c4c4c4;
    color: #212529;
    min-width: 60px;
}

    button.btn-gray:hover[b-r0esyk1dqs] {
        background-color: #cccccc;
        border-color: #c4c4c4;
        color: #212529;
    }
/* /Components/Controls/ModalComponent/ModalDisplayer.razor.rz.scp.css */
.hmModalContainer[b-3dflmtqk4z] {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    align-items: center;
    justify-content: center
}

/*.hmMsgContainer {
    z-index: 110; //Make this greater then the modal so modals can show message boxes
}*/

.hmModalBackground[b-3dflmtqk4z] {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0,0,0,0.5);
    transition: opacity 0.15s linear
}

/*.hmMsgBackground {
    z-index: 111; //Make this greater then the modal so modals can show message boxes
}*/

.hmModalDialog[b-3dflmtqk4z] {
    z-index: 102;
    max-width: 30%;
    margin: 0.5rem;
    width: 100%;
}

.hmModalSizeExLarge[b-3dflmtqk4z] {
    max-width: 75%;
}

.hmModalSizeLarge[b-3dflmtqk4z] {
    max-width: 60%;
}

.hmModalSizeMedium[b-3dflmtqk4z] {
    max-width: 45%;
}

.hmModalSizeSmall[b-3dflmtqk4z] {
    max-width: 30%;
}

.hmModalSizeExSmall[b-3dflmtqk4z] {
    max-width: 15%;
}

/*.hmMsgDialog {
    z-index: 112; //Make this greater then the modal so modals can show message boxes
    text-align:center;
}*/

.hmModalContent[b-3dflmtqk4z] {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #ffffff;
    border-radius: 4px;
    /*border: 1px solid #fff;*/
    background-clip: padding-box;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    outline: 0 none;
    pointer-events: auto;
}

/*.hmMsgContent {
    display:inline-flex;
    text-align:left;
}*/

.hmModalHeader[b-3dflmtqk4z] {
    display: block;
    display: -ms-flexbox;
    align-items: flex-start;
    -ms-flex-align: start;
    justify-content: space-between;
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.hmModalBody[b-3dflmtqk4z] {
    background: #f8fafb;
    padding: 20px 20px 20px 20px;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    /*scroll if the modal gets too big*/
    max-height: 70vh;
    overflow-y: auto;
}

.hmModalFooter[b-3dflmtqk4z] {
    margin-top: 0px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    -ms-flex-pack: end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.hmCloseButton[b-3dflmtqk4z] {
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
}

    .hmCloseButton:hover[b-3dflmtqk4z] {
        color: #000;
        text-decoration: none;
    }

    .hmCloseButton:not(:disabled):not(.disabled):hover[b-3dflmtqk4z], .hmCloseButton:not(:disabled):not(.disabled):focus[b-3dflmtqk4z] {
        opacity: .75;
    }


/*Themed Styles*/

.ModalAlert[b-3dflmtqk4z] {
    background-color: #ec4758;
    color: white;
}

.hmCloseButton.CloseButtonAlert[b-3dflmtqk4z] {
    color: white;
}

    .hmCloseButton.CloseButtonAlert:hover[b-3dflmtqk4z] {
        color: whitesmoke;
        text-decoration: none;
    }
/* /Components/Controls/Notification/CompNotifications.razor.rz.scp.css */
.dropNotifications-backdrop[b-8615xzg6eq] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 103; /* 105 is used for context menu backdrop, 104 for notification menu to allow context menu to show for notifications this need to be less */
}

.Notifications-content[b-8615xzg6eq] {
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: solid 1px darkgray;
    margin-top: -1px;
}

.clsNotificationBack[b-8615xzg6eq] {
    background-color: white;
}

    .clsNotificationBack:hover[b-8615xzg6eq] {
        background-color: #e0eef5;
    }

    .clsNotificationBack.itemselected[b-8615xzg6eq] {
        background-color: #cce4ef;
    }

    .clsNotificationBack.newNotification[b-8615xzg6eq] {
        background-color: #f7f4e6;
    }

clsNotificationBack:focus[b-8615xzg6eq] {
    background-color: #7ab8d9;
}

label.clsNotificationTitle[b-8615xzg6eq] {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0052CC;
    margin-bottom: 0px;
    display: block;
}

label.clsNotificationMSG[b-8615xzg6eq] {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    margin-bottom: 0px;
}

label.clsNotificationDate[b-8615xzg6eq] {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    margin-bottom: 0px;
    display: block;
}

label.clsNotificationEntity[b-8615xzg6eq] {
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0052CC;
    margin-bottom: 0px;
}

label.clsNotificationNoItems[b-8615xzg6eq] {
    font-size: 17px;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: gray;
}

label.clsNotificationType[b-8615xzg6eq] {
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #1f822c;
    margin-bottom: 0px;
}


label.clsNotificationTitle_Read[b-8615xzg6eq] {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    margin-bottom: 0px;
    display: block;
}

label.clsNotificationMSG_Read[b-8615xzg6eq] {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: darkgray;
    margin-bottom: 0px;
}

label.clsNotificationDate_Read[b-8615xzg6eq] {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: darkgray;
    margin-bottom: 0px;
    display: block;
}

label.clsNotificationEntity_Read[b-8615xzg6eq] {
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    margin-bottom: 0px;
}

label.clsNotificationType_Read[b-8615xzg6eq] {
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    margin-bottom: 0px;
}
/* /Components/Controls/NumericUpDownDbl.razor.rz.scp.css */
.NumericalUpDown[b-iec2no78pp] {
    padding: 0px; /* fix for if adding form-control class - bootstrap standard to make font size the same as rest of controls */
    height: 31px;
}

.NumericalInput[b-iec2no78pp] {
    color: #676a6c;
    padding-left: 8px;
    padding-right: 8px;
}

    .NumericalInput:disabled[b-iec2no78pp] {
        color: #A6A6A6;
        background-color: #FBFBFB;
    }

    .NumericalInput:focus[b-iec2no78pp] {
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
    }

.NumericalUnfocused[b-iec2no78pp] {
    border: solid 1px #e5e6e7; /*light grayish*/
}

.NumericalFocus[b-iec2no78pp] {
    border: solid 1px #1ab394; /*bootstrap green*/
}

.NumericalInvalid[b-iec2no78pp] {
    border: solid 1px red;
}

.NumericalButtonUp[b-iec2no78pp] {
    line-height: 0.5;
    display: block;
    height: 50%;
    width: 25px;
    padding: 0px;
    border: none;
    border-left: 1px solid #e5e6e7; /*light grayish*/
    border-bottom: 1px solid #e5e6e7; /*light grayish*/
    border-radius: 0px;
    transition: none; /*stop the bootstrap fade in on hover*/
    font-size: 13px;
}

    .NumericalButtonUp:hover:enabled[b-iec2no78pp] {
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        border-left: 1px solid #e5e6e7;
        border-bottom: 1px solid #e5e6e7;
        background-color: #FBFBFB;
    }

    .NumericalButtonUp:disabled[b-iec2no78pp] {
        color: #A6A6A6;
        border: none;
        outline: none; /* remove the focus rectangle so we can implement our own for each page button*/
    }

    .NumericalButtonUp:active:disabled[b-iec2no78pp] {
        color: #A6A6A6;
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        box-shadow: none;
    }

    .NumericalButtonUp[disabled]:hover[b-iec2no78pp] {
        color: #A6A6A6;
    }

.NumericalButtonDown[b-iec2no78pp] {
    line-height: 0.5;
    display: block;
    height: 50%;
    width: 25px;
    padding: 0px;
    border: none;
    border-left: 1px solid #e5e6e7; /*light grayish*/
    border-radius: 0px;
    transition: none; /*stop the bootstrap fade in on hover*/
    font-size: 13px;
}

    .NumericalButtonDown:disabled[b-iec2no78pp] {
        color: #A6A6A6;
        border: none;
        outline: none; /* remove the focus rectangle so we can implement our own for each page button*/
    }

    .NumericalButtonDown:active:disabled[b-iec2no78pp] {
        color: #A6A6A6;
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        box-shadow: none;
    }

    .NumericalButtonDown[disabled]:hover[b-iec2no78pp] {
        color: #A6A6A6;
    }

    .NumericalButtonDown:hover:enabled[b-iec2no78pp] {
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        border-left: 1px solid #e5e6e7;
        background-color: #FBFBFB;
    }
/* /Components/Controls/NumericUpDownInt.razor.rz.scp.css */
.NumericalUpDown[b-cq06yib7xs] {
    padding: 0px; /* fix for if adding form-control class - bootstrap standard to make font size the same as rest of controls */
    height: 31px;
}

.NumericalInput[b-cq06yib7xs] {
    color: #676a6c;
    padding-left: 8px;
    padding-right: 8px;
}

    .NumericalInput:disabled[b-cq06yib7xs] {
        color: #A6A6A6;
        background-color: #FBFBFB;
    }

    .NumericalInput:focus[b-cq06yib7xs] {
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
    }

.NumericalUnfocused[b-cq06yib7xs] {
    border: solid 1px #e5e6e7; /*light grayish*/
}

.NumericalFocus[b-cq06yib7xs] {
    border: solid 1px #1ab394; /*bootstrap green*/
}

.NumericalInvalid[b-cq06yib7xs] {
    border: solid 1px red;
}

.NumericalButtonUp[b-cq06yib7xs] {
    line-height: 0.5;
    display: block;
    height: 50%;
    width: 25px;
    padding: 0px;
    border: none;
    border-left: 1px solid #e5e6e7; /*light grayish*/
    border-bottom: 1px solid #e5e6e7; /*light grayish*/
    border-radius: 0px;
    transition: none; /*stop the bootstrap fade in on hover*/
    font-size: 13px;
}

    .NumericalButtonUp:hover:enabled[b-cq06yib7xs] {
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        border-left: 1px solid #e5e6e7;
        border-bottom: 1px solid #e5e6e7;
        background-color: #FBFBFB;
    }

    .NumericalButtonUp:disabled[b-cq06yib7xs] {
        color: #A6A6A6;
        border: none;
        outline: none; /* remove the focus rectangle so we can implement our own for each page button*/
    }

    .NumericalButtonUp:active:disabled[b-cq06yib7xs] {
        color: #A6A6A6;
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        box-shadow: none;
    }

    .NumericalButtonUp[disabled]:hover[b-cq06yib7xs] {
        color: #A6A6A6;
    }

.NumericalButtonDown[b-cq06yib7xs] {
    line-height: 0.5;
    display: block;
    height: 50%;
    width: 25px;
    padding: 0px;
    border: none;
    border-left: 1px solid #e5e6e7; /*light grayish*/
    border-radius: 0px;
    transition: none; /*stop the bootstrap fade in on hover*/
    font-size: 13px;
}

    .NumericalButtonDown:disabled[b-cq06yib7xs] {
        color: #A6A6A6;
        border: none;
        outline: none; /* remove the focus rectangle so we can implement our own for each page button*/
    }

    .NumericalButtonDown:active:disabled[b-cq06yib7xs] {
        color: #A6A6A6;
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        box-shadow: none;
    }

    .NumericalButtonDown[disabled]:hover[b-cq06yib7xs] {
        color: #A6A6A6;
    }

    .NumericalButtonDown:hover:enabled[b-cq06yib7xs] {
        border: none;
        outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
        border-left: 1px solid #e5e6e7;
        background-color: #FBFBFB;
    }
/* /Components/Controls/Pagination.razor.rz.scp.css */
.pagination-topborder[b-djdnstwebv] {
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
}

.pagination-container[b-djdnstwebv] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;    
    color: inherit;
    margin-bottom: 0;
    padding: 0px 15px;
    min-height: 48px;
}

/* Show the page controls side by side*/
.pagination[b-djdnstwebv] {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0px 5px 20px;
    border-radius: 4px;
}

    .pagination:focus[b-djdnstwebv] {
        outline: none; /* remove the focus rectangle so we can implement our own for each page button  */
    }

        .pagination:focus > .active > a[b-djdnstwebv] { /* focus just the active page li item */
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

    /* keep buttons inline*/
    .pagination > li[b-djdnstwebv] {
        display: inline;
    }

    /* make backcolor of the active page button a different color*/
    .pagination > .active > a[b-djdnstwebv],
    .pagination > .active > span[b-djdnstwebv],
    .pagination > .active > a:hover[b-djdnstwebv],
    .pagination > .active > span:hover[b-djdnstwebv],
    .pagination > .active > a:focus[b-djdnstwebv],
    .pagination > .active > span:focus[b-djdnstwebv] {
        background-color: #f4f4f4;
        border-color: #DDDDDD;
        color: inherit;
        cursor: default;
        z-index: 2;
    }

    /* Style page buttons*/
    .pagination > li > a[b-djdnstwebv],
    .pagination > li > span[b-djdnstwebv] {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        color: inherit;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 4px 10px;
        position: relative;
        text-decoration: none;
    }

    /* Make first a last buttons rounded */
    .pagination > li:first-child > a[b-djdnstwebv],
    .pagination > li:first-child > span[b-djdnstwebv] {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination > li:last-child > a[b-djdnstwebv],
    .pagination > li:last-child > span[b-djdnstwebv] {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    /* Change First and last button text gray when not able to be clicked*/
    .pagination > li.inactive:first-child > a[b-djdnstwebv],
    .pagination > liinactive:first-child > span[b-djdnstwebv] {
        color: darkgrey;
        cursor: default;
    }

    .pagination > li.inactive:last-child > a[b-djdnstwebv],
    .pagination > li.inactive:last-child > span[b-djdnstwebv] {
        color: darkgrey;
        cursor: default;
    }

.pagination-counts[b-djdnstwebv] {
    margin-top:10px; 
}
/* /Components/Controls/RadioButton.razor.rz.scp.css */
/* ---------------------------------------------------------------- */
/* Shared by Checkbox and Radio*/
/* ---------------------------------------------------------------- */
.custominput[b-xlbuy45ij8] {
    /*display: block;*/
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    margin-top: 4px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the default checkbox or raido button mark */
    .custominput input[b-xlbuy45ij8] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* when disabled make the text disabled and don't let the cursor change */
    .custominput.disabled[b-xlbuy45ij8] {
        cursor: default;
        color: darkgray;
    }

    .custominput input:disabled[b-xlbuy45ij8] {
        cursor: default;
    }

/* ---------------------------------------------------------------- */
/* Raido Buttons styles */
/* ---------------------------------------------------------------- */
.radiobutton[b-xlbuy45ij8] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-style: solid;
    border-color: #1AB394;
    border-width: 1px;
    border-radius: 50%;
}

/* Make the radio circle border gray if disabled*/
.custominput.disabled .radiobutton[b-xlbuy45ij8] {
    border-color: darkgray;
}
/* Keep light green border if disabled and checked */
.custominput.disabled input:checked ~ .radiobutton[b-xlbuy45ij8] {
    border-color: #8BD3C4;
}

/* On mouse-over, add a grey background color */
.custominput:hover input ~ .radiobutton[b-xlbuy45ij8] {
    background-color: #ccc;
}

/* Stop the background changing when the item is disabled */
.custominput.disabled:hover input ~ .radiobutton[b-xlbuy45ij8] {
    background-color: white;
}

/* When the radiobutton is checked, add a white background */
.custominput input:checked ~ .radiobutton[b-xlbuy45ij8] {
    background-color: white;
    border-width: 2px;
    height: 16px;
    width: 16px;
}

/* Create the radiobutton/indicator (hidden when not checked) */
.radiobutton[b-xlbuy45ij8]:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radiobutton inner circle when checked */
.custominput input:checked ~ .radiobutton[b-xlbuy45ij8]:after {
    display: block;
}

/* Radio inner circle color when checked but disabled */
.custominput input:checked:disabled ~ .radiobutton[b-xlbuy45ij8]:after {
    background-color: #8BD3C4;
    border: solid #8BD3C4;
}

/* Style the radiobutton/indicator */
.custominput .radiobutton[b-xlbuy45ij8]:after {
    left: 3px;
    top: 3px;
    width: 6px;
    height: 6px;
    border: solid #1AB394;
    background-color: #1AB394;
    border-width: 1px;
    border-radius: 50%;
}
/* /Components/Controls/RecentsMenu/RecentActions.razor.rz.scp.css */
.dropContextMenu-backdrop[b-w0ao7974t3] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
}


.contextmenu-content[b-w0ao7974t3] {
    position: absolute;
    background-color: white;
    min-width: 500px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
}

    .contextmenu-content:focus-visible[b-w0ao7974t3] { /*stop black outline when control gets keyboard focus*/
        outline: none;
    }

    .contextmenu-content .menuitem[b-w0ao7974t3] {
        color: #495057;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    /*used when menu is open showing sub menu*/
    .contextmenu-content .menuitemopen[b-w0ao7974t3] {
        background-color: cornflowerblue;
        color: white;
    }

    /* Change color of dropdown links on hover */
    /*.contextmenu-content .menuitem:hover {
    background-color: cornflowerblue;
    color: white;
}*/

    /* Change color of dropdown links on hover */
    .contextmenu-content .menuitemselected[b-w0ao7974t3] {
        background-color: cornflowerblue; /*cornflowerblue;*/
        color: white;
    }

    .contextmenu-content .menuitemdisabled[b-w0ao7974t3] {
        color: silver;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    .contextmenu-content .seperator[b-w0ao7974t3] {
        width: 90%;
        margin-left: 5%;
        height: 1px;
        border-top: 1px solid silver;
        /*margin-top: 2px;
    margin-bottom: 2px;*/
    }

    .contextmenu-content .seperatorContainer[b-w0ao7974t3] {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .contextmenu-content .menuitemrow[b-w0ao7974t3] {
        display: flex;
        padding: 0px 5px 0px 5px;
    }

    .contextmenu-content .menuitemsmall[b-w0ao7974t3] {
        color: #495057;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    .contextmenu-content .menuitemsmalldisabled[b-w0ao7974t3] {
        color: silver;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    /*.contextmenu-content .menuitemsmall:hover {
    background-color: cornflowerblue;
    color: white;
}*/


    /*alternating back color-profile form recent menus*/
    .contextmenu-content .menuitemalternate[b-w0ao7974t3] {
        background-color: #E2E1C7; /*light green*/
    }
/* /Components/Controls/RecentsMenu/RecentAssets.razor.rz.scp.css */
.dropContextMenu-backdrop[b-v48hlak839] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
}


.contextmenu-content[b-v48hlak839] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
}

    .contextmenu-content:focus-visible[b-v48hlak839] { /*stop black outline when control gets keyboard focus*/
        outline: none;
    }

    .contextmenu-content .menuitem[b-v48hlak839] {
        color: #495057;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    /*used when menu is open showing sub menu*/
    .contextmenu-content .menuitemopen[b-v48hlak839] {
        background-color: cornflowerblue;
        color: white;
    }

    /* Change color of dropdown links on hover */
    /*.contextmenu-content .menuitem:hover {
    background-color: cornflowerblue;
    color: white;
}*/

    /* Change color of dropdown links on hover */
    .contextmenu-content .menuitemselected[b-v48hlak839] {
        background-color: cornflowerblue; /*cornflowerblue;*/
        color: white;
    }

    .contextmenu-content .menuitemdisabled[b-v48hlak839] {
        color: silver;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    .contextmenu-content .seperator[b-v48hlak839] {
        width: 90%;
        margin-left: 5%;
        height: 1px;
        border-top: 1px solid silver;
        /*margin-top: 2px;
    margin-bottom: 2px;*/
    }

    .contextmenu-content .seperatorContainer[b-v48hlak839] {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .contextmenu-content .menuitemrow[b-v48hlak839] {
        display: flex;
        padding: 0px 5px 0px 5px;
    }

    .contextmenu-content .menuitemsmall[b-v48hlak839] {
        color: #495057;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    .contextmenu-content .menuitemsmalldisabled[b-v48hlak839] {
        color: silver;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    /*.contextmenu-content .menuitemsmall:hover {
    background-color: cornflowerblue;
    color: white;
}*/


    /*alternating back color-profile form recent menus*/
    .contextmenu-content .menuitemalternate[b-v48hlak839] {
        background-color: #E2E1C7; /*light green*/
    }
/* /Components/Controls/RecentsMenu/RecentClients.razor.rz.scp.css */
.dropContextMenu-backdrop[b-hso81teg72] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
}


.contextmenu-content[b-hso81teg72] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
}

    .contextmenu-content:focus-visible[b-hso81teg72] { /*stop black outline when control gets keyboard focus*/
        outline: none;
    }

    .contextmenu-content .menuitem[b-hso81teg72] {
        color: #495057;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    /*used when menu is open showing sub menu*/
    .contextmenu-content .menuitemopen[b-hso81teg72] {
        background-color: cornflowerblue;
        color: white;
    }

    /* Change color of dropdown links on hover */
    /*.contextmenu-content .menuitem:hover {
    background-color: cornflowerblue;
    color: white;
}*/

    /* Change color of dropdown links on hover */
    .contextmenu-content .menuitemselected[b-hso81teg72] {
        background-color: cornflowerblue; /*cornflowerblue;*/
        color: white;
    }

    .contextmenu-content .menuitemdisabled[b-hso81teg72] {
        color: silver;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    .contextmenu-content .seperator[b-hso81teg72] {
        width: 90%;
        margin-left: 5%;
        height: 1px;
        border-top: 1px solid silver;
        /*margin-top: 2px;
    margin-bottom: 2px;*/
    }

    .contextmenu-content .seperatorContainer[b-hso81teg72] {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .contextmenu-content .menuitemrow[b-hso81teg72] {
        display: flex;
        padding: 0px 5px 0px 5px;
    }

    .contextmenu-content .menuitemsmall[b-hso81teg72] {
        color: #495057;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    .contextmenu-content .menuitemsmalldisabled[b-hso81teg72] {
        color: silver;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    /*.contextmenu-content .menuitemsmall:hover {
    background-color: cornflowerblue;
    color: white;
}*/


    /*alternating back color-profile form recent menus*/
    .contextmenu-content .menuitemalternate[b-hso81teg72] {
        background-color: #E2E1C7; /*light green*/
    }
/* /Components/Controls/RecentsMenu/RecentJobs.razor.rz.scp.css */
.dropContextMenu-backdrop[b-33adbahcnt] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
}


.contextmenu-content[b-33adbahcnt] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
}

    .contextmenu-content:focus-visible[b-33adbahcnt] { /*stop black outline when control gets keyboard focus*/
        outline: none;
    }

    .contextmenu-content .menuitem[b-33adbahcnt] {
        color: #495057;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    /*used when menu is open showing sub menu*/
    .contextmenu-content .menuitemopen[b-33adbahcnt] {
        background-color: cornflowerblue;
        color: white;
    }

    /* Change color of dropdown links on hover */
    /*.contextmenu-content .menuitem:hover {
    background-color: cornflowerblue;
    color: white;
}*/

    /* Change color of dropdown links on hover */
    .contextmenu-content .menuitemselected[b-33adbahcnt] {
        background-color: cornflowerblue; /*cornflowerblue;*/
        color: white;
    }

    .contextmenu-content .menuitemdisabled[b-33adbahcnt] {
        color: silver;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    .contextmenu-content .seperator[b-33adbahcnt] {
        width: 90%;
        margin-left: 5%;
        height: 1px;
        border-top: 1px solid silver;
        /*margin-top: 2px;
    margin-bottom: 2px;*/
    }

    .contextmenu-content .seperatorContainer[b-33adbahcnt] {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .contextmenu-content .menuitemrow[b-33adbahcnt] {
        display: flex;
        padding: 0px 5px 0px 5px;
    }

    .contextmenu-content .menuitemsmall[b-33adbahcnt] {
        color: #495057;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    .contextmenu-content .menuitemsmalldisabled[b-33adbahcnt] {
        color: silver;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    /*.contextmenu-content .menuitemsmall:hover {
    background-color: cornflowerblue;
    color: white;
}*/


    /*alternating back color-profile form recent menus*/
    .contextmenu-content .menuitemalternate[b-33adbahcnt] {
        background-color: #E2E1C7; /*light green*/
    }
/* /Components/Controls/RecentsMenu/RecentSites.razor.rz.scp.css */
.dropContextMenu-backdrop[b-r08teajrcu] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
}


.contextmenu-content[b-r08teajrcu] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
}

    .contextmenu-content:focus-visible[b-r08teajrcu] { /*stop black outline when control gets keyboard focus*/
        outline: none;
    }

    .contextmenu-content .menuitem[b-r08teajrcu] {
        color: #495057;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    /*used when menu is open showing sub menu*/
    .contextmenu-content .menuitemopen[b-r08teajrcu] {
        background-color: cornflowerblue;
        color: white;
    }

    /* Change color of dropdown links on hover */
    /*.contextmenu-content .menuitem:hover {
    background-color: cornflowerblue;
    color: white;
}*/

    /* Change color of dropdown links on hover */
    .contextmenu-content .menuitemselected[b-r08teajrcu] {
        background-color: cornflowerblue; /*cornflowerblue;*/
        color: white;
    }

    .contextmenu-content .menuitemdisabled[b-r08teajrcu] {
        color: silver;
        display: block;
        padding: 5px 10px;
        cursor: default;
        min-height: 21px; /* dont let a blank item size too small */
        white-space: nowrap;
    }

    .contextmenu-content .seperator[b-r08teajrcu] {
        width: 90%;
        margin-left: 5%;
        height: 1px;
        border-top: 1px solid silver;
        /*margin-top: 2px;
    margin-bottom: 2px;*/
    }

    .contextmenu-content .seperatorContainer[b-r08teajrcu] {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .contextmenu-content .menuitemrow[b-r08teajrcu] {
        display: flex;
        padding: 0px 5px 0px 5px;
    }

    .contextmenu-content .menuitemsmall[b-r08teajrcu] {
        color: #495057;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    .contextmenu-content .menuitemsmalldisabled[b-r08teajrcu] {
        color: silver;
        padding: 5px 3px;
        cursor: default;
        min-height: 19px; /* dont let a blank item size too small */
        min-width: 19px;
    }

    /*.contextmenu-content .menuitemsmall:hover {
    background-color: cornflowerblue;
    color: white;
}*/


    /*alternating back color-profile form recent menus*/
    .contextmenu-content .menuitemalternate[b-r08teajrcu] {
        background-color: #E2E1C7; /*light green*/
    }
/* /Components/Controls/SiteSelector/SiteSelector.razor.rz.scp.css */
/*fix stop make buttons the same height as the textbox with form-control class*/
/*.input-group .btn {
    padding: 6px 12px;
}*/
/* /Components/Controls/SplitButton.razor.rz.scp.css */
/* don't allow selecting the number with the mouse */
.no-copy[b-rru8viw5rk] {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

.splitbutton[b-rru8viw5rk] {
    display: flex;
    border: 1px solid darkgray;
    border-radius: 3px;
    background-color: whitesmoke;
    cursor: pointer;
}

    .splitbutton .splitdivider label[b-rru8viw5rk] {
        cursor: pointer;
    }

    .splitbutton:hover[b-rru8viw5rk] {
        background-color: gainsboro;
    }

    .splitbutton[disabled][b-rru8viw5rk] {
        background-color: white;
        border: 1px solid gainsboro;
        cursor: default;
    }

    .splitbutton:focus-visible[b-rru8viw5rk] {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .splitbutton .splitdivider[b-rru8viw5rk] {
        border-right: 1px solid darkgray;
        padding-left: 6px;
    }

    .splitbutton[disabled] .splitdivider[b-rru8viw5rk] {
        border-right: 1px solid gainsboro
    }

        .splitbutton[disabled] .splitdivider label[b-rru8viw5rk] {
            color: darkgray;
            cursor: default;
        }

    .splitbutton[disabled] i[b-rru8viw5rk] {
        color: darkgray;
    }

/* don't allow selecting the number with the mouse */
/*.no-copy {
    -webkit-user-select: none;*/ /* Chrome all / Safari all */
/*-moz-user-select: none;*/ /* Firefox all */
/*-ms-user-select: none;*/ /* IE 10+ */
/*user-select: none;*/ /* Likely future */
/*}

    .splitbutton {
    display: flex;
    border: 1px solid #18A387;*/ /*bootstrap green border*/
/*border-radius: 3px;
    background-color: #1ab394;*/ /*bootstrap green*/
/*cursor: pointer;
    color: white;
}

    .splitbutton .splitdivider label {
        cursor: pointer;
    }

    .splitbutton:hover {
        background-color: #18a689;*/ /*bootstrap green hovered*/
/*}

    .splitbutton[disabled] {
        background-color: #18a689;*/ /*bootstrap green disabled*/
/*border: 1px solid gainsboro;
        cursor: default;
    }

    .splitbutton:focus-visible {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .splitbutton i {
        color: whitesmoke;
    }


.splitbutton .splitdivider {
    border-right: 1px solid #18A387;*/ /*bootstrap green border*/
/*padding-left: 6px;
}

    .splitbutton[disabled] .splitdivider {
        border-right: 1px solid gainsboro
    }

    .splitbutton:hover .splitdivider {
        border-right: 1px solid #16997E*/ /*bootstrap green border darker*/
/*}

    .splitbutton[disabled] .splitdivider label {
        color: darkgray;
        cursor:default;
    }

    .splitbutton[disabled] i {
        color: darkgray;
    }*/


/*styles to make light button for when on toolbar, etc*/
/*.splitbuttonlight {
    color: #676a6c;*/ /*default gray text*/
/*background-color: whitesmoke;
    border: 1px solid darkgray;
}

    .splitbuttonlight[disabled] {
        background-color: white;
    }

    .splitbuttonlight:hover {
        background-color: gainsboro;
    }

.splitbuttonlight .splitdivider {
    border-right: 1px solid darkgray;
}

.splitbuttonlight:hover .splitdivider {
    border-right: 1px solid darkgray;
}

.splitbuttonlight i {
    color: #676a6c;*/ /*default gray text*/
/*}*/
/* /Components/Controls/SplitContainer.razor.rz.scp.css */
.splitcontainer[b-uxvkisu046] {
    display: flex;
   /* --splitter-bar-size: 6px;*/
}

.splitcontainer.vertical[b-uxvkisu046] {
    flex-direction: row;
}

.splitcontainer.horizontal[b-uxvkisu046] {
    flex-direction: column;
}

.splitcontainer .splitpane[b-uxvkisu046] {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.splitbar[b-uxvkisu046] {
    user-select: none;
    background-color:gainsboro;
    min-height:6px;
    min-width:6px;
}

.vertical .splitbar[b-uxvkisu046] {
    /*min-width: var(--splitter-bar-size);*/
    cursor: w-resize;
}

.horizontal .splitbar[b-uxvkisu046] {
   /* min-height: var(--splitter-bar-size);*/
    cursor: n-resize;
}
/* /Components/Controls/StarRating.razor.rz.scp.css */
/* Use Fafa icons for star rating */
.StarRating[b-lon5ur9yja] {
    display: block;
    /*font-size: 16px;*/
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.StarRatingContainer[b-lon5ur9yja] {
    display: inline-block;
    position: relative;
    height: 19px;
    /*padding-left: 2px;
    padding-right:2px;*/
}

.StarRating .stars-active[b-lon5ur9yja] {
    color: #EEBD01; /*yellow*/
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    /*letter-spacing:-2px;*/
    /*padding-right: 3px;*/
}

.StarRating .stars-inactive[b-lon5ur9yja] {
    color: #b8b0b0; /*light gray*/
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
    /*letter-spacing: -2px;*/
    /* overflow: hidden; */
}

.StarRating:focus[b-lon5ur9yja] {
    outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
    border: 1px dotted black; /* Show the focused rectangle with a dotted outline*/
}
/* /Components/Controls/TabTops/TabTops.razor.rz.scp.css */

.hm-tabs[b-epkwif0jm5] {
    border-bottom: 1px solid #dee2e6;
}

    .hm-tabs:focus[b-epkwif0jm5] {
        outline: none; /* remove the focus rectangle so we can implement our own for each tab top  */
    }

        .hm-tabs:focus .nav-item .nav-link.active[b-epkwif0jm5] { /* focus just the active tab top */
            border: 1px dotted black;
        }

    .hm-tabs .nav-item[b-epkwif0jm5] {
        margin-bottom: -1px;
    }


    .hm-tabs .nav-link[b-epkwif0jm5] {
        border: 1px solid #dee2e6;
        border-left-width: 0;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .hm-tabs .nav-item:first-child .nav-link[b-epkwif0jm5] {
        border-left-width: 1px;
    }

    .hm-tabs .nav-link.active[b-epkwif0jm5] {
        background-color: white;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .hm-tabs > li > a[b-epkwif0jm5] {
        color: inherit;
        font-weight: 500;
        padding: 10px 20px 10px 25px;
    }

    .hm-tabs > li > a.bolder[b-epkwif0jm5] {
        font-weight: 800;
    }
        /*.hm-tabs .nav-item:focus {
    border: 1px dotted #dee2e6;
}*/
        /*.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-left-width: 0;
}

.nav-tabs .nav-item:first-child .nav-link {
    border-left-width:1px;
}

.nav-tabs :not(.active).nav-link:focus, .nav-tabs :not(.active).nav-link:hover {
    border: 1px solid #dee2e6;
    border-left-width: 0;
}

.nav-tabs .nav-item:first-child :not(.active).nav-link:focus, .nav-tabs :not(.active).nav-link:hover {
    border: 1px solid #dee2e6;
    border-left-width: 1px;
}*/
/* /Components/Controls/Textboxes/TagMenuPopup.razor.rz.scp.css */
.dropdown-backdrop[b-xmkbr28f4s] {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 105; /* 100,101,102 are used for modals, if this is shown in a modal we need it to go on top of them */
    align-items: center;
    justify-content: center;
}

.dropdown-content[b-xmkbr28f4s] {
    position: absolute;
    background-color: white;
    min-width: 160px;
    min-height: 20px;
    /*width: 100%;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5000 !important; /* try to keep the dropdown above other controls */
    border: solid 1px darkgray;
    margin-top: -1px;
    max-height: 50vh; /* don't let the dropdown go too large */
    overflow-y: auto; /* scroll if larger then max-height*/
}

.dropdown-content-down[b-xmkbr28f4s] {
    border-top: none;
}

.dropdown-content-up[b-xmkbr28f4s] {
    border-bottom: none;
}


.dropdown-content .dropdownitem[b-xmkbr28f4s] {
    color: #495057;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    cursor: default;
    min-height: 21px; /* don't let a blank item size too small */
    white-space: nowrap;
}

    .dropdown-content .dropdownitem.dropdownitem-selected[b-xmkbr28f4s] {
        background-color: cornflowerblue;
        color: white;
    }

.dropdown-content .dropdownitemdisabled.dropdownitem-selected[b-xmkbr28f4s] {
    background-color: darkgray;
    color: white;
}

/* Change color of dropdown links on hover */
.dropdown-content .dropdownitem:hover[b-xmkbr28f4s] {
    background-color: darkgray;
}

.dropdownitemdisabled[b-xmkbr28f4s] {
    color: silver;
    display: block;
    padding: 5px 10px;
    cursor: default;
    min-height: 21px; /* dont let a blank item size too small */
    white-space: nowrap;
}
/* /Components/Controls/Toast/Toast.razor.rz.scp.css */
.blazored-toast[b-b41lk5whle] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-b41lk5whle 1.5s;
    margin-bottom: 1rem;
    /*padding: 1rem 1.25rem;*/
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 5px;
    color: #fff;
    width: 100vw;
    box-shadow: rgba(0,0,0,0.25) 0px 10px 40px;
}

.blazored-toast-info[b-b41lk5whle] {
    background-color: #34a9ad;
}

.blazored-toast-success[b-b41lk5whle] {
    background-color: #5fba7d;
}

.blazored-toast-warning[b-b41lk5whle] {
    background-color: #c1c13e;
}

.blazored-toast-error[b-b41lk5whle] {
    background-color: #ba5e5e;
}

.blazored-toast-icon[b-b41lk5whle] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem 0 0;
    font-size: 2.5rem;
}

.blazored-toast-body[b-b41lk5whle] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .blazored-toast-body .blazored-toast-header[b-b41lk5whle] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .blazored-toast-body .blazored-toast-header h5[b-b41lk5whle] {
            font-weight: bold;
            /*text-transform: uppercase;*/
            font-size: 1rem;
            margin-bottom: 0;
            line-height: 32px;
        }

        .blazored-toast-body .blazored-toast-header .blazored-toast-close[b-b41lk5whle] {
            background-color: transparent;
            border: 0;
            -webkit-appearance: none;
            color: inherit;
            font-size: 1.25rem;
        }

    .blazored-toast-body p[b-b41lk5whle] {
        margin-bottom: 0;
        font-size: 0.8rem;
    }

.blazored-toast-message[b-b41lk5whle] {
    margin-right: 50px;
}


@keyframes fadein-b-b41lk5whle {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 576px) {
       
    .blazored-toast[b-b41lk5whle] {
        width: 30rem;
        border-radius: .25rem;
    }
}
/* /Components/Controls/Toast/Toasts.razor.rz.scp.css */
.blazored-toast-container[b-7mdq9oca4i] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1;
}

.position-topleft[b-7mdq9oca4i],
.position-topright[b-7mdq9oca4i],
.position-topcenter[b-7mdq9oca4i] {
    top: 0;
}

.position-bottomleft[b-7mdq9oca4i],
.position-bottomright[b-7mdq9oca4i],
.position-bottomcenter[b-7mdq9oca4i] {
    bottom: 0;
}


@media (min-width: 576px) {

    .position-topleft[b-7mdq9oca4i] {
        top: 2rem;
        left: 2rem;
    }

    .position-topright[b-7mdq9oca4i] {
        top: 0rem;
        right: 1rem;
    }

    .position-topcenter[b-7mdq9oca4i] {
        top: 2rem;
        left: 50%;
        margin-left: -15rem;
    }

    .position-bottomleft[b-7mdq9oca4i] {
        bottom: 2rem;
        left: 2rem;
    }

    .position-bottomright[b-7mdq9oca4i] {
        bottom: 2rem;
        right: 2rem;
    }

    .position-bottomcenter[b-7mdq9oca4i] {
        bottom: 2rem;
        left: 50%;
        margin-left: -15rem;
    }
}

/* /Components/Controls/Toolbar/Toolbar.razor.rz.scp.css */
.toolbar[b-2htklf2wox] {
    border: 1px solid #e5e6e7;
    border-radius: 5px;
    padding: 3px;
    display: flex;
}

/*.Disabled img {
    filter: grayscale(100%);
    pointer-events: none;
    opacity: 0.5;
}

.Disabled label {
    color: gray;
    pointer-events: none;
}

.toolbar {
    border: 1px solid #e5e6e7;
    border-radius: 5px;
    padding: 3px;
    display: flex;
}

.toolbarbutton {
    display: flex;
    border-radius: 3px;
    padding: 4px;
    min-height: 32px;
    min-width: 32px;
}

.btn-default {
    background-color: white;
    border: 1px solid white;
}

.toolbarbutton.btn-default:hover:not(.Disabled) {
    background-color: #BEE7F1;
    border: 1px solid darkgray;*/
    /*padding: 4px;*/
/*}

.spacingIcon {
    margin-right:1px;
}

.spacingText {
    margin-right: 4px;
}*/
/* /Components/Controls/Toolbar/ToolbarButton.razor.rz.scp.css */
.Disabled img[b-ho34y1sq7p] {
    filter: grayscale(100%);
    pointer-events: none;
    opacity: 0.5;
}

.Disabled label[b-ho34y1sq7p] {
    color: gray;
    pointer-events: none;
}

.toolbarbutton[b-ho34y1sq7p] {
    display: flex;
    border-radius: 3px;
    padding: 4px;
    min-height: 32px;
    min-width: 32px;
    justify-content: center;
    align-items: center;
}

    .toolbarbutton>i[b-ho34y1sq7p] {
        margin-left: 5px;
        margin-right: 5px;
    }

.btn-default[b-ho34y1sq7p] {
    background-color: white;
    border: 1px solid white;
}

.toolbarbutton.btn-default:hover:not(.Disabled)[b-ho34y1sq7p] {
    background-color: #BEE7F1;
    border: 1px solid darkgray;
    /*padding: 4px;*/
}

.spacingIcon[b-ho34y1sq7p] {
    margin-right: 1px;
}

.spacingText[b-ho34y1sq7p] {
    margin-right: 6px;
    min-height: 35px;
    padding: 4px 9px;
}

.spacingIconAndText[b-ho34y1sq7p] {
    margin-right: 6px;
    min-height: 35px;
    padding: 4px 5px;
}

.btn-warning[b-ho34y1sq7p] {
    color: #fff;
    background-color: #f8ac59;
}

.btn-primary.Disabled[b-ho34y1sq7p] {
    color: #fff;
    background-color: #18a689;
    border-color: #18a689;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-primary.Disabled label[b-ho34y1sq7p] {
        color: #d9d9d9;
    }
    
.btn-secondary.Disabled[b-ho34y1sq7p] {
    background-color: #6c757d; 
    border-color: #6c757d; 
    color: #fff; 
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}


    .btn-secondary.Disabled label[b-ho34y1sq7p] {
        color: #bfbfbf;
    }

.btn-gray.Disabled[b-ho34y1sq7p] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff; 
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-gray.Disabled label[b-ho34y1sq7p] {
        color: #bfbfbf; 
    }

.btn-danger.Disabled[b-ho34y1sq7p] {
    background-color: #dc3545; 
    border-color: #dc3545; 
    color: #fff; 
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-danger.Disabled label[b-ho34y1sq7p] {
        color: #bfbfbf; 
    }

.btn-info.Disabled[b-ho34y1sq7p] {
    color: #fff;
    background-color: #21b9bb;
    border-color: #21b9bb;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-info.Disabled label[b-ho34y1sq7p] {
        color: #e6e6e6;
    }

.btn-success.Disabled[b-ho34y1sq7p] {
    color: #fff;
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-success.Disabled label[b-ho34y1sq7p] {
        color: #bfbfbf;
    }

.btn-warning.Disabled[b-ho34y1sq7p] {
    background-color: #fbce9d;
    border-color: #fac185;
    color: #fff;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-warning.Disabled label[b-ho34y1sq7p] {
        color: #fff;
    }

.btn-white.Disabled[b-ho34y1sq7p] {
    color: #cacaca;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-white.Disabled label[b-ho34y1sq7p] {
        color: #b3b3b3;
    }
/* /Components/Controls/Treeview/Treeview.razor.rz.scp.css */
.Treeview-content[b-pn2ar4umcq] {
    border: 1px solid #dee2e6;
    background-color: white;
    border-radius: 6px;
    overflow: auto;
    outline: none; /*remove the focus rectangle so we can implement our own for each page button*/
}

.Treeview-content.focused[b-pn2ar4umcq] {
    border: solid 1px #1ab394; /*bootstrap green*/
}
/* /Components/Controls/Treeview/TreeviewSub.razor.rz.scp.css */
.Treeview .TreeNode:hover[b-ui9b6a1zv5] {
    background-color: lightgray;
}

ul.Treeview[b-ui9b6a1zv5] {
    list-style: none;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
}

.Treeview .TreeNode.focused[b-ui9b6a1zv5] {
    background-color: gainsboro;
    color: black;
}


/*show the select node in blue backcolor*/
.Treeview-content.focused .TreeNode.active[b-ui9b6a1zv5] {
    background-color: cornflowerblue;
    color: white;
}

/* Show the focused node with a dotted outline*/
.Treeview-content.focused .TreeNode.focused[b-ui9b6a1zv5] {
    border: 1px dotted black;
}
/* /Components/Controls/TriChoice.razor.rz.scp.css */
/*--------------------------------------------------*/
/*trichoice*/
/*--------------------------------------------------*/
.btn-group .trichoice[b-mxabo7hqp5] {
    max-height: 41px
}

.trichoice-disabled[b-mxabo7hqp5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.trichoice:focus[b-mxabo7hqp5] {
    outline: none; /* remove the focus rectangle so we can implement our own for each tab top  */
}

    .trichoice:focus .chk-primary.active[b-mxabo7hqp5] { /* focus just the active tri-choice option */
        /*border: 1px dotted black;*/
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }



/*--------------------------------------------------*/
/*Shared between bichoice and trichoice */
/*--------------------------------------------------*/
.chk-primary.chk-outline:hover[b-mxabo7hqp5],
.chk-success.chk-outline:hover[b-mxabo7hqp5],
.chk-info.chk-outline:hover[b-mxabo7hqp5],
.chk-warning.chk-outline:hover[b-mxabo7hqp5],
.chk-danger.chk-outline:hover[b-mxabo7hqp5] {
    color: #fff;
}

.chk-primary[b-mxabo7hqp5] {
    background-color: #E6E6E6; /*#1ab394;*/
    border-color: #1ab394;
    color: #4C4C4C; /*#FFFFFF;*/
    min-width: 65px;
}

    .chk-primary:hover[b-mxabo7hqp5] {
        background-color: #1ab394; /*#20DCB6;*/
        border-color: #18a689;
        color: #FFFFFF;
    }

    .chk-primary:focus[b-mxabo7hqp5],
    .chk-primary:active[b-mxabo7hqp5],
    .chk-primary.active[b-mxabo7hqp5],
    .open .dropdown-toggle.chk-primary[b-mxabo7hqp5],
    .chk-primary:active:focus[b-mxabo7hqp5],
    .chk-primary:active:hover[b-mxabo7hqp5],
    .chk-primary.active:hover[b-mxabo7hqp5],
    .chk-primary.active:focus[b-mxabo7hqp5] {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFFFFF;
    }


.validation-error[b-mxabo7hqp5] {
    border: 1.5px solid red !important;
    border-radius: 5px;
    padding: .5px;
}
/* /Components/Layout/LoadingLabel.razor.rz.scp.css */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Nice css only loading spinner animation */
.spinner-div[b-haoonntsqe] {
    position: absolute;
    top: 40%;
    left: 55%;
    width: 120px;
    height: 80px;
}

.spinner-animation[b-haoonntsqe] {
    border: 10px solid silver;
    border-top: 10px solid #337AB7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-haoonntsqe 700ms linear infinite;
    /*top: 40%;
    left: 55%;*/
    position: absolute;
    left: 38px;
    top: 10px;
}

.spinner-label[b-haoonntsqe] {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.spinner[b-haoonntsqe] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-haoonntsqe 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-haoonntsqe {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* /Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-rh7nxml59l] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #f3f3f4;
}

.mainContent[b-rh7nxml59l] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: hidden;
}

.sidebar[b-rh7nxml59l] {
    min-width: 220px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #2f4050;
    border-color: #2f4050;
    color: #ffffff;
}

.pageContent[b-rh7nxml59l] {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.titlebar[b-rh7nxml59l] {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    padding-left: 15px;
    min-height: 56px;
    border-bottom: 1px solid #d6d5d5;
}

.pageBody[b-rh7nxml59l] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.footer[b-rh7nxml59l] {
    background-color:white;
    flex: 0 0 20px;
    padding: 10px 20px;
    border-top: 1px solid #e7eaec;
}

/* /Components/Layout/MainLayout_NoIdentity.razor.rz.scp.css */

.page[b-x9323x7tgg] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #f3f3f4;
}

.mainContent[b-x9323x7tgg] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: hidden;
}

.sidebar[b-x9323x7tgg] {
    min-width: 220px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #2f4050;
    border-color: #2f4050;
    color: #ffffff;
}

.pageContent[b-x9323x7tgg] {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.titlebar[b-x9323x7tgg] {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    padding-left: 15px;
    min-height: 56px;
    border-bottom: 1px solid #d6d5d5;
}

.pageBody[b-x9323x7tgg] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.footer[b-x9323x7tgg] {
    background-color: white;
    flex: 0 0 20px;
    padding: 10px 20px;
    border-top: 1px solid #e7eaec;
}
/* /Components/Layout/MainLayout_NoNavMenu.razor.rz.scp.css */

.page[b-lscpa9n7ot] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #f3f3f4;
}

.mainContent[b-lscpa9n7ot] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: hidden;
}

.sidebar[b-lscpa9n7ot] {
    min-width: 220px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #2f4050;
    border-color: #2f4050;
    color: #ffffff;
}

.pageContent[b-lscpa9n7ot] {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.titlebar[b-lscpa9n7ot] {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    padding-left: 15px;
    min-height: 56px;
    border-bottom: 1px solid #d6d5d5;
}

.pageBody[b-lscpa9n7ot] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.footer[b-lscpa9n7ot] {
    background-color: white;
    flex: 0 0 20px;
    padding: 10px 20px;
    border-top: 1px solid #e7eaec;
}
/* /Components/Layout/MainLayout_NoScroll.razor.rz.scp.css */

.page[b-tdfhgzmxf8] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #f3f3f4;
}

.mainContent[b-tdfhgzmxf8] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: hidden;
}

.sidebar[b-tdfhgzmxf8] {
    min-width: 220px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #2f4050;
    border-color: #2f4050;
    color: #ffffff;
}

.pageContent[b-tdfhgzmxf8] {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.titlebar[b-tdfhgzmxf8] {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    padding-left: 15px;
    min-height: 56px;
    border-bottom: 1px solid #d6d5d5;
}
.pageBody[b-tdfhgzmxf8] {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.footer[b-tdfhgzmxf8] {
    background-color: white;
    flex: 0 0 20px;
    padding: 10px 20px;
    border-top: 1px solid #e7eaec;
}

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f3f3f4;
}

main {
    flex: 1;
}


.sidebar {
    background-color: #2f4050;
    border-color: #2f4050;
    color: #ffffff;
}

.top-row {
    background-color: var(--hm-mainTitlebackgroundColor);
    border-bottom: 1px solid #d6d5d5;
    height: 4.0rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    position: absolute;
}

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 0.7rem !important;
        padding-right: 0.5rem !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.sidebar[b-dcfozfkv6q] {
    width: 220px;
    min-width: 220px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sidebar[b-dcfozfkv6q] {
    background-color: #2f4050;
    border-color: #2f4050;
    color: #ffffff;
}

    .sidebar .collapse[b-dcfozfkv6q] {
        display: block;
    }


.nav-header[b-dcfozfkv6q] {
    /*background-image: url("Images/header-profile.png");*/
    /* background-image: none; */
    background-color: #2f4050;
}

.nav-header[b-dcfozfkv6q] {
    padding: 33px 25px;
    background-color: #2f4050;
    background-image: url("Images/header-profile.png");
}

.navbar-default[b-dcfozfkv6q] {
    background-color: transparent;
    border-color: #2f4050;
}

.nav > li.active[b-dcfozfkv6q] {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

.nav > li.active[b-dcfozfkv6q] {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

.nav > li > a[b-dcfozfkv6q] {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
}

.nav > li.active > a[b-dcfozfkv6q] {
    color: #ffffff;
}

.nav > li > a:hover[b-dcfozfkv6q],
.nav > li > a:focus[b-dcfozfkv6q] {
    background-color: #293846;
    color: white;
}

.nav > li > a i[b-dcfozfkv6q] {
    margin-right: 6px;
}

.nav li a i[b-dcfozfkv6q] {
    font-size: medium;
}

.nav-second-level li a[b-dcfozfkv6q] {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}

ul.nav-second-level[b-dcfozfkv6q] {
    background: #293846;
}

.hoverimage:hover a img[b-dcfozfkv6q] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.hoverimage a img[b-dcfozfkv6q] {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    margin-right: 6px;
}

.logo-element[b-dcfozfkv6q] {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}

.img-circle[b-dcfozfkv6q] {
    border-radius: 50%;
}

.clear[b-dcfozfkv6q] {
    display: block;
    overflow: hidden;
}

body.mini-navbar.fixed-sidebar .profile-element[b-dcfozfkv6q], .block[b-dcfozfkv6q] {
    display: block !important;
}
/* /Components/Layout/NavMenuPublic.razor.rz.scp.css */

.sidebar[b-nlqaghsdm5] {
    width: 220px;
    min-width: 220px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sidebar[b-nlqaghsdm5] {
    background-color: #2f4050;
    border-color: #2f4050;
    color: #ffffff;
}

    .sidebar .collapse[b-nlqaghsdm5] {
        display: block;
    }

.nav-header[b-nlqaghsdm5] {
    /*background-image: url("Images/header-profile.png");*/
    /* background-image: none; */
    background-color: #2f4050;
}

.nav-header[b-nlqaghsdm5] {
    padding: 33px 25px;
    background-color: #2f4050;
    background-image: url("Images/header-profile.png");
}

.navbar-default[b-nlqaghsdm5] {
    background-color: transparent;
    border-color: #2f4050;
}

.nav > li.active[b-nlqaghsdm5] {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

.nav > li.active[b-nlqaghsdm5] {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

.nav > li > a[b-nlqaghsdm5] {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
}

.nav > li.active > a[b-nlqaghsdm5] {
    color: #ffffff;
}

.nav > li > a:hover[b-nlqaghsdm5],
.nav > li > a:focus[b-nlqaghsdm5] {
    background-color: #293846;
    color: white;
}

.nav > li > a i[b-nlqaghsdm5] {
    margin-right: 6px;
}

.nav li a i[b-nlqaghsdm5] {
    font-size: medium;
}

.nav-second-level li a[b-nlqaghsdm5] {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}

ul.nav-second-level[b-nlqaghsdm5] {
    background: #293846;
}

.hoverimage:hover a img[b-nlqaghsdm5] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.hoverimage a img[b-nlqaghsdm5] {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    margin-right: 6px;
}

.logo-element[b-nlqaghsdm5] {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}

.img-circle[b-nlqaghsdm5] {
    border-radius: 50%;
}

.clear[b-nlqaghsdm5] {
    display: block;
    overflow: hidden;
}

body.mini-navbar.fixed-sidebar .profile-element[b-nlqaghsdm5], .block[b-nlqaghsdm5] {
    display: block !important;
}
/* /Components/Layout/Titlebar.razor.rz.scp.css */

.heading[b-b356hz7eom] {
    margin-top: .7rem;
}

.title[b-b356hz7eom] {
    font-size: 16px;
    font-weight: 600;
}
/* /Components/Pages/Alerts/Alerts.razor.rz.scp.css */
label.clsTitleItem[b-lrdq93qskf] {
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0f4568;
    display: block;
    margin-bottom: 0px;
}
/* /Components/Pages/Approvals/Approval.razor.rz.scp.css */
.labelHeading130[b-kzjaydlklr] {
    width: 130px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.labelHeading140[b-kzjaydlklr] {
    width: 140px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.labelHeading60[b-kzjaydlklr] {
    width: 60px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.labelValue[b-kzjaydlklr] {
    font-weight: normal;
    padding-bottom: 5px;
}

.list-group-item[b-kzjaydlklr] {
    background-color: white;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    color: #555;
}

.autoAdjustMargin[b-kzjaydlklr] {
    margin-left: auto;
}

/* when screen is 1400px wide or more change margin-left: auto to margin-left: 300px, so status does not go too far to the right */
@media only screen and (min-width: 1400px) {
    .autoAdjustMargin.autoAdjustMinSize[b-kzjaydlklr] {
        margin-left: 290px;
    }
}
/* /Components/Pages/Attachments/AddAttachments.razor.rz.scp.css */

.pasteImagePanel[b-i2cxwvcuf2] {
    cursor: default;
    caret-color: transparent;
    padding-top: 12px;
    padding-left: 37px;
    border-left: 1px solid #c2c6cb;
    background-image: url('/Images/Others/Paste.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

    .pasteImagePanel:focus-visible[b-i2cxwvcuf2] { /* stop black outline when control gets keyboard focus*/
        outline: none;
        box-shadow: inset 0px 0px 0px 1px #1ab394; /*bootstrap green*/
        border-radius: 3px;
    }
/* /Components/Pages/Attachments/EmailAttachmentPreview.razor.rz.scp.css */
.EmailTitle[b-it7o0mhx68] {
    margin-right:5px;
    margin-bottom:2px;
    font-weight:600; 
}

.TitleText[b-it7o0mhx68] {
    margin-right: 2px;
    margin-bottom: 2px;
}

.SubjectTitle[b-it7o0mhx68] {
    margin-right: 5px;
    margin-bottom: 2px;
    font-size: medium;
}

.SubjectText[b-it7o0mhx68] {
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: medium;
}

.AttachItem[b-it7o0mhx68] {
    display: flex;
    padding: 4px 5px 2px 5px;
}

    .AttachItem:hover[b-it7o0mhx68] {
        background-color: #CDECFE;
    }

    .AttachItem.Selected[b-it7o0mhx68] {
        background-color: cornflowerblue;
        color:white;
    }
/* /Components/Pages/Catalogs/Catalogs.razor.rz.scp.css */
.card-deck[b-bo58v106h5] {
    flex-flow: row wrap;
    display: flex;
}

.card[b-bo58v106h5] {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px !important;
    flex: 1 0 0%;
    color: #555;
    min-width: 25rem;
}
/* /Components/Pages/ControlSets/ControlSets.razor.rz.scp.css */
.subcontrolpanel[b-rhf83b0any] {
    border-left: 3px solid;
    border-color: #baece1;
    padding-left: 15px;
}

.form-group[b-rhf83b0any] {
    align-items: center;
}

/* /Components/Pages/Explorer/Explorer.razor.rz.scp.css */
/* Get the toolbar to show before the info when in a single line, but if to small and wraps then put it below the job info */
.reorderOnWrap[b-wqe2md3dfo] {
    flex-direction: row;
}

.ActionToolbar[b-wqe2md3dfo] {
    margin-right: 10px;
} 

@media (max-width: 1695px) {
    .reorderOnWrap[b-wqe2md3dfo] {
        flex-direction: column-reverse;
    }

    .ActionToolbar[b-wqe2md3dfo] {
        margin-right: 0px; /*line up above available actions (if any)*/
        margin-top: 8px;
    }
}
/* /Components/Pages/Home/CompLatestNews.razor.rz.scp.css */
.feed-element[b-vxl4tfbzrk], .media-body[b-vxl4tfbzrk] {
    overflow: hidden;
}

    .feed-element:first-child[b-vxl4tfbzrk] {
        margin-top: 0;
    }

    .feed-element[b-vxl4tfbzrk], .feed-element .media[b-vxl4tfbzrk] {
        margin-top: 15px;
    }

.feed-activity-list .feed-element[b-vxl4tfbzrk] {
    border-bottom: 1px solid #e7eaec;
}

.feed-activity-list .feed-element[b-vxl4tfbzrk] {
    border-bottom: 1px solid #e7eaec;
}

.feed-element[b-vxl4tfbzrk] {
    padding-bottom: 15px;
}

.text-muted[b-vxl4tfbzrk] {
    color: #888888 !important;
}
/* /Components/Pages/JobFinder/JobFinderResults.razor.rz.scp.css */
/* Get the toolbar to show before the info when in a single line, but if to small and wraps then put it below the job info */
.reorderOnWrap[b-jrvbsqc28p] {
    flex-direction: row;
}

.ActionToolbar[b-jrvbsqc28p] {
    margin-right: 10px;
}

@media (max-width: 1695px) {
    .reorderOnWrap[b-jrvbsqc28p] {
        flex-direction: column-reverse;
    }

    .ActionToolbar[b-jrvbsqc28p] {
        margin-right: 0px; /*line up above available actions (if any)*/
        margin-top: 8px;
    }
}
/* /Components/Pages/Jobs/ActionLogs.razor.rz.scp.css */
.actionlogtemplate[b-ixw5o4i4ze] {
    background-color: whitesmoke;
    width: 100%;
}

p.short[b-ixw5o4i4ze] {
    margin-bottom: 0px;
}

/*.actionLogs .actionlogitem:not(:last-child) {
    border-bottom: 1px #e7eaec;
}*/

.actionLogs .actionlogitem:nth-last-child(n+4)[b-ixw5o4i4ze] {
    border-bottom: 1px solid #e7eaec;
}
/* /Components/Pages/Jobs/Staff/ViewJob_Staff.razor.rz.scp.css */
/* Get the toolbar to show before the info when in a single line, but if to small and wraps then put it below the job info */
.reorderOnWrap[b-r9bkrpi918] {
    flex-direction: row;
}

.ActionToolbar[b-r9bkrpi918] {
    margin-right: 20px;
} 

@media (max-width: 1400px) {
    .reorderOnWrap[b-r9bkrpi918] {
        flex-direction: column-reverse;
    }

    .ActionToolbar[b-r9bkrpi918] {
        margin-right: 0px; /*line up above available actions (if any)*/
        margin-top: 8px;
    } 
}
/* /Components/Pages/LatestNews/NewsItem.razor.rz.scp.css */
.ibox-content[b-x95ilf5shv] {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.article-title[b-x95ilf5shv] {
    text-align: center;
    margin: 40px 0 100px 0;
}

.article .ibox-content[b-x95ilf5shv] {
    padding: 40px;
}

.article h1[b-x95ilf5shv] {
    font-size: 48px;
    font-weight: 700;
    color: #2f4050;
}

.article p[b-x95ilf5shv] {
    font-size: 15px;
    line-height: 26px;
}
/* /Components/Pages/LatestNews/NewsItems.razor.rz.scp.css */
.card-columns[b-e88u9fmnx8] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

    .card-columns .card[b-e88u9fmnx8] {
        display: inline-block;
        width: 100%;
    }

.hm_catalog_card[b-e88u9fmnx8] {
    margin-bottom: 15px !important;
    color: #555;
    min-width: 20rem;
}

.ibox-content[b-e88u9fmnx8] {
    clear: both;
}

.ibox-content[b-e88u9fmnx8] {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.btn-link[b-e88u9fmnx8] {
    color: inherit;
}

    .btn-link:hover[b-e88u9fmnx8], .btn-link:focus[b-e88u9fmnx8], .btn-link:active[b-e88u9fmnx8], .btn-link.active[b-e88u9fmnx8], .open .dropdown-toggle.btn-link[b-e88u9fmnx8] {
        color: #1ab394;
        text-decoration: none;
    }

