.oi {
    position: inherit;
}

body {
    background-color: #160816 !important;
    color: #EEEEEE;
}
.border-top{
    border-top: 1px solid #00ffff !important;
}

header nav div {
    color: white !important;
}

.navbar-brand {
    color: white !important;
}
.footer {
    overflow: auto;
}

.reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #435;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.main .top-row {
    background-color: #160816 !important;
    color: #EEEEEE;
    border-bottom: 1px solid #666;
}

a, .btn-link, .clickable {
    text-decoration: none;
    cursor: pointer;
    color: #00ffff;
}

a:hover {
    text-decoration: none;
    color: lawngreen;
}

.item-box {
    background-color: gray;
    border-radius: 12px;
    padding: 8px;
}

.table-item {
    color: white;
}

.table-item td {
    padding: 1px;
}

.table-item img {
    height: 24px;
    width: 24px;
}

.tiles {
    margin: 8px;
    padding: 8px;
    background-color: rgb(49, 0, 104);
    border-radius: 16px;
}

.subtiles {
    background-color: #160816;
    border-radius: 16px;
}

.heavyborder > tr > td {
    border: 2px;
    border-color: white;
    border-style: solid;
}

.debugborder >tr >td{
    border: 1px solid red;
}

.infotable {
    width: 100%;
    border-radius: 16px;
    padding: 8px;
    margin-bottom: 20px;
    background: #58029c;    
}
.infotable h5 { text-align: center; }
.infotable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px 0;
}
.infotable table tr td{
    padding: 0 5px;
}
.sticky table thead tr th {
    position: sticky;
    top: 0;    
}
.infotable input {
    height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #3a0647;
}
.k-datepicker {height: 22px;}
.nav-menu-accounts {
    font-size: 0.9rem;
    padding: 0 0;
    margin: 0 15px;
    line-height: 1.0;
    
}
.nav-menu-accounts .nav-menu-accounts-heading td {
    color: lightgray;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid white;
}

.currencynegative, .currencypositive, .currencyneutral, .currency {
    font-family: 'Lucida Console';
    font-weight: bold;
}
.currencypositive{ color: limegreen;}
.orangered{ color: orangered;}
.currencyneutral { color: gray;}

.nav-link{
    padding: 0.5rem 0rem;
}

.subnavlink {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    height: 1rem !important;
    overflow: hidden;
    white-space: nowrap;
}

.headingcolor {
    color: orange;    
}
.headingcolor td,
.headingcolor th{ border-bottom: 1px solid white; }

.smallspacer { height: 0.8rem; }

.red { color: red;}
.green { color: #00ff00;}
.blue { color: #00ffff;}
.gray { color: gray;}
.yellow {color: yellow;}
.gold {color: gold;}
.orange {color: orange;}
.white {color: white;}
.black {color: black;}

.filedialog { display: inline;}
.filedialog label { cursor: pointer;}
.filedialog input { display: none;}

.k-datepicker { width: 100px;}

.bold {font-weight: bold;}
.front {text-align: start;}
.center {
    width: 100%;
    text-align: center;
}
.centered { text-align: center; }
.middle {text-align: center;}
.end, .numeric { text-align: end;}

.numeric { width: 100%;}
.dateentry { width: 110px;}
.iconsingle {
    text-align:center;
    width: 16px;
    height: 16px;
}

.icondouble { width: 48px;}

.heading td {
    background-color: #550077;
    border-width: 2px;
    border-color: #110011;
    border-style: solid;
}

.headingPricing td {
    color: #0af;    
}

.hrledger {
    border: 1px dashed white;
    margin: 6px 0px;
}

.imagemodal {
    display: block;
    position: fixed;
    background-color: #000000;
    background-color: rgba(0,0,0,0.9);
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
}

.imagemodal img{
    max-width: 100%;
    object-fit: scale-down;
    margin:auto;
    top: 0;
    left: 0;
    cursor: pointer;
}

.icon {
    padding-left: 4px;
}

input {
    background: rebeccapurple;
    color: white;
    border: 2px solid white;
}

.whitetable tr th {
    border: 1px solid white;
    padding-left: 4px;
    padding-right: 4px;
}
.whitetable tr td {
    border: 1px solid white;
    padding-left: 4px;
    padding-right: 4px;
}

::placeholder {
    color: skyblue;
}

.divtable {
    display: table;
    margin: 0 auto;
}
.divtable div {
    display: table-row;
}
.divtable div div {
    display: table-cell;
    padding: 0 4px;
}

.top-row-b {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}