@charset "utf-8";
/*for nav*/
.tem_head{
	margin: 0;
	padding: 0;
	width: 100%;
}
.tem_head nav {
    position: absolute;
    top:6px;
    height: 28px;
    width: 100%;
    line-height: 28px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.tem_head nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    list-style: none;
    background-color:#e3dbdb;
}
.tem_head nav ul li {
    width: calc((100%-50px)/6);
    /*border-radius: 5px;*/
    margin-left: 8px;
    text-align: center;
    border-right: 1px solid gray;
    background-color:;
}
.tem_head nav ul li:last-child{
	margin-right: 20px;
	border-right: none;
}
.tem_head nav ul li a{
    text-decoration: none;
}
p{
	margin-top:0;
	margin-bottom:6px;
}
/* CSS Document */
table,th,td{
	border:solid 1px #000;
	border-collapse: collapse;
}

textarea{
	width:98%;
	overflow:visible;
	}
.form-required {
  color: #f00;
}
input:focus{
	background-color:pink;
}
input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}

/*button style*/
.btn {
        display: inline-block;
        padding: 4px,8px;
        border-radius: 3px;
        background-color: #1b9af7ff;
        color: #fff;
        cursor :pointer;
    }
.prepay {
        display: inline-block;
        padding: 4px,8px;
        border-radius: 3px;
        background-color: #73c86dff;
        color: #fff;
        cursor :pointer;
    }
.tr_title {
    font-size: 14px;
}
a.addline {
    font-size: 12px;
}
table a.deleteline {
    font-size: 12px;
}
.historyrecord{
    color: gray;
}
