﻿
table.gridview
	{
		
		width: 100%;
		padding: 0;
		/*margin-left: 10px;
		margin-right: 10px;*/
		color: #000000;
		font-family: Arial;
		font-size: 11px;
		background: #FFFFFF;
		border-top: 1px solid #1d89a5;
		border-left: 1px solid #1d89a5;
	}
	
	*:first-child + html table.gridview
	{
		border: 1px solid #1d89a5;
		margin-left: 10px;
		margin-right: 0px;
	}
	table.gridview th
	{
		background-image: url(../../images/th_bg.gif);
		height: 100%;
		background-repeat: repeat-x;
		background-position: bottom;
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		text-align: center;
		border-right: 1px solid #1d89a5;
		border-bottom: 1px solid #1d89a5;
		background-color: #efeee7;
	}
	html > body table.gridview th
	{
		border: 1px solid #1d89a5;
	}
	table.gridview tr
	{
		height: 28px;
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		text-align: center;
	}
	table.gridview td
	{
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		text-align: left;
		padding-left:5px;		
		border-right: 1px solid #1d89a5;
		border-bottom: 1px solid #1d89a5;
	}
	html > body table.gridview td
	{
		border: 1px solid #1d89a5;
	}
	table.gridview td.pageurl
	{
		width: 350px;
	}
	table.gridview th.pageurl
	{
		width: 350px;
	}
	.pageurllabel
	{
		font-family: Arial;
		font-size: 11px;
		text-align: center;
		width: 100%;
		float: left;
	}

	table.gridview td.selectalls
	{
		width: 65px;
		text-align:center;

	}
	table.gridview th.selectalls
	{
		width: 65px;
	}
	table.gridview th.editview
	{
		width: 90px;
	}
	table.gridview td.editview
	{
		width: 90px;
	}
    table.gridview td.qty
	{
		width: 120px;
		text-align:right;
        padding-right:5px;

	}
    table.gridview th.qty
	{
		width: 120px;
		

	}
	table.gridview td.itemRef
	{
		width: 80px;
	}
	table.gridview td.itemcode
	{
		width: 70px;
	}
	table.gridview th.itemcode
	{
		width: 70px;
	}
	table.gridview th.date
	{
		width: 62px;
	}
	.dutycodelabel
	{
		width: 60px;
	}
	table.gridview td.editname
	{
		width: 130px;
	}
	table.gridview th.editBr
	{
		width: 120px;
	}
	table.gridview th.editname
	{
		width: 130px;
	}
	table.gridview td.itemname
	{
		width: 235px;		
	}
	table.gridview th.itemname
	{
		width: 235px;
	}
	.dutynamelabel
	{
		width: 235px;		
	}
	table.gridview td.itemtype
	{
		width: 100px;
	}
	table.gridview th.itemtype
	{
		width: 100px;
	}
	.dutytypelabel
	{
		width: 80px;
	}
	table.gridview td.edit
	{
		width: 50px;	
		padding-left:0px;		
		text-align:center;	
	}
	table.gridview th.edit
	{
		width: 50px;
	}
	/*******************/
    .btn {
    margin: 25px 0 20px;
    padding: 14px;
    font-size: 14px;
}
    .btn.btn-bordered {
    background: 0 0;
    border: 2px solid transparent;
}
        
     .btn.btn-bordered.btn-primary {
    margin: 10px 0;
    color: #337ab7;
    border-color: #337ab7;
}
    
   /* New Design for Grid  */

table.commontable {
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #1c6ea4;
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

   table.commontable th {
    background: #1c6ea4;
    background: -moz-linear-gradient(top,#407094 0%,#015697 66%,#1C6EA4 100%);
    background: -webkit-linear-gradient(top,#407094 0%,#015697 66%,#1C6EA4 100%);
    background: linear-gradient(to bottom,#407094 0%,#015697 66%,#1C6EA4 100%);
    border-bottom: 0 solid #444;
     color: #fff;
     font-size: 12px;
    font-weight: 700;
     border-left: 2px solid #d0e4f5;
    text-align: center;
}
    table.commontable th a {
         /*background-color: #DE7B0A;*/
    color: White!important
    }
	
    /* End New Design for Grid  */
    
	