
:root {
   --swob-teal: #009688;

   /*--swob-teal: blue!important; */

   --swob-light-grey: #f1f1f1;
   --swob-medium-grey: #aeb2b2;
   --swob-grey: #c7c6c6;

    /* --swob-light-grey: blue;*/
    --swob-warning:   crimson;
    --swob-ok:  rgba(11, 203, 11, 0.5);
    --swob-undecided:  orange;
    --Swob-select: white;
}

/* Elements */
.swob-bodyTextPage {
    background-color:var(--swob-light-grey);
    width: 80em;
    font-size: 1em;
}

.swob-bodyTreePage {
  background-color:var(--swob-light-grey);
  width: 400%;
}

.swob-bodyHelp {
  background-color:var(--swob-light-grey);
  width: 80em;
}

select {
    background-color: var(--Swob-select);
    padding:8px 16px;
    width:100%;
}



.projectUnchanged img {
  content: url(../Images/SaveDatabase.png);
}
.projectChanged img {
  content: url(../Images/SaveDatabaseChanged.png);
}

/****************/
/* Documentation */
/****************/

.D-HelpContainer {
  white-space: nowrap;
  background-color: var(--swob-light-grey);
  width: 80em;
  padding: 0;
  margin: 0;
  line-height: 130%;
}

.D-HelpDrawingArea{
    display: inline-block;
    height: 85%;
    /* background-color:lightgray;  */
    padding:0;
}

/* Navigation area */
.D-NavigationContainer {
 white-space: nowrap;
 background-color: lightgray;
 width:14em;
}

.D-NavigationScrollArea {
  display: inline-block;
  height: 102%;
  overflow-y: auto;
  /* background-color: black; */
  vertical-align: top;
}

/*  document */
.D-DocumentScrollArea {
  display: inline-block;
  height: 100%;
  overflow-y: scroll;
  white-space: normal;
  /* background-color: black; */
}

.D-DocumentText {
  background-color: var(--swob-light-grey);
  margin:0.0em;
  /* width:72em;  */
 }



/* Individual elements */
.D-ulnav {
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  margin-left: 0.5rem;
  list-style-type: none;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

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

.D-h1 {
  font-size: 2em;
  font-weight: bold;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  padding-top: 4em;
}

.D-h2 {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  padding-top: 1em;
}

.D-h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  padding-top: 0.5em;
}

.D-h4 {
  text-align: left;
  font-size: 1.0em;
  font-weight: bold;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}


.D-h5 {
  font-size: 1em;
  font-weight: bold;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}

.D-p {
  margin: 0.4em;
  width: 60em;
  text-align: justify;
}

.D-li {
  margin-top: 0;
  text-align: justify;
}
.D-liContent {
  width: 61em;
  text-align: justify;
}

.D-pc {
  display: inline-block;
  padding:0;
  margin: 0.0em;
  width: 58em;
  text-align: justify;
  vertical-align: top;
}

.D-n {
  font-style: italic;
  padding-left: 0.5em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  margin-left: 0.1rem;

  margin-top: 0.1rem;
  margin-bottom: 0.1rem;

  width: 58em;
}

