:root{
    --backy-color: #ffe1be;
    --crazy-color: #ffeacf;
}

.revealme{
	visibility:hidden;
}

input:checked ~ .revealme{
	visibility:visible;
}

input[data-check] {
  display: none;
}
input[data-check] + label {
  position: relative;
  height: 24px;
  width: 44px;
  margin-left: 10px;
  margin-bottom: -5px;
  overflow: hidden;
  box-shadow: inset rgba(0,0,0,.1) 0 3px 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[data-check] + label > span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
  background: #222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0,0,0,.1) 0 3px 5px;
  border: 2px outset black;
}
input[data-check]:checked + label {
  background: #ef75;
}
input[data-check]:checked + label > span {
  left: 22px;
}

.advantages{
	display:inline-block;
	font-family: Bradley Hand, cursive;
	font-size: 20px;
	padding-bottom:40px;
}
.advantages > ul{ text-align:left;list-style:none;margin: 0 auto;padding-left:0px; }


.tafel_gruen{
	background-color: #8aa;
}

.tafel_black{
	background-color: #333;
}

.eingelassen{
	border: none;
	box-shadow: inset 0px 2px 7px #000;
}

.dropdown-menu{
	background-color: #333;
}
.dropdown.open > a{
	background-color: #333 !important;
}

.dropdown-menu > li > a{
	color:white;
	background-color: #333;
}

.btn-primary{
	background-color: #222;
	color: #ffa07a;
	border: 1px solid #222;
}

.btn-primary:active{
	color: white;
	background-color: #aaa;
	border-color: #888;
}
.btn-primary:focus{
	background-color: #222;
	color: #ffa07a;
	border: 1px solid #ffa07a;
}

.btn-primary:hover{
	background-color: #333;
	color:white;
	border: 1px solid #333;
}

.button_table{
	float:left;margin-right:20px;
}
.button_table input{
//	width:100%;
}
.symbol{
	width:100px;
}
.symbol_table{
}
.font_dark{
	color:#555;
}
.pick_color{
	width:100%;
	border-radius:1px;
	height:34px;
}

#loader {
z-index: 1;
width: 150px;
height: 150px;
margin: 20px 0 0 100px;
border: 5px solid #eee;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
border-radius: 50%;
border-top: 5px solid #045;
width: 25px;
height: 25px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.connector{
	padding-left:27px;
}

.btn-new{
	color: #037;
	background-color: #3cf;
	border-radius: 1px;
	border: 1px solid #0ad;
}

.btn-new:hover,.btn-new:focus{
	background-color: #3be;
}
.btn-these{
	color: #055;
	background-color: #add;
	border-color: silver;
}
.btn-these:hover,.btn-these:focus{
	background-color: #5dd;
}




.btn{
	font-weight:bold;
}


