table{border-spacing:1;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;width:100%;margin:0 auto;position:relative}
table *{position:relative}
table td,table th{padding-left:8px;}
table thead tr{height:40px;background:#5bc0de}
table tbody tr{height:50px}
table tbody tr:last-child{border:0}
table td,table th{text-align:left}
table td.l,table th.l{text-align:right}
table td.c,table th.c{text-align:center}
table td.r,table th.r{text-align:center}
.table100-head th{font-family:OpenSans-Regular;font-size:18px;color:#000;line-height:1.2;font-weight:unset}
tbody tr:nth-child(even){background-color:#E3E3E3}
tbody tr{font-family:OpenSans-Regular;font-size:15px;color:gray;line-height:1.2;font-weight:unset}
tbody tr:hover{color:#555;background-color:#d3e8fd;cursor:pointer}

form {
    display: block;
    margin-top: 0em;
}
.form-signin {
	position: relative;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.table_item
{
	min-width:40px;
}
.table_customer
{
	min-width:25vw;
}
.table_other
{
	width:19%;
}