#judo2-app {
	font-size: 10pt;
	line-height: 1.5;
	font-family: 'Hiragino Sans', 'Meiryo', Helvetica, Arial, sans-serif;
	color: #fff;
}
#judo2-app table {
	font-size: 10pt;
	line-height: 1.5;
	font-family: 'Hiragino Sans', 'Meiryo', Helvetica, Arial, sans-serif;
	color: #fff;
}
a {
	text-decoration : none ;
}
a:link {
	color: #0AB9FF;
}
a:visited {
	color: #0AB9FF;
}
a:hover {
	color: #0AB9FF;
	text-decoration : underline
}

/* .ui-tooltip {
	z-index: 20000 !important;
} */

.cols {
	display: flex;
}
.cols .col {
	flex-grow: 1;
	padding: 0 2px;
}
.button {
	border: 1px solid #fff;
	padding: 2px;
	border-radius: 2px;
	background-color: transparent;
	color: #fff;
}
.button:hover {
	background-color: rgba(255,255,255,0.25);
}
.h-fill {
	width: 100%;
}

/**{
	margin: 0px;
	padding: 0px;
}**/

#judo2-app input[type="text"] {
	background-color: #666;
	color: #fff;
	border-width: 1px;
	border-color: #999;
}
#judo2-app input[type="button"] {
	background-color: #444;
	border: 0;
	border-radius: 4px;
	color: #fff;
}
#judo2-app input[type="button"]:hover {
	background-color: #666;
}

/* for using png image in IE6 */
/* img, div { behavior: url(iepngfix.htc) } */
img {
	filter: Chroma(Color=#000000);
}

#aladin-wrap {
	position: fixed;
	top: 0;
	bottom: 250px;
	width: 100%;
}
#aladin-wrap.full-screen {
	bottom: 0;
}
#outframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor:default;
	background-color: black;
}
#outframe.aladin-container {
	border: 0;
}
#objInfo {
	background-color: rgba(20, 20, 20, 0.7) !important;
	padding: 2px 6px;
}

#TimeSeriesDialog
{
/*	position: relative;*/
/*	left:-800px;*/
	/*   visibility:hidden;*/
/*	z-index : 99999;*/
/*	width:370px;*/
/*	height:0px;*/
/*	border-radius:2px;*/
/*	border:#999 solid 2px;*/
/*	background:#FFF;*/
/*	padding:10px;*/
/*	box-shadow:1px 1px 2px #CCC;*/
/*	text-align:left;*/
/*	cursor:move;*/
/*	visibility:hidden;*/
}

#inframe {
   position: relative;
   top:-450px;
   width: 800px;/* 20141217 */
   height: 450px;/* 20141217 */
   background-color: #ff0000;
/*   z-index : 9999;*/
}

#sliderthumb {
   position:absolute;
/*      position: relative;*/

}

#sliderbg {
   width:24px;
   height:108px;
   background-image:url(../images/bg.gif);
   position: absolute;
/*      position: relative;*/
}

#LayerConfig {
   top:10px;
   left:50px;
   position: absolute;
   color: #FFFFFF;
   z-index: 100;
}

#opacity-sliderbg {
   width:128px;
   height:24px;
   background-image:url(../images/bg-h.gif);
}

.yui-h-slider,
.yui-v-slider {
   position: relative;
}

.yui-h-slider .yui-slider-thumb,
.yui-v-slider .yui-slider-thumb {
   position: absolute;
   cursor: default;
}

#MetaInfo {
/*    position: absolute;*/
}

.MarkClass {
   filter:alpha(opacity=70);
   opacity:0.7;
   height:24px;
   width:24px;
}

#PosMark {
   background:url(../images/mark.gif) 0 0 no-repeat;
   border:0px solid black;
   z-index: 100;
   cursor:default;
   position: absolute;
   visibility:hidden;
}

.LoadingClass {
   filter:alpha(opacity=60);
   opacity:0.6;
   height:32px;
   width:32px;
}

