@CHARSET "UTF-8";

/*hide content*/
#content {
	display: none;
}

a.tailwind
{
	display: block;
	background: url(../img/tailwind.png) no-repeat;
	width: 143px;
	height: 31px;
	margin: 0 auto;
	outline: none;
}

a.tailwind img
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

a.tailwind:hover img
{
	opacity: 1;
}

.timeRight {
	text-align: right;
}

th.actions {
	text-align: center;
}

dd {
	margin-left: 25em;
}

dl {
	min-width: 800px;
}

/* fix on user page to extend the column width */

#userViewMyInformation dd {
	margin-left: 30em;
}

/* add red * to view form */
#userViewMyInformation span.required:after {
    color: #EE3322;
    content: "*";
    display: inline;
}

/* make fieldsets on edit user red */
#editUser fieldset fieldset {
	border-color: #EE3322;
}

/* add red asterisk to user edit */
#UserEditForm label.required:after {
	color: #EE3322;
    content: "*";
    display: inline;
}

/* Make Question Text navy [#000080], 24 Arial */
.pages h2 {
	color: #000080;
	font-size: 24px;
	font-family: 'Arial';
	margin-bottom: 28px;
	margin-top: 56px;
}

/* don't give margin-top to the first question */
.pages h2.firstQuestion {
	margin-top: 0;
}

/* Answers */
div.pages.view {
    padding-right: 50px;
}

.pages .question label {
	color: #747474;
	font-size: 20px;
}

.pages .question input[type="radio"] {
	margin: 6px 6px 7px 0;
}

/* tab charge amount */
.tabbed label, .tabbed input {
	margin-left:30px;
	max-width: 140px;
}

.money {
	font-size: 20px;
	margin-right: -30px;
	padding-left:10px;
}

/* bold and red for charge amount */
.chargeAmount {
	font-weight: bold;
	color: red;
}

/* Section Time Theming */
#sectionTime,
#surveyTime.timeRight{
    position: fixed;
    top: 0;
    right: 0;
    background: #C73E14;
    padding: 8px;
    color: #FFF;
    font-size: 14px;
}

/*Click to Return Message */
.clickToReturn {
    display: none;
    position: fixed;
    left: 50%;
    top:50%;
    width: 300px;
    margin-left:-150px;
    text-align:center;
    font-size:24px;
    font-weight: bold;
}

/* Admin Theming */

.request_templates_form .variables {
    font-size: 12px;
    padding: 0;
}

.request_templates_form .variables strong {
    display: block;
    padding-bottom: 5px;
}

.request_templates_form h3 {
    margin-top: 30px;
    margin-bottom: 5px;
}

.request_templates_form h5 {
    margin-bottom: 15px;
}

.request_templates_form h5 span {
    color: #E32;
}

.request_templates_form label {
    font-size: 14px;
    margin-bottom: 6px;
}

.request_templates_form .input {
    padding: 0;
}

.request_templates_form .readonly label {
    color: #333;
}

.request_templates_form input,
.request_templates_form textarea {
    font-size: 14px;
}

.request_templates_form .readonly input,
.request_templates_form .readonly textarea {
    border: none;
    color: #777;
    padding-top: 2px;
    padding-left: 0;
    font-style: italic;
    outline: none;
}

/* Users' company link */
.companies_page h3{
    margin-top: 40px;
}

.companies_page h3:first-of-type {
    margin-top: 0;
}

/*Admin Add User*/

#AddUserByClientForm td {
    padding: 12px 6px;
    vertical-align: middle
}

#AddUserByClientForm div.chzn-container {
    padding: 0;
    margin: 0;
}

#AddUserByClientForm select {
    width: 200px;
}

#AddUserByClientForm .chzn-single > div {
    padding: 0;
    margin: 0;
}

#AddUserByClientForm .chzn-drop {
    padding: 0;
}