/* Resets */
*, *:after, *:before {
  margin: 0; /* Margin zero is used to prevent unnecessary white space. */
  padding: 0; /* Padding zero is used to prevent unnecessary white space. */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* Border boxing is used, so the padding, margin and borders are within de width and height of de element. */
}

html, body {
  height: 100%;
  max-height: 100%;
  min-width: 350px;
}

body {
  padding: 0px;
}

/* Farbgebung der Seite */
.color_nav {
  background-color:#FFFFFF;
}
.color_header {
  background-color:#FFFFFF;
}
.color_footer {
  background-color:#0C71B3;
}
.color_page {
  background-color:#FFFFFF;
}

.bgpic_header {
  background-image: url('https://portal.msrv.onl/_res/images/church-3975361_1920.jpg');
}

#screenoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 1;
  z-index: 9999;
}


.navigation {
  width: 100%;
  height: 100%;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation li {
  display: flex;
  align-items: center;
  width: 100%;
}

/*
.navigation li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://portal.msrv.onl/_res/images/icon_white.png');
  background-size: cover;
  margin-left: 10px;
}
*/

.navigation li a {
  text-decoration: none;
  color: black;
  padding: 10px;
  display: block;
  width: 100%;
}

.navigation_top {
  width: 100%;
  height: 100%;
  background-color: #EEEEEE;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation_top li {
  display: flex;
  align-items: center;
  border-top: 1px solid black;
  text-decoration: none;
  color: black;
  padding: 10px;
  display: block;
  font-weight: bold;
}

#td_head_pic{
  display: none;
  padding-left: 5px;
}

/* CONTENT */
/* old:
.content_header{
  text-decoration: underline; 
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 110%;
}
*/
.content_header{
  color: black;
  font-weight: bold;
  font-size: 115%;
  /* background: linear-gradient(to bottom, #0C71B3, white); */
  background-color: #EEEEEE;
  border-top: solid 1px darkgrey;
  border-left: solid 1px darkgrey;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.content_main{
  color: #000000;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: solid 1px darkgrey;
}



/* Sonstiges */

* {
  scrollbar-width: thin;
  scrollbar-color: #0C71B3 white;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: #0C71B3;
  border-radius: 20px;
  border: 3px solid white;
}

a.phplm:link    { text-decoration: none; color: #000066; }
a.phplm:visited { text-decoration: none; color: #000066; }
a.phplm:hover   { text-decoration: underline; color: #0C71B3; }

tr.tableuserdata { height: 25px; color: #000000; }

.hide { display: none; }
.hoveredit:hover + .hide { display: inline-block; color: red; text-decoration: underline; }










.ClassTPL {
  display:none;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:5px;
}

.ClassMainNavigation {
  /*overflow-y:scroll;*/
  position:absolute;
  top: 55px;
  left: 5px;
  height: 100%;
  width: 250px;
  background-color: white;
  border-right: 2px solid #EEEEEE;
  z-index: 100;
}

.ClassMainMenu {
  overflow-y: none;
  position: absolute;
  top: 55px;
  left: 260px;
  height: 30px;
  width: 100%;
  font-weight:bold;
  border-bottom:1px solid black;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  padding-left: 5px;
  z-index: 10;
}

.ClassMainContent {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 90px;
  left: 260px;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.ClassMainEdit {
  overflow-y: none;
  position: absolute;
  float: right;
  top: 90px;
  right: 5px;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 50;
}

#IdNavigationFavourites {
  max-height: 195px;
  overflow-y:scroll;
  z-index: 40;
}

#IdNavigationFavourites li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: var(--bgi-before, url('https://portal.msrv.onl/_res/images/icon_white.png')); 
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}

/*
#IdNavigationFavourites li:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: var(--bgi-after, url('https://portal.msrv.onl/_res/images/icon_white.png')); 
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
*/

#IdNavigationMenu {
  overflow-y:scroll;
  z-index: 40;
}

#IdNavigationMenu li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: var(--bgi-before, url('https://portal.msrv.onl/_res/images/icon_white.png')); 
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}
/*
#IdNavigationMenu li:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: var(--bgi-after, url('https://portal.msrv.onl/_res/images/icon_white.png')); 
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
*/


.content_group {
  margin-bottom: 15px;
}

.content_group label {
  display: block;
  margin-bottom: 5px;
}

.content_group input {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.content_group select {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.content_group button {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #0C71B3;
  color: white;
  border: none;
  cursor: pointer;
}