/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */

label
{
    font-weight: normal;
}
fieldset
{
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}
legend
{
    font-weight: bold;
    font-size: 1.2em;
}


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password], input.text, input.title, textarea, select
{
    background-color: #fff;
    border: 1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus
{
    border-color: #666;
}

input[type=text], input[type=password], input.text, input.title, textarea, select
{
    margin: 0.5em 0;
}

input.text, input.title
{
    width: 300px;
    padding: 5px;
}
input.title
{
    font-size: 1.5em;
}
input.state
{
    width: 35px;
    padding: 5px;
}
input.zip
{
    width: 80px;
    padding: 5px;
}
input.phone
{
    width: 100px;
    padding: 5px;
}
input.ext
{
    width: 35px;
    padding: 5px;
}
input.textarea
{
    width: 390px;
    height: 50px;
    padding: 5px;
}
textarea
{
    width: 390px;
    height: 250px;
    padding: 5px;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio
{
    position: relative;
    top: .25em;
}

form.inline
{
    line-height: 3;
}
form.inline p
{
    margin-bottom: 0;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .noticeTablet, .success, .help
{
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error
{
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice
{
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.noticeTablet
{
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
    font-size: 200%;
}
.success
{
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.help
{
    background: #E2F3FA;
    color: #264409;
    border-color: #217DBA;
}
.error a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.success a
{
    color: #264409;
}
.help a
{
    color: #264409;
}

/*MODIFIED TO FIT THE APP'S NEEDS*/

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio
{
    top: 0.05em;
}

/*AUTOCLEAR COLOR*/

.default
{
    color: Gray;
}
/*header search box*/
.UtilityMenu .search-box .text
{
    width: 200px;
}
select
{
    padding: 5px;
}

.validator
{
    color:Red;
}

.collapsePanel {
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:640px;		
	height:20px;
	color: black;
	background-color: lightblue;
	font-weight:bold;
	float:none;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

/*Callout*/
div.calloutbox
{
	position:fixed;
	height:27em;
	width:20em;
	bottom:0px;
	right:40px;
	z-index:1;
}

div.calloutbox a
{
  color:#3E73A9;
  font-size:larger;
  font-weight:bolder;
}

.calloutbox {
  width:20.25em;
  background-position:left bottom;
  z-index:2;
  border-bottom:1px solid #fff;
  float:right;
  clear:right;
  display:inline;
  border-bottom:2px solid #999999;
  border-left:1px solid #cccccc;
  border-right:2px solid #999999;
  font-size:.87em;
  margin: 0 0 15em 1em;
}

.calloutbox h2, .calloutbox h3, .calloutbox h4 {
  background-image:none;
  background-color:#3E73A9;
  border:0;
  color:#FFFFFF;
  font-size:larger;
  font-weight:bolder;
  margin:0 -.125em .313em -.08em;
  padding:.313em .313em .313em .625em;
  text-align:left;
}

.calloutbox p {
 border:0;
 margin:0 .5em .5em;
 padding:0;
 margin-bottom:1em;
 color:#000000;
}

.horiz_menu {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tooltipHuge {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltipHuge span {
	margin-left: -999em;
	position: absolute;
}
.tooltipHuge:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 0em; top: -20em; z-index: 99;
	margin-left: 0; width: 450px;
}
.tooltipHuge:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltipHuge:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 0em; top: 0em; z-index: 99;
	margin-left: 0; width: 450px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

.myTable { width: 100%; border: 1px solid #000;}
.myTable td {padding: 5px;}

.radios .Redbutton
{
    color: Red;
}
.radios .Redbutton input
{
    border:black;
    background-color: red;
    width: 30px;
    height: 30px;
}

.radios .Greenbutton
{
    color: green;
}
.radios .Greenbutton input
{
    border: none;
    background-color: green;
}

#tablet {
    margin:4px;

}

#tablet label {
    float:right;
    width:700px;
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    font-size: 58px;
    color: black;
}

#tablet label span {
    text-align:left;
    font-size: 32px;
    padding:13px 0px;
    display:block;
}

#tablet label input {
    position:absolute;
    top:-20px;
}

#tablet input[type="radio"]:checked+label {
    font-weight: bold;
    background-color:lightgreen;
} 

#tablet .yellow {
    background-color:#FFCC00;
    color:#333;
}

#tablet .blue {
    background-color:silver;
    color:#333;
}

#tablet .pink {
    background-color:#FF99FF;
    color:#333;
}

#tablet .green {
    background-color:#A3D900;
    color:#333;
}
#tablet .purple {
    background-color:#B399FF;
    color:#333;
}

.tablet_validator
{
    font-size: 32px;
    color:Red;
}

.tablet_label
{
    font-size: 30px;
}

header, .full-width {
  width: 100%;
  background:lightskyblue;
    color: white;
}
.wrap {
  width: 80%;
  max-width: 24em;
  margin: 0 auto;
  padding: 0.25em 0.625em;
}