
html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

td {
    white-space: break-spaces;
    font-size: 14px;
}

td input {
    white-space: break-spaces;
    font-size: 18px;
    padding: 7px;
}

tr {
    font-size: 28px;
    font-weight: bold;
    color: #87A922;
}
.icon-button {
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    user-select: none;
}
.icon-button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.icon-button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.neb-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.neb-content {
    max-width: 1080px;
}

.neb-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
    margin-bottom: 16px;
}
.neb-drawer {
    border: 20px;
}
/* iOS Safari specific workaround */
.neb-drawer .mdl-menu__container {
    z-index: -1;
}
.neb-drawer .neb-navigation {
    z-index: -2;
}
/* END iOS Safari specific workaround */
.neb-drawer .mdl-menu .mdl-menu__item {
    display: flex;
    align-items: center;
}
.neb-drawer-header {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    height: 151px;
}
.neb-avatar-dropdown {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.neb-header {
}

.neb-navigation {
    flex-grow: 1;
}
.neb-layout .neb-navigation .mdl-navigation__link {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}
.neb-layout .neb-navigation .mdl-navigation__link:hover {
    background-color: #00BCD4;
    color: #37474F;
}
.neb-navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 32px;
}

.neb-centered {
    align-items: center;
}

.neb-charts {
    align-items: center;
}
.neb-chart:nth-child(1) {
    color: #ACEC00;
}
.neb-chart:nth-child(2) {
    color: #00BBD6;
}
.neb-chart:nth-child(3) {
    color: #BA65C9;
}
.neb-chart:nth-child(4) {
    color: #EF3C79;
}
.neb-graphs {
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
/*noinspection ALL*/
_:-ms-input-placeholder, :root .neb-graphs {
    min-height: 664px;
}

/*noinspection ALL*/
_:-ms-input-placeholder, :root .neb-graph {
    max-height: 300px;
}

.neb-graph:nth-child(1) {
    color: #00b9d8;
}
.neb-graph:nth-child(2) {
    color: #d9006e;
}

.neb-center-spinner {
    position: fixed; /* Position the spinner relative to the viewport */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the spinner */
}

.neb-content {
    margin-left: 17px;
}

.neb-content-max {
    max-width: 2080px;
}

.neb-width-100 {
    width: 100%;
}

.neb-header-left {
    color: #87A922;
    /*// padding: 10px;*/
    margin-left: 10px;
    opacity: 0.6;
    font-family: "Roboto", "sans-serif";
    font-weight: bold;
}

.neb-cards {
    align-items: flex-start;
    align-content: flex-start;
}
.neb-cards .neb-separator {
    height: 12px;
}
.neb-cards .mdl-card__title.mdl-card__title {
    color: darkslategrey;
    font-size: 24px;
    font-weight: 400;
}
.neb-mover-card-active {
    background-color: #FCF3CF;
}
.neb-mover-card-inactive {
    color: darkslategray;
    background-color: #D0D0D0;
}

.neb-cards ul {
    padding: 0;
}
.neb-cards h3 {
    font-size: 1em;
}

.neb-updates .mdl-card__title {
    min-height: 10px;
    /*background-image: url('images/dog.png');*/
    background-position: 90% 100%;
    background-repeat: no-repeat;
}

.neb-updates-img .mdl-card__title {
}
.neb-updates-img2 .mdl-card__title {
    min-height: 100px;
    background-image: url('../images/dog.png');
    background-position: 90% 100%;
    background-repeat: no-repeat;
}
.neb-cards .mdl-card__actions a {
    color: #00BCD4;
    text-decoration: none;
}

.neb-options h3 {
    margin: 0;
}
.neb-options .mdl-checkbox__box-outline {
    border-color: rgba(255, 255, 255, 0.89);
}
.neb-options ul {
    margin: 0;
    list-style-type: none;
}
.neb-options li {
    margin: 4px 0;
}
.neb-options .material-icons {
    color: rgba(255, 255, 255, 0.89);
}
.neb-options .mdl-card__actions {
    height: 64px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.neb-centered {
    display: flex;
    justify-content: right;
    align-items: center;
    /* No need for height */
    position: relative; /* Set parent to relative */
    top: 10%;
}

.neb-top-margin-16 {
    margin-top: 16px;
}

.neb-row-selected {
    background-color: #D0D0D0;
}

.neb-table-fill {
    flex: 1 1 auto;
}

.neb-flex {
    display: flex;
}

.neb-flex-vcenter {
    display: flex; /* Enable flexbox layout */
// justify-content: center; /* Horizontally center items */
    align-items: center; /* Vertically center items */
// height: 200px; /* Set container height for reference */
// border: 1px solid gray; /* Optional border for visualization */
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.neb-fade-out {
    animation-name: fadeOut;
    animation-duration: 5s;
}

.neb-margin-3 {
    margin: 3px;
}

.neb-status-fo {

}

.neb-opacity-20 {
    opacity: 0.2;
}

.mdl-textfield__input {
    width: 100%;
}

textarea {
    width: 100%;
}

.neb-low-margin {
    margin: 5px 5px;
}

