
:root {
  --width: 575px;
}


/* latin */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Tangerine-Regular.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Tangerine-Bold.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

  
body {
	background: #690101;
	/*
	background-image:url('images/background.jpg');
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	*/
	overflow-y: scroll; /* Show vertical scrollbar */
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/cursor.png"), default;
}

a {
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/pointer.png"), pointer;
}



select,option,checkbox,input[type=checkbox],input[type=submit],button,input[type=date],input[type=time],input[type=number],input[type=password],input[type=text],input[type=email],label, input[type=datetime-local] {
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/cursor.png"), default;
}

legend {
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/pointer.png"), pointer;
}

.cursorCursor {
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/cursor.png"), default;
}
.pointerCursor {
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/pointer.png"), pointer;
}
.cursorHelpCursor {
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/cursor_help.png"), help;
}


.body-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-image:url('../images/background.jpg'); */
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	z-index: -100;
}

a {
	color: #690101;
}
a:hover  {
	color: #000000;
	text-decoration: underline dotted #690101;
	text-decoration-thickness: 1px;
}
a:visited {
	color: #690101;
}

a.nodecoration {
	text-decoration: none;
}
a.nodecoration:hover {
	color: #000000;
	text-decoration: underline dotted #690101;
	text-decoration-thickness: 1px;
}


.page {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: var(--width);
  margin: 30px auto;
  
  font-family: 'Tangerine', cursive;
  font-size: 26px;
  
  border: 0px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  /* Background lines */
  background-image: linear-gradient(#f5f5f0 1.3rem, #ccc 1.4rem);
  background-size: 100% 1.4rem;
  box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
  line-height: 1.4rem;
  padding: 1.4rem 0.5rem 0.3rem 0.5rem;
}

.defaultfolt {
  font-family: 'Arial';
  font-size: 12px;
  
}

#cornerdragon {
	background-image: url("https://dnd.cyberian-networks.de/images/corner_dragon.png");
	background-size: contain;
	width: 100px;
	height: 61px;
	background-repeat:no-repeat;
	top:-48px;
    right:-7px;
	z-index:16;
	position: absolute;
} 

.menu {
	display: inline-block;
	width: var(--width);
	margin: 30px auto;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
}

.InstanceSwitchMenu{
	display: block;
	width: var(--width);
	margin: -20px auto;
	padding: 5px;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	color: #ffffff;
	text-align: center;
     }

.menuitem {
	display: inline-block;
	padding: 0 10;
	vertical-align: middle;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.vl {
	display: inline-block;
	vertical-align: middle;
	border-left: 2px solid white;
	height: 30px;
}

.calendar {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 800px;
  margin: 0px auto;
}

.marge {
  position: absolute;
  border-left: 1px solid #d88;
  height: 100%;
  left: 3.3rem;
  top: 0;
}

.titre {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 1.2rem;
  font-size: 1.5em;
}

.page p {
  margin: 0;
  text-indent: 1rem;
  padding-bottom: 1.2rem;
}

.page u {
	line-height: 2rem;
}

#loginbox{
	font-family: 'Tangerine', cursive;
	font-size: 36px;
    position:absolute;
    width:300px;
    z-index:15;
    top:200px;
    left:50%;
	text-align:center;
    margin:-100px 0 0 -150px;
    background:#9c9292;
	border-radius: 15px;
	box-shadow: -3px 5px 5px #690101;
	border-width:1px;
	
	background-color: #f5f5f0;
	background-size: 100% 1.2rem;
	box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
}

#maintenance{
	font-family: 'Tangerine', cursive;
	font-size: 36px;
    position:absolute;
    width:400px;
    z-index:15;
    top:300px;
    left:47%;
	text-align:center;
    margin:-100px 0 0 -150px;
	color: #f2f2f2;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 1.2rem;
	font-size: 5em;
     }

#loginbox{
	font-family: 'Tangerine', cursive;
	font-size: 36px;
    position:absolute;
    width:300px;
    z-index:15;
    top:200px;
    left:50%;
	text-align:center;
    margin:-100px 0 0 -150px;
    background:#9c9292;
	border-radius: 15px;
	box-shadow: -3px 5px 5px #690101;
	border-width:1px;
	
	background-color: #f5f5f0;
	background-size: 100% 1.2rem;
	box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
}
#footer {
    position: fixed;
    bottom: 0;
	left: 0;
    width: 100%;
	text-align:center;
	color: #f2f2f2;
	font-size: 0.75em;
    background: #690101;
}

#impersonate {
    display: inline-block;
	width: var(--width);
	margin: 10px auto;
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	text-align:center;
	color: #f2f2f2;
	font-size: 0.75em;
    background: #690101;
}

#debug {
    display: inline-block;
	width: var(--width);
	margin: 10px auto;
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	text-align:center;
	color: #f2f2f2;
	font-size: 0.75em;
    background: #690101;
}

#noScript {
    display: inline-block;
	width: var(--width);
	margin: 10px auto;
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	text-align:center;
	color: #000;
	font-size: 0.75em;
    background: #f08c00;
}

#maintenanceBanner {
    display: inline-block;
	width: var(--width);
	margin: 10px auto;
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	text-align:center;
	color: #000;
	font-size: 0.75em;
    background: #f08c00;
}

.nohighlighting {
	color: #f2f2f2;
	text-decoration: none;
}

.nohighlighting:hover  {
	color: #000000;
	text-decoration: none;
}

.nohighlighting:visited {
	color: #f2f2f2;
}

