﻿* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}
.xr-focusgroup {
    background-color: black;
    color: white;
}
.xr-focusgroup:focus-within {
    background-color: darkblue;
    color:white;
}

.xr-div-focus:focus-within {
    color: white;
    background-color: black;
}
 
.xr-white-focus > tbody tr > td {
    color: white;
    background-color: black;
    padding: 4px;
    margin: 4px;
}

.xr-white-focus > tbody tr:focus-within > td {
    color: black;
    background-color: white;
}

.xr-white-focus > tbody td > .item {
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}
.xr-white-focus > tbody td > .item:focus {
    background-color: white;
    color: black;
    white-space: nowrap;
}


.xr-black-focus > tbody tr > td {
    height:20px !important;
}
    .xr-black-focus > tbody tr > td > .form-control {
        height: 27px !important; 

    }
    .xr-black-focus > tbody tr > td > .form-control:read-only {
        height: 27px !important;
        padding-top:4px
    }
.xr-black-focus > tbody tr:focus-within > td {
    background-color: black;
    color: white;
    vertical-align:middle;
}

.xr-black-focus > tbody td > .item {
    background-color: black;
    color: white;
    border: none;
    outline: none;
}

.xr-black-focus > tbody td > .item:focus {
    background-color: black;
    color: white;
    white-space: nowrap;
}


.xr-focus-fix {
    display: none;
}
.xr-data-nav-btn-block {
    position:relative;
}
.xr-data-nav-btn {
    position:absolute;
    top:0px;
    display: inline-block;
    color: greenyellow;
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 20px;
    z-index:999;
}
.xr-input-shadow {
    border:solid 1px dimgray;
    color:white;
}
 
button[name=addline] {
    color: white;
}
button[name=delline] {
    color: white;
}
/*button[name=delline]:hover {
    color: red;
}*/
/*------------------------------------------------------------------------------*/
/*input[type="date"] {
    overflow:visible;
}
input[type="date"]::before {
    content: attr(placeholder);
    position: absolute;
    color: #999999;
}
input[type="date"]:disabled:not([value=""]) {
    color: red;
}*/
/*input[type="date"]:not([value="yyyy-mm-dd"]) {
    color: silver;
}*/
/*input[type="date"]:disabled:not([value=""]) {
    color: black;
}*/
/*input[type="date"]:focus,
input[type="date"]:valid {
    color: black;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: "";
}*/
/*input[type="date"][value="yyyy-mm-dd"]:disabled {
    color: white;
}
input[type="date"]::placeholder {
    color: red;
}*/
/*input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: "";
}*/
.xr-block-message {
    margin-top: 20px;
    margin-bottom: 20px;
}

.xr-block-message > div {

}
    /*------------------------------------------------------------------------------*/
    .xr-sidenav-body {
        min-width: 200px;
        width: 200px;
        vertical-align: top;
        margin-top: 5px;
        padding-top: 5px;
        overflow-x: hidden;
        z-index: 1;
        width: 200px;
        height: 700px;
        font-size: 16px;
    }
.xr-sidenav {
    padding: 6px 6px 6px 12px;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    border: solid 1px none;
    padding-top: 12px;
}

    .xr-sidenav a {
        padding: 6px 6px 6px 12px;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        color: #282828;
        border: solid 1px none;
    }

/*    .xr-sidenav a:hover {
        color: white;
        background: black;
    }*/

.xr-sidenav-selected {
    color: white;
    background-color: darkblue;
    border: solid 1px none;
}
.xr-sidenav-group-selected {
    color: navy;
}

    .xr-subsidenav {
        width: 300px;
        z-index: 1;
        overflow-x: hidden;
        padding: 3px;
        margin-left: 40px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color:#3d3d3d;
        border:solid 1px darkgray;
    }

    .xr-subsidenav a {
        padding: 6px 6px 6px 6px;
        text-decoration: none; 
        display: block;
        color:black;
    }


/*        .xr-subsidenav:hover {
            color: blue;
        }*/



@media screen and (max-height: 450px) {
    .xr-sidenav {
        padding-top: 15px;
    }

    .xr-sidenav a {
        font-size: 18px;
    }
}

.xr-menu-btn {
    min-height: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin: 5px;
    border-radius: 10px;
    position: relative; 
    width: 100%;
    border: solid 2px silver;
    color: #e8d649;
    max-width: 300px; 
    text-align:left;

    padding-left:10px;
    font-size:1.2em;
} 
    .xr-menu-btn .text {
        margin-left: 0px;
        font-weight: bold;
        position: absolute;
        top: 30%; 
        font-size: 1.1em;
        text-align: center;
        width: 100%; 
    }

    .xr-menu-btn:focus {
        border: solid 2px white;
        background-color: white;
        color: black;
    }

    .xr-menu-btn:hover {
        border: solid 2px silver;
        color: #e8d649;
    }
     /*
    .xr-menu-btn:active {
        background-color: silver;
        color: white;
    }*/

    .xr-menu-btn:disabled {
        background-color: silver;
        color: dimgray;
        border: solid 2px dimgrey;
    }

.xr-menu-btn-container {
    background-color: dimgray;
    padding: 20px;
    position: absolute;
    margin: 0px;
    border: solid 2px silver;
    display:none;
    z-index:999;
}
.xr-menu-btn-sub {
    min-width: 300px; 
    background-color: #4b4b4b;
}
.xr-function {
    font-size: 0.9em;
    min-width: 200px;
    width: 200px;
    vertical-align: top;
    border-radius: 5px 5px;
    background-color: #4b4b4b;
    /*border: solid 5px darkcyan;*/
}
/*.xr-function-inner {  
    border-radius:5px 5px;
    background-color: #4b4b4b;
    height:calc(100% - 75px); 
    border: solid 5px darkcyan;
}*/
.sticky_function { 
    background-color:transparent;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
}