#loading {
   background:url(../images/ajax-loader.gif) 0 0 no-repeat;
   border:0px solid black;
   z-index: 100;
   cursor:default;
   position: absolute;
   display:none;
}

#Filter {
   visibility:hidden;
}

.MetaInfoClass
{
   width:800px;
   height:0px;
   overflow:auto;
}

#maincontent table {
   font-family:sans-serif;
   font-size:12px !important;
}

#JUDO_ControlFrame {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.7);
}
#JUDO_ControlFrame .menu {
	margin-top: -4px;
	margin-bottom: -4px;
}
#JUDO_ControlFrame .right-side {
	/*text-align: right;*/
}
#JUDO_ControlFrame .menu > .dropdown-item {
	display: inline-block;
	position: relative;
}
#JUDO_ControlFrame .menu > .dropdown-item > .dropdown-menu {
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	width: 11rem;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 9pt;
	margin: 0; padding: 0;
}
#JUDO_ControlFrame .menu > .dropdown-item:hover > .dropdown-menu {
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	width: 11rem;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 9pt;
	margin: 0; padding: 0;
}
#JUDO_ControlFrame .menu > .dropdown-item > .dropdown-menu > .version-content {
	padding: 4px 8px;
	display: none;
}
#JUDO_ControlFrame .menu > .dropdown-item:hover > .dropdown-menu > .version-content {
	padding: 4px 8px;
	display: block;
}
#JUDO_ControlFrame select {
	font-family: system-ui;
}
#JUDO_ControlFrame a.menu-item {
	display: inline-block;
	padding: 2px 8px;
	color: #eee;
}
#JUDO_ControlFrame a.menu-item:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.3);
}
#position {
	padding: 4px 8px;
	color: #eee;
}
#position .fov {
	min-width: 100px;
	font-family: monospace;
}
#position .longitude, #position .latitude {
	min-width: 120px;
	font-family: monospace;
}
#position .constellation {
	min-width: 80px;
	font-family: monospace;
}

.judo-menu {
	display: none;
	z-index: 200;
}
.judo-menu div.title {
	margin-bottom: 8px;
	font-size: 9pt;
	padding: 0 4px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.judo-menu .menu-item {
	padding: 2px 4px;
}
.judo-layer-menu
{
	position: absolute;
	top: 60px;
	left: 44px;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	color: #fff;
	background-color: rgba(50, 50, 50, 0.8);
}
.judo-layer-menu td.title {
	text-align: center;
	border-bottom: 1px solid #444;
}
.judo-layer-menu td.check,
.judo-layer-menu th.check {
	padding: 0 4px;
}
.judo-layer-menu td.check:last-child,
.judo-layer-menu th.check:last-child {
	padding-right: 16px;
}
.judo-layer-menu table thead {
	z-index: 1;
	position: sticky;
	top: 0;
	background-color: #222;
}
.judo-fov-menu {
	position: absolute;
	top: 100px;
	left: 44px;
	max-height: calc(100vh - 100px);
	background-color: rgba(50, 50, 50, 0.8);
}
.judo-catalog-menu {
	position: absolute;
	top: 140px;
	left: 44px;
	max-height: calc(100vh - 140px);
	overflow: auto;
	z-index: 200;
	color: #fff;
	background-color: rgba(50, 50, 50, 0.8);
}
.judo-product-menu {
	position: absolute;
	top: 180px;
	left: 44px;
	max-height: calc(100vh - 180px);
	overflow: auto;
	z-index: 200;
	color: #fff;
	background-color: rgba(50, 50, 50, 0.8);
}
#fov-selector div label {
	display: block;
	cursor: pointer;
	padding: 2px 4px;
}
#fov-selector div label input {
	margin-right: 4px;
}
#fov-selector .group .group-header {
	margin-left: 8px;
}
#fov-selector div .chandra label {
	display: inline-block;
}
#fov-selector > div > span.name {
	padding-left: 5px;
}
#fov-selector .group {
	padding-left: 16px;
}
/* #fov-selector .sub-menu {
	margin-left: 0.8rem;
} */
#fov-selector div.menu-item:hover {
	background-color: rgba(0, 51, 147, 0.75);
}
.fovs label {
	cursor: pointer;
}
.fovs label img {
	width:10px;
	height:10px;
}

