﻿.field-block
{
    margin-top: 5px;
}

.span6
{
    font-weight: bold;
    width: 150px;
    /*width: 39%;*/
    text-align: start;
    margin-left: 1px;
    min-width: 90px;
    float: left;
}

/* biz requests asterik for checkbox larger text and red color
	for required fields, red color
*/
.emphasisCheckbox {
	font-size:2em;
	color:#C60000;
	font-weight: bold;
	margin-right:10px;
}

.emphasis {
	color:#C60000;
	font-weight: bold;
}

input[type=tel3]
{
    width: 6%;
    min-width: 10px;
    font-size: small;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=url], input[type=date], input[type=tel3], input[type=tel4]
{
    display: inline-block;
    padding: 4px 6px;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 0;
    vertical-align: middle;
    font-weight: normal;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: start;
    text-shadow: none;
    text-indent: 0px;
    text-transform: none;
    letter-spacing: normal;
}

TEXTAREA
{
    width: 97%;
    height: auto !important;
    display: inline-block;
    padding: 4px 6px;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 0;
    min-width: 200px;
    vertical-align: middle;
    font-size: small;
    font-weight: normal;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: start;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    overflow: auto;
    -webkit-appearance: textarea;
    word-wrap: break-word;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #1f796c;
  background-color: #e4efed;
  border-color: #e4efed;
}

.alert-success a{
    color: #1f796c;
}

#submitBtn, #continueBtn
{
    max-width: 25%;
}

/* acknowledge checkbox size needs increase because users are missing it */
.bigCheckbox {
	-ms-transform: scale(2.5); /* IE */
	-moz-transform: scale(2.5); /* FF */
	-webkit-transform: scale(2.5); /* Safari and Chrome */
	-o-transform: scale(2.5); /* Opera */
	margin-right: 20px;
}

@media print
{
    .header, .footer{
        display: none;
    }
}
