/*
-- all commented out

.appTab {
color: black !important;
}

#navDiv {
   font-size: 0.8em;
   opacity: 0.5;
}

.activeTab {
top: 1px;
    position: relative;
    padding-left: 0.4em;
    padding-right: 0.4em;
    display: inline;
    border-top: 3px solid #7f9bea;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid white;
    background-color: transparent;
}

.tabsBackground {
    background-color: transparent;
    display: block;
    white-space: nowrap;
    padding-top: 10px;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
}

.inactiveTab {
    padding-left: 0.3em;
    padding-right: 0.3em;
    display: inline;
    opacity: 0.85;
    color: inherit;
}

.appTab {
    font-size: 1.0em;
    font-weight: normal;
    margin-left: 4px;
    margin-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: inherit;
    opacity: 0.7;
    border-radius: 7px;
}

.appTab:hover {
}

.bodyBackground {
background-color: transparent;
}

#topbit {
background-color: white;
box-shadow: rgb(233 229 229 / 46%) 0px 2px 10px;
    border-bottom: 1px solid rgb(235, 233, 233);
}

.inactiveTab:hover {
    background-color: #a5b9ee80;
}

#apptitle {
color: #797777;
}

h1 {
color: black;
}

.autoexpandTabs .selected .buttonTab {
       background-color: transparent;
       border-radius: 0px;
}

.selected > .buttonTab {
    border-top: 3px solid #f17c2d;
}

.autoexpandTabs {
    padding-top: 1em;
}

#inlineact {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#inlineact .formHeader {
    color: white;
}

#inlineact .formHeaderColor {
    background-color: royalblue;
    visibility: visible !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#inlineact .formCloseButton {
   background-color: transparent;
   right:15px;
  color: white;
}

#inlineact .formCloseButton:hover {
   background-color: silver;
  color: black;
}

*/