.D-ul {
  padding-left: 2em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  margin-left: 0.5rem;
  list-style-type:disc;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.D-aref:visited {
  color:var(--swob-teal);
}

.D-aref:hover {
  color:darkgray;
}

.D-aref:active {
  color:blue;
}

.D-aref:link {
  background-color: transparent;
  color:black;
}


.D-icon {
  width:1.5em;
background-color: var(--swob-teal);
}

.D-img {
  width:61em;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  margin:1em;
  text-align:center;
}

.D-img img {

  /* width: 40%; */
  height: auto;
  display:block;
  margin: 0px auto ;
  padding-top: 1em;
}

.D-img p {
  border-top: var(--swob-grey);
  margin-top: 0px ;
  /* margin-bottom: 0em; */
}

/*********************/
/* Page Appearance */
/*********************/
.swob-header {
    background-color: var(--swob-teal);
}

.swob-button {
    background-color: var(--swob-teal);
}

.swob-warning {
    color: var(--swob-warning);
}

.swob-correct {
    color: var(--swob-);
}

.swob-undecided {
    color: var(--swob-undecided);
}

/*********************/
/*  inputs           */
/*********************/
.swob-select {
  border-color: grey;
  border-width: 2px;
  width: 22em;  /* inserted 23.5.2025*/
}

.input { /* wasn't a good idea to have a class input ... */
  border-color: grey;
  border-width: 2px;
}

/*********************/
/*  header and Navigation bar   */
/*********************/
a.disabled {
  pointer-events: none;
}

.swob-nav {
  background-color:var(--swob-teal);
}

.swob-title {
  margin:0;
  padding-left: 5px;
 background-color:var(--swob-teal);
 width:100%;
}

.swob-dev {
  background-color: red;
  margin:0;
  padding-left: 0;
}

.swob-navmessage {
  margin:0;
  padding-left: 5px;
}

.swob-navbtn {
  background-color:var(--swob-teal);
  margin-left: 1px;
}


.swob-fill {
  background-color:var(--swob-teal);
  color:var(--swob-teal);
  border: 0px;
}

.swob-dropdown:first-child {
  background-color: var(--swob-teal);
}

.swob-navarea {
  margin: 0;
  padding: 0;

  /* overflow: hidden; */
  background-color:var(--swob-teal);
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  box-sizing:content-box;
}

.swob-navul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 0;
}

.swob-navli {
  float: left;
  background-color:var(--swob-teal);
  margin: 0;
  padding: 0;
}

li a:hover {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}


/*********************/
/*  Content          */
/*********************/
#swob-content
{
  min-height: 80em;
}

.swob-QrCode
{
  width:60vw;
}

/*********************/
/*  tool tips        */
/*********************/

.csborder {
  border:solid 1px var(--swob-teal);
}

.cstt {
  -webkit-touch-callout: none;
   user-select: none;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  /* pointer-events: none; */
}

.csdelta{
  user-select: none;
 -webkit-user-select: none; /* webkit (safari, chrome) browsers */
 -moz-user-select: none; /* mozilla browsers */
 -khtml-user-select: none; /* webkit (konqueror) browsers */
 -ms-user-select: none; /* IE10+ */
}

.navtt {
  font-size: 0.8em ;
  width:20em;
  position:absolute;
  left:4em;
  top:-1em;
  z-index:1;
  text-align:left;
  /* white-space: nowrap; */
 display: inline;
 background-color: var(--swob-light-grey);
}


/*********************/
/*  memberlist       */
/*********************/
.swob-memberlist {
    height: 18em;
    width:100%;
    overflow: scroll;
    border: 2px solid grey;
}

.swob-member {
    line-height: 1.1rem;
    margin: 0;
    margin-left:0.4rem;
    padding: 0;
    color:grey;
    background-color: white;
}

.swob-added:before {
    content: "+ ";
    color: var(--swob-ok);
}

.swob-removed:before {
    content: "- ";
    color: var(--swob-warning);
}

/*********************/
/* Swob-Tree general */
/*********************/
.cSwobTree ul {
  list-style-type:none;
  color:"blue";
  margin-left:  0.4rem;
  line-height: 1.1rem;
}

.sttable {
  padding: 0;
  margin: 0rem;
}

.stfirst, .stsecond, .stthird{
  font-weight:normal;
 /* display: inline; */
  vertical-align:top;
  padding: 0;
  padding-right: 0.0rem;
  padding-left: 0.0rem;
  font-size: 1rem;
}

.stli {
  vertical-align: top;
}

.swob-cm-selected {
  background-color: white;
  font-weight: bold;
}

/* .stbtn {
  background-color:#009688;
  font-weight:bold;
  color:  black;
  margin: 0;

  margin-left:0.0rem;
  padding:0rem;
  border: 0cm;
  width:1.1em;
} */

.cstext {
  width:50em;
}

/****************/
/* LatestProjects */
/****************/
#dlgLatestProjects table {
  width:100%;
  margin:0em;
  Padding:0em;
  vertical-align: center;
  text-align: left;
}
#dlgLatestProjects img {

  vertical-align: center;
  width:0.9em;
  margin:0em;
  padding:0em;
}
#dlgLatestProjects th {
  text-align:left;
  font-weight:bold;
  margin:0em;
  Padding:0em;
}

