/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
/* page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}

div.overflow {
  width: 100%;
  height: 620px;
  overflow: auto;
}

.list table, td, th {
border: 1px #CCCCCC solid;
}



input.tenKey {
font-size:  16pt;
height:     100;
width:      100%;
background: #666;
color: #fff;
}
input.tenKey {
font-size: 16pt;
height:     100%;
width:      100%;
}
td.td1{
font-size:  16pt;
align:      center;
height:     100;
width:      30%;
}

/* form text_box --------------*/

.text_box table{
border-collapse: collapse;
border-spacing: 0;
margin-bottom:-30px;

}

.text_box{
margin-top:-10px;
margin-bottom:-10px;
}

.text_box p{
margin-top:-10px;
margin-bottom:-35px;
}

.text_box input{
  padding: 5px 1.5rem 5px 5px;
  width: 100%;
  height: 40px;
  background: #999;
  border: solid 1px #b3b3b3;
  border-radius: .2rem;
  font-size: .875rem;
  box-sizing: border-box;
}
.text_box textarea{
  padding: 10px 1.5rem 10px 10px;
  width: 100%;
  min-height: 100px;
  background: #fff;
  border: solid 1px #b3b3b3;
  border-radius: .2rem;
  font-size: .875rem;
  line-height: 1.5;
  resize: vertical;
  overflow: auto;
  box-sizing: border-box;
}
.text_box input:invalid, .text_box textarea:invalid{
  background: #999;
}
.text_box input:focus, .text_box textarea:focus{
  border: solid 1px rgba(0,136,214,.75);
  box-shadow: 0 0 5px 1px rgba(0,136,214,.4);
}
.text_box.pen::after{
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: .5rem;
  margin-top: -.4375rem;
  width: .875rem;
  height: .875rem;
  background: url(../images/icon_pen_b.png) no-repeat left top;
  background-size: 100% auto;
}