.xr-function-btn {
    
    width: 100%;
    text-align: left;
    margin: 0px;
    color:white;
}

    .xr-function-btn:hover {
/*        background: black;*/
        color: lawngreen;
    }
    .xr-function-btn:active {
        background: black;
        color: lawngreen;
    }
    .xr-function-btn:focus {
        background: black;
        color: lawngreen;
    }


.xr-function-btn:disabled {
    color: silver;
}

.xr-main-card {
    margin: 0px;

}

.xr-main-title {
    color: white;
    margin: 5px;
    text-decoration: none;
}

.xr-main-header {
    background-color: darkcyan;
    font-weight:bold;
    color: white;
}

.xr-main-body {
    min-width: 800px;
    min-height: 500px;
    background-color: black;
    color: black;
    border-top: none;

}

.xr-main-footer {
    background-color: darkmagenta;
    color: white;
}

.xr-table {
    color: white;
    font-size:0.8em;
}

.xr-table > tr > td {
    padding:0px;
}
.xr-table-inline-search {
    color:lightcyan;
}
.xr-table-inline-search > tbody > tr {
    height: 16px;
    font-size: 1.0em;
}

.xr-table-lookup {
    color: lightcyan;
}

.xr-table-lookup > tbody > tr {
height: 16px;
font-size: 1.2em;
}

.xr-table > tfoot {
    background-color:white;
}

.xr-thead {
    color: silver;
}
.xr-thead > th {
    font-weight:normal;
    padding:0px;
}

table.dataTable > thead > tr > th {
    padding: 0px;
}
.xr-tbody {
    background-color: #575656;
    width: 100%;
}
 
.xr-tbody:focus-within {
    background-color: black;
}
.xr-tbody > tr:focus-within {
    background-color: black;
}
.xr-tbody > tr > td {
    padding:0px;
    margin:0px;
}
.tbody tr:focus-within > td {
    color: aquamarine;
    background-color: navy !important;
}

.xr-tfoot {
    color:navy;
    font-size:14px;
    font-weight:normal;
}
.xr-btn-selected > .icon {
    color: lime !important;
}
.xr-btn-selected:hover > .icon {
    color: lime !important;
}

.xr-btn-important {
    color:yellow; 
}
/*.xr-btn-important:hover {
    color: yellow;
}*/
.xr-block {
    margin: 5px;
    transition-property: visibility, opacity, height;
    transition-duration: 0s, 1s;
}

.xr-block.hidden {
    margin-top:0px;
    overflow-y:hidden;
    opacity: 0;
    visibility: hidden;
    height:0px;
    transition-property: opacity, visibility, height;
    transition-duration: 1s, 0s;
    transition-delay: 0s, 1s;
}

.xr-open {
    color: blue; 
    background-color:transparent;
    border:none;
    margin-right:5px;

}
/*    .xr-open:hover {
        color: blue;
    }*/
.xr-open:focus {
    color: blue;
}

.xr-subgroupheader {
    letter-spacing: 3px;
    font-size: 18px;
    font-stretch: expanded;
    background-color: transparent;
    color: yellow;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    width:calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    text-shadow: 1px 1px 2px darkgray;
    border-bottom: solid 3px yellow;
}

.xr-number {
    text-align: right !important;
    padding-right: 4px !important;
}
.xr-pound {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 30px;
    max-width: 30px;
    color:red;
}

.xr-view {
    border:solid 1px white;
    padding:5px;
    background-color:darkgrey;
}

.xr-btn-select {
    width: 100%;
    margin: 2px;
    height: 35px;
    color: yellow;
    font-size:1.1em;
}
.xr-btn-select:disabled {
    width: 100%;
    margin: 2px;
    height: 35px;
    color:dimgray;
}

.xr-btn-fa {
    width:22px;
}
.xr-key {
    font-size:12px;
    line-height:25px;
    color:lawngreen;
}
.xr-hotkey { 
    font-weight:bold;
    text-decoration:underline; 
    text-decoration-color:red;
}
    .xr-hotkey:disabled {
        text-decoration:unset;
    }

.xr-neg {
    color: red;
}
.xr-card-header {
    background-color:dimgray;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px; 
}
.xr-card-title {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-bottom: 3px; 
}
/* ------------------------------------------------------------------------------------------------------------------------- */
/*    For CREDIT buttons     */
.xr-credit-0 {
    background-color: darkgreen !important;
}
.xr-credit-1 {
    background-color: red !important;
}
/*.xr-credit + label {
    text-align: center;
    color: silver;
    font-weight: bold;
    background-color: darkgrey;
    cursor: pointer;
}
.xr-credit:checked + label {
    background-color: black;
    color: white;
    border-bottom: solid 5px white;
}
.xr-credit {
    display:none;
}
.xr-cash + label {
    text-align: center;
    color: silver;
    font-weight: bold;
    background-color: darkgrey;
    cursor: pointer;
}
.xr-cash {
    display: none;
}
    .xr-cash:checked + label {
        background-color: red;
        color: white;
        border-bottom: solid 5px white;
    }

.xr-credit-readonly {
    width: 50%;
    display: inline-block;
    background-color: darkgrey;
    text-align: center;
    color: silver !important;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 6px;
    visibility: hidden; 
}
.xr-credit-readonly-1 {
    background-color: red;
    color: white !important;
    visibility: visible;
}
.xr-credit-readonly-0 {
    background-color: green;
    color: white !important;
    visibility: visible;
}*/