.judo-others-menu {
	position: absolute;
	top: 220px;
	left: 44px;
	max-height: calc(100vh - 122px);
	background-color: rgba(50, 50, 50, 0.8);
}
.judo-menu label {
	cursor: pointer;
	display: block;
}
.judo-menu label:hover {
	background-color: rgba(0, 51, 147, 0.75);
}
.judo-transparency-menu {
	position: absolute;
	top: 260px;
	left: 44px;
	width: 220px;
	max-height: calc(100vh - 260px);
	background-color: rgba(50, 50, 50, 0.8);
}
.judo-transparency-menu .judo-slider {
	width: 180px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.judo-link-menu {
	position: absolute;
	top: 300px;
	left: 44px;
	width: 220px;
	max-height: calc(100vh - 300px);
	background-color: rgba(50, 50, 50, 0.8);
}
.judo-link-menu .menu-item > a {
	display: block;
	margin: -2px -4px;
	padding: 2px 4px;
}
.judo-link-menu .menu-item > a:hover {
	background-color: rgba(0, 51, 147, 0.75);
}

.judo-external-service-menu {
	position: absolute;
	top: 340px;
	left: 44px;
	width: 260px;
	max-height: calc(100vh - 340px);
	background-color: rgba(50, 50, 50, 0.8);
}

.BottomControlClass {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	z-index: 100;
	color: #fff;
	background-color: rgba(0, 8, 20, 1.0);
	overflow: auto;
}
.BottomControlClass.minimal {
	left: -112px;
	right: auto;
	bottom: 112px;
	width: 250px;
	height: 26px;
	transform: rotate(90deg);
}
.BottomControlClass.minimal #InfoTabView {
	display: none;
}
.BottomControlClass.minimal #Filter {
	display: none;
}
#information.hide {
	margin-top: 4px;
}
#information.hide .title-row {
	margin-left: 4px;
	display: flex;
}
#information.hide .title {
	white-space: nowrap;
}
/** aside1 {
  display: inline;
  position: absolute;
  width: 300px;
  top: 300px;
  left: 40px;
  margin: 0px 0px;
  text-align: center;
}


aside1 h3 {
  font: bold 12px Sans-Serif;
  background: #369;
  color: #000;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 37px;
  transform: rotate(-90deg);
}

aside15 {
  display: inline;
  position: absolute;
  width: 50px;
  top: 575px;
  left: 155px;
  margin: 0px 0px;
  text-align: center;
}

aside15 h3 {
  font: bold 12px Sans-Serif;
 background: green;
  color: #000;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 37px;
  transform: rotate(-90deg);
}

aside2 {
  display: inline;
  position: absolute;
  width: 200px;
  top: 700px;
  left: 80px;
  margin: 0px 0px;
  text-align: center;
}

aside2 h3 {
  font: bold 12px Sans-Serif;
 background: red;
  color: #000;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 37px;
  transform: rotate(-90deg);
}

aside3 {
  display: inline;
  position: absolute;
  width: 100px;
  top: 900px;
  left: 130px;
  margin: 0px 0px;
  text-align: center;
}

aside3 h3 {
  font: bold 12px Sans-Serif;
 background: yellow;
  color: #000;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 37px;
  transform: rotate(-90deg);
}

aside4 {
  display: inline;
  position: absolute;
  width: 100px;
  top: 1000px;
  left: 130px;
  margin: 0px 0px;
  text-align: center;
}

aside4 h3 {
  font: bold 12px Sans-Serif;
 background: violet;
  color: #000;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 37px;
  transform: rotate(-90deg);
}

aside5 {
  display: inline;
  position: absolute;
  width: 100px;
  top: 1100px;
  left: 130px;
  margin: 0px 0px;
  text-align: center;
}

aside5 h3 {
  font: bold 12px Sans-Serif;
 background: gray;
  color: #000;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 37px;
  transform: rotate(-90deg);
}

aside6 {
  display: inline;
  position: absolute;
  width: 100px;
  top: 1200px;
  left: 130px;
  margin: 0px 0px;
  text-align: center;
}

aside6 h3 {
  font: bold 12px Sans-Serif;
 background: gold;
  color: #000;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 37px;
  transform: rotate(-90deg);
}**/

