* {box-sizing: border-box;}

hr {border-top: 1px dotted #000000; padding: 0px; margin: 5px;}
img {max-width:100%;height:auto;}/*force responsive*/

@keyframes docontentfading
{
  0% {opacity: 0.25;}
  100% {opacity: 1;}
}

.my-contentfade
{
  animation: docontentfading 0.5s;
}

@keyframes domenufading
{
  0% {opacity: 0.25;}
  100% {opacity: 0.95;}
}

.my-menufade
{
  animation: domenufading .5s;
}

p
{
  text-align: justify;
  vertical-align: top;
  margin-top: 0px;
}

ul
{
  margin-top: 0em;
  list-style-type: circle;
}

table td
{
  vertical-align: top;
}

a
{
  color: #0000dd;
  text-decoration: underline;
}

a:hover
{
  color: #666;
}

.quoteId
{
  padding-left: 1px;
  border-bottom: 2px dashed #ff8700;
}

.quoteId:hover
{
  cursor: pointer;
  border-bottom: solid 5px #ff8700;
}

.submit
{
  background-image: linear-gradient(#f7f8fa ,#e7e9ec);
  border-color: #ff9800;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  outline: 0;
  /*overflow: hidden;*/
  padding: 0px 5px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}

.submit:active
{
  border-bottom-color: #a2a6ac;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
}

.submit:active:hover
{
  border-bottom-color: #a2a6ac;
}

.submit:hover
{
  border-color: #a2a6ac #979aa1 #82858a;
}

/* ----- */
/* ----- */
/* ----- */
a.my-menulink
{
  color: #000;
}

a.my-menulink:link
{
  text-decoration: none;
}

a.my-menulink:visited
{
  text-decoration: none;
}

a.my-menulink:hover
{
  color: #fff;
}

.my-caption
{
  margin: 0px;
  font-weight: bold;
  font-style: italic;
}

/* ---------- */
/* ---------- */
/* ---------- */
.collapsible
{
  cursor: pointer;
  padding: 2px 0px 2px 2px;
  width: 100%;
  text-align: left;
  outline: none;
}

.collapsible:Hover
{
  background-color: #9e9e9e;
}

.collapsibleActive
{
  background-color: #ffc107;
}

.collapsibleContent
{
  display: none;
  overflow: hidden;
}

.slideshow {display: none}
.w3-left, .w3-right, .w3-badge {cursor: pointer}
.w3-badge {height: 13px; width: 13px; padding: 0}

/*taken over from w3.css and adapted for own needs*/
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ffc107;color:#000}
.w3-button:hover{color:#fff!important;background-color:#ffc107!important}

/*table copied from w3.css and adapted for own needs*/
.my-table{border-collapse:collapse;border-spacing:0;display:table}
.my-table thead>tr>th{background-color:#ff7700;}
.my-table{border:1px solid #ff9800}
.my-table th{border-right:1px solid #ff9800;}
.my-table tr{border-bottom:1px solid #ff9800;}
.my-table td{border-right:1px solid #ff9800;}
.my-striped tbody tr:nth-child(odd){background-color:#f0e68c;}
.my-striped tbody tr:nth-child(even){background-color:#ffc107} 
.my-hoverable tbody tr:hover,.my-ul.my-hoverable li:hover{background-color:#ccc}.my-centered tr th,.my-centered tr td{text-align:center}
.my-table td,.my-table th{padding:0px 4px;display:table-cell;text-align:left;vertical-align:top}
.my-table th:first-child,.my-table td:first-child{padding-left:4px}
.my-table-nowrap td{white-space:nowrap}

.my-input{font-size: 125%;padding:2px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}

/* ---------- */
/* ---------- */
/* ---------- */
.popuptable
{
  font-size: 10pt;
  border: 1px solid #ff7700;
  border-spacing: 0px;
  border-collapse: collapse;
}

.popuptable table
{
  font-size: 10pt;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
}

.popuptable table td
{
  font-size: 8pt;
  border: none;
  vertical-align: top;
  padding: 0px;
}

.popuptable th
{
  font-size: 8pt;
  vertical-align: bottom;
  background-color: #ff7700;
  border: 1px solid #ff7700;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
}

.popuptable td
{
  font-size: 8pt;
  border: 1px solid #ff7700;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.popuptable a
{
  font-size: 8pt;
  color: #dd3300;
  font-weight: bold;
  text-decoration: none;
}


/* ---------- */
/* ---------- */
/* ---------- */
.statistictable
{
  color: #000000;
  border: 1px solid #000000;
  border-spacing: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-collapse: collapse;
  font-size: 6pt;
}

.statistictable th
{
  background-color: #ff7700;
  border: 1px solid #000000;
  padding-left: 2px;
  padding-right: 2px;
}

.statistictable td
{
  border: 1px solid #000000;
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 2px;
}

.statisticHeader
{
  background-color: #ff7700;
}

.statisticIn
{
  background-color: #00ee00;
}

.statisticOut
{
  background-color: #ee0000;
}

.statisticNeutral
{
  /*background-color: #ffcc77;*/
  background-color: #dddddd;
  color: #aaaaaa;
}


/* ------------ */
/* modal window */
/* ------------ */
.modalWin
{
  display: none; /* hidden by default */
  position: fixed; /* stay in place */
  z-index: 500000; /* sit on top */
  //padding-top: 200px; /* Location of the box */
  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modalContent_orig
{
  background-color: #ff9800;
  color: #ff0000;
  position: absolute;
  font-weight: bold;
  font-size: 125%;
  text-align: center;  
  left: 0px;
  top: 100px;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  
}

.modalContent
{
  background-color: #ff9800;
  position: fixed;
  inset: 0px;
  width: fit-content;
  height: fit-content;
  margin: auto;  
  padding: 10px;
  border: 1px solid #888;
  border-radius: 10px;
}
/* ---------- */

/* ------------ */
/* popup window */
/* ------------ */
.textPopupWin
{
  display: none; /* hidden by default */
  position: fixed; /* stay in place */
  z-index: 1000; /* sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.textPopupContent
{
  position: relative;
  font-weight: bold;
  text-align: center;  
  left: 0px;
  top: 0px;
  width: 90%; /* Full width */
  height: 100%; /* Full height */
  margin: auto;
  padding: 2px;
}