@import url('/olimpo/css/june-cssfa.min.css');

@font-face {
	font-family: 'twemoji';
	src: url('/olimpo/fonts/twemoji.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+1F1E6-1F1FF;
}
:root {
	--jcfnt: 'cgothic', 'twemoji';
}
@media (min-width: 1236px) {
  :root, :root.light, :root.dark {
	--jcfntsize: 1.02rem;
  }
}
#menu {
	padding: 110px 30px 20px 60px;
	text-align: left;
}
#menu li {
	display: inline-block;
	padding: 7px 0;
	width: 50%;
	font-size: 1rem;
}
.dropcnt a {
	color :#444 !important;
	text-shadow: 1px 1px 1px color-mix(in srgb, var(--jcbtheme) 30%, #FFF);
}
h2 {
	margin: 1rem 0;
}
h2 input, h2 select {
	font-size: 1rem;
}
.button {
	min-width: unset;
	font-weight: bold;
}
.btnn {
	margin-top: 8px;
	padding: 2px 6px;
}
.txt input {
	width: 100px !important;
	line-height: .8rem !important;
	background: unset;
}
.txtgrp {
	margin-bottom: 7px;
  div {
	padding: .6em;
  }
  input[readonly], textarea[readonly] {
	background: rgba(0,0,0,.07);
  }
}
.bpages {
	margin-right: 1rem;
}
.nw {
	white-space: nowrap;
}
.gcols {
	display: grid;
	grid-template-columns: var(--mcols, 1fr 1fr);
	column-gap: 10px;
}
.mobb {
	display: block;
}
.rtbl input[readonly] {
	color: #000;
	filter: blur(.1px);
	background: rgba(0,0,0,.1);
}
@media (min-width: 720px) {
  .gcols {
	grid-template-columns: var(--cols, 1fr 1fr);
  }
  .mobb {
	display: inline-block;
  }
}
.ddlg div, .ddlg td, .ddlg h2 {
        color: #333;
}
.lh {
	line-height: calc(var(--jcfntsize) + 1em);
}
.ac-list {
	z-index: 2;
	flex-direction: column;
	align-items: flex-start !important;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	padding: 1px;
	overflow-y: auto;
	font-size: 1.2rem !important;
	width: 240px;
	max-height: 150px;
	background: green;
	border-radius: 4px;
	border: 1px solid #DDD;
	box-shadow: 1px 1px 10px #CCC;
}
.ac-item {
	cursor: pointer;
	margin: 2px 0;
	padding: 10px 6px !important;
}
.ac-item:hover, .ac-item.active {
	color: #FFF;
	background: var(--jcbtheme);
	border-radius: 4px;
}