.login_area{
	background-color: #045;
	color: #fff;
	line-height: 2.5;
	padding: 0px 20px 0px 5px;
	//box-shadow: 0px 5px 5px #111;
	border-bottom: 1px solid bisque;
}
.logout_btn{ margin-left: 10px; margin-right: 10px; }
.header{}
.golden_footer{
	//background-color: #069;
	//background-color: #05aa;
	//background-color: #cb8;
	color: white;
	color: seashell;
	//border: 4px double burlywood;
	box-shadow: 4px 5px 3px #111;
	border-top: 1px solid white;
	border-right: 1px solid silver;
	padding-left: 20px;
	left: -10px;
	margin-left: -10px;
	margin-top: 20px;
	margin-bottom: 50px;
	height: 100px;
	width: 90%;
	display: block;
	padding-bottom: 30px;

	background: #f7e2a0; /* Old Browsers */
	background: -webkit-linear-gradient(top,#f7e2a0,#b9a36d); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#f7e2a0,#b9a36d); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#f7e2a0,#b9a36d); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #f7e2a0, #b9a36d); /*Standard*/
}

.pinned_note{
	padding-left:43px;
}

.version{
	color: #8ab;
}

.top_menu_btns{
	width: 100%;
	margin-bottom: 3px;
	padding: 10px 0px;
	border-radius: 1px;
}

 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    //transition: 0.1s; /* 0.1 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 0%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content > input { padding-bottom:20px; }

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.tl_menu{
	background-color: #eee;
	background-size: auto;
	padding: 10px;
	z-index: 0;
	box-shadow: 0px 4px 2px #333;
	border-top: 1px solid #ddd;
	margin-left: 20px;
}

.main{
    margin-top: -5px;
    width:4098px;
}


.engraved {
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
}

/*Color classes*/
.color_red{ 		background-color:#c65656 ; background-color:#e204 ; //hex, hex alpha}
.color_green{ 		background-color:#a0e1af ; background-color:#ef75 ; //hex, hex alpha }
.color_lightblue{ 	background-color:#88bbee ; background-color:#1bf3 ; //hex, hex alpha }
.color_darkgreen{ 	background-color:#5da472 ; background-color:#8a8 ; //hex, hex alpha  }
.color_white{ 		background-color:#fff ; background-color:#fff8 ; //hex, hex alpha }
.color_gray{ 		background-color:#aaa ; background-color:#3103 ; //hex, hex alpha }
.color_orange{		background-color:#d60 ; background-color:#fa15 ; //hex, hex alpha }
.color_none{ 		background-color:none ; background-color: none ; //hex, hex alpha }

/*end of color classes*/

details div[class="argrow"]{
  padding-left: 20px;
}




.info{

}

canvas {
 width:10px; height:40px;
 border: solid 1px black;
}

img {
  width:30px;
  height:30px;
}

.vert{
  vertical-align:middle;
}

.options_btn{
    width:30px;
    height:40px;
    margin-top:0px;
}

.sample_legend{
	width:20px;
	height:70px;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 25px;
}
.sample_table {
	font-size:18px; font-weight:bold;
}
.sample_table td {
	border: 1px solid black;
}
.sample_table p {
	padding-left:5px;
}
.sample_text{
	width: 100px !important;
}
.legend{
	float: left;
	height: 40px;
	margin-top: 0px;
	font-weight: bold;
	margin-right: 1px;
	min-width: 20px;
	text-align: center;
	padding-top:5px;
	/*border-left: ridge 2px gray;
	border-top: ridge 2px gray; */
}

legend{
    float:left;
    height:40px;
    /*border: solid 1px grey; */
}


fieldset{
	padding: 0px;
	float: left;
	border: 1px outset #fff;
	border: 1px outset #fff3;
	font-size: medium;
	font-family: serif;
	line-height:1.42857143;
}

textarea{
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-color: var( --crazy-color );
	height: 54px;
	color: #046;
	border:1px solid #ddd;
}

#atitle{
	font-size: 16px;
	font-family: Palatino, serif;
	width: 265px;
}

textarea:focus{
	border:1px solid #09e;
}
.argutext{
	min-width: 375px;
}


.clearer{
    clear:both;
}

.argrow{
  display: table;
}
.agrow:after{
		  clear: both;
}

summary{
	padding-left: 27px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 5px;
}
details > summary:before{
	//content:'\2517 \29E0';
	content:'\2517\229E';
}

details[open] > summary:before{
	content:'\2523 \29C9';
}


.onclick-menu {
    float:left;
    background-color:#bbb5;
    position: relative;
    display: inline-block;
    margin-right:4px;
}
.onclick-menu:before {
    content: "≡";  // "&#8801;";
    font-family: Tahoma, sans-serif;
    font-size: 32px;
	font-weight:bold;
    border: 1px outset #0006;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 0px;
}
.onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-content {
    position: absolute;
    z-index: 1;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
    background-color: var(--crazy-color);
    list-style: none;
    padding: 0px;
    margin-top:0px;
}
.onclick-menu-content > li{
  padding: 1px;
  text-align:center;
  border-bottom: 2px dashed #a7937c;
  padding-left: 14px;
  padding-right: 14px;
}
.elem_op{
    background-color: white; // #def;
}
.movers{
    float: left;
    margin-top: 1px;
    margin-left: 0px;
    background-color:#eee;
}
.movers a{
	display: table;
	font-size: 14px;
	height: 24px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.movers a:hover{ background-color: #ddd; }

.toplevel_menu_items{
   // margin-left: 10px;
    /* border: 2px ridge black; */
   // box-shadow: 1px 0px 60px #af0;
   // border: 1px solid #0f0;
   // padding: 2px 5px;
}

.toplevel_menu_items:hover{
 //   background-color: #af0 ;
  //  background-color: #af05 ;
}
body{
    //min-width:4092px;
    background-image: url(data:image/png;base64,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);
        background-color: var(--backy-color);
}


