﻿@charset "utf-8";
/* CSS Document */  


 body 
{
    background-image:url('/Portal/Services/DepartmentPass/Images/back4.png')!important;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment:fixed;

    
}

.container
{
	width: 100%;

}
.Bhojtable
{
	width: 100%;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 12px;
	margin-bottom:10px;
}
.Bhojtable 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;
}
.Bhojtable td
{
	padding: 5px;
	border: #c4dcec 1px solid;
	text-align: left;
	
}
/* provide some minimal visual accomodation for IE8 and below */
.Bhojtable tr
{
	background: #f4f8fb;
}
/*  Define the background color for all the ODD background rows  */
.Bhojtable tr:nth-child(odd)
{
	background: #e9f0f7;
}
/*  Define the background color for all the EVEN background rows  */
.Bhojtable 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: 1px solid #82b8e8;
    border-radius: 5px;
}


.select
{
	
}
.select1
{
	
}

select:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select:hover {
   border: 1px solid #82b8e8;
    border-radius: 5px;
}


select1:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select1: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;
}
.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;
}
.lnk1
{
	background-image: url('../Images/button_03.png');
	width: 185px;
	height: 75px;
	display: table;
}
.lnk1:hover
{
	background-image: url('../Images/button_03.png');
	width: 185px;
	height: 75px;
	background-position: 0 77px;
	display: table;
}
.lnk2
{
	background-image: url('../Images/button_05.png');
	width: 185px;
	height: 75px;
	display: table;
}
.lnk2:hover
{
	background-image: url('../Images/button_05.png');
	width: 185px;
	height: 75px;
	background-position: 0 77px;
	display: table;
}
.lnk3
{
	background-image: url('../Images/button_07.png');
	width: 185px;
	height: 75px;
	display: table;
}
.lnk3:hover
{
	background-image: url('../Images/button_07.png');
	width: 185px;
	height: 75px;
	background-position: 0 77px;
	display: table;
}
.lnk4
{
	background-image: url('../Images/cancelA.png');
	width: 185px;
	height: 75px;
	display: table;
}
.lnk4:hover
{
	background-image: url('../Images/cancelA.png');
	width: 185px;
	height: 75px;
	background-position: 0 77px;
	display: table;
}


/* grid table */
.CF-gridtable
{
    width: 100% !important;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
    margin: 5px 0 -2px 0;
}

.CF-gridtable th
{
    color: #000 !important;
    margin: 5px 0 0;
    padding: 4px;
    border: solid 1px #ddd;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.CF-gridtable td
{
    padding: 6px 0 6px 5px;
    border-bottom: #ddd 1px solid;
    text-align: left;
    font-size: 14px;
}
/* provide some minimal visual accomodation for IE8 and below */
.CF-gridtable tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.CF-gridtable tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.CF-gridtable tr:nth-child(even)
{
    background: #f7f7f7;
}


