﻿.ajax__calendar .ajax__calendar_container {
    z-index: 10002;
    position: fixed;
}

html, body, form {
    height: 100vh;
    width: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #EEEEEE;
    box-sizing: border-box;
    font-size: 12px;
}

.page {
    height: 100vh; /* needed for proper layout */
    margin: 0;
    padding: 0;
}

.welcome_Container {
    float: left;
    padding: 5px;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 15px;
}
.main_Container {
    /*flex: 1 1 auto;*/
    overflow: visible;
    padding: 10px;
    padding-left: 250px;
    width: 100vw;
    box-sizing: border-box;
}
.mainWrapper{
    display: flex;
    height: 100vh;
    width: 100%;
}


#container {
    height: 100%;
    text-align: center;
}

#header {
    background: #000055;
    position: sticky;
    top: 0px;
    left: 0;
    height: fit-content;
    display: inline-block;
    width: 100%;
    z-index: 100;
}

#content {
    top: 0;
    padding: 5px 10px 10px 10px;
    min-height: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    background-color: #EBEBEB;
    width: 1200px;
    box-sizing: border-box;
}
.wrapText
{
    text-wrap: auto;
}
.ibAlign {
    vertical-align: middle;
    margin-right: 2px;
}
.popup_footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
}
.floatRight
{
    float: right;
    margin-right: 5px;
}

.layout_AlternateBackgroundColour {
    background-color: lavender;
}
.layout_Container_Basic {
    float: left;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    height: fit-content;
}
.layout_Container_Default {
    float: left;
    width: 99%;
    text-align: left;
    box-sizing: border-box;
    height: fit-content;
    margin: 1px 1px 1px 0px;
    white-space: normal;
}
.layout_ChildContainer {
    padding: 5px;
    background-color: #EEEEEE;
}
.layout_ChildContainerNew {
    padding: 5px;
    box-sizing: border-box;
    background-color: #EEEEEE;
    border-radius: 10px;
}
.indent_10 {
    padding-left: 10px;
}
.layout_Container_Padded {
    padding: 5px;
}
.layout_Container_Center {
    text-align: center;
}
.layout_Container_Header {
    margin: 5px 0px 5px 0px;
}
.layout_Container_RightAlign {
    float: right;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}
.DisplayRowItemClickable {
    box-sizing: border-box;
    background-color: lavender;
    cursor: pointer;
    border: 1px solid lavender;
}
.DisplayRowItemClickable:hover {
    background-color: ghostwhite;
    border: 1px solid lavender;
}
.layout_Container_Default_M5 {
    width: 100%;
    margin: 2px 0px 3px 0px;
}
.layout_Container_Default_M10 {
    width: 100%;
    margin: 5px 0px 5px 0px;
}
.layout_Container_Default_M2 {
    text-align: left;
    float: left;
    width: 100%;
    margin: 1px 0px 1px 0px;
}
.layout_SectionHighlight {
    float: left;
    width: 100%;
    margin: 2px 2px 0px 0px;
    padding: 2px 2px 2px 2px;
    box-sizing: border-box;
    background-color: ghostwhite;
    box-sizing: border-box;
}
.layout_container {
    float: left;
    text-align: center;
    background-color: #000055;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px;
    margin: 0 auto;
}

.DefaultHeaderRow_container{
}
.layout_menu_container {
    border-top: 1px solid blue;
    min-width: 1400px;
    /*padding: 0px;*/
}
.DefaultHeaderRow_font_title {
    color: white;
}
.headerImage
{
    padding: 0;
    margin: 0;
}
.DefaultHeaderRow_font_titleHasImage {
    font-size: small;
}
.DefaultHeaderRow_font_title1 {
    font-size: 1.3em;
    font-weight: bold;
}
.DefaultHeaderRow_font_title2 {
    font-size: 1.0em;
    font-weight: bold;
}
.layout_menu_itemcontainer {
    display: inline-block;
    margin: 0 auto;
    padding: 4px 1px 4px 1px;
    cursor: pointer;
    width: 170px;
    color: white;
    font-size: small;
    text-decoration: none;
}
.layout_menu_itemcontainer:hover {
    background-color: #000099;
}
.layout_menu_font_item {
    font-size: 1.0em;
    color: white;
    text-decoration: none;
}
.mainmenu_SetupMenu {
    margin: 0 auto;
    width: 176px;
    height: auto;
    overflow: visible;
    background-color: #000055;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid blue;
}
.bgHighlight{
    background-color: lavender;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid lightgray;
}
.bgInsetHighlight {
    background-color: lightsteelblue !important;
    padding: 2px;
    box-sizing: border-box;
}
.headerOptionsContainer {
    float: left;
    width: 100%;
    border-bottom: 1px solid lightgray;
    text-align: left;
    padding-bottom: 4px;
}
.add_Line {
    text-align: left;
    float: left;
    width: 100%;
    margin: 3px 0px 3px 0px;
}
.add_LeftColumn {
    float: left;
    width: 200px;
}
.add_RightColumn {
    float: left;
    width: 680px;
}
.footerContainer {
    width: 900px;
    position: fixed;
    left: 50%;
    bottom: -1px;
    transform: translate(-50%, 0);
    box-shadow: 0 -5px 3px -5px #333;
}
.footer {
    background-color: aliceblue;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    height: 35px;
    padding-top: 6px;
    padding-left: 11px;
    border-top: 1px solid lightgray;
}
.footerSpacer {
    height: 30px;
    float: left;
}
.AddItemInsert {
    background-color: lightblue !important;
    box-sizing: border-box;
    border: 1px solid lightgray;
}
.layout_Save {
    background-color: #91ae93;
    text-align: left;
    float: left;
    width: 100%;
    margin: 1px 0px 1px 0px;
    padding: 3px 3px 3px 3px;
    box-sizing: border-box;
}
.dataPanel_Add_LeftColumn {
    float: left;
    width: 200px;
    box-sizing: border-box;
}
.dataPanel_Add_LeftColumnMid {
    float: left;
    width: 150px;
    box-sizing: border-box;
}