.OtherDataSettingClass
{
}

/*
.DisplayLayerClass
{
   height:255px;
}
*/

.ViewSettingsClass
{
   height:1.5em;
   overflow:hidden;
}

.ViewSettingFormClass
{
   margin:0px;
   padding:0px;
}

.PointedInfoClass
{
   height:55px;
}

.ExternalLinkClass
{
   /*height:180px;*/
}

.ExternalCatalogButtonClass
{
   cursor:pointer;
}

.Dialog {
   overflow:hidden;
   padding:4px;
   font-size:smaller;
}

.LinkText
{
   width:300px;
}

.TabClass
{
   height:200px;
   overflow:auto;
   background-color: inherit;
   color: #fff;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
	color: #fff;
   background-color: inherit;
}

#LayerSetting table {
	border: 0;
}
#LayerSetting table th, #LayerSetting table td {
	border: 0;
}
#LayerSetting table tbody > tr:nth-child(even) td {
	background-color: rgba(0, 0, 0, 0.3);
}

#SearchParams
{
   font-size:11pt;
   padding:5px;
}

#SearchRadius
{
   font-size:11pt;
   padding:0px 5px;
}

#SearchRadiusText
{
   width:50px;
}

#ExternalLink
{
   font-size:11pt;
   padding:5px;
}

#InfoTabView
{
	margin-top: 8px;
}
#information {
	margin-top: 8px;
}
#information .title-row {
	margin-left: 8px;
	display: flex;
}
#information .title {
	font-weight: bold;
}

#ViewSettingLabel
{
   margin-left:1px;
   cursor:pointer;
}

.ViewSettingLabelClose li
{
   list-style-image: url("../images/list_icon/gray_r.gif");
}

.ViewSettingLabelClose li:hover
{
   list-style-image: url("../images/list_icon/black_r.gif");
}

.ViewSettingLabelOpen li
{
   list-style-image: url("../images/list_icon/gray_d.gif");
}

.ViewSettingLabelOpen li:hover
{
   list-style-image: url("../images/list_icon/black_d.gif");
}

#ViewSettingParams
{
   margin-top:3px;
   visibility:hidden;
}

#layer_select
{
  width:190px;
}

.ViewSettingTableClass
{
   font-size:1em;
   border:0;
}

table.UDON2JumpTable tbody tr:hover {
	background-color: rgba(0, 51, 147, 0.75);
	cursor: pointer;
}

#ProgCatalogInfoTable {
	width: 750px;
}

#ProgCatalogInfoTable td.key {
}

#ProgCatalogInfoTable td.value {
}

#ProgCatalogInfoTable td.url {
}

#ProgCatalogInfoTable td.url a {
	overflow-wrap: anywhere;
}

.rotate-title1 {
        display: block;
	overflow: hidden;
	text-align: center;
	/**-webkit-transform:translate3d(-202.5px,200.5px,0px) rotate(-90deg);**/
	transform: translate(-202.5px,200.5px) rotate(-90deg);
	white-space: nowrap;
	position: absolute;
	line-height: 26pt;
	font-size: 12pt;
        width:438px;
	background-color:#00F ;

/**	transform: translate(-50%,100%) rotate(-90deg)**/
}
.rotate-title2 {
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-transform:translate3d(-1px,440px,0px);
	transform: translate(-1px,440px);
	white-space: nowrap;
	position: absolute;
	line-height: 19px;
	font-size: 8pt;
	width: 35px;
	background-color:#33FF00;
}
.rotate-title3 {
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-transform:rotate(-90deg) translate3d(-520px,-59px,0px);
	transform: rotate(-90deg) translate(-520px,-59px);
	white-space: nowrap;
	position: absolute;
	line-height: 35px;
	font-size: 12pt;
	width: 151px;
	background-color: red;
}

