﻿/* Notifications*/
.main-container {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.top {
    background-color: lightgreen;
    width: 100px;
}

.bottom {
    background-color: red;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

.child {
    background-color: steelblue;
    position: absolute;
    width: 100%;
    height: 100%;
}

.scrollable {
    overflow-y: auto;
}

/* Timelineday begin*/
.timelineday p {
    margin: 14px 0px;
    white-space: pre-wrap;
}

.timelineday li + li::before {
    content: ", ";
}

.timelineday ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.timelineday ul li {
    display: inline;
    white-space: nowrap;
}

.timelinedayfiles li + li::before {
    content: "";
}

a.timelinedayexternallink {
    text-decoration: underline;
}

div.timelinedayactions {
    background-color: #ffe6e6;
    padding: 5px 25px;
}

div.timelinedayfiles a {
    text-decoration: underline;
}

div.timelinedayfiles li > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f019";
    font-weight: 600;
    padding-left: 5px;
    padding-right: 10px;
    text-decoration: none;
}

a.timelinedayexternallink:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f35d";
    font-weight: 600;
    padding-left: 5px;
    text-decoration: none;
}


a.timelinedayinternallink {
    text-decoration: underline;
}

a.timelinedayinternallink:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c1";
    font-weight: 600;
    padding-left: 5px;
    text-decoration: none;
}

a.googlelink:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f3c5";
    font-weight: 600;
    padding-left: 5px;
}

/* Timelineday end*/

.mud-timeline-vertical.mud-timeline-position-alternate::before {
    left: auto;
    right: calc(70% - 1px);
}
.mud-timeline-vertical .mud-timeline-item .mud-timeline-item-content {
    max-width: calc(70% - 48px);
}
div.agendatimeline > div.mud-timeline-item-content {
    align-self: center !important;
}
.mud-timeline-vertical .mud-timeline-item .mud-timeline-item-opposite {
    flex: 1 1 auto;
    max-width: calc(30% - 48px);
}
.cut-text { 
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
  }

.drag-drop-text {
    position: absolute;
    z-index: 0;
    width: 400px;
    text-align: center;
}

.drag-drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    min-height: 400px;
    margin: 25px;
    border-style: dashed;
    width: auto;
}

.drag-drop-input {
    position: relative;
    width: 90%;
    height: 400px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.drag-enter {
    /*box-shadow: var(--mud-elevation-10);*/
    
}

.list {
    padding: 2em;
    min-width: 100%;
}

h5.mud-typography.mud-typography-h5.mud-inherit-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 600px) {
    h5.mud-typography.mud-typography-h5.mud-inherit-text {
        font-size: larger;
    }
}

.mudblazor-svg {
    width: 100%;
    max-width: 300px;
}

.mud-main-content > .mud-container {
    padding-top: 10px;
    padding-bottom: 20px;
}

.main-content-fullwidth, .main-content-fullwidth > .mud-container {
    max-width: fit-content;
    padding-right: 0px;
}

.fab-container {
    position: fixed;
    bottom: 20px;
    right: 0px;
    cursor: pointer;
    width:auto;
}

@media (max-width: 900px) {
    .fab-container {
        bottom: 70px;
    }

    .mudblazor-main-content {
        padding-bottom: 70px;
    }
}

.agenda-menu-button {
    position: absolute;
    right: -30px;
    top: -30px;
}

.agenda-menu {
    position: relative;
}

.chipwithbadge {
    display: inline-block;
    width: auto;
    padding: 5px 5px 0px 0px;
}

.icon {
    display: inline-block;
    width: auto;
    padding: 15px 5px 0px 0px;
}

.iconwithbadge {
    padding: 15px 15px 0 0;
}

.badgedivider {
    display: block;
}
.selectitem {
    padding: 0 !important;
}

.mud-tabs-panels { padding: 20px 0 0 0 !important;}

.mud-dialog {
    max-height: 100vh;
    overflow-y: auto;
}