.xr-cs-column-credit-0 {
    color: cyan;
    height: 30px;
    line-height:30px;
    padding-left:5px;
}
.xr-cs-column-credit-1 {
    color: limegreen;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}
.xr-column-green {
    color: limegreen;
    border: none;
    background-color: transparent; 
}
    .xr-column-green:focus {
        color: limegreen;
        border: none;
        background-color: transparent;
        outline: none;
    }
    .xr-column-green::selection {
        background: limegreen; 
    }
.xr-column-red {
    color: red;
    border: none;
    background-color: transparent;
}

    .xr-column-red:focus {
        color: red;
        border: none;
        background-color: transparent;
        outline: none;
    }

    .xr-column-red::selection {
        background: red;
    }

.xr-column-cyan {
    color: cyan;
    border: none;
    background-color: transparent;
}

    .xr-column-cyan:focus {
        color: cyan;
        border: none;
        background-color: transparent;
        outline: none;
    }

    .xr-column-cyan::selection {
        background: cyan;
    }

.xr-column-coloured {
    width: 120%;
    height: 27px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px; 
}
.xr-column-nocolour {
    width: 100%;
    height: 27px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
}
.xr-cs-column-notes {
    background-color: darkturquoise;
}



/* ------------------------------------------------------------------------------------------------------------------------- */

.xr-undefined:not(:read-only) {
    border: dotted 1px red;
}

.xr-detail-title {
    background-color:black;
    color:greenyellow;
    font-weight:bold;
    font-size:18px;
    margin:0px;
}
.xr-detail-block {
    margin:5px; 
}

/* ------------------------------------------------------------------------------------------------------------------------- */

.xr-sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    max-height: 27px;
    background-color: red;
    padding: 0px; 
}
    .xr-sticky-header .navbar {
        background-color: gainsboro;
        padding: 0px;
        margin: 0px;
    }
 
.xr-list {
    padding:2px;

}
.xr-list:disabled {
    color:silver;
}
    .xr-list:hover {
        color: white;
    }
/*.xr-input:read-only {
    background-color:white;
}*/
.xr-input-label {
    background-color:transparent;
    border:none;
}

.xr-buttons-separator {
    margin-left: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px silver;
    margin-bottom: 10px;
}

.xr-hidden {
    display:none;
}

.xr-btn-append-outer {
    max-width: 50px;
    margin: 0px;
    padding: 0px;
    border-left: none
}
.xr-btn-append-inner {
    padding: 2px;
    width: 40px
}

.xr-lookup-div {
    position:absolute;
    width:800px; 
    background-color:silver;
    border:solid 1px black;
    z-index:99;
    right:0
}