.rotate-title4 {
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-transform:rotate(-90deg) translate3d(-691px,-76px,0px);
	transform: rotate(-90deg) translate(-691px,-76px);
	white-space: nowrap;
	position: absolute;
	line-height: 35px;
	font-size: 12pt;
	width: 185px;
	background-color: yellow;
}

.rotate-title5 {
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-transform:rotate(-90deg) translate3d(-796px,7px,0px);
	transform: rotate(-90deg) translate(-796px,7px);
	white-space: nowrap;
	position: absolute;
	line-height: 35px;
	font-size: 10pt;
	width: 19px;
	background-color:#CC66FF;
}

/**.rotate-title6 {
	display: block;
	overflow: hidden;
	text-align: center;
	transform: rotate(-90deg) translate(-796px,7px);
	white-space: nowrap;
	position: absolute;
	line-height: 35px;
	font-size: 5pt;
	width: 19px;
	background-color: gray;
}**/
.rotate-title6 {
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-transform:rotate(-90deg) translate3d(-841px,-16px,0px);
	transform: rotate(-90deg) translate(-841px,-16px);
	white-space: nowrap;
	position: absolute;
	line-height: 35px;
	font-size: 12pt;
	width: 65px;
	background-color:aqua;
}

.rotate-title7 {
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-transform:rotate(-90deg) translate3d(-939px,-48.5px,0px);
	transform: rotate(-90deg) translate(-939px,-48.5px);
	white-space: nowrap;
	position: absolute;
	line-height: 35px;
	font-size: 12pt;
	width: 129.5px;
	background-color: gold;
}

/* Browser tweak for FireFox */
@-moz-document url-prefix() {
    table.table-separate {
      border-collapse: separate;
      border-spacing: 0;
    }
}

/* Browser tweak for Edge */
@supports (-ms-ime-align:auto) {
    table.table-separate {
      border-collapse: separate;
      border-spacing: 0;
    }
}

/* Browser tweak for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    table.table-separate {
      border-collapse: separate;
      border-spacing: 0;
    }
}


.perspective{
-webkit-perspective: 0px;
	perspective: 0px;
}

.column-item-title {
  width: 30px;
}

.item-title {
  background-color: #eee;
  position: relative;
}

.value-cell {
  padding: 3px;
}

table.table-item-hours {
  table-layout: fixed;
}

table.table-item-hours > thead > tr > th {
  padding: 4px;
}

table.table-item-hours > tbody > tr > td {
  height: 30px;
  padding: 0;
}

table.table-item-hours > tbody > tr > td {
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

table.table-item-hours > thead > tr > th {
  border-bottom: 0;
}

.rot_new_con{
    text-align: center;
    transform: rotate(-90deg) translate(-65%);
    overflow:visible;
    font-size: 1.0em;
}
.rot_new{
    text-align: center;
    transform: rotate(-90deg);
    overflow:visible;
    font-size: 1.0em;
	white-space: nowrap;
}
.clrbox{
    max-width: 35px;
}

.flex-row {
	display: flex;
}
.flex-row .col-sm-2 {
	flex-basis: 16.666666667%;
}
.flex-row .col-sm-4 {
	flex-basis: 33.333333333%;
}
.flex-row .col-sm-5 {
	flex-basis: 41.666666667%;
}
.flex-row .col-sm-20 {
	flex-basis: 83.333333333%;
}
.flex-row.row-center {
	justify-content: center;
}
.flex-row.row-vcenter {
	align-items: center;
}
.flex-row.row-justify {
	justify-content: space-between;
}
.m-1 {
	margin: 8px;
}
.m-l-1 {
	margin-left: 8px;
}
.m-r-1 {
	margin-right: 8px;
}
.m-t-1 {
	margin-top: 8px;
}
.m-b-1 {
	margin-bottom: 8px;
}
.m-h-1 {
	margin-left: 8px;
	margin-right: 8px;
}
.m-v-1 {
	margin-top: 8px;
	margin-bottom: 8px;
}
.m-2 {
	margin: 16px;
}
.m-l-2 {
	margin-left: 16px;
}
.m-r-2 {
	margin-right: 16px;
}
.m-t-2 {
	margin-top: 16px;
}
.m-b-2 {
	margin-bottom: 16px;
}
.m-h-2 {
	margin-left: 16px;
	margin-right: 16px;
}
.m-v-2 {
	margin-top: 16px;
	margin-bottom: 16px;
}

.btn {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #999;
	background-color: #fff;
	border-radius: 4px;
}
.btn.btn-xs {
	padding: 1px 4px;
}
a.btn:link {
	text-decoration: none;
}
a.btn:hover {
	text-decoration: none;
}
a.btn:visited {
	text-decoration: none;
}
.btn.btn-default {
	background-color: #35373F;
	border-color: #363948;
	color: #fff;
}
.btn.btn-default:hover {
	background-color: #363948;
	color: #fff;
}
a.btn.btn-default:link {
	color: #fff;
}
a.btn.btn-default:hover {
	color: #fff;
}
a.btn.btn-default:visited {
	color: #fff;
}
h2 {
	font-size: 1.2rem;
	margin: 0 0 8px;
}

.control-group {
	/*border: 1px solid #f00;*/
	padding: 4px 8px;
}

