/* 102 */


.button_ks {
			display: inline-block;
			padding: 2px 10px;
			font-size: 18px;
			color: white;
			background-color: #007BFF;
			border: none;
			text-decoration: none;
			border-radius: 5px;
			cursor: pointer;
		}

  .button_ks:hover {
    background-color: #0056b3;
  }


  .nav_link {
    display: inline-block;
    padding: 2px 10px;
    font-size: 16px;
    color: white;
    background-color: #007BFF;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
  }

.nav_link:hover {
	background-color: #0056b3;
}


.button1 {
			display: inline-block;
			padding: 2px 10px;
			font-size: 16px;
			color: white;
			background-color: #007BFF;
			border: none;
			text-decoration: none;
			border-radius: 5px;
			cursor: pointer;


  text-decoration: underline;
}
.bluelink hover {

  color: #fff;
  background-color: black;
  text-decoration: none;
}

html, body {
  font-family: Verdana, Geneva, sans-serif;
  height: 100%;
  margin: 0;
      padding: 0;
}

body {
  display: flex;
  flex-direction: column;

}

.wrapper {
  display: flex;
  flex-direction: column;
      height: calc(var(--vh, 1vh) * 100);
}






header {
  background: #fff ;

  text-align: center;
}
#header-left {
  float: left;
}
#header-center {
  text-align: center;
}
#header-right {
  float: right;
}

main {
      flex: 1;
      background: #ddd;
      overflow-y: auto;
  padding:  1px;

}




footer {
    font-size: 14px;
  text-align: center;
  padding:  1px;
  background: #eee;
}
#footer-left {
  float: left;

}
#footer-center {
  text-align: center;
}

#footer-right {
  float: right;
}

.body{
  background: #F5F6F6;
}

.font1{
    font-size: 9px;
}





#debug11{
    background: #eef;
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: inline-block;
    text-align: left;
    font-size: 9px;
    max-height: 100px;
    overflow: auto;
}


.sse_debug{
    background: #fee;
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: inline-block;
    text-align: left;
    font-size: 9px;
    max-height: 140px;
    overflow: auto;
}

#debug-content {
    cursor: pointer;
    font-family: monospace;
    background: #eee;
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: inline-block;

    text-align: left;
    font-size: 9px;

}

#debug-toggle {
    display: none;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    white-space: pre-wrap;
    font-family: monospace;
    max-height: 300px;
    overflow: auto;
    text-align: left;
    font-size: 126px;
}

.kareler {
	border-left: 2px solid blue;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	padding: 2px 10px;
	color: black;
	box-shadow: 0px 8px 16px rgba(232, 232, 232, 0.75  );
	background-color: #ffffff;
	cursor: pointer;
}

.img1 {
  max-width: 300px;
  max-height: 200px;
  width: auto;
  height: auto;
}

.fadeout {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.fadeout.hidden {
  opacity: 0;
}