﻿#calccontainer {
	margin: 0px;
	padding: 0px;
	width: 660px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
#calccontainer h1 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #63389b;
	font-size: 24px;
}
#calcbox {
	border: 1px solid #FFF;
	background-image: url(images/calcgrid_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(99,56,155,0.18);
	-moz-box-shadow: 0px 0px 5px 1px rgba(99,56,155,0.18);
	box-shadow: 0px 0px 5px 1px rgba(99,56,155,0.18);
	margin: 0px;
	padding: 0px;
}
#calcheader {
	background-color: #dad8ee;
	padding: 16px;
	font-weight: 400;
	color: #603697;
	font-size: 12px;
}
#numberofbeds {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #969697;
	border-left-color: #969697;
	margin-left: 16px;
	outline: none;
	font-size: 12px;
	color: #000;
	text-align: center;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
#calccontainer p {
	margin: 0 0 16px 0;
	padding: 0px;
}
#calcgrid {
	margin: 0px;
	padding: 16px;
	color: #63389b !important;
	font-weight: 300;
}
#pres_ulc_1_2, #pres_ulc_3_4, #uti, #bowels {
	margin: 0px;
	padding-top: 16px;
	position: relative;
}
.righticon_i , .righticon_x{
	position: absolute;
	top: 16px;
	right: 5px;
	cursor: pointer;
}
.overlay {
	color: #FFF;
	background-color: #5f3396;
	position: absolute;
	z-index: 10;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 8px 40px 8px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dad8ee;
	font-size: 12px;
	min-height: 100%;
}
.overlay p {
    margin-bottom: 0;
    color: #E0C2FF;
}
.tinytext {
	font-size: 9px;
	color: #ba90f3;
}
#calcgrid > p {
    margin-left: auto;
    margin-right: auto;
	color: #63389b;
}
#calcgrid table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#calcgrid table tr th {
	font-weight: 300;
	font-size: 14px;
	color: #000;
	padding: 0 0 8px 0;
}
#calcgrid table tr td {
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#calcgrid table tr td:last-child , #calcgrid table tr td:first-child{
    border-right: none;
}
#calcgrid table tr td input[type="text"] {
    margin-bottom: 4px;
}
#calcgrid table tr td input[type="text"], #totalfacilitycost  {
	font-size: 16px;
	font-weight: 300;
	color: #5c3490;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	outline: none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	width: 90%;
	position: relative;
}
#calcgrid table tr td input[type="text"].variablenumber {
	border: 1px solid #DAD8EE;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background-color: #fdfdff;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
#calcgrid table tr td input[type="text"].variablenumber:hover, #calcgrid table tr td input[type="text"].variablenumber:focus {
	border: 1px solid #603697;
	background-color: #FFF;
}
#totalfacilitycost {
	width: auto;
	font-weight: 400;
	font-size: 18px;
}
#calcfooter {
	background-color: #dad8ee;
	padding: 16px;
	font-weight: 300;
	color: #603697;
	font-size: 18px;
	text-align: right;
}
.fineprint {
	font-size: 11px;
	padding: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.fineprint ol li {
	margin: 0 0 4px 0;
}