﻿div.panel form.search {
	position: relative;
	line-height: 40px;
	padding-left: 27px;	
}
div.panel form.search:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;	
	background: url("../Images/sprite.png") no-repeat;
	background-position:  -218px -0px; 
	height: 20px; 
	width: 20px;	
}
div.panel a.search2 {
	padding-left: 0;
	padding-right: 27px;
}
div.panel a.search2.closed:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	right: 0;	
	background: url("../Images/sprite.png") no-repeat;
	background-position:  -243px -0px; 
	height: 20px; 
	width: 20px;	
}
div.panel a.search2.opened:after {
content: '';
display: block;
position: absolute;
top: -2px;
right: 0;
background: url("../Images/sprite.png") no-repeat;
background-position: -268px -0px;
height: 20px;
width: 20px;
}
#div.panel a.search2.opened:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	right: 0;	
	background: url("../Images/sprite.png") no-repeat;
	background-position:  -268px -0px; 
	height: 20px; 
	width: 20px;	
}
div.panel form.details {
	position: relative;
	top: 37px;
	background-color: #dcddde;
}
div.panel form.details input[type="text"] {
	width: 361px;
}
div.panel form.details button {
	cursor: pointer;
	background-color: #6d6f71;
	border: 0;
	line-height: 41px;
	padding: 0 19px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	position: relative;
	top: -54px;
	right: 20px;
}
div.panel form.details a[ref="archived"] {
	left: 20px;
	bottom: 23px;
	padding:0;
}

div.panel form.details label[for="archived"] {
	position: relative;
	top: 5px;
	left: 92px;
	font-weight: normal;
	width: 500px;
}

.ArchivedInstruction { font-size: .8em; color: red; padding-left: 20px; visibility: hidden; }
div.panel form.details .customSelect { width: 346px; }
div.panel form.details .customSelectInner { width: 346px; }
div.panel form.details table tr:hover { background-color: #dcddde; cursor: default; }
div.panel form.details table tr:nth-child(even) { background-color: #dcddde; }

#divSimpleSearchButton { position: absolute; width: 20px; height: 20px; left: 0; top: 10px; cursor: pointer; }

.tbDatePicker { width: 85px !important; margin-right: 5px; }