.aladin-fov {
	display: none;
}

.aladin-gotoControl-container {
	top: 40px;
	left: 4px;
}
.aladin-gotoBox {
	top: 40px;
	left: 40px;
}
.aladin-overlay {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.aladin-overlay * {
	pointer-events: auto;
}
.aladin-overlay #darts-logo {
	position: absolute;
	bottom: 15px;
	left: 8px;
}
.aladin-overlay #darts-logo.full-screen {
	left: 40px;
}
#judo2-centering-form {
	position: absolute;
	left: 8px;
	top: 32px;
}
#judo2-centering-field {
	background-image: url("../images/search.png");
	background-image: -webkit-image-set(url("../images/search.png") 1x, url("../images/search@2x.png") 2x);
	background-repeat: no-repeat;
	background-color: #777;
	background-position: top left 4px;
	border-radius: 10px;
	padding-left: 24px;
	border-style: solid;
}
#judo2-app input[type="text"]#judo2-centering-field.unknown-object {
	background-color: #a44;
}
.aladin-overlay .judo-button {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	font-size: 9pt;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.aladin-overlay .judo-button.active {
	background-color: #70B7FE;
}
.judo-layer-button {
	position: absolute;
	top: 60px;
	left: 8px;
	background-image: url("../images/layer.svg");
}
.judo-fov-button {
	position: absolute;
	top: 100px;
	left: 8px;
	background-image: url("../images/fov.svg");
}
.judo-catalog-button {
	position: absolute;
	top: 140px;
	left: 8px;
	background-image: url("../images/catalog.svg");
}
.judo-product-button {
	position: absolute;
	top: 180px;
	left: 8px;
	background-image: url("../images/product.svg");
}
.judo-others-button {
	position: absolute;
	top: 220px;
	left: 8px;
	background-image: url("../images/mark.svg");
}
.judo-transparency-button {
	position: absolute;
	top: 260px;
	left: 8px;
	background-image: url("../images/transparency.svg");
}
.judo-link-button {
	position: absolute;
	top: 300px;
	left: 8px;
	background-image: url("../images/link.svg");
}
.judo-external-service-button {
	position: absolute;
	top: 340px;
	left: 8px;
	background-image: url("../images/extservice.svg");
}
.zoom-button {
	width: 24px;
	height: 24px;
	padding: 0;
}
#zoom-up-button {
	position: absolute;
	top: 380px;
	left: 12px;
}
#zoom-down-button {
	position: absolute;
	top: 404px;
	left: 12px;
}