.dashboard-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 800px) {
    .calitemtab > .mud-tabs-toolbar > .mud-tabs-toolbar-inner > .mud-tabs-toolbar-content > .mud-tabs-toolbar-wrapper > .mud-tooltip-root > .mud-tab {
        min-width: 140px;
    }
}
@media (max-width: 700px) {
    .calitemtab > .mud-tabs-toolbar > .mud-tabs-toolbar-inner > .mud-tabs-toolbar-content > .mud-tabs-toolbar-wrapper > .mud-tooltip-root > .mud-tab {
        min-width: 120px;
    }
}
@media (max-width: 600px) {
    .calitemtab > .mud-tabs-toolbar > .mud-tabs-toolbar-inner > .mud-tabs-toolbar-content > .mud-tabs-toolbar-wrapper > .mud-tooltip-root > .mud-tab {
        min-width: 100px;
    }
}
@media (max-width: 500px) {
    .calitemtab > .mud-tabs-toolbar > .mud-tabs-toolbar-inner > .mud-tabs-toolbar-content > .mud-tabs-toolbar-wrapper > .mud-tooltip-root > .mud-tab {
        min-width: 80px;
    }
}
@media (max-width: 400px) {
    .calitemtab > .mud-tabs-toolbar > .mud-tabs-toolbar-inner > .mud-tabs-toolbar-content > .mud-tabs-toolbar-wrapper > .mud-tooltip-root > .mud-tab {
        min-width: 60px;
    }
}

tr.spreadsheet:nth-child(even) {
    background: var(--mud-palette-background-grey)
}

tr.spreadsheet:nth-child(odd) {
    background: var(--mud-palette-background)
}

td.showvertical-lr:nth-child(even), td.showvertical-lr:nth-child(odd), th.spreadsheet:nth-child(even), th.spreadsheet:nth-child(odd) {
    background: var(--mud-palette-surface) !important;
}

thead.spreadsheet {
    border: 1px solid black;
    border-collapse: collapse;
    white-space: nowrap;
    min-width: 30px;
    padding: 2px;
    padding: 3px;
    position: sticky;
    top: 38px;
    z-index: 1;
    background: white;
}

thead.racepreference {
    top: 65px;
    width: min-content;
}

table.spreadsheet, th.spreadsheet {
    border: 1px solid black;
    border-collapse: collapse;
    white-space: nowrap;
    min-width: 30px;
    padding: 2px;
}

table.racepreference, div.racepreference {
    width: -webkit-fill-available;
}

td.spreadsheet {
    border: 1px solid black;
    border-collapse: collapse;
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 30px;
    padding: 2px;
}

td.spreadsheet {
    height: 30px;
    text-align: center;
}

td.racepreference {
    max-width:none;
}

th.showvertical-lr, td.showvertical-lr {
    writing-mode: vertical-lr;
}

th.showvertical, td.showvertical {
    writing-mode: vertical-rl;
}

button.spreadsheet-button {
    padding: 2px;
}

td.spreadsheet-total {
    text-align: right;
}

.spreadsheet > .mud-input-control-input-container {
    flex-direction: unset;
}

.calitemtab > .mud-tabs-toolbar {
    display: flex !important;
    justify-content: space-around !important;
}

td.travelplan {
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}
@media (max-width: 600px)
{
    td.travelplan {
        overflow: initial;
        white-space: initial;
        max-width: initial;
    }
}

.travelplan-menu-button {
    position: absolute;
    right: -30px;
    top: -30px;
}

.travelplan-menu {
    position: relative;
}

div.hover:hover {
    background-color: #F7F7FB;
}

div.hover-dark:hover {
    background-color: #002233;
}

.alias {
    cursor: alias;
}

.all-scroll {
    cursor: all-scroll;
}

.auto {
    cursor: auto;
}

.cell {
    cursor: cell;
}

.context-menu {
    cursor: context-menu;
}

.col-resize {
    cursor: col-resize;
}

.copy {
    cursor: copy;
}

.crosshair {
    cursor: crosshair;
}

.default {
    cursor: default;
}

.e-resize {
    cursor: e-resize;
}

.ew-resize {
    cursor: ew-resize;
}

.grab {
    cursor: grab;
}

.grabbing {
    cursor: grabbing;
}

.help {
    cursor: help;
}

.move {
    cursor: move;
}

.n-resize {
    cursor: n-resize;
}

.ne-resize {
    cursor: ne-resize;
}

.nesw-resize {
    cursor: nesw-resize;
}

.ns-resize {
    cursor: ns-resize;
}

.nw-resize {
    cursor: nw-resize;
}

.nwse-resize {
    cursor: nwse-resize;
}

.no-drop {
    cursor: no-drop;
}

.none {
    cursor: none;
}

.not-allowed {
    cursor: not-allowed;
}

.pointer {
    cursor: pointer;
}

.progress {
    cursor: progress;
}

.row-resize {
    cursor: row-resize;
}

.s-resize {
    cursor: s-resize;
}

.se-resize {
    cursor: se-resize;
}

.sw-resize {
    cursor: sw-resize;
}

.text {
    cursor: text;
}

.url {
    cursor: url(myBall.cur),auto;
}

.w-resize {
    cursor: w-resize;
}

.wait {
    cursor: wait;
}

.zoom-in {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}

.hide {
    display: none !important;
}