﻿@import url('Local/ClaimList.css');
@import url('Local/ClaimEdit.css');
@import url('Local/ProductSearch.css');
@import url('Local/AppointmentDetails.css');
@import url('Local/ClaimCreate.css');
@import url('Local/Homepage.css');
@import url('Local/Sorting.css');
@import url('Local/UserEdit.css');
@import url('Local/InsurerAdmin.css');
@import url('Local/AccountDetails.css');

.agri-chromeless-content {
	overflow						: auto;
	position						: absolute;
	z-index							: 3;
	top								: 0px;
	bottom							: 0px;
	left							: 0px;
	right							: 0;
}


/* jquery.ui.combobox styling for dropdown area.*/
.standardDropdownArea {
	max-height: 180px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.agri-validator
{
    color: #ff0000;
    padding-right: 3px;
    padding-left: 3px;
}

.currentUserBox
{
    border: 1px solid red;
    position: absolute;
    top: 0;
    right: 5px;
    width: 250px;
    width: 250px;
    height: 34px;
    -pie-background: linear-gradient(top, #ffffff 41%,#f3f3f3 74%,#ededed 75%,#ffffff 100%); 
    -pie-poll: true;
    z-index:99;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: #e7e7e7 solid 1px;
    behavior: url(PIE.htc);
    padding: 3px;
}

.currentUserBox .inner
{
	margin: 5px;
	line-height: 13px;
}


.asp-button
{
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
}
.asp-button:hover
{
    background-color: #e6efc2;
    border: 1px solid #c6d880;
    color: #529214;
}


.agri-lockedOut-message-panel
{
		background-color: Red;
		color: White;
}

.agri-login-failed
{
	font-style : italic;
	font-weight: bold;
}

.agri-login-please-check
{
	font-style : italic;
}

.ui-slider-handle
{
    background: #999 !important;
}

.agri-modal-CloseButton
{
	position: absolute;
	right: 20px;
	height: 30px;
	width: 27px; 
	z-index:99999; 
	text-indent:-9999px;
	background: url('../Styles/img/cancel.png') no-repeat center center;
}

.agri-modal-PopupPanel
{
	height:450px;
	width:960px;
	-pie-poll:true;
}

.agri-modal-PopupContent
{   
	height:100%;
	overflow-y:scroll;
	-pie-poll:true;
}



.agri-stocklevel-popup
{
	width: 100px;
}

.agri-listprice-popup
{
	width: 200px;
}

.agri-popup-container
{
	min-height: 10px;
	display: none;
	position: absolute;
	background-color: #efefef;
	z-index: 999999;
	border: 1px solid #333;
	border-radius: 7px;
	-moz-border-radius: 7px;
	/* behavior: url(PIE.htc);*/
}


.agri-popup-table
{
	width						: 96%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
	/* behavior: url(PIE.htc);*/
	color						: #414141;
}

.agri-popup-table,
.agri-popup-table thead,
.agri-popup-table thead tr,
.agri-popup-table thead tr th,
.agri-popup-table thead tr td
{   
    text-align: center;
    border-radius: 7px;
    behavior: url(PIE.htc);
}
        

.agri-popup-table thead tr th
{
	cursor						: default;
	padding: 3px 2px;
	margin: 0;
	color						: #414141;
	
}
.agri-popup-table thead tr td
{
	padding-bottom: 5px;
	color						: #414141;
	padding-top: 5px;
}

.agri-popup-table tr td:first-child{
	padding-left: 2px;
}

.agri-popup-table tbody tr td
{
	padding: 2px 0;
	vertical-align: middle;
	color: #414141;
}
        
.agri-popup-table tbody tr.alt
{
    background-color: #eaeaea;
}

.agri-required-field {
	font-weight:bold;
	color: red;
}

.agri-atp-icon
{
	margin-right: 5px;
	cursor: pointer;
}

.agri-listprices-icon
{
	margin-right: 5px;
	cursor: pointer;
}

.agri-groupheader
{
	background-color : #d3d3d3;
}

.agri-code
{
	white-space: pre;
	font-family: "Courier New", Courier, monospace;
}

.agri-checkboxcol
{
	width: 40px;
}

.agri-gridfootermessage
{
	width: 98%;
	margin: 5px 0px 5px 0px;
	display: block;
}

.agri-gridfootermessage A
{
	border: 5px solid red;
	padding: 5px;
	color: red;
	cursor: hand;
}

.ui-state-disabled
{
	color: #a8a8a8;
}