#dlgLatestProjects td {
  text-align:left;
  vertical-align:top;
  font-weight:lighter;
  margin:0em;
  Padding:0em;
}



/****************/
/* Directory tree */
/****************/
#Directory {

  margin-left:-2em;
  margin-top:1em;
}
#directorytooltip {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  display:none;
  text-align:left;
}
#directorytooltip ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
#directorytooltip li {
  margin:0;
  margin-left: 1rem;
}

.Directory .stul {
  list-style-type: none;
  margin-left: -1.4rem;
}

.Directory .stultop {
  list-style-type: none;
  margin-left: -3rem;
}

.Directory .stfirst {
  width: 1.2em;
}

.Directory .stsecond{
  width: 0em;
  white-space: nowrap;
}

.csfavourite {
  line-height: 1em;
  margin: 0;
  padding:0rem;
  border: 0cm;
  height: 0.1rem;
}

.Directory ul {
  list-style-type: none;
  margin-left: -1.7rem;
}

.DirectoryRow {
  display:inline;
}
  /* filled heart: changes, enmpty just favourite */

/****************/
/* Other dialogs */
/****************/
#dlgCheckLogin {
  position: absolute;
  z-index: 999;
  display:none;
  text-align:left;
}

#dlgMessageBox {
  position: absolute;
  z-index: 999;
  display:none;
  text-align:left;
}

/****************/
/* Project tree */
/****************/
#projecttooltip {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  display:none;
  text-align:left;
}
#projecttooltip ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
#projecttooltip li {
  margin:0;
  margin-left: 1rem;
}


.csdelta {
  margin: 0;
  /* margin-left:0.0rem; */
  padding-right:0.1em;
  border: 0cm;
}

.cstext {
    white-space:break-spaces;
}

.csDelta {

  height: 0.9em ;
  vertical-align: middle;
}

.csmygp {
  vertical-align: middle;
}

.btnMYSY img {
  height: 0.9em ;
  vertical-align: middle;
  display:inline;
}

.Project .stultop {
  list-style-type: none;
  margin-left: -3rem;
}

.Project .stul {
  list-style-type: none;
  margin-left: 0.1rem;
}

.Project .stfirst {
  width: 1.2em;
}

.Project .stsecond{
  width: 3em;
  white-space: nowrap;
}
.Project .stthird{
  text-align: left;
  width: 60em;
}



.flex-csmysy img {
  /* width: 3em; */
   height: 1em;
}

/******************/
/*  swob tree 2.0 */
/******************/
.st {
    margin-left:  -2rem;
}

.st ul  {
    list-style-type:none;
    /* margin-left:  0.0rem;  individual for dir and proj */
    margin-top:  0.2rem;
}

.st li {
    margin-left:  -0.1rem;
}

div.stTable
{
  display: flex;
 align-items: baseline;
  /* background-color: DodgerBlue;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 12px;*/
  line-height: 1.4em;
}

div .stTable > div {
    margin-left: 0.0em;
    /* vertical-align: middle; */
}

.stBtn
{
    width : 0.8em;
    height: 0.8em;
    margin-top:0.1em;
  flex-shrink:0;
}

[data-exp='S'] /* no children, Single */
{
    /* no + or - */
    content: url(../Images/Single.png);
}

[data-exp='E'] /* is expanded */
{  /* - */
  content: url(../Images/Minus.png);
}

[data-exp='P'] /* is prepared ( expand causes lazy load */
{  /* - */
  content: url(../Images/Plus.png);
}

[data-exp='C'] /* is collapsed but can be expanded */
{  /* +  */
  content: url(../Images/Plus.png);
}

/* directory */
.dFavourite
{
  width : 0.6em;
  height: 0.6em;
    margin-top:0.1em
}

/* filled heart: changes, empty just favourite */
[data-favourite='']
{
  width : 0em;
  /* nothing*/
}

[data-favourite='0']
{
  content: url(../Images/Favourite.png);
}

[data-favourite='1']
{
  content: url(../Images/FavouriteChanged.png);
}