#InfoTabView .infotab-body {
	height: 180px;
	overflow: auto;
}
.infotab-tab {
	display: flex;
	font-size: 9pt;
	margin: 0;
	padding: 0 8px;
	border-bottom: 1px solid rgb(0, 113, 188);
}
.infotab-tab li {
	display: block;
	margin-right: 4px;
	padding: 2px 8px;
	background-color: #333;
	font-weight: bold;
}
.infotab-tab li.active {
	background-color: rgb(0, 113, 188);
}
.infotab-tab li:hover {
	cursor: pointer;
}
.infotab-body .body {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
}
.infotab-body .body li {
	display: block;
	font-size: 10pt;
	flex-basis: 200px;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	overflow: hidden;
	padding: 4px 8px;
}
.infotab-body .body li:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.2);
}
.infotab-body .body li.active {
	background-color: rgba(0, 121, 214, 0.51);
	border: 1px solid rgba(209, 241, 255, 0.8);
}

.ui-widget {
	font-size: 12pt;
	z-index: 1000;
}

.judo-slider {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}

.slider-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.time-slider-dialog button[title="hidden"] {
	display: none;
}

/* import from index.html */
#header-menu {
    clear: both;
}
#header-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}
#header-menu ul li {
    display: block;
    flex-glow: 1;
    flex-basis: 100%;
}
#header-menu ul li a {
    display: block;
    color: #fff;
    text-align: center;
}
#header-menu ul li a:link, #header-menu ul li a:visited {
    background-color: #5D6D7E;
}
#header-menu ul li a:hover {
    background-color: #85929E;
    text-decoration: none;
}
#LayerSetting table {border-collapse: collapse;min-width: 100px; padding: 50px 50px;text-align: center; table-layout: auto ;}
#LayerSetting th.name, #LayerSetting td.name {white-space: nowrap;}
#LayerSetting td.bold {font-weight: bold;}
#LayerSetting td.rank-2 {padding-left: 0em;padding-right: 0em;}
#LayerSetting td.rank-3 {padding-left: 0em;padding-right: 0em;}
#LayerSetting td.rank-4 {padding-left: 0em;padding-right: 0em;}
#LayerSetting td.rank-5 {padding-left: 0em;padding-right: 0em;}
#LayerSetting td.check {text-align: center;}
#LayerSetting td {border: 1px solid #999;}

#mainbody, #mainbody button, #mainbody table {font-family: sans-serif; font-size: 12px;}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#TSDataName {
	color: #7FB3D5;
}
.row {
	display: flex;
}
.row > .col {
	flex-grow: 1;
}

