﻿
.container
{
	width: 100%;

}
.Pantable
{
	width: 100%;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 12px;
}
.Pantable th
{
	padding: 3px;
	border: #c4dcec 1px solid;
	background: #448ccb;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
}
.Pantable td
{
	padding: 5px;
	border: #c4dcec 1px solid;
	text-align: left;
	
}
/* provide some minimal visual accomodation for IE8 and below */
.Pantable tr
{
	background: #f4f8fb;
}
/*  Define the background color for all the ODD background rows  */
.Pantable tr:nth-child(odd)
{
	background: #e9f0f7;
}
/*  Define the background color for all the EVEN background rows  */
.Pantable tr:nth-child(even)
{
	background: #f4f8fb;
}


input[type="text"],
 input[type="password"],
 textarea, 
select
{
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px #CDE7EC;
}
input:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
    
}

input:hover {
  
    border-radius: 5px;
}


.select
{
	
}

select:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select:hover {
   border: 1px solid #82b8e8;
    border-radius: 5px;
}

textarea:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

textarea:hover {
   border: 1px solid #82b8e8;
    border-radius: 5px;
}

.btn
{
	background-color: #3b7fd4;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.btn:hover, .btn:active
{
	background-color: #265a9b;
	border: none;
	padding: 8px 8px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px 5px;
}
.btn_blue
		{
			background-color:#048df6; border:none; color:#fff; font-size:14px; padding:8px 8px; border-radius:5px 5px;}
		.btn_blue:hover
		{
			background-color:#0165b2; border:none; color:#fff; font-size:14px;}
			.reset
		{
			background-color:#478047; border:none; color:#fff; font-size:14px; padding:8px 8px; border-radius:5px 5px;}
		.reset:hover
		{
			background-color:#274f27; border:none; color:#fff; font-size:14px;}
.del
{ 
    
   
	background-color: #c5381d;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.del:hover
{
	background-color: #962913;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}

.srch
{
	background-color: #9646ce;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.srch:hover
{
	background-color: #7228a6;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.bck
{
	background-color: #666;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.bck:hover
{
	background-color: #333;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.DVtable{
		width:600px; 
		border-collapse:collapse;
		font-family:verdana; 
		font-size:12px;
		
	}
	.DVtable th{ 
		padding:5px; border:#ddd 1px solid; background:#B5D1DC; color:#FFFFFF; font-size:17px; margin:0 0 0 0; font-weight:normal;
	}
	.DVtable td{ 
		padding:5px; border:#ddd 1px solid; text-align:left;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.DVtable tr{
		background: #fafafa;
	}
	/*  Define the background color for all the ODD background rows  */
	.DVtable tr:nth-child(odd){ 
		background: #FBFBFB;
	}
	/*  Define the background color for all the EVEN background rows  */
	.DVtable tr:nth-child(even){
		background: #f7f7f7;
	}
	.txt-center 
	{
	    text-align:center !important;
	}
	
	/* New Table */
	.portal-fw-table 
	{
		width:100% !important;
	}
	.grdportal-table th 
	{
		color:#000;
	}
	.btn_blue, .reset, #btnPayment 
	{
		background-color: #05507a;
    color: #fff;
    margin-top: 3px;
	}
	.btn_blue:hover, .reset:hover, #btnPayment:hover 
	{
		background-color: #043957;
	}