﻿body {
    padding-top: 0px;
    overflow:hidden;
    font-size:12px;
}

table {
    font-size: 12px;

}

:root {
    --TitleColor: #5b8aac;
    --SubTitleColor: #5b8aac2e;
    --HoverColor: lightblue;
    --SelectedColor: steelblue;
    --TitleBarColor: #00336e96;
}

.CurrentWeekDisplay {
    background: transparent;
    color: white;
    text-align: center;
    font-weight: bold;
    width: 100%;
    border: none;
}

.IgnorePointer {
    pointer-events: none;
}

input[disabled='true'] {
    pointer-events: none;
}

input[disabled] {
    pointer-events: none;
}

select[disabled] {
    pointer-events: none;
}

#GenericConfigs {
    height: calc(100% - 34px);
}


.HeightToBottom {
    overflow: auto;
    min-height: 150px;
}

.SideListOption{
    padding:12px;
}

.HeaderConfig {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-right-color: lightgrey;
    border-right-style: solid;
    border-right-width: 1px;
}

.HeaderConfigTitle{
    color:white;
}

.cleartext{
    color:transparent;
}

.MenuCommonTop {
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.MenuCommon {
    background-color: var(--TitleBarColor);
    -webkit-app-region: drag;
}

.FinColor1 {
    background-color: #506e79;
}


.FilterFieldSelector {
    display: block;
    position: absolute;
    background-color: #151d1eb0;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    width: 200px;
    z-index: 1;
    color: white;
    backdrop-filter: blur(5px);
}


.ActionMenuContainer {
    display: block;
    position: absolute;
    background-color: #302f2fbf;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    width: 250px;
    z-index: 1;
    color: white;
    right: 7px;
    backdrop-filter: blur(10px);
    border-radius: 5px;
}

.ActionMenuItem{

    padding-top:5px;
    padding-bottom:5px;

}

.Divider {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: grey;
    margin-left: 5px;
    margin-right: 5px;
}



.MultiValueSelect {
    display: block;
    position: absolute;
    background-color: #0000009e;
    backdrop-filter: blur(12px);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    width: 500px;
    z-index: 1;
    color: white;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.FilterField{

}

.MultiValueSelect > .FilterField {
    width:100%;
}


.SmallSideMargins {
    margin-right: 15px;
    margin-left: 15px;
}

.FirstColumnMargin{
    padding-left:15px;
}

.RequiredNote {
    color: maroon;
}

.RequireFieldHighlight {
    background-color: #ffb1b1;
    border-style:solid;
    border-color:red;
    border-width:2px;
}

.LoginTable {
    width: 100%;
}
.LoginRow {
    height: 55px;
    margin-bottom: 15px;
    text-align: center;
}

.SideCarFieldNameLabel {
    width: 215px;
    display: inline-block;
}

.SideCarField {
    display: inline-block;
    width: calc(100% - 215px);
}

.LoginCheckboxLabel {
    font-weight: normal;
}

.checkboxrow {
    align-items: center;
    text-align: center;
}

.BigButton {
    height: 40px;
    width: 300px;
    max-width: 50%;
}

.RowLabel{

}

.LoginTextBox {
    min-width: 293px;
    min-height: 35px;
    padding: 10px;
    margin: 5px;
}

.LoginTextLabel {
    text-align: center;
    width: 100%;
}





.ControlSearchField {
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.SideListColumn {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 300px;
    display: inline-block;
}



.ConfigPanel {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0px;
    height: auto;
    width: calc(100% - 310px);
    height: calc(100% - 40px);
    margin-bottom: 0px;
    vertical-align: top;
    display: inline-block;
    overflow: auto;
}

.tablinks {
    background-color: unset;
    border: none;
    color: white;
    font-size: 12px;
}

.Navicon{
    margin-left:2px;
    margin-right:2px;
}

.TaskAdd {
    display: inline-block;
}

.MenuSelectList{
    display:inline-block;
}

.DetailNum {
    text-align: center;
}
.collapsecontrols {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: white;
    padding-top: 2px;
}

.TaskDelete {
    display: inline-block;
}

.PageTitle {
    width: calc(100vw - 440px);
    text-align: center;
    margin-top: 3px;
    font-weight: bold;
    font-size: 15px;
}

.InfoField {
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightblue;
    background-color: aliceblue;
   
}



.RowControls {
    display: inline-block;
}

.AddRow {
    display: inline-block;
}

.DeleteRow {
    display: inline-block;
}

.ErrorMessage {
    color: red;
    font-weight: bold;
}

.NavbarLogo {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 5px;
    z-index:5;
}
.NavbarImage {
    max-height: 58px;
    margin: 5px;
}

.PageGroupTitle {
    display: inline-block;
    color: white;
    margin-right: 20px;
    vertical-align: top;
    padding-top: 9px;
    height: 35px;
}

.MenuChildren {
    background-color: #ffebcd21;
    backdrop-filter: blur(1px);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    overflow: hidden;
    min-height: 35px;
}


.navbarmenu {
    padding-left: 225px;
    display: inline-block;
    -webkit-app-region: none;
}

#SubNavName {
    display: inline-block;
    color: white;
    font-weight: bold;
    vertical-align: top;
    padding-top: 9px;
    margin-right:20px;
}

#NavPadding{
    height:20px;
    width:10px;
    display:inline-block;
}

.NavOptions {
    display: block;
    height: 100%;
    align-content: center;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.helloname {
    position: absolute;
    right: 0px;
    top: 0px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}




.Navigation {
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    display: block;
    align-self: center;
    margin-bottom: 10px;
    background-color: var(--TitleColor);
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.MenuButton0 {
    color: white;
    font-size: 18px;
    border: none;
    min-height: 20px;
}

.MenuButtonLabel0 {
    border: none;
    cursor: pointer;
    min-height: 15px;
    max-width: unset;
    background-color: transparent;
    font-size: 12px;
    text-align: left;
    border-radius: 5px;
    height:35px;
}

.MenuIcon{
    font-size:14px;

}
.navbar-inverse {
    background-color: unset;
    border-color: #080808;
}

    .navbar-inverse .navbar-text {
        color: black;
    }

.MenuButtonLabel0:hover,
.MenuButtonLabel0:focus {
    text-decoration: none;
    background-color: var(--TitleColor);
    color: white;
}

.OpenSubMenus:hover,
.OpenSubMenus:focus {
    text-decoration: none;
    background-color: var(--TitleColor);
    color: white;
}



.MenuLevel0 {
    position: relative;
    display: inline-block;
    min-height: 15px;
    cursor: pointer;
    border-bottom: 1px solid;
    border-bottom-color: #002f8e;
    text-align: left;
}

.MenuLevel-1 {
}

.ButtonLevel-2 {
    min-width: 100%;
    max-width: unset;
}


.MenuLevel-2 {
    position: relative;
    display: inline-block;
    min-width: 175px;
    min-height: 15px;
    cursor: pointer;
    border-bottom: 1px solid;
    border-bottom-color: #002f8e;
    padding-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-left: solid;
    border-left-color: deepskyblue;
}

.navbar-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.RightControls {
    display: inline-block;
    position: relative;
    float: right;
}

.RightFrameControls {
    display: inline-block;
    position: absolute;
    float: right;
    z-index: 100;
    right: 20px;
    -webkit-app-region: none;
}



.ConfigHeaderLabel{

}

.AddSheetRow {
    display: inline-block;
}

.DeleteSheetRow {
    display: inline-block;
}

.HeaderConfigField {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

.HeaderFieldName {
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    color: white;
    min-height: 11px;
}

.HeaderField {

    position:relative;

}

.CenterControls {
    display: inline-block;
    position: relative;

}

.WindowTitle {
    -webkit-app-region: drag;
}

.TextTitleWhite {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.LeftControls {
    /* display: inline-block; */
    display: inline-block;
    position: relative;
    float: left;
    max-width: unset;
    -webkit-app-region: none;
}

.btn {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    height:25px;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.CurrentDate {
    display: inline-block;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    font-weight: bold;
}

.form-control {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 24px;
    border-radius: 2px;
}

.MenuLevel {
    border-bottom: none;
    padding-right: 6px;
    padding-left: 6px;
}

.MenuList {
    padding: 2px;
}

.MenuLevel-content0 {
    background-color: #f7f7f7;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0px;
    top: 25px;
    margin-bottom: 0.5em;
    border-width: 1px;
    border-style: inset;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    background-color: transparent;
}

.navbar {
    position: relative;
    z-index: unset;
    min-height: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--TitleColor);
    height: unset;
    border: none;
    -webkit-app-region: none;
}

.MenuLevel-content0NoChildren {
    background-color: #222222;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0px;
    top: -34px;
}

form{
    margin:0px;
}

.MenuLevel-content0 a {
    color: black;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
}

.MenuButtonLabel0 a:hover {
    background-color: #f1f1f1
}


.MenuButton0 a:hover {
    background-color: #f1f1f1
}

menu-dropdown {
    height: 34px;
    border-radius: 4px;
}

.WithChild {
}

a{
    color:unset;
}

.nav-dropdown {
    margin-top: -3px;
    width: 175px;
    display: inline-block;
    text-align: left;
}

.ParentMenu {
    display: inline-block;
    margin-top: 0px;
}

.UserSearch {
    margin-left: 15px;
    display: inline;
    max-width: 700px;
}

.UserSearchBar {
    margin-top: 5px;
    width: 100%;
    background-color: white;
    color: black;
    padding: 7px;
    padding-left: 10px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
}

.SystemLogoContainer {
    position: absolute;
    left: 5px;
    top: 5px;
    overflow: hidden;
    height: 60px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: black;
    background-color: black;
}

.SystemLogo {
}

.Checkbox {
    display: inline-block;
}

.PageContainer {
    width: 100%;
}

.Subcontainer {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align:top;
}



.ModuleContainer {
    display: inline-block;
    width: 100%;
    overflow: auto;
    max-height: 400px;
    background-color: #fefdfb;
}

.SubcontainerTitle {
    width: 100%;
    background-color: var(--TitleBarColor);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}


.TaskContainer {


    min-height: 100%;
    overflow: hidden;
    vertical-align: top;
    max-height: unset;
}

.AssignedBillable {
    background-color: #a5d9a5;
    font-size: 12px;
}

.AssignedUnBillable {
    background-color: #e7ddee;
    font-size: 12px;
}

.AssignedBillableTask {
    background-color: #dbf0db;
    font-size: 12px;
}

.AssignedUnBillableTask {
    background-color: #f3eef6;
    font-size: 12px;
}

.RolesContainer {
    width: 100%;
    min-height: 100%;
    overflow: auto;
}

.TitleText {
    color: white;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    right: 40px;
    display: inline-block;
    font-size: 14px;
}

.FrameTitleText {
    position: absolute;
    Right: 50%;
}

.SubTitleContainer {
    display: inline-block;
    height: 30px;
}

.TitleContainer {
    height:  30px;
}

.SubcontainerTitleText {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.SubcontainerPageTitle {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    min-height: 28px;
    overflow: inherit;
}

.PageContainer {
    min-width: 1170px;
}

.TasksRolesContainer {
    border-style: none;
}

.PageTitleText {
    font-size: 18px;
    display: inline-block;

}

.InfoTable {
    width: 100%;
    font-size: 12px;
}

.ActionMenu {
    width:100%;
}

.CustomizeMenu {
    width: 100%;
}

.ActionMenu:hover{
    background-color:cornflowerblue;
    
}
.HeaderRowLabel {
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: black;
    font-family: 'ProximaNova', 'Arial', 'Helvetica', 'sans-serif';
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    border-bottom-style: solid;
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-color: grey;
    white-space: nowrap;
    overflow: hidden;
}

.HeaderLabel {
    font-weight: bold;
    padding-left: 5px;
    border-bottom-style: unset;
    border-bottom-width: 1px;
    border-bottom-color: #d3d3d317;
    padding-top: 5px;
    font-family: 'ProximaNova', 'Arial', 'Helvetica', 'sans-serif';
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    background-color: var(--SubTitleColor);
    padding: 7px;
    vertical-align: middle;
    white-space: nowrap;
    color: black;

}

.HeaderTransparent {
    background-color: var(--TitleBarColor);
    color: white;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d3d3d312;
}

.DetailRecord {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'ProximaNova', 'Arial', 'Helvetica', 'sans-serif';
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}

.ControlRow{
    width:50px;
}


.Selected {
    background-color: steelblue;
    font-weight: bold;
    color: white;
}






.InfoTable tbody > tr:not(.NoHover):not(.dropdown-menu):not(.datepicker):not(.timepicker):not(.col-md-6):not(.Selected):hover {
    background-color: var(--HoverColor);
}



.container {
    max-width: 1320px;
}
.btn-danger {
    color: #ffffff;
    border-color: unset;
}
.NoRecord {
    text-align: center;
}


.form-Control-Grid {
    width: 100%;
    height: 35px;
    max-width: 100%;
    border: none;
    background-color: unset;
    text-align: center;
}

.form-Control-Grid-Search {
    width: 100%;
    height: 35px;
    max-width: 100%;
    border: none;
    background-color: unset;
    text-align: center;
    background-color: #ffffffab;
    backdrop-filter: blur(12px);
}

input[type="radio"], input[type="checkbox"] {
    height: 25px;
}


.SideListOptionRow {
}


.withnavbuttons {
    width: 36vw;
    margin-bottom: 5px;
}

.SelectList {
    height: 24px;
    border-radius: 5px;
    box-shadow: none;
}

.NavButtons {
    display: inline-block;
}

.NavButtonsRight {
    display: inline-block;
    float: right;
}

.NavButton {
    display: inline-block;
}

.NavButton {
    display: inline-block;
}

.navbtn {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 3px;
    margin-bottom: 3px;

}

.NavButtonsSubmit {
    display: inline-block;
}


.NavButtonsNextLast {
    margin-right: 190px;
    margin-left: 190px;
}

.nextweek {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.lastweek {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

html{
    height:100%;
}

body {
    height: 100%;
}

.pagespecific {
    height: calc(100% - 78px);
    background-color: white;
    overflow: auto;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
    padding-left: 0px;
    padding-right: 0px;
}




.RecentTime {
    min-width: 65px;
    text-align: center;
}

.RecentBillable {
    background-color: whitesmoke;
}

.RecentUnBillable {
    background-color: #E8E8E8;
}

.RecentWeekTotal{
    text-align:center;
}

.ProjectName {
}

.WeekName{
    text-align:center;

}

.TitleRow {
    background-color: var(--TitleColor);
    color: white;
}



.ProjectRolesSubContainer {
    display: inline-block;
    width: 616px;
    vertical-align:top;
}

.OpenTasksSubContainer {
    display: inline-block;
    width: 650px;
    vertical-align: top;
}

.ProjectPageLinks{

}

.Seperator{
    display:inline-block;
    height:100%;
    width:0px;
    border-left-color:lightgray;
    border-left-width:3px;
    border-left-style:solid;
}

.OverLay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #444354;
    opacity:.7;
}

.OverLayModal {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #444354;
    opacity: .7;
    z-index: 1000000;
}

.TimeoutPrompt {
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: darkgray;
    border-radius: 7px;
    height: 325px;
    width: 320px;
}
.messagecontainer {
    padding-left: 29px;
    padding-right: 28px;
    padding-top: 20px;
}

.outer {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background-color: #00000029;
    backdrop-filter: blur(7px);
}
.outermodal {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: calc(50% - 400px);
    z-index: 10;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    /*whatever width you want*/
}

.TimeoutInt {
    font-weight: bold;
    font-size: 18px;
}

.controls {
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    width: 267px;
}

.LogoContainer {
    display: inline-block;
    margin-left: 220px;
}

.LogoLoginContainer {
    margin-left: 170px;
    margin-top: 5px;
}

.loginform {
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-radius: 5px;
    margin-top: calc(50vh - 350px);
    padding: unset;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #0000009c;
    border-width: 3px;
    border-color: #00000033;
    color: white;
    padding-left: 63px;
    padding-left: clamp(0px, calc(50% - 180px), 63px);
    padding-right: clamp(0px, calc(50% - 180px), 63px);
    max-width: 580px;
    min-width: 320px;
    width: calc(100% - 10px);
    backdrop-filter: blur(5px);
}

.LoginCheckboxLabel {
    text-align: left;
    padding-left: 20px;
    padding-top: 4px;
}


.LoginLogoImage {
    width: calc(100% - 20px);
    margin-top: 20px;
}


.LoginSubTitle {
    text-align: left;
}

.registerform {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    border-style: solid;
    border-radius: 10px;
    padding: 15px;
    background: #000000a6;
    border-width: 3px;
    border-color: lightgray;
    color: white;
    margin-top: calc(50vh - 351px);
}


.LoginFields {
    width: 100%;
    padding-right: unset;
    padding-left: unset;
}

.SubcontainerTitleEnd {
    width: 100%;
    background-color: var(--TitleColor);
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;

}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color:transparent;
}

.DisplayModal {
    top: 34px;
    position: fixed;
    width: 100%;
    left: 0px;
    position: relative;
    background-color: white;
    width: 800px;
    margin-right: auto;
    margin-left: auto;

    border-bottom: solid;
    border-color: black;
    overflow: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: solid;
    border-right: solid;
}

.ExpandedMenu {
    width: 100%;
    min-height: 380px;
    height: 50vh;
    position: absolute;
    left: 0px;
    padding-left: 0px;
    background-color: #151d1ec7;
    color: white;
    backdrop-filter: blur(12px);
    -webkit-app-region: none;
}

.ExpandedSideMenu {
    width: 230px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d1d1d154;
    height: calc(100% - 33px);
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    color: inherit;
    margin-left: 10%;
}

.ExpMenuTitle {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1d1d154;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    width: 100%;
    color: inherit;
}

.ExpandedRightMenus {
    display: inline-block;
    position: absolute;
    width: calc(90% - 250px);
    height: calc(100% - 33px);
    overflow: auto;
}

.ItemSelect {
    padding: 5px;
}



.CustomerNavSelect {
    display: inline-block;
}
.ProjectNavSelect {
    display: inline-block;
}

.Submenuoptions{

}

.ItemSelect {
    top: 0px;
    position: relative;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1d1d11c;
    padding-left: 15px;
}

.CustomerSelectID{


}

.MenuSelectList {
    background: unset;
    border: none;
    font-size: 15px;
    width: 400px;
    color:inherit;
}

.Subpageopen {
    color: black;
    font-size: 12px;
    border: none;
    cursor: pointer;
    min-height: 15px;
    background-color: transparent;
    font-size: 12px;
    text-align: left;
    border-radius: 5px;
    padding-left: 8px;
    color: white;
    height: 35px;
}

.SubpageCheveron{

}


.right {
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: inline-block;
    padding: 3px;
    padding-top: 3px;
    margin-left: 6px;
}

.left {
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: inline-block;
    padding: 3px;
}

.up {
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    display: inline-block;
    padding: 3px;
}

.down {
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    padding: 3px;
}

.ExpandedMenuSubpages {
    width: 100%;
    overflow: auto;
    height: 100%;
}

.GroupButton {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    padding: 3px;
}

.TemplateDocument{

}

    .TemplateDocument:hover{
        text-decoration:underline;
        cursor:pointer;
    }

.MethodologyDocument {
}

.MethodologyDocument:hover {
    text-decoration: underline;
    cursor: pointer;
}

.MethodologyForm {
}

.MethodologyForm:hover {
    text-decoration: underline;
    cursor: pointer;
}


.SubpageButton {
    height: 45px;
    width: 200px;
    background-color: rgb(120, 122, 142);
    vertical-align: middle;
    color: white;
    margin: 5px;
    padding: 13px;
}

.SubpageButtonTall {
    height: 60px;
}

.SubTableTitle {
    text-align: center;
    color: black;
    background-color: var(--SubTitleColor);
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
}

.SubpageButton {
    height: 50px;
    width: 196px;
    margin: 5px;
    background-color: #a1a1a18f;
    vertical-align: middle;
    color: white;
    padding: 6px;
    backdrop-filter: unset;
    word-wrap: break-word;
    overflow: hidden;
    white-space: unset;
    position: relative;
}

a.ExpMnuPg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.SubpageButton:hover {
    background-color: var(--SubTitleColor);
    color: white;
}

.BigButton {
    height: 45px;
    width: 325px;
    margin: 5px;
    background-color: rgb(239, 239, 239);
    vertical-align: middle;
    color: black;
    padding: 13px;
    height: 75px;
}

.MedButton {
    height: 45px;
    width: 325px;
    margin: 5px;
    background-color: rgb(239, 239, 239);
    vertical-align: middle;
    color: black;
    padding: 13px;
    height: 50px;
}

.Health-Critical{
    background-color:lightcoral;

}

.Health-Complete {
    background-color: var(--HoverColor);
    color: black;
}

.Health-Open {
    background-color: lightgreen;
    color:black;
}

.DateTimeContainer{
    position:relative;
    overflow:auto;
}

.DateContainer {
    position: relative;
    overflow: auto;
}

.TimeContainer {
    position: relative;
    overflow: auto;
}


.LeftMenus {
    display: inline-block;
    -webkit-app-region: none;
}

.RightMenus {
    display: inline-block;
    position: relative;
    float: right;
    -webkit-app-region: none;
}

.UserMenus {
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 43px;
    -webkit-app-region: none;
}

.rootmenubar {
    max-width: unset;
    width: calc(100%);
    background-color: unset;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-bottom: 3px;
    min-height: 75px;
    padding-top: 19px;
    -webkit-app-region: drag;
}

.MenuBackdrop {
    width: 100%;
    height: 75px;
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: #151d1eb0;
}

.Type-ExpMnuPg {
    width: 200px;
    height: 45px;
    border-bottom-color: #d1d1d11c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 1px;
}

.Type-ExpMnuGrp {
    width: 200px;
    height: 45px;
    border-bottom-color: #d1d1d11c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 1px;
    color: inherit;
    margin-left: unset;
}

.AddRecord {
    display: inline-block;
}

.DeleteRecord {
    display: inline-block;
}

.Notes {
    height: 100px;
}

.Healthy {
    background-color: green;
    color: white;
    font-weight: bold;
    border-style: solid;
    border-color: white;
}

.Warning {
    background-color: orange;

}

.Critical {
    background-color: red;
    color: white;
}

.Collapsed{
    height:31px;
    overflow:hidden;
}



.InfoTable tbody > tr:hover:not(.NoHover):not(.NoHover):not(.dropdown-menu):not(.datepicker):not(.timepicker):not(.col-md-6):not(.Selected) > td {
    background-color: var(--HoverColor);
}

    .InfoTable tbody > tr:hover:not(.NoHover):not(.NoHover):not(.dropdown-menu):not(.datepicker):not(.timepicker):not(.col-md-6):not(.Selected) td .dropdown-menu {
        background-color: white;
    }

.AuthList {
    left: 171px;
}

.ilb{
    display:inline-block;
}

.Textlabel {
    color: white;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 4px;
    display:inline-block;
}

.HeaderRow {
    border-top-style: none;

}

.SearchCriteriaRow {
    
}

.InfoTable .Selected:hover {
    background-color: steelblue;
    font-weight: bold;
    color: yellow;
}

.MenuBtn {
    width: 100%;
    height:40px;
}

.ExpMenuOpt {
    width: calc(100% - 20px);
}

.dropdown-menu {
    color: black;
    background-color: white;
}

    .dropdown-menu:hover {
        color: black;
        background-color: white;
    }

.InfoTable thead {
    background-color: transparent;
    color:black;
    font-weight:bold;
    text-align:center;
}

.InfoTable > tbody {
    background-color: white;

}

.InfoTable tfoot {
    background-color: white;
}

    .InfoTable tfoot.AggregateFooter {
        background-color: var(--TitleBarColor);
    }

.ScollingTable {
    height: 100%;
}

.ScollingTable > tbody {
    display: block;
    height: 50px;
    overflow: auto;
    height:100%;
}

.ScollingTable tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ScrollingTable {
    height: 100%;
    min-height: 150px;
}

    .ScrollingTable > tbody {
        display: block;
        height: 50px;
        overflow: auto;
        height: 100%;
    }

    .ScrollingTable tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-bottom-style: solid;
        border-bottom-color: #d3d3d330;
        border-bottom-width: 1px;
        min-height: 35px;
        -webkit-app-region: none;
    }

.SearchResults > .ScrollingTable{
    min-height:unset;
    max-height:unset;
    height:unset;
    overflow:visible;
}

.ForecastRowsFields {
    display: inline-block;
    overflow: hidden;
}

.ForecastTable {
    width: unset;
}

.ForecastColumnFields {
    margin-left: 0px;
    height: 136px;
}

.PortHeader {
    max-width: 100%;
    overflow: hidden;
}

.PortDetail {
    max-width: 100%;
    overflow: hidden;
}

.grey {
    background-color: lightgrey;
}

.red {
    background-color: lightcoral;
}

.green {
    background-color: lightgreen;
}



.filler {
    min-width: 4px;
    max-width: 4px;
    width: 4px;
}

.ProjectTotalsGrid {
    display: inline-block;
}

.WeekTotalsGrid {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ForecastRow {
    text-align: center;
    max-width: 90px;
    max-height: 26px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ForecastCol {
    max-width: 90px;
    min-width: 90px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    height: 26px;
}

.ForecastRows {

}

.ForecastGrid {
    display: inline-block;
    position: relative;
    overflow: auto;
    max-height: unset;
    vertical-align: top;
}

.ForecastColumn {
    display: inline-block;
}

.TaskName {
    text-align: left;
}

.TaskNumDiv {
    min-width: 65px;
    max-width: 65px;
    height: 24px;
    max-height: 26px;
    overflow: hidden;
}

.TaskNameDiv {
    min-width: 120px;
    text-align: left;
}

.ResourceAvg {
    display: inline-block;
    text-align:center;
}

.ResourceMin {
    display: inline-block;
    text-align: center;
}

.ResourceMax {
    display: inline-block;
    text-align: center;
}

.StatTypeRadio{

}

.StatTypeLabel {
    color: white;
}

.ControlSearchField {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.SystemName{
    font-weight:bold;
}

.ResourceName {
    padding-left: 15px;
    width: 323px;
}

.SelectedTree {
    background-color: steelblue;
    font-weight: bold;
    color: white;
    padding:3px;
    border-radius:5px;
}

.TreeOption {
    padding: 3px;
    border-radius: 5px;
}

.MainGroup {
    margin-left: 20px;
    margin-right: 20px;
}



.tab {
    overflow: hidden;
    border: 1px solid var(--TitleColor);
    background-color: var(--TitleColor);
    padding-left: 15px;
}

    .tab button:not(.btn) {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        color: white;
        font-size: 12px;
        margin-top: 3px;
        background-color: unset;
    }



    .tab a:not(.btn) {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        color: white;
        font-size: 12px;
        margin-top: 3px;
    }

.MenuIcon {
    margin-right: 5px;
}

.AreaSubMenu {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: whitesmoke;
    padding-top: 2px;
    background-color: unset;
    border: none;
}



.FormPageNav {
    display: inline-block;
    height: calc(100% - 20px);
    width: 210px;
    vertical-align: top;
    background: lightblue;
}

.FormPages {
    display: inline-block;
    height: calc(100% - 20px);
    width: calc(100% - 310px);
    vertical-align: top;
}

.TablePages {
    display: inline-block;
    height: calc(100% - 20px);
    width: calc(100% - 380px);
    vertical-align: top;
}

.FormPageSelect {
    padding: 12px;
    font-weight: bold;
    border-color: lightskyblue;
    border-style: solid;
    border-width: .5px;
}

.pageselected {
    background-color: lightskyblue;
}

.FormFieldHeader {
    font-weight: bold;
    border-bottom-style: none;
    border-bottom-color: var(--SubTitleColor);
    text-align: center;
    padding: 5px;
    background-color: var(--SubTitleColor);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 15px;
}

.FormField {
}

.FormLine {
}

.FormLine {
    text-align: center;
    border-bottom-style: none;

}

.AddSheetRow {
    display: inline-block;
}

.DeleteSheetRow {
    display: inline-block;
}

.NavButtonsContainer {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.NavButtonsSections {
}

.formnavbutton {
    height: 50px;
    width: 200px;
    margin: 8px;
}

.ButtonNext {
}

.FormGroup {
    width: calc(100% - 10px);
    background-color: white;
}

.FormGroupContainer {
    vertical-align: top;
}

.FormField {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 100px;
    text-align: left;
}

.FieldValue {
}

.RecordLiteForm{
    overflow:auto;
    height:65%;
}

.FormFieldHeaderHorizantal {
    text-align: right;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--TitleBarColor);
    background-color: var(--SubTitleColor);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 25px;
    padding-left: 25px;
    max-width: 90px;
}

.FormPageTitle {
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--HoverColor);
    background-color: aliceblue;
}

.NavButtonsSections {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: grey;
}

.FormGroupDivider {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: grey;
}

.TablePages{
    border-radius:5px;
}

.FormFileField {
    display: inline-block;
}

.TodayLabel {
    background-color: var(--HoverColor);
    color: black;
}

.FurtureDayLabel {
    background-color: lightgreen;
    color: black;
}

.CrossTabInfo{
    color:black;
}

.FooterBox {
    position: absolute;
    opacity: 25%;
    bottom: 0px;
    width: 100%;
    text-shadow: 2px 2px 1px white;
    font-size: 11px;
}

.footertext {
    opacity: 25%;
    text-shadow: .5px .5px 1px white;
    font-size: 11px;
}

option{
    color:black;
}


.FooterLeft {
    float: left;
    position: absolute;
    bottom: -9px;
}

.FooterRight {
    float: right;
    position: absolute;
    bottom: -9px;
    right:0px;
}


.childframe {
    position: absolute;
    background-color: transparent;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
}

.FrameTopBorder {
    height: 5px;
    width: calc(100% - 0px);
    vertical-align: top;
    position: absolute;
    top: 0px;
    left: 0px;
}


.FrameMiddle {
    height: calc(100% - 1px);
    background-color: #151d1e80;
    display: inline-block;
    width: calc(100% - 0px);
    vertical-align: top;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.windowmaximized {
    border-radius: 0px;
}


    .windowmaximized .FrameMiddle {
        height: calc(100% - 0px);
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .windowmaximized .FrameMiddle .FrameTitle {
        border-radius: 0px;
    }

        .windowmaximized .FrameMiddle .FrameTitle .iframeWindow {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

.FrameTitle {
    height: 40px;
    background-color: var(--TitleBarColor);
    color: whitesmoke;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.FrameLeftBorder {
    height: calc(100% - 8px);
    display: inline-block;
    width: 5px;
    position:absolute;

}
    .FrameLeftBorder:hover {
        cursor: ew-resize;
    }

.FrameRightBorder {
    height: calc(100% - 8px);
    display: inline-block;
    width: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.FrameBorder {
    background-color: transparent;
    backdrop-filter: none;
}

.FrameBottomBorder {
    height: 5px;
    position: absolute;
    width: calc(100% - 0px);
    display: inline-block;
    bottom: 0px;
    top: calc(100% - 5px);
    left: 0px;
}

    .FrameBottomBorder:hover{
        cursor:ns-resize;
    }

.iframeWindow {
    height: 100%;
    width: calc(100% - 0px);

    
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.PageLoading {
    background: url(/LoadingV2.gif) center center no-repeat;
    background-size: 200px 200px;
}

    .PageLoading .pagespecific {
        opacity: 25%;
    }

.IFrameLoading {
    background: url(/LoadingV2.gif) center center no-repeat;
    background-size: 200px 200px;
}

    .IFrameLoading .pagespecific {
        opacity: 25%;
    }

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #cccccc30;
    white-space: nowrap;
    font-family: sans-serif;
    background: #5e5e5ea3;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    font-size: 14px;
    backdrop-filter: blur(25px);
}

    /* Each of the items in the list */
    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
        transition: all .3s ease;
        user-select: none;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }

.SearchResults {
    position: absolute;
    background-color: #5e5e5ea3;
    border-style: solid;
    border-width: 1px;
    min-width: 600px;
    font-size: 12px;
    color: black;
    z-index: 1000;
    backdrop-filter: blur(15px);
    max-height: 500px;
    overflow: auto;
    border-radius: 10px;
}
    .SearchResults tbody > tr:hover:not(.NoHover) td {
        background-color: var(--HoverColor);
    }



.LookupSearchBox {
    border-style: solid;
    border-width: 1px;
    border-color: #8080806b;
    background-color: #f5f5f5e6;
    border-radius: 10px;
    height: 35px;
    width: 250px;
}

.BorderCornerVert {

}


.BorderCornerVert {
    height: 20px;
    width: 100%;
    background: #a9a9a900;
}

.BorderCornerHorz {
    height: 100%;
    width: 20px;
    display: inline-block;
    background: #a9a9a900;
    vertical-align: top;
}

.FrameTopBorderCrnrNW {
    vertical-align: top;
}

    .FrameTopBorderCrnrNW:hover {
        cursor: nw-resize;
    }

.FrameLeftBorderCrnrNW {
    vertical-align: top;
}

    .FrameLeftBorderCrnrNW:hover {
        cursor: nw-resize;
    }

.FrameTopBorderCrnrNE {
    vertical-align: top;
}
    .FrameTopBorderCrnrNE:hover {
        cursor: ne-resize;
    }

.FrameRightBorderCrnrNE {
    vertical-align: top;
}

    .FrameRightBorderCrnrNE:hover {
        cursor: ne-resize;
    }



.FrameLeftBorderCrnrSW {
    vertical-align: bottom;
}

    .FrameLeftBorderCrnrSW:hover {
        cursor: sw-resize;
    }


.FrameRightBorderCrnrSE {
    vertical-align: bottom;
}

    .FrameRightBorderCrnrSE:hover {
        cursor: se-resize;
    }


.BorderCenterVert {
    height: calc(100% - 40px);
    width: 100%;
    background: #a9a9a900;
}

    .BorderCenterVert:hover {
        cursor: ew-resize;
        
    }

.FrameBottomBorderCrnrSW{

}

    .FrameBottomBorderCrnrSW:hover {
        cursor: sw-resize;
    }

.FrameBottomBorderCrnrSE {
}

    .FrameBottomBorderCrnrSE:hover {
        cursor: se-resize;
    }

.BorderCenterHorz {
    width: calc(100% - 40px);
    height: 100%;
    background: #a9a9a900;
    display: inline-block;
    vertical-align: top;
}
    .BorderCenterHorz:hover {
        cursor: ns-resize;
    }


button{
    color:unset;
}

.MenuVisible {
    z-index: 1000;
    top:74px;
}

.BtnStnrd {
    background-color: #ffebcd2b;
    color: white;
    height: 22px;
    min-width: 60px;
    height: 35px;
    border-radius: 5px;
}
.BtnStnrdLarge {
    height: 50px;
    width: 196px;
    margin: 5px;
    background-color: #a1a1a18f;
    vertical-align: middle;
    color: white;
    padding: 6px;
    backdrop-filter: unset;
    word-wrap: break-word;
    overflow: hidden;
    white-space: unset;
    position: relative;
}

    .BtnStnrd:hover {
        background-color: var(--HoverColor);
        
    }

.FrameButton {
    width: 25px;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
}

.windowminimized {
    width: 255px;
    border-radius: 0px;
}

    .windowminimized .LeftControls {
        display:none;
    }

    .windowminimized > .FrameMiddle {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .windowminimized > .FrameTitle {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .windowminimized > .FrameMiddle > .FrameTitle {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        padding-top: 6px;
    }



    .TextColorGreen {
        color: darkgreen;
        font-weight: bold;
    }

.TextColorRed {
    color: darkred;
    font-weight: bold;
}

.MinimizedFrameTitle {
    left: 6px;
    position: relative;
    text-align: left;
    right: unset;
    width: 122px;
    float: left;
    max-width: calc(100% - 98px);
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
}

.GenericConfigDetails {
    height: calc(100% - 120px);
}

.MainList{
    height:100%;
}

#ScheduleJobsList {
    height: 100%;
}

.PowerIcon {
    color: darkkhaki;
}

.Power-ON {
    color: #0dc60d;
}

.Power-OFF {
    color: red;
}

.Power-PAUSED {
    color: orange;
}

.HoverRow:hover {
    background-color: var(--HoverColor);
}


.windowminimized:hover {
    background-color: var(--HoverColor);
}


.MobileSelectMenu {

    border-style: solid;
    border-radius: 0px;
    padding: unset;
    padding-top: 5px;
    padding-bottom: 35px;
    background: #000000a6;
    border-width: 1px;
    border-color: black;
    color: white;
    padding-left: clamp(0px, calc(50% - 160px), 63px);
    padding-right: clamp(0px, calc(50% - 160px), 63px);
    min-width: 320px;
    width: 100%;
    backdrop-filter: blur(7px);
    height: 100%;
    overflow: auto;
    border-top-style: none;
}

.MobileSelectSection {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-app-region: none;
}

.MobileSelectBack > .MobileMenuSelectButton {

}

.MobileMenuSelectButton {
    background-color: #4b4a438a;
    opacity: 100%;
    width: 100%;
    margin: 4px;
    color: white;
    height: 45px;
    font-size: 20px;
    padding-top: 7px;
}

    .MobileMenuSelectButton::selection {
        color: white;
    }



.MobileSelectBack > .MobileNavButton {
}

.MobileNavButton {
    background-color: #4b4a438a;
    opacity: 100%;
    width: 100%;
    margin: 4px;
    color: white;
    height: 45px;
    font-size: 20px;
    padding-top: 6px;
}

    .MobileNavButton::selection {
        color: white;
    }

.MobileSelectBack {
    width: 100%;
    height: unset;
    overflow: hidden;
    padding-top: unset;
    padding-bottom: unset;
    margin-bottom: 0px;
}

.MobileMenuSelectBackButton {
    height: 30px;
    font-size: 15px;
}

.PageTabNav{
    padding:9px;
}


.MenuGroup {
    padding: 10px;
}

.GroupTitle {
    font-weight: bold;
    text-decoration: underline;
}

.GroupOptions {
    
}

.MenuGroupOption {
    padding-left: 10px;
    padding: 4px;
    border-radius:5px;
}

    .MenuGroupOption:hover {
        background-color: var(--HoverColor);
    }


input, button, select, textarea {

    font-size: 12px;

}


.FrameOverLayModal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #44435459;
    opacity: unset;
    z-index: 5;
    backdrop-filter: blur(3px);
}

.FrameOverLay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #444354;
    opacity: .7;
}

.FrameDisplayModal {
    top: 90px;
    position: fixed;
    width: 100%;
    left: 0px;
    position: relative;
    background-color: #343434cf;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: solid;
    border-color: black;
    overflow: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: solid;
    border-right: solid;
    min-height: 400px;
    backdrop-filter: blur(8px);
    z-index: 100000;
    border-width: 1px;
    padding: 25px;
}

.ModalTable{
    color:white;
    margin-top:15px;
    margin-bottom:15px;

}

.DarkModal {
    color: white;
}

.WhiteHeader {
    color: white;
}

.h4Title {
    text-align: center;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:grey;
    font-weight:bold;
}

.ModelTableColor {
    background-color: transparent;
}

.ModalTable tbody {
    background-color: white;
}


.ModalTable thead {
    background-color: transparent;
}

.TblLookupResults {
    position: fixed;
    background-color: #0000009e;
    border-style: solid;
    border-width: 1px;
    width: 600px;
    font-size: 12px;
    color: white;
    z-index: 1000;
    backdrop-filter: blur(5px);
    border-color: black;
    border-radius: 10px;
    max-height: 500px;
    overflow: auto;
}


.TblSearchResultRow {
    padding: 5px;

}

.TblSearchResultRow:hover {
    background-color:var(--HoverColor);
}

.WFSearchResultRow {
    padding: 5px;
}

    .WFSearchResultRow:hover {
        background-color: var(--HoverColor);
    }

.TblSearchResultDesc{

}

.SearchResultCheckbox {
    display: inline-block;
    width: 33%;
    color: white;
    text-align: center;
}

.SearchResultKey {
    display: table-cell;
    color: white;
    text-align: center;
    padding-top: 11px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
}

.SearchResultDesc {
    display: table-cell;
    font-weight: normal;
    color: white;
    padding-top: 11px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
}

.SearchResultName {
    display: inline-block;
    width: 66%;
    font-weight: normal;
    color: white;
}

.SearchRowContainer {

}

.AuthorizationSelect{
    position:relative;
}

.bottomnavbar {
    width: 100%;
    background-color: #151d1eb0;
    backdrop-filter: blur(5px);
    border-top-style: solid;
    border-top-color: black;
    BORDER-TOP-WIDTH: 1PX;
    bottom: 0px;
    position: absolute;
    height: 35px;
}


.TreeListField {
    display: inline-block;
}


.TreeListLine {
    list-style-type: none;
}


.TreeListHeader {
    display: inline-block;
    background-color: unset;
}


.TreeListParentHeader {
    display: inline-block;
    background-color: var(--SubTitleColor);
    width: 100%;
}


.TreeListChildHeader {
    display: inline-block;
    background-color: var(--SubTitleColor);
    width: 100%;
}



.TreeListRoot {
    list-style-type: none;
    padding-inline-start: 0px;
}


.ChildTreeNode {
    padding-inline-start: 20px;
}

.TreeListControls{


}

.TreeListFirstField{


}

.TreeListAddField{

}

.TreeListFields {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: lightgrey;
}

    .TreeListFields:hover {
        background-color: var(--HoverColor);
    }


.caret{

}

.caret::before {
    content: "\2b";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.caret-down::before {
    content: "\2212";
}

.TreeDetailLIContainer {
    height: calc(100% - 87px);
}

.TreeDetailULContainer {
    list-style-type: none;
    padding-inline-start: 0px;
}

.TreeOpenClose {
    font-size: 16px;
    font-weight: bold;
}

.TreeOpen:after {
    content: "\2b";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.TreeClose:after {
    content: "\2212";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.TreeHeaderFields {

}

.TreeRecords{
    background-color:white;
}

.ListRecords {
    background-color: white;
}

.FSItem {
}

.filetable {

    background-color:white;
}


.FileContents{
    background-color:white;
}

.WidthToRight{


}

.MaxWidthHeight{
    height:100%;
    width:100%;
}


.FrozenColumnKey{
    display:inline-block;

}

.FrozenColumnTop {
    display: inline-block;
    overflow:hidden;
}

.FrozenColumnLeft {
    display: inline-block;
    overflow: hidden;
}

.FrozenColumnMain {
    display: inline-block;
}

.ForecastCol {
    max-width: 30px;
    min-width: 30px;
    border-style: none;
    border-width: 1px;
    border-color: lightgray;
    height: 26px;
}

.ButtonLinkName {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.Subpage {
    background-color: transparent;
    color: white;
    border-radius: 0px;
    padding-top: 4px;
}

.SubpageHorz {
    height: 35px;
}

    .Subpage:hover {
        background-color: var(--HoverColor);
        color: white;
    }

.LinkActive {
    background-color: transparent;
    border: none;
}

.activetablink {
    background-color: var(--SubTitleColor);
}

.SubpageFirst {
    padding-left: 15px;
}


.SubpageLast {
    padding-right: 15px;
}

.NavButtonContainer {
    height: 100%;
}

.PageTabNav {
    padding: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

.PageTabNavHorz {
    padding: 0px;
    padding-left: 14px;
    padding-right: 14px;
    height: 100%;
}



    .PageTabNavHorz:first-child {
        padding-left: 15px;
    }

    .PageTabNavHorz:last-child {
        padding-right: 15px;
    }

a.BtnStnrd {
    padding-top: 7px;
}

.BtnActionStnrd {
    border-radius: 0px;
}

    .BtnActionStnrd:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 15px;
        min-width: 65px;
    }

    .BtnActionStnrd:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-right: 15px;
        min-width: 65px;
    }

textarea.form-Control-Grid {
    width: 100%;
    min-height: 35px;
    text-align: left;
}

.PageBackground{
    height:100%;
    width:100%;
}

.HeaderSearchLabelText {
    color: white;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #ffebcd2b;
    padding-top: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

.HeaderSearchLabelForm {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height:30px;
}

.LookupSearchResultTable{
    width:100%;
}

.SearchRowContainer {
    background-color: transparent;
}

.MultiSelectCheckBox{
    height:unset;
}

.ConfigContainer{
    background-color:white;
}

.AddDetailRecordRow {
    border-top-style: solid;
    border-top-color: lightgrey;
    border-top-width: 1px;
    padding-top: 5px;
    margin-top: 5px;
}

.AddDetailRecordCell {
    padding-top: 14px;
}

.ExpSubMenuTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    display: inline-block;
    width: 125px;
    text-align: right;
    margin-right: 5px;
}

.ExpSubMenuTitleDivider {
    border-bottom-style: solid;
    border-bottom-width: .5px;
    border-bottom-color: #d1d1d11c;
    display: inline-block;
    width: calc(100% - 205px);
    vertical-align: top;
    margin-top: 14px;
}

.SearchRecordPage {
    width: 100%;
    height: 100%;
}

.RecordActionContainer {
    color: white;
    background: #000000a6;

}

.RecordActionContainerMobile {
    overflow: auto;
    width: 100%;
    max-height: calc(35% - 48px);
    background: #000000a6;
    position:absolute;
    bottom:0px;
}

    .CloseMobilePage {
        height: 28px;
        display: block;
        color: white;
        font-size: 23px;
        margin: 10px;
    }

.ActionMenuBtn {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #76766f6e;
    backdrop-filter: blur(5px);
    width: calc(100% - 25px);
    height: 35px;
}

    .ActionMenuBtn:hover {
        background-color: var(--HoverColor);
    }

.RecordActionMenuBtn {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #76766f6e;
    backdrop-filter: blur(5px);
    width: calc(100% - 25px);
    height: 35px;
}

    .RecordActionMenuBtn:hover {
        background-color: var(--HoverColor);
    }

.disableonclick{

}

.clickdisabled {
    pointer-events: none;
    opacity: 65%;
}


    .clickdisabled > span {
    
        display:none;
    
    }
        .clickdisabled > i {

    opacity: 65%;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    animation: fa-spin 2s infinite linear;
}

    .clickdisabled > i:before {
        content: "\f1ce";
    }

.windowminimized > .FrameMiddle > .FrameTitle {
    background-color: #00000054;
}

.windowminimized > .FrameMiddle  {
    border-radius: 0px;
}


.splitchildframe {
    width: 100%;
    height: 50%;
    border: none;
}

.ResizeBarNS {
    background-color: #3f3f3f;
}

.ResizeBarNS:hover {
    cursor: n-resize;
    background-color:darkslategrey;
}

.MainWindowControls {
    -webkit-app-region: none;
    position: absolute;
    top: 0px;
    left: calc(50% - 40px);
    width: 80px;
    height: 27px;
    border-style: solid;
    border-color: darkgrey;
    border-top-style: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 1px;
    overflow: hidden;
    background-color: rgb(24 24 24);
}

.MainWindowBtn {
    color: lightgrey;
    font-size: 16px;
    text-align: center;
    width: 33%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #4b4b4b;
    padding-top: 3px;
}

    .MainWindowBtn:hover {
        background-color: var(--TitleColor);
    }

.MainWindowMinimize {
    color: lightgrey;
    font-size: 16px;
    text-align: center;
    width: 33%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #4b4b4b;
    padding-top: 3px;
}

    .MainWindowMinimize:hover {
        background-color: var(--TitleColor);
    }

.MainWindowRefresh {
    color: lightgrey;
    font-size: 16px;
    width: 34%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #4b4b4b;
    padding-top: 3px;
}
    .MainWindowRefresh:hover {
        background-color: var(--TitleColor);
    }

.MainWindowZoomIn {
    color: lightgrey;
    font-size: 16px;
    width: 34%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #4b4b4b;
    padding-top: 3px;
}

    .MainWindowZoomIn:hover {
        background-color: var(--TitleColor);
    }

.MainWindowZoomOut {
    color: lightgrey;
    font-size: 16px;
    width: 34%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #4b4b4b;
    padding-top: 3px;
}

    .MainWindowZoomOut:hover {
        background-color: var(--TitleColor);
    }

.MainWindowClose {
    color: lightgrey;
    font-size: 16px;
    width: 33%;
    padding-top: 3px;
}

    .MainWindowClose:hover {
        background-color: var(--TitleColor);
    }

.ChildWindowFrame {
    border-radius: 10px;
    background-color: #000000a6;
}

.WindowMaximixed {
    border-radius: 0px;
}


.Status-Running {
    background-color: #90ee9054;
}

.Status-Released {
    background-color: #90ee9054;
}

.Status-Complete {
    background-color: darkgreen;
    color:white;
    font-weight:bold;
}

.RowID-Complete {
    background-color: #90ee9054;
    font-weight: bold;
}

@keyframes placeHolderShimmer {
    0% {
        background-position-x: 0vw;
    }

    100% {
        background-position-x: 100vw;
    }
}

.RowID-Running {
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, transparent 8%, #00800061 18%, transparent 33%);
    -webkit-backface-visibility: hidden;
}

.MobilePageSpecific {
    -webkit-app-region: drag;
}