#login_icon {
	background-image: url("https://dnd.cyberian-networks.de/images/DnD_gold1.png");
	background-size: contain;
	width: 100px;
	height: 100px;
	top:-50px;
    left:-50px;
	z-index:16;
	position: absolute;
} 

table {
	border-spacing: 0px;
}

tr.highlight {
	background-color:rgba(105, 1, 1, 0.3);
	
}

.hoverable:hover {background-color:rgba(211, 211, 211, 0.6);}

.infotext {
	position: relative;
    bottom: 0;
	font-size: 0.2em;
	font-family: Verdana, Geneva, sans-serif;
}

.blink {
	animation: blinker 1.5s linear infinite;
	font-weight: bold;
    color: red;
    }
    
@keyframes blinker {
	50% {
		opacity: 0.3;
        }
	}
	
.userimage {
		padding-left: 50px;
		padding-right: 50px;
		height: 200px;
}

.lightbox {
	display: none;
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 99;
}

#imagecontent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.journaltextedit {
	resize: none;
	width: 100%;
	height: 400px;
	background-color: #f5f5f0;
	font-family: 'Tangerine', cursive;
	font-size: 1em;
	border-radius: 10px; 
}

.spelltextedit {
	resize: none;
	width: 80%;
	height: 400px;
	background-color: #f5f5f0;
	border-radius: 10px; 
}

.journaltitleedit {
	width: 100%;
	background-color: #f5f5f0;
	border: 0px solid black;
	border-radius: 10px; 
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Tangerine', cursive;
}

/* Music Player */
tr.PLHighlight {
	border-radius: 2px;
	outline: thin solid ;
	outline-color: rgba(105, 1, 1, 0.3);
}

td.PLItemLeft {
	padding-left: 15px;
}
td.PLItemRight {
	padding-right: 15px;
	text-align: right;
}

.MPPopOut {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  font-family: 'Tangerine', cursive;
  font-size: 26px;
  
  border: 0px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  /* Background lines */
  background-image: linear-gradient(#f5f5f0 1.3rem, #ccc 1.4rem);
  background-size: 100% 1.4rem;
  box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
  line-height: 1.4rem;
  padding: 1.4rem 0.5rem 0.3rem 0.5rem;
}

.trackList {
	overflow-y: auto;
	height: 350px;
	scrollbar-color: #888 #bbb;
}

.MPbottom {
	font-family: 'Tangerine', cursive;
	font-size: 18px;
	color: #f2f2f2;
	display: table;
    margin: 0 auto;
}

/* Magic Paper */
#text-container {
	  white-space: normal; /* statt pre */
	  word-break: keep-all;         /* verhindert Worttrennung */
	  overflow-wrap: normal;        /* keine erzwungene Trennung */
}

.noselect {
  -webkit-user-select: none; /* Safari */
  user-select: none; /* Non-prefixed version, 
                        currently supported by all other modern browsers */
}

.fade-char {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 4s forwards;
}

.fade-out {
  animation: fadeOut 4s forwards;
}

@keyframes fadeIn {
  to {
	opacity: 1;
  }
}

@keyframes fadeOut {
  to {
	opacity: 0;
  }
}

/* Flashing tableRows */
@-webkit-keyframes flashing {
  from { background-color:rgba(105, 1, 1, 0.3); }
  to { background-color: inherit; }
}
@-moz-keyframes flashing {
  from { background-color:rgba(105, 1, 1, 0.3); }
  to { background-color: inherit; }
}
@-o-keyframes flashing {
  from { background-color:rgba(105, 1, 1, 0.3); }
  to { background-color: inherit; }
}
@keyframes flashing {
  from { background-color:rgba(105, 1, 1, 0.3); }
  to { background-color: inherit; }
}
.flashing {
  -webkit-animation: flashing 0.3s ease-in-out 10; /* Safari 4+ */
  -moz-animation:    flashing 0.3s ease-in-out 10; /* Fx 5+ */
  -o-animation:      flashing 0.3s ease-in-out 10; /* Opera 12+ */
  animation:         flashing 0.3s ease-in-out 10; /* IE 10+ */
}

.msgtextedit {
	resize: none;
	background-color: #f5f5f0;
	border-radius: 10px; 
}


input.switchButton {
	border: 1px solid #f2f2f2;
	color: #f2f2f2;
	background-color: #690101;
	border-radius: 10px; 
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/pointer.png"), pointer;
}
input.switchButton:hover {
	border: 1px solid #f2f2f2;
	background-color: rgb(0 0 0 / 50%);
	color: #f2f2f2;
}

select.switchSelect {
	border: 1px solid #f2f2f2;
	color: #f2f2f2;
	background-color: #690101;
	border-radius: 10px; 
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/pointer.png"), pointer;
}
select.switchSelect:hover {
	border: 1px solid #f2f2f2;
	background-color: rgb(0 0 0 / 50%);
	color: #f2f2f2;
}

#msgindicator {
	background: red; 
	width:16px; 
	height: 16px; 
	position: absolute; 
	border-radius: 8px; 
	right: -3px; 
	top: -3px;
	text-align: center;
	line-height: 16px;
}


button.msgButton, input.msgButton {
	border: 1px solid #f2f2f2;
	color: #f2f2f2;
	background-color: #690101;
	border-radius: 10px; 
	cursor: url("https://dnd.cyberian-networks.de/images/cursors/pointer.png"), pointer;
}
button.msgButton:hover, input.msgButton:hover {
	border: 1px solid #f2f2f2;
	background-color: rgb(0 0 0 / 50%);
	color: #f2f2f2;
}

.calendarYear {
	background-color:rgba(211, 211, 211, 0.6);
}