/* override WordPress theme link styles */
a.link
{
	color: #0d5989;
	cursor: pointer;
	text-decoration: underline;	
}
a.link:hover
{
	color: #0d5989;
	text-decoration: underline;		
}

.discountWrap
{
	display: inline-block;
	padding: 2%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
  border: 5px solid #EEE;
  background-color: #00589A;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}

.discountWrap p
{
	padding: 0;
	margin: 0;
}

.estimateForm .highlightedField
{
	background-color: yellow !important;
}

.hiddenOptWrap
{
	display: none;
	background: yellow;
}

.furnitureButtons
{
	margin: 0 0 4px 0;
}

/* for smaller screens use narrower buttons, smaller text */
.furnitureButtons button
{
	width: 100px;
	text-align: left;
	font-size: 10px;
}

	/* get icon on right side */
.furnitureButtons button .ui-icon
{
	position: absolute;
	right: 10px;
	top: 10px;
}

.furnitureButtons button#allPieces
{
	width: 100px;
	font-size: 10px;
	text-align: center;
}
#furnitureInventory
{
	table-layout:fixed;
	width: 130px;
	font-size: 10px;
		/* allow breaking words that don't fit*/
	word-wrap: break-word;
	white-space: normal;	
}
#furnitureInventory td:nth-child(n+3)
{
	color: red;
}
#furnitureInventory input
{
	color:black;
	padding-left:10px;
	width:40px;
	height:20px;
	font-size:10px;
}

@media screen and (min-width: 900px)
{
	.furnitureButtons button
	{
		width: 270px;
		font-size: 14px;
	}
	.furnitureButtons button#allPieces
	{
		width: 270px;
	}
	#furnitureInventory
	{
		width: 350px;
		font-size: 14px
	}
	#furnitureInventory td:nth-child(n+1)
	{
		width: 130px;
	}
	#furnitureInventory td:nth-child(n+2)
	{
		width: 40px;
	}
	#furnitureInventory td:nth-child(n+3)
	{
		width: 180px;
	}
	#furnitureInventory input
	{
		font-size:13px;
	}
}

.furnitureColsWrap th.colHeader
{
	vertical-align: top;
	text-align: left;
}

.furnitureColsWrap th.colHeader .colHeaderText
{
	font-weight: bold;
	text-decoration: underline;
	vertical-align: top;
	text-align: left;
}

.furnitureColsWrap th.colHeader .colNotice
{
	color: blue;
}

.furnitureColsWrap #furnitureInventory span
{
	text-decoration: none !important;
	font-weight: normal;
}

	/* jQuery Tooltip styles */
.ui-tooltip.estimateTooltipWrap, .estimateTooltip::after
{
	background-color: #02589A;
	white-space: pre-line;
}
.ui-tooltip.estimateTooltipWrap
{
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	text-transform: ;
	box-shadow: 0 0 7px black;
}
.estimateTooltipMsg
{
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.estimateTooltipMsg.top
{
	top: -16px;
	bottom: auto;
}
.estimateTooltipMsg.left
{
	left: 20%;
}
.estimateTooltipMsg::after
{
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.estimateTooltipMsg.top::after
{
	bottom: -20px;
	top: auto;
}

.ui-tooltip
{
	background-color: blue;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

	/* rental boxes styles */
.rentBoxesRow, #rentBoxesErrorRow {display: none;}
.rentBoxesRow ul {margin-top: 0; padding: 0 14px 10px 14px}
.rentBoxesRow li a:link {line-height: 13px; background: none; padding: 0;}
.rentBoxesRow li a:hover {padding: 0}
.rentBoxesRow li {line-height: 13px; padding: 11px 0 11px 2px; list-style: disc;}
.rentBoxesRow input, .rentBoxesRow select 
{
  background: #410B1B;
  border: #B0B0B0 solid 1px;
  font: 12px Tahoma;
  height: 13px;
  margin: 5px 0;
  outline: 1px solid #6E6E6E;
	padding: 7px 6px 4px;
	position: relative;
	top: 0.5px;	
}
.rentBoxesRow input[name=numRentalBoxes]
{
	margin-right: 5px;
}
.rentBoxesRow select {
	margin-left: 5px;
	height: 24px;
	padding: 3px 2px 3px 8px;
	top: 0px;
	width: 70px;
}
#boxesLegalNoticeLink { vertical-align: super; font-size: 10px; color: blue;}
#boxRentalTotalPriceWrap, .addtlMtrlsSubTotalWrap, #addtlMtrlsTotalWrap
{
	display: inline-block;
	left: 60px;
	margin: 0 0 13px;
	position: relative;
	top: 0.5px;
	color: green;
	padding: 3px 0 0 3px;
	font-size: 15px;
	text-align: right;
	width: 80px;	
}
#totalBoxChrgWrap {font-weight: bold; }
#boxChrgMsg {display: none; width: 420px; font-weight: bold; font-size: 15px;}
.addtlMtrlsSubTotalWrap
{
	left: 72px; /* when enabling all boxes order types:  19px;*/
}

#addtlMtrlsTbl tr td:first-child
{
	padding-right: 4px;
}

#addtlMtrlsTbl tr td:nth-child(2)
{
	min-width: 50px;
}

#parkingPermitRow, #parkingPermitRow1, #parkingPermitRow2{
		display: none;
}

	/* Hover Input Warnings for quote form */
.quoteInputWarningWrap
{
	position: relative;
	width: 0;
	height: 0;
	/* this makes IE 9 work for some reason */
	border: 1px solid transparent;
}

.quoteInputWarning3
{
	width: 250px;
	background: #fff;
	border: 1px solid #000;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	top: -46px;
	left: 314px;
	z-index:100;
	opacity:0;
	filter:alpha(opacity='0');
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 5px;
	/* cartoon bubble */
	padding:15px;
	margin:1em 0 3em;
	color:#fff;
	background:#075698; /* default background for browsers without gradient support */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}

.quoteInputWarning3:after {
	content:"";
	position:absolute;
	border-style:solid;
    /* reduce the damage in FF3.0 */
  display:block; 
  width:0;	
	top:39px; 
	left:-24px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
	border-color:transparent #075698; 		
}

#extraLocTblWrap { display: none;}

#thirdLocLink
{
	cursor: pointer;
}

	/* number of bins to rent custom selection box */
.binsSelBox
{
	background: #BDBBBB;
	border: 1px solid #000000;
	display: inline-block;
	height: 23px;
	left: 0;
	margin: 0;
	padding: 1px;
	position: relative;
	top: 0;
	width: 33px;
}

.binsSelBoxLink
{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 87%;
  padding: 3px 0 0;
	text-align: center;
	color: #FFF;
	background: #410B1B;
}

.binsSelBoxLink:hover
{
	color: #FFF;
	background: #3399FE;
}

.binOptsTbl
{

	table-layout: fixed;
	border-collapse:none;
	border-spacing:0;
	display: none;
	position: absolute;
	border: 1px solid #000;
	border-width: 2px 1px 1px;
	z-index: 1000;
	background: #fff;
	top: 23px; /*26px;*/
	left: 0;
}

.binOptsTbl td
{
	width: 25%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.binOptsTbl a:link, .binOptsTbl tr.altRow a:link
{
	display: block;
	width: 36px;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	border: 1px solid transparent;
	background: #410B1B;
}

.binOptsTbl tr.altRow a:link
{
	background: #542332;
}

.binOptsTbl a:visited, .binOptsTbl  tr.altRow a:visited
{
	color: #444;
}

.binOptsTbl a:hover, .binOptsTbl  tr.altRow a:hover
{
	display: block;
	color: #fff;
	background: #3399fe;
}

	/* email validation notice */
.validationNoticeWrap, #emailValidationNoticeWrap
{
	color: red;
	font-size: 12px;
	display: block;
}

.formNoticeWrap
{
  margin: 0 0 20px 0; 
}
.formNoticeWrap div
{
  font-size: 90%;
  color: #999;
}
.formNoticeWrap h2
{
  margin: 0 0 5px 0;
}

input[type=text],
input[type=date],
input[type=email],
input[type=url],
input[type=password],
textarea
{
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

input[type=text],
input[type=date],
input[type=email],
input[type=url],
input[type=password],
select
{
  width: 50%;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus
{
  outline: 0;
  border-color: #4697e4;
}

.firstChoiceDateNotice
{
	color: blue;
	float: none;
	margin-left: 50%;
}

.userFormNotice
{
	text-align: center;
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	font-size: 16px;
	background-color: yellow
}

.userFormNotice .inputError
{
	text-align: left;
	display: block;
}

.emailNotice
{
	padding: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.falseLabel
{
	display: none;
}

#furniturePieces .furniturePieceWhatsThis
{
	margin: 0 0 0 12px;
	color: #0d5989;
	cursor: pointer;
	font-weight: bold;
	z-index: 100;
	font-size: 12px;
}

#furniturePieces .furniturePieceWhatsThis:hover
{
	text-decoration: underline;		
}

.estimateUserErrors .errorDesc
{
	display: block;
}

.estimateForm h4
{
	border-top:solid silver thin;
	border-bottom:solid silver thin;
	background-color:#f5f5f5;
	padding-left:40%;
	font-weight:bold
}

.moveLocation2, .moveLocation3, .moveLocation4
{
	display: none;
}

.estimateFieldGroup
{
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
}

.estimateLabel
{
	width: 50%;
	float: left;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;	
}

.estimateFieldWrap
{
	width: 50%;
	float: right;
}

.estimateFieldGroup.addressSearchWrap
{
	height: 120px;
	overflow: visible;
	width: 100%;
}

.addressSearchWrap .estimateLabel
{
	width: 580px;
	float: none;
	margin: 0 auto;
	text-align: left;
}

.addressSearchWrap .addressSearch
{
	width: 580px;
	margin: 0 auto;
}

@media (max-width: 800px)
{
	.estimateFieldWrap, .estimateLabel
	{
		text-align: left;	
		width: 100%;
		float: none;
	}
	
  input[type=text],
  input[type=date],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select
  {
    width: 100%; 
  }
}