.dataPanel_Add_RightColumn {
    float: left;
    width: 400px;
    box-sizing: border-box;
}
.marginVertical2 {
    margin: 2px 0px 2px 0px;
}
.marginVertical5
{
    margin: 5px 0px 5px 0px;
}
.popupContainer {
    padding: 10px;
    background-color: lightsteelblue;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid gray;
    overflow: hidden;
    box-shadow: rgb(50, 50, 50) 5px 5px 5px;
}
.popupContainerList {
    float: left;
    width: 98%;
    background-color: #9eb1cb;
    overflow-y: scroll;
    text-align: left;
    padding: 2px 2px 2px 2px;
    margin: 3px 0px 3px 0px;
    display: block;
    min-height: 150px;
    max-height: 300px
}

.DefaultRightColumn {
    float: left;
    width: 600px;
    box-sizing: border-box;
}

.options {
    width: 100px;
}
.width100
{
    width: 100%;
}
.DisplayContainer {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}
.ItemListHeader {
    border-bottom: 2px solid gray;
    font-weight: bold;
    display: inline-block;
    position: sticky;
}
.ItemListItem {
    white-space: nowrap;
    margin: 1px 0px 2px 0px;
    border-bottom: 1px solid lightgray;
}
/*.DisplayContainerItems > * {
    display: flex;
    flex-shrink: 0;
}*/
/* Calender */
.CalendarRow {
    width: 100%;
    box-sizing: border-box;
    min-width: 1100px;
}

.CalendarCell {
    border: 1px solid black;
    width: calc(99% / 7);
    height: 170px;
    min-width: 150px;
    border-radius: 8px;
    float: left;
    background-color: aliceblue;
    line-height: 0.9em;
    padding: 2px;
    box-sizing: border-box;
}

.CalendarCellCurrentDay {
    background-color: beige;
}

.DayHeaderCell {
    border: 1px solid black;
    width: calc(99% / 7);
    height: 30px;
    min-width: 150px;
    border-radius: 8px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    background-color: cornflowerblue;
}

.homepage_UnreadItem_Container {
    background-color: #EEEEEE;
    border-radius: 15px;
    padding: 15px;
}
.homepage_UnreadItem_ItemContainer {
    display: flex;
    gap: 5px;
}
.homepage_UnreadItem {
    border: 3px solid lightcoral;
    background-color: lightcoral;
    padding: 3px;
    width: 550px;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.homepage_UnreadItem:hover {
    border: 3px solid darkred;
}
.homepage_UnreadItem_Date {
    width: 100px;
}
.homepage_UnreadItem_Title {
    width: 400px;
}
.menuSubContainer {
    background-color: lightgray;
}
.menuSubContainerVertical {
    width: 120px;
    background-color: gainsboro;
    border-left: 2px solid gray;
    padding: 4px;
}
.sectionHeaderContainer {
    border-radius: 5px 5px 0px 0px;
    background-color: gainsboro;
    width: fit-content;
    cursor: pointer;
    padding: 5px;
    color: blue;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
.sectionHeaderContainer:hover {
    background-color: aliceblue;
}
.sectionHeaderContainerActive {
    background-color: lavender;
}
.defaultEntryLine {
    background-color: antiquewhite;
    border-bottom: 1px solid lightgray;
    margin-bottom: 2px;
    padding: 2px 0px 2px 0px;
}
.defaultEntryLineClickable {
    color: blue;
}
.defaultEntryLineClickable:hover {
    background-color: aliceblue;
}
.centre
{
    text-align: center;
}
.lbl_CoordinateType
{
    width: 70px;
    display: inline-block;
}
.verticalMiddle
{
    vertical-align: middle;
}
.popupSelectLocation {
    width: 390px;
}
.popupSelectCrew {
    width: 300px;
    height: 350px;
}

.popupCrewList {
    height: 240px;
}

.location_Select_ResultsContainer {
    height: auto;
    max-height: 300px;
    min-height: 200px;
    overflow-y: scroll;
    background-color: lavender;
}

.locationSelection {
    width: 300px;
}
.alignElements {
    display: inline-block;
    vertical-align: top;
}
.menuDropDownContainer
{
    width: 140px;
    text-align: left;
}
.menuContainer
{
    vertical-align: middle;
    width: fit-content;
}
.menuBannerImage {
    vertical-align:middle;
    height: 40px;
}
.tabControl
{
    margin-left: -7px;
}