﻿/*Common table*/
.blueTable.tablesorter th,
.blueTable.tablesorter td
{
	padding-left:10px;
}

table.blueTable
{
	font-size:14px;
	border-collapse: collapse;
}

table.blueTable thead tr
{
	background-color:#0080FF;
	color:#FFF;
	border:0;
	font-weight:bold;
}

table.blueTable td,
table.blueTable th
{
	border:0;
	padding:5px 5px;
}

table.blueTable tbody tr,
table.blueTable thead tr
{
	border-bottom:1px solid #73BAFF;
}

table.blueTable tbody tr:nth-child(even)
{
	background-color:#D9ECFF;
}

table.blueTable tbody tr:hover
{
	background-color:#FFE6E7;
}

table.blueTable td
{
	vertical-align:text-top;
}

table.blueTable a:link,
table.blueTable a:visited,
table.blueTable a:hover,
table.blueTable a:active
{
	color:#000;
	text-decoration:none;
}


/*Common Table Stock*/
.stockTable.tablesorter th,
.stockTable.tablesorter td
{
	padding-left:10px;
}

table.stockTable
{
	font-size:14px;
	border-collapse: collapse;
}

table.stockTable thead tr
{
	background-color:#89b6f5;
	border:0;
	font-weight:bold;
}

table.stockTable td,
table.stockTable th
{
	border:0;
	padding:5px 5px;
}

table.stockTable tbody tr,
table.stockTable thead tr
{
	border-bottom:1px solid #73BAFF;
}

table.stockTable tbody tr:nth-child(even)
{
	background-color:#D9ECFF;
}

table.stockTable tbody tr:hover
{
	background-color:#FFE6E7;
}

table.stockTable td
{
	vertical-align:text-top;
}

table.stockTable a:link,
table.stockTable a:visited,
table.stockTable a:hover,
table.stockTable a:active
{
	text-decoration:none;
}




/*------------ Table ---------------*/
.ListTablecontainer
{
	margin:20px;
}

.ListTable
{
	width:100%;	
}

.ListTable th
{
	text-align:left;
    width:100%;
}

.ListTable tr td
{
	vertical-align:text-top;
}

.ListTable th:first-child
{
	width:160px;
}
.ListTable th:nth-child(2)
{
	width:160px;
}
.ListTable th:nth-child(3)
{
	width:300px;
}

.ListTable th:nth-child(4)
{
	width:200px;
}

.ListTable th:nth-child(5)
{
	width:220px;
}



/*-----Table Verify Register-----*/
.VerifyTable
{
	width:100%;	
}

.VerifyTable th
{
	text-align:left;
    width:100%;
}

.VerifyTable tr td
{
	vertical-align:text-top;
}

.VerifyTable th:first-child
{
	width:320px;
}
.VerifyTable th:nth-child(2)
{
	width:320px;
}
.VerifyTable th:nth-child(3)
{
	width:250px;
}

.VerifyTable th:nth-child(4)
{
	width:220px;
}

.VerifyTable th:nth-child(5)
{
	width:190px;
}

.VerifyTable th:nth-child(6)
{
	width:150px;
}


/*---Table Stock---*/
.LayoutStockTable
{
	width:100%;	
}

.LayoutStockTable th
{
	text-align:left;
    width:100%;
}

.LayoutStockTable tr td
{
	vertical-align:text-top;
}

.LayoutStockTable th:first-child
{
	width:40px;
}
.LayoutStockTable th:nth-child(2)
{
	width:100px;
}
.LayoutStockTable th:nth-child(3)
{
	width:200px;
}

.LayoutStockTable th:nth-child(4)
{
	width:110px;
}

.LayoutStockTable th:nth-child(5)
{
	width:130px;
}

.LayoutStockTable th:nth-child(6)
{
	width:10px;
}

.LayoutStockTable th:nth-child(7)
{
	width:130px;
    min-width:130px;
}





/*---Table List Product---*/
.ListProductTable
{
	width:100%;	
}

.ListProductTable th
{
	text-align:left;
    width:100%;
}

.ListProductTable tr td
{
	vertical-align:text-top;
}

.ListProductTable th:first-child
{
	width:160px;
}
.ListProductTable th:nth-child(2)
{
	width:320px;
}

.ListProductTable th:nth-child(3)
{
	width:200px;
}

.ListProductTable th:nth-child(4)
{
	width:220px;
}
