body {
  background-color: #fff;
  color: #000;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 9pt;
  height: 100%;
  margin: 0;
  margin: 0px;
  text-align: left;
}

.env-ribbon {
  position: fixed;
  top: 30px;
  right: -60px;        /* push further out */
  z-index: 10000;

  width: 240px;        /* make it longer */
  text-align: center;

  background: rgba(176, 0, 32, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;

  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  pointer-events: none;
}

.login-page {
  text-align: center;
}

.login-panel {
  width: 430px;
  margin: 60px auto 8px auto;
}

.login-panel .nav-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.auth-logo {
  display: block;
  max-width: 390px;
  height: auto;
  margin: 0 auto 8px auto;
}

.login-panel .auth-title {
  font-size: 1.8em;
  line-height: 1.25;
  margin-top: 2px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.login-panel .auth-title .largecap {
  font-size: 1em;
  font-weight: bold;
}

.login-panel input[type="text"],
.login-panel input[type="password"] {
  width: 245px;
}

.login-spacer td {
  height: 6px;
  padding: 0;
  line-height: 6px;
}

th.login-label {
  font-weight: normal;
  padding-left: 8pt;
  padding-right: 8pt;
}

td.login-input {
  padding-left: 8pt;
  padding-right: 8pt;
}

.login-action-row td {
  padding-top: 10px;
}

.login-secondary {
  margin-top: 6px;
  font-size: 8pt;
}

.login-help {
  text-align: left;
  line-height: 1.3;
}

.loginerror {
  color: #b00020;
  font-weight: bold;
}

.session-expired .bodycontent {
  opacity: 0.45;
}

.session-expired input,
.session-expired select,
.session-expired textarea,
.session-expired button {
  pointer-events: none;
}

#session-expired-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  padding: 8px;
  text-align: center;
  background-color: #95B7CB;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

#session-expired-banner a {
  margin-left: 12px;
}

p {
  margin: 0px;
}

a, a:visited
{
  color: #00f;
  text-decoration: none;
}
a:hover
{
  color: #000;
  text-decoration: underline;
}       

tr.titlebar {
  border-collapse: collapse;
  border-left: 0px hidden;
  border-right: 0px hidden;
}

tr.actionbar {
  border-collapse: collapse;
  border-bottom: 0px hidden;
  border-left: 0px hidden;
  border-right: 0px hidden;
}

tr.actionbar td {
  padding-top: 8px;
  text-align: center;
}

td {
  font-size: 10pt;
  padding-left: 5pt;
  padding-right: 5pt;
  border-color: #000000;
}

textarea {
  font-size: 10pt;
}

select.select-wide,
.select-wide {
  width: 420px;
}

.select-wide.select2-hidden-accessible + .select2-container {
  min-width: 420px;
}

.select2-results__option {
  white-space: nowrap;
}

.select2-selection__rendered {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.bodycontent {
  vertical-align: top;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

td.border {
  font-size: 10pt;
  padding-left: 5pt;
  border-color: #000000;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
}

th {
  font-size: 10pt;
  padding-left: 10pt;
  padding-right: 10pt;
  text-align: center;
  border-color: #000000;
}

th.showcust, 
th.showadsl,
th.cell-label-top {
  font-size: 10pt;
  padding-right: 10pt;
  text-align: right;
  vertical-align: top;
  color: #000000;  
  background-color:#95B7CB;
  border-color: #000000;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
}

th.fieldname, 
th.login,
th.cell-label {
  padding-right: 10pt;
  text-align: right;
  vertical-align: middle;
  color: #000000;
  background-color:#95B7CB;
  border-color: #000000;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
}

th.fieldname.optional {
  color: #666666;
  font-weight: normal;
}


table {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #000000;
}

.table-form,
.table-list,
.data-table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #000;
}

.tablebg0,
.field-row,
.data-table-row { 
  color: #000000;  
  background-color:#D3DEE4;
  border-color: #000000;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
} 

.tablebg1,
.data-table-header { 
  color: #000000;  
  background-color:#95B7CB;
  border-color: #000000;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
} 

.layout-table {
  width: 90%;
  margin: 0 auto;
}

.layout-main,
.layout-side {
  vertical-align: top;
}

.layout-main {
  width: 50%;
  /* display: flex; */
}

.table-form,
.table-list,
.data-table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #000000;
}

.table-list th,
.table-list td,
.data-table th,
.data-table td {
  border: 1px solid #000;
}

.cell-label,
.cell-label-top {
  padding-right: 10pt;
  color: #000000;
  background-color: #95B7CB;
  border-color: #000000;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
}

.cell-label {
  text-align: right;
  vertical-align: middle;
}

.cell-label-top {
  text-align: right;
  vertical-align: top;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.nav, .leftbar
{
  background-color: #D3DEE4;
  color: #000000;
  vertical-align: top;
  min-height: 100vh;
}

.nav a,.nav a:visited
{
  color: #00f;
  text-decoration: none
}

.nav a:hover
{
  color: #00f;
  text-decoration: underline
}

.leftbar ul
{
  margin: 0 0 0.5em 1em; 
  padding: 0; 
  list-style: disc outside; 
}

.leftbar ul li
{
  margin: 0 0 0 0; 
  padding: 0; 
  list-style-type: circle;
}

.leftbar ul ul 
{ 
    margin: 0 0 0.5em 0.5em; 
    padding: 0; 
    list-style: circle outside; 
}

.navtitle
{
  margin-top: 4px;
  font-weight: bold;
}


/* NAVIGATION */
   /* The entire nav bar */
   UL#navbar {  padding-left: 0px; }

   /* Navigation headers */
   LI.navtitle  { padding: 3px; cursor: pointer; }
   LI.open:before  { content: '\2013  '; }
   LI.closed:before  { content: '+ '; }

   /* Navigation lists */
   UL.hidden { display: none; }

   /* Navigation sub-lists */
   UL#navbar UL {  padding-left: 1em; padding-bottom: 1em; }
   UL#navbar UL LI { list-style: none; }
   UL#navbar UL LI:before { content: '\00BB  '; }



/* Google Maps Info Window */
div.iw_site_name {
  text-align: center;
  font-size: 18px;
}

table.iw_site_info {
  width: 100%;
}
 
table.iw_site_info th {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}

table.iw_site_info td {
  vertical-align: top;
  text-align: left;
}

.nav-header {
  text-align: center;
  padding: 12px 6px 10px 6px;
  border-bottom: 1px solid #9aa8b3;
  margin-bottom: 8px;
}

.site-logo {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 0 auto 1px auto;   /* ↓ reduce bottom margin */
}

.logotext {
  margin-top: 0;             /* ↓ remove extra gap */
  font-size: 0.8em;
  line-height: 1.2;
  color: #222;
}

.largecap {
  font-size: 1.2em;
  font-weight: bold;
}
/*
.logo
{
        background-color: #D3DEE4;
        color: #00f;
        font-size: 16pt;
}

div.logotext
{
        color: #00f;
        font-size: 10px;
	font-style: italic;
	font-weight: bold;
        padding-bottom: 10px;
}

.largecap
{
        font-size: 18px;
	font-style: italic;
	font-weight: bold;

}
*/
