
body {  font-family: 微軟正黑體;  font-size: 16px;}

table, th { border-collapse: collapse; border: 1px solid black;  text-align: center;}
th {  background-color: #BED1E1;  color: #333;  height: 30px; padding: 4px 4px; font-size: 18px; z-index: 99;}
th td {z-index: 99;}
td {  border: 1px solid grey; padding: 4px 4px; }
tr:hover { background-color: #dde; }


button, input[type=submit] { 
  font-family: 微軟正黑體;  font-size: 16px; font-weight: bold; 
  border-radius: 8px; margin: 3px; background: white;
  padding: 3px;
}

.tableFixHead          { overflow-y: auto; height: 30px;}
.tableFixHead thead th { position: sticky; top: -1; }

input, textarea, select, select option
{ font-family: 微軟正黑體;  font-size: 16px; }

#statusmessage{
    position:fixed;
    bottom:0;
    padding:6px;
    font-size: 1.2em;
    line-height: 30px;
    background-color: #800000;
    margin-bottom:-42px;
    color:white;
    left:0;
    right:0;
    padding-left: 105px;
}

.notifi {
  padding: 0px 1px 0px 1px;
  margin: 0px;
  position: relative;
  font-size: 15px;
}

.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 6px;
  border-radius: 50%;
  font-size: 10px;
  font-family: arial;
  background: red;
  color: white;
}

.badge1 {
  padding: 4px 6px;
  border-radius: 50%;
  font-size: 10px;
  font-family: arial;
  background-color: red;
  color: white;
  background-color: red;
  color: white;
}

badge1 {
  padding: 4px 6px;
  border-radius: 50%;
  font-size: 10px;
  font-family: arial;
  background-color: red;
  color: white;
  background-color: red;
  color: white;
}


.container{
  padding-top: 50px;
  padding-left: 135px;
  font-family: 微軟正黑體;
}

.title, .title1 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 5px;
}


.item {
  font-size: 17px;
  width: 80px;
  display: inline-block;
  font-weight: bold;
  margin: 6px;
  background: #eff;
  padding: 4px;
}

.saving{
    position:fixed;
    top:0;
    left:200px;
    width: 110px;
    margin: 0px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
    background-color: #00ffff;
    color:black;
    z-index: 99999;
    display: none;
}


.nav {
 list-style-type: none;
 margin: 0;
 padding: 6px;
 overflow: hidden;
 background-color: #3c4054;
 top: 0px;
 width: 100%;
 height: 36px;
 position: -webkit-sticky; /* Safari */
 position: fixed; 
 z-index: 9999;
}

.navitem {
 background-color: #3c4054;
 padding-left: 10px;
 float: left;
 white-space: nowrap;
 font-size: 1.3em;
 font-family: 微軟正黑體;
 color: white;
 cursor: pointer;
}

.container a:link, a:visited, a:hover, a:active { color:#00a; }

.navitem1 {
 color: #fff;
 background-color: #3c4054;
 padding-top: 6px;
 padding-left: 6px;
 float: left;
 white-space: nowrap;
 font-size: .9em;
 font-family: 微軟正黑體;
 cursor: pointer;
}

.navitem1 a, .navitem1  a:link, .navitem1 a:visited, .navitem1 a:active {
 color: #fff;
 padding: 0px;
 text-decoration: none;
 display: block;
}

.navitem1 a:hover {
 color: #fff;
 background-color: #4CAF50;
}


.sidebar {
 top: 0;
 height: 100%;
 width: 80px;
 padding-top: 50px;
 position: fixed;
 z-index: 999;
 font-size: 1em;
 background-color: #3c4054;
}

.sidebar a {
 color: #fff;
 padding: 2px;
 text-decoration: none;
 display: block;
}

.sidebar a:hover {
 color: #fff;
 background-color: #4CAF50;
}

.hovered {
 color: #fff;
 background-color: #5CbF60;
}

.menubar{
  float: right;
  padding-right: 10px;
  display: block;
  color: white;
  cursor: pointer;
  font-size: 1.4em;
}



.round { 
  border-radius: 6px;background: #8dd; 
  margin: 2px; padding: 4px; 
  white-space:none; 
  float: left;
  cursor: pointer;
  font-size: 15px;
  z-index: 1;
}

.smaller{
  font-size: 15px;
}

.sortable { list-style-type: none; margin: 0; padding: 0; width: 260px; }
.sortable li { margin: 6px; padding: 0.4em; font-size: 1.0em; height: 18px; }


@media (max-width: 640px) {
  .sidebar { display: none; }
  .container { padding-left: 10px; }
}