.xr-delete-line {
    color: silver; 
    padding-top:8px;
    min-width: 22px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
/*.xr-delete-line:hover {
    color: red;
}*/
.xr-delete-line:disabled {
    color: silver;
    background-color: dimgray;
}


/*------------------------------------------------------------------------------------------------------*/
.xr-cell-readonly {
    background-color: black !important;
    width:100%;
}
.xr-cell-inner {
    background-color: black !important;
    width: 100%;
    height: 20px !important;
    line-height: 20px;
    font-size: 0.9em;
    overflow-y: hidden;
    min-height: 30px;
    max-height: 30px;
    vertical-align: middle;
}
.xr-cell-editable {
    background-color: black !important;
}
.xr-cell {
    line-height: 20px;
    vertical-align: middle;
    background-color: black;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    color: white;
    font-size: 1.2em;
    overflow: hidden;
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
.xr-cell-input {
    border-radius:0px;
    background-color: black;
} 

.xr-cell-btn {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    width: 12px;
    border-right: none;
    color: red;
}
/*.xr-cell-btn:hover {
    background-color: red;
    color:white;
}*/

.xr-cell-lookup {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 46px; 
    color: silver;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px white;
}

/*.xr-cell-lookup:hover { 
    color: white; 
}*/
.xr-cell .form-control {
    padding-bottom: 1px;
    padding-top: 1px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.xr-chrome {
    color: mediumvioletred;
} 

.plus {
    margin: auto;
} 

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.xr-readonly {
    color: white;
    font-weight: 500;
    border: none !important;
}
    .xr-readonly:disabled {
        color: white;
        font-weight: 500;
    }

.xr-header-tag {
    background-color: #282828;
    border: solid 1px silver;
    margin-top: -5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

/*    .xr-header-tag:hover {
        background-color: #000000;
    }*/

.xr-summary {
    white-space: nowrap;
} 
/*.xr-summary:hover {
}*/
.xr-summary-text {  
    padding:0px;
    margin:0px;
} 
.xr-summary-active {  
    text-align: right;   
}
.xr-summary-printed {   
    text-align: right;   
}
.xr-sending-row {
    vertical-align:top;
    padding: 5px;
}
    .xr-sending-row:focus-within {
        background-color: white;
        color:black;
    }
    /*    .xr-sending-row:hover {
        background-color: silver;
    }*/
    .xr-sending-status {
        background-color: transparent;
        color: white;
        margin: 5px;
        width: 300px;
    }
.ready {
    color: white;
}
.success {
    background-color: green;
    color: white;
    font-weight: bold;
}
.failed {
    color: white;
    font-weight: bold;
    background-color: red;
} 

.xr-spinner {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    color:white;
    align-content:center center; 
}
.xr-modal-spinner {  
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}
.xr-panel-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}
.xr-lookup-spinner {
    left: 0;
    top: 0;
    width: 100%;
    text-align: right;
    display: none;
    background-color: rgb(10,10,10,0.2);
    z-index: 9999;
    position: absolute;
    height: 100%;
    padding-left: 50%;
    padding-right: 50%;
    padding-top: 100px
}
.xr-spinner-border {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.xr-spinner-timer {
    position: fixed;
    right: 20px;
    bottom: 5px;
    white-space: nowrap;
    font-size:0.8em;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.xr-grid-focus {
    background:transparent;
    color:white;
    width:100%;
    text-align:left;
    border:none;
}
.xr-grid-focus:focus {
    background: transparent;
    color: cyan;
    border:none;
}
/*--------------------------------------------------------*/
.xr-icon-printed {
    color: limegreen;
}
.xr-icon-archived {
    color:yellow;
}
.xr-icon-emailed {
    color:lightpink;
}
.xr-input-color {
    border-radius:0px 0px;
    background-color: #3d3d3d !important;
    color: white !important; 
}

    .xr-input-color:disabled {
        border-radius: 0px 0px;
        background-color: #3d3d3d !important;
        color: silver !important;
    }
.xr-select[data-name=nomacct] {
    font-size: 0.9em;    
}
.xr-select[data-name=unituid] {
    font-size: 0.9em;
}
.xr-select[data-name=vatcode] {
    font-size: 0.9em;
    white-space:normal !important;
}
.xr-select[data-name=price] {
    font-size: 0.9em;
}
.xr-select[data-name=value] {
    font-size: 0.9em;
}
.xr-select { 
    font-size:0.9em;
    margin: 0px;
    background-color:black !important;
    color: black; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/

    text-align: center;
}

.xr-select:disabled {
    background-color: transparent;
    margin: 0px;
    color: white;
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/

    text-align-last: center;
    text-align: center;
}

.xr-select::-ms-expand {
    display: none;
}


.xr-input-combo:focus-within {
    background-color:navy;
} 

.select-wrapper {
    padding-left: 0px;
    overflow: hidden;
}
.xr-invalid-feedback {
    position: absolute;
    right: 10px;
    top: -25px;
    padding: 2px 10px 2px 10px;
    line-height: 24px;
    z-index: 9999;
    background: #f1f1f1;
    width: max-content;
    border-radius:0px;
    border:solid 1px red;
}

.pnl_vat {
    border: solid 2px white;
}
.xr-account-header {
    height: 60px;
    text-align: center;
    color: white;
    vertical-align: middle;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight:bold;
    font-size:3em;
}
.xr-focus-box {
    position:absolute;
    border:none;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
    outline-color: transparent !important;
    width:5px;
    height:5px;
}
.xr-focused {
    border:solid 2px lime !important;
}
.xr-pointer {
    margin: 3px;
    border: none;
    color: black;
    line-height: 10px;
    padding: 0px;
    width: 25px;
}
    .xr-pointer:focus {
        background-color: white;
        color: black;
        outline: 0 !important;
        box-shadow: none !important;
        outline-color: white !important;
    }
/*    .xr-pointer:hover {
        background-color: white;
        color: black;
    }*/
.xr-btn {
    margin: 3px;
    border: solid 1px dimgray;
    color: white;
}
/*.xr-btn:hover {
    background-color: black;
    color: white;
}*/
.xr-btn2 {
    margin: 3px;
    border: solid 1px dimgray;
    color: white;
}

/*.xr-btn2:hover {
    background-color: white;
    color: black;
}*/
.xr-notes {
    color:pink;
}
.xr-checkbox {
    width: 25px;
    height: 14px;
    transform: scale(1.25);
    accent-color: limegreen;
}
    .xr-checkbox:focus {
        background: white;
        outline: none;
    }
.xr-inline-search {
    position: absolute;
    min-height: 400px;
    max-height: 600px;
    min-width: 600px;

    background: black;
    z-index: 888;
    display: none;
    overflow-y: scroll;
    color: white;
    border: solid 3px white;
    border-radius: 5px;
    top: 60px;
    padding-left: 7px;
    padding-right: 7px;
    font-size:1.2em;
}
.xr-lookup-col {
    font-size: 0.7em;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    line-height: 22px;
    text-align: left;
}
.xr-lookup-name { 
    font-size: 0.8em;
    width: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    line-height: 22px;
}
.selected .xr-lookup-usrref {
    color:white;
}

.table-striped > tbody tr:focus-within > td .xr-lookup-usrref {
    color: black; 
}
.xr-lookup-usrref {
    overflow-x: visible;
    font-size: 1em;
    color: limegreen;
    width: auto;
    overflow-x: visible;
    line-height: 22px;
    white-space: nowrap;
}
.xr-lookup-town {
    width: 120px;
}
.xr-lookup-tel { 
    width: 120px; 
}
.xr-lookup-term {
    font-size: 0.6em;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: wrap;
    text-align:left;
    vertical-align:middle;
    padding:5px;
    line-height:12px;
    width:150px;
}
.xr-input-lookup-btn {
    padding:0px;
    font-size:0.6em;
    margin:0px;
}
/*.xr-inline-search tbody tr:hover {
    background: dimgray;
    cursor: pointer;
}*/
.xr-main-menu {
    color: lime;
    font-size: 1.2em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    width: calc(100% - 8px);
    background-color: transparent;
    border: solid 2px transparent;
    border-radius: 0px;
    white-space: nowrap;
    line-height: 25px;
}
.xr-main-menu:focus {
    background-color:black;
    color:white;
}
.xr-main-menu:hover {
    /*background-color: dimgray;*/
    color:lime;
}
.xr-main-menu:disabled {
    color: silver;
}
.xr-main-menu-selected {
    background-color: lime;
    color: black;
}
.xr-main-menu-selected:hover {
    color: black;
}
.xr-menu-details {
}
.xr-menu-header {
    background-color: silver;
    color: navy;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px; 
    text-align:center;
}
.xr-menu-body { 
}

.xr-menu-preview {
}
.xr-menu-help {
    padding-top: 30px;
    display: none;
    color: silver;
    width: 40%;
    text-align: center;
    font-size: 1.1em;
    width: 100%;
    height: 100%;
    padding: 0px;
}
.xr-menu-help-block {
    vertical-align: top;
    padding: 0px !important;
    padding-top: 10px !important;
    width:50%;
}

.xr-menu-help-notes {
    color: darkcyan;
    font-size: 0.9em;
    width: 50%;
    vertical-align: top;
    border-left: solid 5px darkcyan;
    text-align: left;
    padding: 13px !important;
}
.xr-menu-help > table {
    height: 540px;
    width: 100%;
} 
.xr-legend {
    padding: 3px 20px 3px 20px;
}
.xr-legend-block {
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 90px;
    margin:2px;
    margin-right:20px;
}
.xr-archived {
    color: white;
    background-color: darkgreen;
    border-bottom:solid 1px black;
    width:200% !important;
}
.xr-i-overdue {
    color: white;
    background-color: red;
    border-bottom: solid 1px black;
}
.xr-d-complete {
    color: black;
    background-color: yellow;
    border-bottom: solid 1px black;
}
.xr-d-invoiced {
    color:yellow;
    font-weight: normal;
}
.xr-d-printed {
    color: white;
    font-weight: normal;
}
.xr-i-printed {
    color: yellow;
    font-weight: normal;
}
.xr-r-printed {
    color: limegreen;
    font-weight: normal;
}
.xr-layout-body {
    vertical-align: top;
    max-width: 1089px;
    min-width: 1089px;
}
.xr-menu-close {
    cursor: pointer;
    color: black;
    content: "X";
    float: right;
}
/*.xr-menu-close:hover {
    color:red;
}*/
.xr-document-dark-body {
    background-color: transparent; 
    display:block; 
}

.xr-document-readonly {
    background-color: dimgray;
    color:white;
    font-weight:400;
}
.xr-document-readonly:disabled {
    background-color: dimgray;
    color: white;
    font-weight: 400;
}
.xr-document-box-title {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: solid 2px silver; 
    color: white;
    text-transform: uppercase;
    border-radius:10px 10px; 
}
.xr-document-header {
    background-color: transparent ;
}
.xr-document-title {
    color:navy;
    margin:5px;
    font-weight:bold;
    font-size: 1.3em;
    width: calc(100% - 10px);
    background-color: white;
    text-align: center !important;
    text-transform:uppercase;

}
.xr-document-notes-panel .xr-document-title {
    color: navy;
    margin: 2px;
    font-weight: bold;
    font-size: 1.2em;
    color:white;
    background-color:black;
    text-decoration:underline;
}
.xr-document-label {
    color: yellow;
    font-size: 0.75em;
}
.xr-document-body { 
    background-color: #808080ff;
    border:none;
}

.xr-document-notes-panel {
    border:solid 2px white;
    position: relative;
    top: 0px;
    background-color: black; 
    min-height: 80px;
    color: lawngreen;
    font-size:0.8em;
    width: 100%;
    visibility: hidden;
    padding:5px;
}
.xr-document-notes {
    color: white; 
    font-size:1em;
    display:inline-block;
}
.xr-document-items {
    color: white;
    font-size: 1em;
}


.xr-document-searchitems-panel {
    border: solid 3px darkcyan;
    background-color: black;
    min-height: 80px;
    color: white;
    width: 100%; 
    padding: 5px;
}

.xr-document-searchitems-label {
    color: lime;
}
.xr-document-searchitems-info {
    color: white;
    font-weight:bold;
}

.xr-btn-default { 
    border: none;
    background-color:silver; 
    color:black;
    outline:none;
    transition:none;
}

/*.xr-btn-default:hover {  
}*/

.xr-btn-default:focus { 
    background-color: black;
    color: white;
}

.xr-btn-default-selected {
    background-color: transparent;
    color: navy;
}
.xr-btn-default-selected:disabled {
    background-color: transparent;
    color: navy;

    }
.xr-subcard {
border: none;
}
.xr-subcard-body .form-control {
    border: solid dimgray 1px;
}
.xr-subcard-body {

    color:white;
    font-size:1.1em;
    background-color: black;
    position: absolute;
    width: 100%;
    z-index: 80;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    border: solid white 2px;
}
.xr-subcard-header {
    background-color: #3d3d3d;
    color: white;
}
    .xr-subcard-header:hover {
        color: white;
    }
.xr-subcard-title {
    color: white;
    border: none;
    background-color: transparent;
    text-decoration: none; 
    font-size: 0.8em;
}
    .xr-subcard-title:hover {
        color: white;
    }
.xr-alert-text {
    background-color: red;
    color: white;
    padding: 5px;


}

.xr-card-summary {
    color:cornflowerblue;
}

.xr-document-header {
    color: yellow;
    display:inline-block;
    font-size:1em;
    background-color:darkcyan;
    border:none;
    height:35px;
}
.xr-text-info {
    padding-top: 5px;
    color: lawngreen;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.xr-menu { 
}
.xr-menu-bigheader {
    text-align: center;
    vertical-align: middle;
    color: lime;
    font-weight: bold;
    font-size: 1.6em; 
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    background-color:transparent; 
    white-space:nowrap;
    min-height:80px;
}
.xr-timer { 
}
.xr-top-link {
}

/*    .xr-top-link:hover {
        color: limegreen;
        border: none; 
    }*/
.xr-link {
    color: darkred;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase; 
    padding: 9px;
    margin: 0px;
    border: none;
}
/*.xr-link:hover {
    color:lime; 
}*/
.xr-click { 
    cursor:pointer;
}
.xr-red {
    color: red;
}
.xr-vat {
    color: lawngreen;
}
/*.xr-click:hover {
    color:lawngreen;
}*/
.xr-click-white {
    color:white;
}

/*    .xr-click-white:hover {
        color: lawngreen;
    }*/


.xr-dialog-content {
    background-color: gainsboro;
    border: solid 2px white;
    font-size:1.2em;
}
.xr-dialog-header {
    text-align: center;
    background-color: transparent;
    background-color: white;
}
.xr-dialog-title {
    font-weight: bold;
    padding-right: 20px;
    font-size: 1.3em;
    color: yellow;
    background-color: transparent;
    text-transform: uppercase;
}
.xr-dialog-body {
    background-color: transparent;
}
.xr-dialog-footer {
    border:none;
    background-color: transparent;
}

.xr-silverbox {
    background-color:silver;
    margin:30px;
    padding:10px 30px 10px 30px;
    min-height:300px;
    border-radius:10px;
}
    .xr-silverbox .form-control {
        font-weight: 500;
        color: black;
        background-color: silver;
        border-bottom: solid 1px #a4a4a4;
        -moz-appearance: textfield;
    }

    .xr-silverbox .form-control:focus {
        color: white;
    }
    .xr-silverbox .xr-input-lookup {
        font-weight: 500;
        color: black;
        background-color: silver;
        border-bottom: solid 1px #a4a4a4;
        -moz-appearance: textfield;
    }

        .xr-silverbox .xr-input-lookup:focus {
            color: white;
        }
.xr-innerbox {
    background-color: #3d3d3d;
    padding: 5px;
    margin: 0px;
}

.xr-innerbg {
    background-color: #3d3d3d;
}
.xr-document-boundary {
    border-radius:10px 10px;
}
.xr-borderL {
    border-left: solid 5px darkcyan;
}
.xr-borderR { 
    border-right: solid 5px darkcyan;
}
.xr-borderT { 
    border-top: solid 5px darkcyan;
}
.xr-borderB { 
    border-bottom: solid 5px darkcyan;
}

.xr-borderL2 { 
    border-left: solid 3px dimgray;
}

.xr-borderR2 {
    border-right: solid 3px dimgray;
}

.xr-borderT2 {
    border-top: solid 3px dimgray;
}

.xr-borderB2 {
    border-bottom: solid 3px dimgray;
}
.xr-borderL3 {
    border-left: solid 3px black;
}

.xr-borderR3 {
    border-right: solid 3px black;
}

.xr-borderT3 {
    border-top: solid 3px black;
}

.xr-borderB3 {
    border-bottom: solid 3px black;
}

.xr-cornerBL {
    border-bottom-left-radius: 5px;
}
.xr-cornerBR {
    border-bottom-right-radius: 5px;
}
.xr-cornerTL {
    border-top-left-radius: 5px;
}
.xr-innerbox-cornerTR {
    border-top-right-radius: 5px;
}

.xr-document-list {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: black;
    font-weight: 500 !important;
}

    .xr-document-list:active {
        background-color: black;
        color: white;
    }

/*    .xr-document-list:hover {
        background-color: black;
        color: white;
    }*/

    .xr-document-list:focus {
        background-color: black;
        color: white;
    }

/*    .xr-document-list:hover span {
    }*/

.xr-input-lookup {
    background-color: #575656;
}
.xr-input-lookup:Not(:disabled) {
    background-color: transparent;
}
.xr-document-action {
    font-size: 1.0em;
    outline-offset: 0px;
    outline-color: black;
    outline: none;
}  

#Details > tbody > tr  {
    background-color:black;
}
    #Details > tbody > tr :focus-within .form-control {
        background-color: navy;
        
    }
     
.icon {
}
 
.xr-card {
    border:solid 5px darkcyan !important;
}
.xr-card-body {
    background-color: #3d3d3d;
    color: lawngreen;
}
.xr-card-footer {
    background-color: #3d3d3d;
    color: lawngreen;
} 
.xr-btn-tab {
    display:block;
    margin:5px !important;
    color:white;
    border:solid 2px silver;
    width:100%;
}
.xr-btn-tab:disabled {
    color:dimgray;
}
.xr-btn-tab-selected {
    color: white;
    border: solid 2px lawngreen;
    background-color:darkgreen;
}

.xr-salesman-box {
    border: solid 1px silver;
    width: calc(100% - 145px);
    margin-left: 145px;
}
.xr-salesman {
    display: block;
    color: white;
    border: solid 1px black;
    background-color: transparent;
    margin:2px;
}
/*.xr-salesman:hover {
    cursor: pointer;
    border: solid 1px dimgray;
}*/
.xr-salesman-selected {
    color:white;
    background-color:navy;
}





/*********************************************************************/
.xr-dropdown-div {  
    
}

.xr-dropdown {
    background-color: black!important; 
}
.xr-dropdown-box {
    background-color: black !important;
    z-index: 999;
    position: absolute;
    top: 42px;
    display: none;
    border: solid 3px white;
    border-radius:5px;
    width: 200px;
    right:5px;
    margin-left: 5px;
    padding: 0px;
    height: 400px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.xr-dropdown-x-div {
    height:25px;
    position:relative;
}
.xr-dropdown-x-div > a {
    position:absolute;
    right:10px;
}
.xr-dropdown-group {
    font-size:1.2em;
    background-color:dimgray;
    color:lightskyblue;
    padding: 4px 2px 4px 2px;
    font-weight:bold;
    height:26px;
    line-height:20px;
}
.xr-dropdown-item {
    width: 95%;
    font-size: 1.1em;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
    line-height: 20px;
    border: solid 1px black;
    cursor: pointer;
}
/*.xr-dropdown-item:hover {
    background-color:darkblue;
    color:white;
    cursor:pointer;
}*/
.xr-dropdown-selected {
    background-color: darkblue;
    border: solid 1px white;
}
/**************************************************/
.xr-no-item {
    height:300px;
    color:lime;
    padding-top:12%; 
}
/**************************************************/

.xr-account-btn {
    color:white;
    width:100%;
    text-align:left;
    border:none;
    margin:3px;
}
/*    .xr-account-btn:hover {
        color: red;
        background-color: unset;
        border: none;
    }*/
    .xr-account-btn:focus {
        color: black;
        background-color: white;
        border: none;
    }
.xr-width5 {
    width: 5px;
    min-width: 5px;
    max-width: 5px;
}
.xr-width30 {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}
.xr-width40 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}
.xr-width80 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}
.xr-width100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
.xr-width120 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}
.xr-width150 {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}
.xr-width180 {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
}
.xr-width210 {
    width: 210px;
    min-width: 210px;
    max-width: 210px;
}
.xr-width200 {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.xr-width250 {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}
.xr-width300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
.xr-width400 {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}
.xr-width500 {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
}
.xr-width600 {
    width: 600px;
    min-width: 600px;
    max-width: 600px;
}
.xr-width50p {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
}
.xr-account-group-box {
    padding: 2px;
    margin: 2px;
}
.xr-account-group-header { 
    color: lawngreen;
    text-align:left;
    font-style: italic; 
    font-size:1.2em;
    
}
.xr-account-group-content { 
    border:solid 1px white;
    border-radius:10px;
    padding:5px;
}


/**************************************************/
.xr-account-section {
    vertical-align: top;
    padding: 10px;
}

.xr-account-section-header {
    font-size: 0.9em; 
    color: lawngreen;
}

.xr-account-section-header-sub {
    font-size: 0.8em;
    color: #2ab02a;
}
.xr-account-section-body {
    padding:5px;
}
.xr-account-section-frame {
    padding:5px;
    border: solid 5px darkcyan;
    min-height:120px;
}

.xr-dialog-button {
    display: block;
    width: 100%;
    color: black;
    font-weight: bold;
    font-size: 1.0em;
    border:none;
}
/*    .xr-dialog-button:hover {
        background-color:silver;
        color: red;
        border: none;
    }*/
    .xr-dialog-button:focus {
        color: black;
        background-color: white;
        border: none;
    }

/**************************************************/
.xr-dialog1 {
    color: black;
}
.xr-dialog1 .modal-header {
    background-color:silver;
} 
.xr-dialog1 .modal-title {
    color: navy;
    font-weight:bold;
} 
.xr-dialog1 .modal-body {
    background-color: silver;
}
.xr-dialog1 .modal-subtitle {
    background-color: white;
    color: black;
    font-size: 1.3em;
}
.xr-dialog1 .modal-footer {
    background-color: silver;
}
.xr-dialog1 .input-group-text {
    color: black;
    text-align: left;
    font-size: 1.0em;
}
.xr-dialog1 .modal-block {  
    height: 50px;
    border: solid 1px silver;
    padding-top: 10px;
}
    .xr-dialog1 .form-control {
        font-size: 1.0em;
        font-weight: 500;
        color: black;
        background-color: silver; 
        -moz-appearance: textfield;
    }
    .xr-dialog1 .form-control:focus {
        color: yellow !important;
    }

/**************************************************/
.xr-dialog2 { 
}

    .xr-dialog2 .modal-header {
        background-color: #3c3e3e;
    }

    .xr-dialog2 .modal-title {
        color: white;
    }

    .xr-dialog2 .modal-subtitle {
        background-color: white;
        color: black;
        font-size: 1.3em;
    }

    .xr-dialog2 .modal-body {
        background-color: #3c3e3e;
    }

    .xr-dialog2 .modal-footer {
        background-color: #3c3e3e;
    }

    .xr-dialog2 .input-group-text {
        color: lawngreen;
        font-size: 1.2em;
        text-align: left;
    }

    .xr-dialog2 .modal-block {
        height: 50px;
        border: solid 1px silver;
        padding-top: 10px;
    }

    .xr-dialog2 .form-control {
        font-weight: 500;
        color: white;
        background-color: transparent !important; 
        -moz-appearance: textfield;
        height: 44px;
        border-radius: 0px 0px;
        margin: 2px;
    }
    .xr-dialog2 .form-control:focus {
        color: white;
        background-color: black !important;
    }

.xr-hover-box {
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
    font-size: 0.8em;
    height:120%;
}
/*.xr-hover-box:hover { 
        
}*/
.xr-amount-span {
    min-width: 150px;
    text-align: right;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.xr-modal-blur {
    opacity: 0.1;
}

/**************************************************/
.xr-item-grid-row:focus-within {
    background-color:black;
}

.xr.item-grid-row:focus-within {
    background-color:none;
}
.xr-item-grid-row:focus-within input {
    background-color: transparent;
} 

.xr-item-grid-row:focus-within input:focus {
    background-color: darkblue;
}

.xr-mark {
    color: transparent;
    font-size: 0.7em;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index:999999;
}
/*.xr-mark:hover {
    color:white;
    cursor:pointer;
}*/


/*.xr-item-grid-row .xr-dropdown-button {
    display: none;
    background-color: green;
}

.xr-item-grid-row:focus-within .xr-dropdown-button {
    position: absolute;
    right: 0;
    display: inline-block;
    z-index: 1000;
    color: white;
    background-color: green;
    border: none;
}*/


.xr-modified {
    border-bottom : solid 2px red !important; 
}

.xr-transaction-link {
    text-decoration:none;
    color : white;
    font-size:1em;
    outline:none;
}

.xr-endofday-section-frame { 
    padding:20px;
    font-size:1.2em;
    font-weight:bold;
    color:white;
}
    .xr-endofday-section-frame div {
        margin: 10px;
        color: white;
    }
    .xr-endofday-section-frame .btn {
        margin: 10px;
        color: white;
        width:100%;
    }

.xr-block {
    display:block !important;
    width:100%;
}
.xr-document-details {
    min-height:300px;
}


#Details > tbody {
    display: block;
    max-height: 300px !important;
    overflow-y: auto !important;
}
#Details > thead { 
    background-color: #f4f4f4;
    position: sticky;
    top: 0; /* Keeps the header fixed when scrolling */
    z-index: 1;
}
#Details > thead > tr {
    display: table;
    width: 100%;
    table-layout: fixed; /* Ensures proper alignment of columns */
}
#Details > tbody > tr {
    display: table;
    width: 100%;
    table-layout: fixed; /* Ensures proper alignment of columns */
}