#TimeSeriesDialog .data-name {
	flex-basis: 90px;
	flex-grow: 0;
}
#TimeSeriesDialog .layer-name {
	text-align: center;
	flex-basis: 140px;
	flex-grow: 0;
}
#TimeSeriesDialog .control-group {
	display: flex;
	margin-top: 8px;
	justify-content: space-between;
	align-items: flex-end;
}
#TimeSeriesDialog .play-button {
	margin-bottom: 4px;
}
#TimeSeriesDialog .time-label {
	text-align: center;
	font-size: 9pt;
	color: #ccc;
}
#TimeSeriesDialog .slider-with-label.time-control {
	width: 200px;
}
#TimeSeriesDialog .time-past-label {
	position: absolute;
	top: 40px;
	left: 64px;
	text-align: center;
	font-size: 9pt;
	color: #ccc;
}
#TimeSeriesDialog .time-recent-label {
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 9pt;
	color: #ccc;
}
#TimeSeriesDialog .push-button-without-label {
	margin-bottom: 6px;
}
#TimeSeriesDialog .push-button-with-label {
	text-align: center;
}
#TimeSeriesDialog .push-button-with-label .label {
	font-size: 9pt;
	color: #ccc;
}
#TimeSeriesDialog .ts-slider-wrap {
	padding: 0 8px;
}
#TimeSeriesDialog .slider-with-label.speed-control {
	width: 155px;
}
#TimeSeriesDialog .slider-with-label .top-label {
	text-align: center;
	margin-bottom: 5px;
	font-size: 9pt;
	color: #ccc;
}
#TimeSeriesDialog .slider-with-label .bottom-label {
	margin-top: 5px;
	display: flex;
	font-size: 9pt;
	color: #ccc;
}
#TimeSeriesDialog .slider-with-label .bottom-label > div {
	flex-grow: 1;
}
#TimeSeriesDialog .slider-with-label .bottom-label .right {
	text-align: right;
}
#TSAutoChangeBtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	border-width: 0;
	background-image: url("../images/ts_control/ts_play.png");
	background-image:	image-set(
		url("../images/ts_control/ts_play.png") 1x,
		url("../images/ts_control/ts_play@2x.png") 2x);
}
#TSAutoChangeBtn:hover {
	background-image: url("../images/ts_control/ts_play_hover.png");
	background-image: image-set(
		url("../images/ts_control/ts_play_hover.png") 1x,
		url("../images/ts_control/ts_play_hover@2x.png") 2x);
}
#TSAutoChangeBtn:active {
	background-image: url("../images/ts_control/ts_play_pressed.png");
	background-image:	image-set(
		url("../images/ts_control/ts_play_pressed.png") 1x,
		url("../images/ts_control/ts_play_pressed@2x.png") 2x);
}
#TSAutoChangeBtn.playing {
	background-image: url("../images/ts_control/ts_stop.png");
	background-image:	image-set(
		url("../images/ts_control/ts_stop.png") 1x,
		url("../images/ts_control/ts_stop@2x.png") 2x);
}
#TSAutoChangeBtn.playing:hover {
	background-image: url("../images/ts_control/ts_stop_hover.png");
	background-image: image-set(
		url("../images/ts_control/ts_stop_hover.png") 1x,
		url("../images/ts_control/ts_stop_hover@2x.png") 2x);
}
#TSAutoChangeBtn.playing:active {
	background-image: url("../images/ts_control/ts_stop_pressed.png");
	background-image:	image-set(
		url("../images/ts_control/ts_stop_pressed.png") 1x,
		url("../images/ts_control/ts_stop_pressed@2x.png") 2x);
}
#TSPast {
	width: 36px;
	height: 36px;
	background-color: transparent;
	border-width: 0;
	background-image: url("../images/ts_control/ts_prev.png");
	background-image:	image-set(
		url("../images/ts_control/ts_prev.png") 1x,
		url("../images/ts_control/ts_prev@2x.png") 2x);
}
#TSPast:hover {
	background-image: url("../images/ts_control/ts_prev_hover.png");
	background-image: image-set(
		url("../images/ts_control/ts_prev_hover.png") 1x,
		url("../images/ts_control/ts_prev_hover@2x.png") 2x);
}
#TSPast:active {
	background-image: url("../images/ts_control/ts_prev_pressed.png");
	background-image:	image-set(
		url("../images/ts_control/ts_prev_pressed.png") 1x,
		url("../images/ts_control/ts_prev_pressed@2x.png") 2x);
}
#TSFuture {
	width: 36px;
	height: 36px;
	background-color: transparent;
	border-width: 0;
	background-image: url("../images/ts_control/ts_next.png");
	background-image:	image-set(
		url("../images/ts_control/ts_next.png") 1x,
		url("../images/ts_control/ts_next@2x.png") 2x);
}
#TSFuture:hover {
	background-image: url("../images/ts_control/ts_next_hover.png");
	background-image: image-set(
		url("../images/ts_control/ts_next_hover.png") 1x,
		url("../images/ts_control/ts_next_hover@2x.png") 2x);
}
#TSFuture:active {
	background-image: url("../images/ts_control/ts_next_pressed.png");
	background-image: image-set(
		url("../images/ts_control/ts_next_pressed.png") 1x,
		url("../images/ts_control/ts_next_pressed@2x.png") 2x);
}