.dText
{
  /* width: 80em; */
  height: 0.8em;
}

.dOwner
{
  /* width: 80em; */
  height: 0.8em;
  font-size: 0.6em;
  color:var(--swob-medium-grey);
  padding-left : 0.2em;
}

/* Project */
.pType
{
  width : 2.6em;
  padding-left : 0.2em;
  /* flex-shrink:0; */
  /* background-color: aquamarine; */
  text-align: right;
  font-family: 'Courier New', Courier, monospace, sans-serif;
}

.pDelta
{
    width : 0.8em;
    height: 0.8em;

    margin-top:0.1em;
  flex-shrink:0;
}

.pEsy
{
  width: 2.6em;
  /* flex-shrink:0; */
  font-family: 'Courier New', Courier, monospace, sans-serif;

  /* background-color: aquamarine; */
  text-align: right;
  font-weight: bold;
}

.pSy
{
  width: 2.6em;
  /* flex-shrink:0; */
  font-family: monospace;
  text-align: right;
}

.pCsy
{
  width: 2.6em;
  /* flex-shrink:0; */
  font-family: monospace;
  text-align: right;
}

.pGp
{
  width: 2.6em;

  /* flex-shrink:0; */
  font-family: monospace;
  text-align: right;
}

.pMygp
{
    /* margin-top:0.1em; */
  flex-shrink:0;
  padding-left : 0.2em;
}

.pMySy
{
    margin-top:0.1em;
  width: 2.5em;
  padding-left : 0.2em;
  /* flex-shrink:0; */
}

.pRef
{
  margin-top:0.1em;
  width: 0.8em;
  padding-left : 0.2em;
  /* flex-shrink:0; */
}

.pText
{
  width: 100em;
  line-height:1.1em;

  padding-left : 0.5em;
}


[data-deltaicon='1'] {
  content: url(../Images/Delta.png);
}
[data-deltaicon='2'] {
  content: url(../Images/Mark.png);
}
[data-deltaicon='3'] {
  content: url(../Images/DeltaMark.png);
}



[data-ref='0'] {
  content: url();
  width: 0.0;
}
[data-ref='1'] {
  content: url(../Images/BluePoint.png);
}


[data-type='2'] {
  color: blue;
}

[data-type='3'] {
  color: blue;
}

[data-type='8'] {
  color: violet;
}

[data-type='9'] {
  color: violet;
}

[data-type='10'] {
  color: darkviolet;
}

[data-type='4'] {
  color: #009688;
}
[data-type='6'] {
  color: red;
}

[data-mysy='0'] {
  content: url(../Images/Star0.png);
}
[data-mysy='1'] {
  content: url(../Images/Star1.png);
}
[data-mysy='2'] {
  content: url(../Images/Star2.png);
}
[data-mysy='3'] {
  content: url(../Images/Star3.png);
}


.smygodparent {
  display: inline;
}

.sgodparents {
  display: inline;
}

.swob-list-content {
  margin-left:0.4rem;
}


.csmysy {
  border-width: 1px;
  padding:0;
  height: 0.9em;
  vertical-align: middle;
}

.csmygp {
  color: black;
  background-color: aqua;
}

/* .rej {
  font-style: italic;
} */

/* .csesy {
  font-weight: bold;
} */


/* statement text */

.rejtext {
  color:grey;
}

.rejtextchanged {
  color:lightblue;
}

.textchanged {
  color: blue;
}


.newtext{
  color: blue;
}

/*******************************/
/*  Reference table*/
/*******************************/
.div-References table {
  width:100%;
}

.div-References th {
  text-align:left;
  font-weight: normal;
}

.div-References td {
  text-align:left;
}

.div-References .info {
  width:20%;
  text-align:left;
}
.div-References .reference {
  text-align:left;
}

.div-References input {
  width:100%;
  text-align:left;
}

.swob-wrongurl {
  background-color: red;
}

.swob-ownernotgp {
  color: red;
}

/*
#DirDump th {
  min-width: 8em;
  text-align: left;
}
*/
.swob-ModalDialog
{
  /* Top: 0;
  left: 0; */
}

.swob-ModalContent
{
  position:absolute;
  top: 0;
  left: 0;
}