.xr-transaction-block {
    display: block;
    min-width: 175px !important;
    max-width: 175px !important;
    white-space: nowrap;
}
.xr-transaction-link > .xr-transaction-open {
    visibility:hidden;
}

.xr-transaction-link:focus-within > .xr-transaction-open {
    visibility: visible;
    color:black;
}

.xr-modal-body {
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 12px
}

.xr-modal-x {
    position: absolute;
    right: 0px;
    top: 0px;
    color: black;
    border: none;
    margin: 5px;
    margin-top: 0px;
    padding: 2px;
    background-color: transparent;
}

.xr-hidden-button {
    position:absolute;
    right:0px;
    bottom:0px;
    width:5px;
    height:5px;
    background-color:transparent;
    pointer-events:none;
    border:none;
}
.xr-document-col[data-name=documentno] {
    white-space: nowrap;
    width: 135px;
    overflow: visible;
    padding-left: 10px;
    padding-right: 10px
}
.xr-input-listitem {
    margin-left: 0px;
    margin-right: 0px;
    min-height:27px;
}
.xr-input-listitem-value {
    background-color: transparent !important;
    color: white;
    height:40px;
}
.row.xr-input-listitem-value:read-only {
    background-color: transparent !important;
}
/*.xr-input-listitem:focus-within > .xr-input-listitem-value:read-only {
    background-color: transparent !important;
    color: black !important;
}*/
.row.xr-input-listitem:focus-within > .xr-input-list-col > .form-control {
    background-color: transparent !important;
    color: black !important;
    font-weight: bold !important;
}
.xr-input-listitem:focus-within {
    background-color: white;
    color: black !important;
}
.xr-input-listitem {
    background-color: transparent;
    color: white;
}
.form-control {
    height: 27px;
}

