﻿/* CSS for create ticket process */

.donor { width:300px; }
.readonly
{
	background-color:#c9c4bb;
	border-style:solid;
	border-width:thin;
	border-color: #585145;
}
.entryLabel
{
	display:inline;
	float:left;	
	padding-right:5px;
}
.addressLabel {	width:150px; }
.repeatLabel { width:90px; }
.success 
{
	font-weight:bold;
	display:none;
	text-align:center;
}
.confirmText
{
	background-color:White;
	font-family: Courier New, Fixedsys;
	font-size:11pt;
    font-weight:bold;
	color:Black;
	padding: 5px;
	width:300px;
}

.ui-icon-none {background-position: -96px -224px; }

.resultsList
{
	width:575px;
	margin-left:5px;
}

.warning
{
	display:none;
	color:Red;
}

.reqField
{
	font-weight:bold;
	color: #C80000;
}

.reqCaption
{
	font-size:smaller;
	text-align:right;
	float:right;
}
.reqCaptionLeft
{
	font-size:smaller;
	text-align:right;
	float:left;
}
.addremove { width:60px; }
.ui-accordion-content{ zoom: 1; }  /* ie6 fix */

#itemCategoryLinkDiv
{
	margin: 8px 0px 8px 0px;
}
#itemCategoryDiv
{
	border: solid 1px grey;
	width: 360px;
	margin: 8px 4px 4px 0px;
	padding: 4px;
}
                
span.information { font-size: smaller; }
div.information { font-size: smaller; }

#findResultsDisplay
{
	border:solid 1px lightgrey;
	overflow:auto;
	width:99%;
	padding:1px 1px 0px 0px;
	height:500px;
}

#datePickerLegend 
{
	position:absolute;
	display:block;
	left:532px;
	top:152px;
}
#busSolicitDiv { margin-left: 160px; }

#feedbackDiv { padding:4px; }
img { vertical-align: middle; }

.donorHeader 
{
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
}
.donorLeft
{
	position:relative;
	float:left;
	width:65%;
	display:block;
}
.donorRight
{
	position:relative;
	float:right;
	right:0px;
	width:35%;
	display:block;
	text-align:right;
}
.donorLeftWithMap
{
	position:relative;
	float:left;
	width:50%;
	display:block;
}
.donorRightWithMap
{
	position:relative;
	float:right;
	right:0px;
	width:45%;
	display:block;
	text-align:right;
}
.donorFooter 
{
	clear:both;
	width:100%;
}
p.LeftWithMap
{width:51%;}
#privacyPopupLeft {
	z-index: 10;
	position: absolute;
	width: 310px;
	background-color: white;
	border: 1px solid black;
	display: block;
	height: auto;
	padding: 6px;
	left: 33px;
	bottom: 153px;
	font-size: 8pt;
	text-align: left;
	display: none;
}
#privacyPopup {
	z-index: 10;
	width: 310px;
	background-color: white;
	border: 1px solid black;
	display: block;
	height: auto;
	padding: 6px;
	position: absolute;
	top: 26px;
	right: 5px;
	font-size: 8pt;
	text-align: left;
	display: none;
}
.dropdown label {
	line-height: 19px;
	vertical-align: text-bottom;
}
#serviceRemindersDropdown {
	display: none;
	position: absolute;
	left: 24px;
	top: 52px;
	width: 197px;
	z-index: 11;
	padding: 2px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
}
#solicitationDropdown {
	display: none;
	position: absolute;
	left: 24px;
	top: 106px;
	width: 197px;
	z-index: 11;
	padding: 2px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
}

#privacyPopupLeft #serviceRemindersDropdown {
	top: 51px;
}

#privacyPopupLeft #solicitationDropdown {
	top: 101px;
}

#serviceRemindersDropdownBtn {
	display: block;
	margin-left: 18px;
	padding-right: 30px;
	border-radius: 0px;
	line-height: 14px;
	border-color: #a9a9a9;
	min-width: 203px;
	text-align: left;
}
#solicitationDropdownBtn {
	display: block;
	margin-left: 18px;
	padding-right: 30px;
	border-radius: 0px;
	line-height: 14px;
	border-color: #a9a9a9;
	min-width: 203px;
	text-align: left;
}
.dropdownBtn:after {
	content: "\25bc";
	position: relative;
	left: 26px;
	font-size: 10px;
	float:right;
}
.privacyDoNotCall {
	
}
.privacyText
{
	background-color:rgb(246,244,240);
	font-size:10px;
	width:auto;
	border: solid 1px rgb(192,192,192);
	padding:1px;
	margin: 5px;
}
.privacyIcon
{
	width:15px;
	height:19px;
}

.zipMaster-warning
{
	display:block;
	color:Red;
	padding-bottom: 5px;
}
.zipMasterLeft
{
	position:relative;
	float:left;
	width:50%;
	display:block;
}
.zipMasterRight
{
	position:relative;
	float:right;
	width:50%;
	display:block;
}
.zipMasterBottom
{
	position:relative;
	display:block;
	width:100%;
	float:left;
	margin-top:2%;	
}

div.twoColParent
{
	width:700px;
	display:block;
}
div.twoColLeft
{
	display:inline;
	float:left;
	width:375px;
}
div.twoColRight
{
	display:inline;
	float:right;
	width:300px;
}

span.ewasteEnabled 
{
    font-weight: bold;
    color: Green;
}

span.ewasteDisabled 
{
    font-weight: bold;
    color: Red;
}

.sideInfoData #privacyPopup {
	z-index: 10;
	width: 310px;
	background-color: white;
	border: 1px solid black;
	display: block;
	height: auto;
	padding: 6px;
	position: relative;
	top: 27px;
	left: 206px;
	font-size: 8pt;
	text-align: left;
	display: none;
}
	.sideInfoData #privacyPopup #serviceRemindersDropdown {
		position: relative;
		left: 18px;
		top: -7px;
	}
	.sideInfoData #privacyPopup #solicitationDropdown {
		position: relative;
		left: 18px;
		top: -7px;
	}


#privacyDialog #privacyPopup {
	background-color: white;
	border: 1px solid black;
	display: block;
	height: auto;
	padding: 6px;
	position: absolute;
	top: 71px;
	right: 20px;
	font-size: 8pt;
	text-align: left;
	display: none;
}
}