﻿body, html {
    margin: 0;
    padding: 0;
}

.RIC-Footer {
    position: fixed;
    left: 0;
    padding: 0px;
    margin: 0px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid lightgrey;
    text-align: left;
    color:grey;
}

.table-title {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    table-layout: fixed;
    background-color: #ddffff;
}

.table-title th,
.table-title td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-foot {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    table-layout: fixed;
}

.table-foot i {
    font-size: 16px;
    display: inline-block;
}

.table-foot th,
.table-foot td {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.calendar {
    color: white;
    text-shadow: 1px 1px black;
}

.calendar thead > tr {
    background-color: #0097ff;
    color: white;
    text-shadow: 1px 1px black;
}

.container-ic {
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

.table-ic {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #dee2e6;
    table-layout: fixed;
    background-color: #ffffee;
}

.table-ic input, select {
    width: 90%;
    font-size: 10px;
    line-height: 16px;
    border: 0px;
    outline: none;
    background-color: lightyellow;
    display: inline-block;
}

.table-ic input[data-is-prime="True"] {
    background-color: #e0ffff;
}

.table-ic i {
    width: 10%;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}

.table-ic th,
.table-ic td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 1px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-ic-hover tr:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-rec {
    color: yellow;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid yellow;
    table-layout: fixed;
    overflow: hidden;
}

.table-rec input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(1);
}

.table-rec td[data-can-edit="true"] input,
.table-rec td[data-can-edit="true"] select
{
    padding-top: 0px;
    padding-bottom: 0px;
    color: #F0F8FF;
    background-color: #333333;
    border: 0;
    overflow: hidden;
    word-wrap: break-word;
    outline: none;
}

.table-rec td[data-fcase="u"] {
    text-transform: uppercase;
}

.table-rec i {
    width: 10%;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}

.table-rec th,
.table-rec td {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid yellow;
    overflow: hidden;
    word-wrap: break-word;
}

.table-rec td[contenteditable="true"], td[data-can-edit="true"]
{
    font-size: 12px;
    line-height: 20px;
    color: #F0F8FF;
    background-color: #333333;
    outline: none;
    width: 100%;
}

.table-rec td[contenteditable="true"]:focus,
.table-rec td[data-can-edit="true"]:focus,
.table-rec td[data-can-edit="true"] input:focus,
.table-rec td[data-can-edit="true"] select:focus,
.table-rec td[data-can-edit="true"]:focus-within,
.table-rec td[data-can-edit="true"]:focus-within {
    outline: none;
    background-color: #111111;
}

.table-df {
    color: yellow;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid yellow;
    table-layout: fixed;
    overflow: hidden;
}

.table-df td[data-can-edit="true"] input,
.table-df td[data-can-edit="true"] select {
    font-size: 12px;
    line-height: 20px;
    color: #F0F8FF;
    background-color: #333333;
    border: 0px;
    outline: none;
    width: 100%;
}

.table-df td[data-can-edit="false"] input,
.table-df td[data-can-edit="false"] select {
    font-size: 12px;
    line-height: 20px;
    color: #F0F8FF;
    background-color: #335533;
    border: 0px;
    outline: none;
    width: 100%;
}

.table-df input:focus,
.table-df select:focus {
    background-color: #111111;
}

.table-df i {
    width: 10%;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}

.table-df th,
.table-df td {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid yellow;
    overflow: hidden;
    word-wrap: break-word;
}

.table-df td[data-can-edit="false"] {
    font-size: 12px;
    line-height: 20px;
    color: #F0F8FF;
    background-color: #335533;
    border: 0px;
    outline: none;
    width: 100%;
}

.table-df td[data-can-edit="true"] {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #F0F8FF;
    background-color: #333333;
    border: 1px solid yellow;
    overflow: hidden;
    word-wrap: break-word;
}

.table-df td[data-can-edit="false"] {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #F0F8FF;
    background-color: #335533;
    border: 1px solid yellow;
    overflow: hidden;
    word-wrap: break-word;
}

.table-df td[contenteditable="true"]:focus,
.table-df td[data-fieldtype="Select"]:focus-within,
.table-df td[data-fieldtype="Date"]:focus-within {
    outline: none;
    background-color: #111111;
}


.table-date {
    color: lightcyan;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid lightcyan;
    table-layout: fixed;
    overflow: hidden;
}

.table-date th,
.table-date td {
    color: lightcyan;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid lightcyan;
    overflow: hidden;
    word-wrap: break-word;
}

.table-date input {
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    color: lightcyan;
    background-color: #333333;
    border: 0px;
    outline: none;
    width: 100%;
}

.table-date input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.table-date input:focus {
    background-color: #111111;
}

.table-date td:focus-within {
    outline: none;
    background-color: #111111;
}


.ric-selectbox {
    position: relative;
}

.ric-selectbox select {
    width: 90%;
}

.ric-overselect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.selectmodal {
    display: none;
}

.ric-selectoptions {
    z-index: 1000;
    display: none;
    border: 0.5px #7c7c7c solid;
    color: #000000;
    background-color: #ffffff;
    max-height: 150px;
    overflow-y: scroll;
}

.ric-selectoptions label {
    display: block;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    background-color: #ffffff00;
    padding: 0 2.25rem 0 .75rem;
    /* padding: .375rem 2.25rem .375rem .75rem; */
}

.ric-selectoptions label:hover {
    background-color: #1e90ff;
}