.input-group .form-control {
    height: 27px;
}

.input-group .input-group-text {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 25px;
}


.xr-general-row {
    display:block;
    background-color: black;
    color: white;
    border:solid 1px green;
}

    .xr-general-row :focus-within {
        background-color: white;
        color: black;
    }
.xr-general-pointer {
    border: none;
    background-color: transparent;
    width: 10px; 
    display:inline-flex;
}
.xr-acct-posttype {
    color:darkcyan;
}
.xr-actiontr>td {
    color:white;
    vertical-align:top;
}
.xr-actiontr > td > input[type=text] {
    color: white;
    width: 1px;
    height: 1px;
    outline: none;
    border: none;
    background-color: transparent;
    outline-width: 0;
}

.xr-actiontr-focused {
    border:solid 1px lime;
    padding:10px;
}
.xr-actiontr:focus-within {
    background-color: navy;
}
.xr-actiontr:focus-within > input[type=text] {
    background-color: navy;
}
.xr-actioncheckblock {
    margin:3px;
}
.xr-actioncheck {
    border: solid 1px transparent;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color:silver;
}
.xr-actioncheck > input[type=checkbox] {
    transform:scale(1.4);
}
.xr-actioncheck:focus-within {
    border: solid 1px lime;
    color:lime;
}
    .xr-actioncheck:focus-within > input[type=checkbox] {
        outline:none;
    }


.xr-appcode-item {
    min-width:100%;
    width:100%;
    color:white;
    background-color:transparent;
    border:none;
    outline:none; 
    display:inline-block;
}
    .xr-appcode-item::selection {
        color: white;
        background-color:transparent;
    }

    .xr-appcode-item:focus {
        color: white;
        background-color: navy;
    }
.xr-appcode-row {
    position:relative;
    color:silver;
    min-height:32px;
}
.xr-appcode-row > .xr-appcode-buttons {
    display: none; 
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    white-space:nowrap;
    width:auto;
    text-align:right;
}
    .xr-appcode-row > .form-control {
        background-color: transparent;
    }
.xr-appcode-row:focus-within > .form-control { 
    background-color: navy;
}
    .xr-appcode-row:focus-within {
        background-color: navy;
    }
.xr-appcode-row:focus-within > .xr-appcode-buttons {
    display: inline-block;
    background-color:navy;
}