/*
 * CGems .css
 */

@import url( ../CSS/bootstrap.min.css );

body
{
  margin : 7em;
}

pre {
  /*
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif;
  */
}

h1 {
  font-size: 150%;
  /* margin-top: 30%; */
}

header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #7CA4D7
}
header h1 {
  font-size: 50%;
  margin-top: 30%;
}
header h1 span {
  display: block;
}
main {
  margin-left: 300px;
  padding: 30px;
}
main h2 {
  font-size: 120%;
  text-shadow: 1px 1px 3px #999;
}
main h2 img {
  height: 1em;
}
pre {
  min-height: 100px;
  padding: 10px;
  background-color: #e3f2ff;
  box-shadow: 1px 1px 5px #eee;
  width: 500px;
}
hr {
  border-color: #7CA4D7;
}
.content {
  margin-top: 30px;
}
form {
  margin-top: 50px;
}
time {
  color: #999;
  font-size: 80%;
}
article {
  margin-top: 30px;
}

/* table style */
table
{
  text-align : center;
  border : none;
  height : 100%;  /* needs to enable 'height : 100%' of 'table .cellButtonWithoutBorder' */
}

table .headerWithBorder
{
  height : 50px;
  border : solid 1px;
}

table .cellWithBorder
{
  height : 50px;
  border : solid 1px;
}

table .cellWithBorderNarrow
{
  height : 30px;
  border : solid 1px;
}

table .cellButtonWithoutBorder
{
  display :block; 
  height : 100%;  /* needs 'height : 100%' of table class' to enale this. */
  border-style: none;
  outline: none;
}

/* erroe message */

.errorMessage
{
  color : darkorange;
}

/* customized properties */

.pageNextStep
{
  width: 500px;
  height: 50px;
  text-align: center;
  padding:  10px 10px 10px 10px;
  /* background-color: #80A1C030; */  /* This is not available for IE. */
  background: rgba( 128, 161, 192, 0.19 );
  /* border-width: 0px 5px 5px 0px; */
  /* border-style: groove groove groove groove; */
  /* box-shadow: 0px 0px 5px 9px #80A1C080, 0px 0px 5px #90CAE900 inset; */
  box-shadow: 0px 0px 5px 9px rgba( 128, 161, 192, 0.19 );
  border-style: none;
  outline: none;
  border-radius: 12px;
}

.pageNextStep:hover
{
  /* background-color: #90CAE970; */  /* This is not available for IE. */
  background: rgba( 144, 202, 233, 0.50 );
  box-shadow: 0px 0px 5px 9px rgba( 128, 161, 192, 0.19 );
  border-style: none;
  outline: none;
  border-radius: 12px;
}

.pageNextStepWithoutShadow
{
  /* width: 500px; */
  height : 100%;  /* needs 'height : 100%' of table class' to enale this. */
  text-align: center;
  padding:  10px 10px 10px 10px;
  background-color: rgba( 128, 161, 192, 0.19 );
  /* border-width: 0px 5px 5px 0px; */
  /* border-style: groove groove groove groove; */
  /* box-shadow: 0px 0px 5px 9px #80A1C080, 0px 0px 5px #90CAE900 inset; */
  /* box-shadow: 0px 0px 5px 9px #80A1C030; */
  border-style: none;
  outline: none;
  border-radius: 12px;
}

.pageNextStepWithoutShadow:hover
{
  height : 100%;  /* needs 'height : 100%' of table class' to enale this. */
  background-color: rgba( 144, 202, 233, 0.50 );
  /* box-shadow: 0px 0px 5px 9px #80A1C030; */
  border-style: none;
  outline: none;
  border-radius: 12px;
}

.programModeSelectionLabel
{
  width: 150px;
  padding:  10px 10px 10px 10px;
  background-color: #90CAE9;
  border-width: 0px 0px 0px 0px;
  border-style: groove groove groove groove;
}

.programModeSelection
{
  width: 150px;
  padding:  10px 10px 10px 10px;
  background-color: #90CAE9;
  border-top: 0px groove #eeeeee;
  border-bottom: 2px groove #eeeeee;
  border-right: 2px groove #eeeeee;
  border-left: 0px groove #eeeeee;
}

.programModeSelection:hover
{
  background-color: #80A1C0;
}

.pageReturn
{
  width: 500px;
  height: 50px;
  text-align: center;
  padding:  10px 10px 10px 10px;
  /* background-color: #50D58130; */  /* This is not available for IE. */
  background-color: rgba( 80, 215, 129, 0.19 );
  /* border-width: 0px 5px 5px 0px; */
  /* border-style: groove groove groove groove; */
  box-shadow: 0px 0px 5px 9px rgba( 80, 215, 129, 0.19 );
  border-style: none;
  outline: none;
  border-radius: 12px;
}

.pageReturn:hover
{
  /* background-color: #AED58170; */
  background-color: rgba( 174, 215, 129, 0.50 );
  box-shadow: 0px 0px 5px 9px rgba( 80, 215, 129, 0.19 );
  border-style: none;
  outline: none;
  border-radius: 12px;
}

.programSelectionButtonWithoutBorder
{
  border: 1px solid #3c7fb1;
  border-radius: 0.3em;
  text-align: center;
}

span#tooltip
{
  position: absolute;
  z-index: 10;
  visibility: hidden;
  padding: 0 5px;
  /* background-color: #00CDEF; */
}

div.programInformationArea
{
  width: 100%;
  height: 70px;
  background-color: #E0E3EC;
  border-style: none;
  outline: none;
  padding:  10px 10px 10px 10px;
}

div.programExampleInformationArea
{
  width: 100%;
  height: 70px;
  background-color: rgba( 128, 161, 192, 0.05 );
  border-style: none;
  outline: none;
  padding:  0px 0px 0px 0px;
  border-radius: 12px;
}

