
html {
	font-size: calc(10px + 0.1953125vw);
}

body {
	font-family: Verdana, Helvetica, sans-serif;
/*	font-size: calc(10px + 0.390625vw);
*/	color: #0066FF;
	margin: 10px;
	padding: 0px;
	background-color: #FAFAFA;
}

.isVisible 
{
	/* display: inline; */
	visibility: visible;
}

.isInvisible;
{
	display: none;
	visibility: hidden;
}

input
{
    height:14px;
    margin:0px;
  /*  font-size:10px; */
}


a:LINK,a:ACTIVE,a:VISITED{
	color: #0066FF;
	text-decoration: none;
}
a:HOVER{
	color:#A0A0A0;
}


a.variant,a.variant:LINK,a.variant:ACTIVE,a.variant:VISITED{
	color: #000000;
	text-decoration: none;
}
a.variant:HOVER{
	color:#A0A0A0;
}


ul#root {
	margin: 0px;
    padding: 0px;
    list-style: none;

}

ul#root ul, ul#root ol, ul#root dl { 
    margin: 1px 0px 0px 1em; 
	list-style: none;
	padding-left: 1px;
    }


ul#root li {
	border-bottom: 2px solid #FAFAFA;
	overflow: hidden;
	padding: 0px 2px 0px 0px;
   	list-style: none;
}



ul#root li li {
	border-bottom: 1px solid #FAFAFA;
	border-left: 1px solid #0066FF;
    padding-left: 3px;
	list-style: none;

}

li.closed 	{ background-color: #F2F2F2}
li.open 	{ background-color: #FAFAFA}

.setting { margin-top: 5px; margin-left: 3px; margin-bottom: 2px; }
.contents {	padding: 0px 0px 0px 22px; display: none;}
.contents_open{
	display: block;
	margin-bottom:5px;
    padding: 0px 0px 10px 22px ;
}


h1, h2, h3 {
	color: #0066FF;
	display: inline;
	font-weight: normal;
	margin-right: 0.0em;
	margin-bottom:10px;
}

h1 {
	font-size: 3rem;
}

h2, h3 {
	font-size: 1rem;
}

h1 a, h2 a, h3 a {
	border: none;
}

li.file  {background-color:#EAEAEA;}


/* DISPLAY OF BUSY STATE WHEN OPENING A FOLDER */

#overDiv{
	display:none;
	background:url("busy_bg.gif");
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
}
#busy{
	display:none;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
/*	font-size:24px; */
	padding-left: 0px;
	width:24em;
	height:100px;
	background:url("wait.gif");
	background-repeat:no-repeat;
	z-index:1001;
 /*   	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75; */

}




/* CSS TO HANDLE THE DISPLAY OF PICTURES */

img{
	border:none;
}


#container {
	overflow:auto;
	padding: 0px;
	background-color: #F2F2F2;
}

td, tr, table {
	padding: 0px;
}

#lcell {
	width:50%;
	border: solid thin #0066FF;
	padding: 0px 0px 0px 3px;
	background-color: #F2F2F2;
}

#rcell {
	width:50%;
	border: solid thin #0066FF;
	padding: 0px;
	background-color: #F2F2F2;
}


.button, select {
    height: 18px;
 /*   font-size: 10px; */
}

.visibleCBs {
    display: inline;
}

.invisibleCBs {
    display: none;
}

.textinput{
	width:280px;
	height:14px;
/*	font-size:10px; */
	color:#000000;
}

.help {
    font-size:inherit;
}

.helptitle {
    font-size:1.4rem;
    font-weight:bold;
    padding-bottom:10px;
}

code {
 /*   font-size:12px; */
}

iframe {
	width: 100% !important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5%; /* Location of the box */
  padding-bottom: 5%;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0%;
  border: 1px solid #888;
  width: 80%;
  height: 80%; 
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


@media (pointer: coarse), (hover: none) {
  [title] {
    position: relative;
    display: inline;
    justify-content: center;
  }
  [title]:focus::after {
    content: attr(title);
    position: relative;
    top: 0%;
	left: 1px;
    color: #000;
    background-color: #fff;
    border: 1px solid;
    width: fit-content;
   /* padding: px; */
    font-size: .9rem;
	font-weight: normal;
  }

}

@media screen and (max-width: 900px), (orientation: portrait) {
html {
	font-size: calc(10px + 0.390625vw);
}	
	#rcell {
		display: none;
		width: 0%;
	}
	#lcell {
		width: 100%;
	}
	.openLink {
		display: none;
	}
	#shiftlinkRow {
		display: none;
	} 
}


