﻿@charset "utf-8";

/* Eric Meyer Reset, v1.0 | 20080212, http://meyerweb.com/eric/tools/css/reset/index.html, modified */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}/* mods */h1,h2,h3,h4,h5,h6{font-weight:normal}
/*CLEAR FIX*/.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix {display: inline-block;}
/* Hides from IE-mac \*/* html .clearfix { height: 1%;} .clearfix {display: block;}
/* IE image scaling */ img { -ms-interpolation-mode:bicubic; }

/***************************************************************
	Basic Layout */

body {
	width: 100%;
	font: normal 75% Arial, Helvetica, 'Helvetica Lt Std', sans-serif;
	text-align: center;
	line-height: 1.5em; /* 18px */
	background: #f8faf6;
}
html>body { /* ignored by IE6 */
	font-size: 12px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 7px;
	text-align: left;
}
.clear {
    clear: both;
}


/***************************************************************
	Header */

#header {
	position: relative;
	z-index: 2;
	height: 107px;
	background: url(../images/headerbg.png) no-repeat left top;
}
#header h1 {
	position: absolute;
	top: 28px;
	left: 253px;
	font: normal 26px/26px Museo, Helvetica, 'Helvetica Lt Std', Arial, sans-serif;
	line-height: 26px;
	color: #fff;
	text-shadow: 0 2px 0 #4a9d3f;
}
#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 123px;
}
#header h2 a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999em;
}
#header .account {
	position: absolute;
	top: 5px;
	right: 0;
	width: 670px;
	height: 25px;
	text-align: right;
}
#header .account h3 {
	padding-left: 20px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	float: left;
}
#header .account ul{
    display: block;
    float: right;
    margin-right: 15px;
}
#header .account li {
	display: inline-block;
}
#header .account a {
	float: left;
	padding: 0 0 0 17px;
	margin: 0 22px 0 0;
	text-decoration: none;
	color: #fff;
	line-height: 25px;
	background: url(../images/bg-account-nav-links.png) left 5px no-repeat;
}
#header .account li + li a {
	background-position: left -13px;
}
#header .account a:hover {
	text-decoration: underline;
}

#nav {
	padding: 56px 0 0 303px;
	font-size: 13px;
	line-height: 25px;
}
#nav li {
	float: left;
}
#nav li + li {
	background: url(../images/bg-nav.png) no-repeat left top;
}
#nav a {
	display: block;
	padding: 3px 12px 0;
	margin: 0 0 0 13px;
	text-decoration: none;
	color: #494d43;
}
#nav a:hover,
#nav a.current {
	color: #d55f3b;
}
#nav li + li.sfHover {
	background: url(../images/bg-nav.png) no-repeat 13px -28px;
}
#nav li + li.sfHover a {
	color: #fff;	
	background: url(../images/bg-nav.png) no-repeat right -28px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 134px;
	padding-bottom: 6px;
	margin-left: 13px;
	line-height: 15px;
	background: url(../images/bg-nav.png) no-repeat left bottom;
}
#nav li ul li,
#nav li ul li.sfHover {
	float: none;
	padding: 9px 0 0;
	background: url(../images/bg-nav.png) no-repeat left -56px;
}
#nav li ul li + li,
#nav li ul li + li.sfHover {
	padding: 0;
	background: none;
}
#nav li ul li a,
#nav li.sfHover ul li a {
	padding: 6px 11px 7px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	background: none;
}
#nav li ul li a:hover {
	text-decoration: underline;
}
#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
	z-index: 800;
}

/***************************************************************
	Footer */

#footer {
	position: relative;
	z-index: 1;
	height: 105px;
	color: #f8faf6;
	background: url(../images/bg.png);
}
#footer a {
	text-decoration: none;
	color: #f8faf6;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .nav {
	position: absolute;
	top: 19px;
	left: 17px;	
}
#footer .copyright {
	position: absolute;
	top: 19px;
	right: 17px;	
}

/***************************************************************
	Content */

#content {
	padding: 36px 0 34px;
	background: #fff;
}
#inside {
	margin: 0 40px;
}
#inside div.content,
#inside div.content span{
    color: #878070;
    font: 13px/24px Arial;
}
#content .header {
	padding: 3px 14px 0;
	border-width: 0 0 6px;
	border-style: solid;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
}
#content .header strong {
	font-size: 15px;
}
#content .header .required {
	float: right;
	font-size: 13px;
}
#content .header .dateRange {
	float: right;
	font-size: 14px;
}
#content .addBtn {
	float: right;
	height: 28px;
	margin-top: 2px;
	padding: 0 14px;
	border: 0 none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	line-height: 28px;
	color: #fff;
	background: #9abfd8;
	cursor: pointer;
}
#content .addBtn:hover {
	background: #8dafc6;
}
#content .headerGray {
	border-color: #6c665a;
	background-color: #878070;
	
}
div.filter{
    background: #dfdfde;
    padding: 10px;
}
div.filter label{
    color: #494A4B;
}
div.filter select{
    height: 25px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.headerGray h1,
.headerRed h1{
    font-weight: bold;
}
#content .headerGray h2,
#content .headerGray h1{
    width: 738px;
    display: inline-block;
}
#content a.findEvents{
    margin: 20px auto 40px;
    width: 68px;
    display: block !important;
    float: none !important;
}
#content .headerRed {
	font-size: 14px;
	border-color: #c15635;
	background-color: #d55f3b;
}
#content .headerRed strong {
	font-size: 15px;
}
#content .headerGray a.blue{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    width: 108px;
    background: #9abfd8;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 8px;
    padding: 0px 10px;
    float: right;
    margin-top: 4px;
}
#content .headerGray a.blue:hover{
    background: #8dafc6;
}
#content .dataFilter {
	padding: 11px 15px;
	line-height: 28px;
	background: #eceeea;
}
#content .dataFilter label {
	font-size: 13px;
	color: #49535c;
}
#content .dataFilter select {
/*    padding: 5px 5px 5px 9px;
    border: 0 none;
*/    font: 13px/18px Arial, Helvetica, 'Helvetica Lt Std', sans-serif;
    color: #434c3b;
/*    background: #fff;
*/
}
#content .dataTable
#content .reportTable {
    width: 100%;
	margin-bottom: 31px;
	font-size: 13px;
	line-height: 16px;
}
div.table{
    background: #f8faf6;
    padding: 15px; 
}
td.right{
    padding-right: 0px !important;
    width: 70px;
}
#content .dataTable a,
#content .reportTable a,
div.report .dataTable a,
div.modal .dataTable a {
	text-decoration: none;
	color: #4b95c1;
}
#content .dataTable a:hover,
#content .reportTable a:hover,
div.modal .dataTable a:hover {
	color: #58ba4a;
}
#content .dataTable th,
#content .reportTable .tableHeader,
div.modal .dataTable th {
	min-width: 30px;
	padding: 8px 14px 10px;
	border-bottom: 1px solid #bedaf1;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #00783a;
	background: #eceeea url(../images/bg-survey-table-th.png) repeat-x bottom center;
}
#content th a{
    font: 13px/16px Arial;
    color: #00783a !important;
    padding-right: 15px;
    
}
#content th a.asc{
    background: url("../images/sortArrows.png") right 4px no-repeat;
}
#content th a.desc{
    background: url("../images/sortArrows.png") right -13px no-repeat;
}
#content a.green,
#content a.red{
    display: inline-block;
    width: 58px;
    text-align: center;
    color: #375120;
    border-radius: 5px;
    background: #cae6b2;
    padding: 7px 0px;
}
#content a.green:hover{
    background: #5abb4b;
    color: #fff;
}
#content a.red{
    background: #f3d7cf;
    color: #7b4131;
    margin-left: 11px;
}
#content a.red:hover{
    background: #d14f28;
    color: #fff;
}
#content .dataTable th + th,
#content .reportTable .tableHeader + .tableHeader,
div.modal .dataTable th + th {
	border-left: 1px solid #cccecb;	
}
#content .dataTable .active {
	width: 30px;
}
#content .dataTable td,
#content .reportTable .rowHeader,
#content .reportTable .dataCell,
div.modal .dataTable td {
	padding: 10px 14px 8px;
	border-left: 1px solid #bedaf1;
	border-bottom: 1px solid #bedaf1;
	vertical-align: middle;
	color: #494a4b;
}
#content .dataTable td:first-child,
#content .reportTable .rowHeader,
div.modal .dataTable td:first-child {
	border-left: 0 none;
}
#content .dataTable td.spacer {
	border-width: 1px 0;
}
#content .errors ul {
	padding: 12px 14px 10px;
	margin: 0 0 20px;
	background: #f2dbd8;
	color: #cc0202;
}
#content .formTable {
	line-height: 27px;
}
#content .formTable th {
	padding: 10px 0 5px;
	border-top: 1px solid #cccecb;
	vertical-align: bottom;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #49535c;
}
#content .formTable th + th {
	border-left: 1px solid #cccecb;
	text-align: center;
}
#content .formTable th.disabled {
	color: #999a98;
}
#content .formTable td {
	width: auto;
	padding: 7px 15px 7px;
	border: 1px solid #cccecb;
	border-width: 1px 0 1px 1px;
	vertical-align: middle;
	text-align: left;
	color: #49535c;
	background: #eceeea;
}
#content .formTable td:first-child {
	width: 255px;
	background: none;
	border-left: 0 none;
	text-align: right;
}
#content .formTable .error td label {
	color: #cc0202;
}
#content .formTable td.spacer {
	width: auto;
	height: 32px;
	padding: 0;
	border: 0 none;
	background: none;
	line-height: 32px;
}
#content .formTable td label {
	display: block;
	padding: 5px 0 5px;
	line-height: 18px;
}
#content .formTable label.comment{
    color: #49535c;
    font-size: 13px;
}
#content .formTable td label + label{
    display: block;
    color: #8c8d8a;
    font-size: 12px;
    margin: 0px !important;
    padding: 0px;
}
#content .formTable td .note {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #8c8d8a;
}
#content .formTable td .tooltip {
	float: left;
	display: block;
	position: relative;
	width: 13px;
	height: 13px;
	margin-top: 4px;
	margin-right: 21px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0px !important;
	background: url("../images/icon-tooltip.png") left top no-repeat;
}
#content .formTable td .tooltip:hover{
    background-position: left -13px;
}
span.validationMessage{
    display: block;
    color: #7b4131;
    font-size: 13px;
    padding: 5px;
    background: #f3d7cf;
}
#content .formTable td .tooltip span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon-tooltip.png) no-repeat;
	cursor: pointer;
}
#content .formTable td .tooltip:hover span {
	background-position: left -13px;
}
#content .formTable td .answer {
	padding: 1px 0 6px 28px;
	font-size: 12px;
	line-height: 18px;
	color: #8c8d8a;
	text-align:left;
}
#content .formTable input[type="radio"],
#content .formTable input[type="checkbox"] {
    margin-right: 6px;
}
#content .formTable ul li{
    width: 120px;
    display: inline-block;
}
#content .formTable li input,
#content .formTable li label{
    display: inline-block;
    vertical-align: middle;
}
#content .formTable .txtInput,
#content .formTable input[type=text] {
	height: 24px;
	margin: 0;
	padding: 0 0 0 7px;
	font: normal 13px/28px Arial, Helvetica, sans-serif;
	border: 2px solid #fff;
	color: #434c3b;
}
#content .formTable .error .txtInput,
#content .formTable .error input[type=text] {
	border-color: #cc0202;
}
#content .formTable .txtInput.watermark,
#content .formTable input[type=text].watermark {
	color: #bac5b0;
}
#content .formTable select.txtInput,
#content .formTable select.txtInput[disabled=true],
#content .formTable select.input[type=text] {
    border: 0 none;
	font: normal 13px/28px Arial, Helvetica, sans-serif;
	color: #434c3b;
}
#content .formTable select[disabled=true] {
	color: #b9bbb8;
}
#content .formTable .error select {
	border: 2px solid #cc0202;
}
#content .formTable table td {
	width: auto;
	padding: 6px 40px 3px 0;
	border: 0 none;
	text-align: left;
	line-height: 16px;
}
#content .formTable td .details {
    width: 108px;
    height: 48px;
	padding: 7px 8px 6px;
	border: 0 none;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 16px;
	text-align: left;
	color: #434c3b;
    background: #fff;
}
#content .formTable table td:first-child {
	width: auto;
	background: none;
	border-bottom: 0 none;
	text-align: left;
}
#content .formTable table td label {
	display: inline;
	padding: 0;
	line-height: inherit;
}
#content .formTableBtns {
	padding-left: 285px;
}
#content .formTableBtns a {
	float: left;
	margin: 16px 21px 0 0;
	font-size: 13px;
	text-decoration: none;
	line-height: 31px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
}
#content .formTableBtns .cancelBtn {
	padding: 2px 28px 0;
	color: #7b4131;
	background: #f3d7cf;
}
#content .formTableBtns .cancelBtn:hover {
	color: #fff;
	background: #d14f28;
}
#content .formTableBtns .saveBtn {
	padding: 2px 31px 0;
	color: #375120;
	background: #cae6b2;
}
#content .formTableBtns .saveBtn:hover {
	color: #fff;
	background: #5abb4b;
}
#content .formTableBtns .divider {
	float: left;
	width: 0;
	height:49px;
	border-left: 1px solid #cccecb;
	margin-right: 21px; 
}


#content .formTable + div.editorContainer {
}

#content .formTable + div.editorContainer div.cellItem {
    float: left;
    width: auto;
	border: 1px solid #cccecb;
	border-width: 1px 0 1px 1px;
	vertical-align: middle;
	text-align: left;
}

#content .formTable + div.editorContainer div.cellItem:first-child {
    width: 255px;
    padding: 7px 15px 7px;
	background: none;
	border-left: 0 none;
	text-align: right;
}

/* report */
#content .headerReport {
    position: relative;
	padding: 26px 15px 12px; 
	margin-bottom: 2px;
	font-size: 18px;
	background-image: url(../images/bg-header-report.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#content .headerReport strong {
	font-size: 18px;
}
#content .headerReport h2 {
	font-size: 15px;
	font-style: italic;
	line-height: 16px;
}
#content .headerReport .reportLogoPrint {
    display: none;
    position: absolute;
    top: 21px;
    right: 21px;
}
#content .reportHeader {
	border-bottom: 1px solid #cccecb;
	background: #eceeea;
}
#trendReport .reportHeader {
    margin-bottom: 15px;
} 
#content .reportHeader table {
	width: 100%;
	line-height: 18px;
}
#content .reportHeader th {
	width: auto; 
	padding: 11px 35px 0 14px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #6b6c6a;
}
#content .reportHeader th:last-child,
#content .reportHeader td:last-child {
	width: 50%;
	padding-right: 14px;
	text-align: right;
}
#content .reportHeader td {
	padding: 0 35px 8px 14px;
	font-size: 14px;
	font-weight: bold;
	color: #7e3823;
}
#content .legend {
	font-size: 12px;
	padding: 7px 17px 13px;
	margin-bottom: 15px;
	background-color: #f8faf6;
	color: #323231;
}
#content .legend .col {
	float: left;
	width: 420px;
	margin-right: 26px;
}
#content .legend .col.right {
	margin-right: 0;
}
#content .legend h3 {
	margin-bottom: 4px;
	font-size: 11px;
	text-transform: uppercase;
	color: #6b6c6a;
}
#content .legend h4 {
	font-size: 12px;
	font-weight: bold;
	color: #949593;
}
#content .legend .right h4 {
	margin-left: 44px;
}
#content .legend img {
	margin-right: 8px;
	vertical-align: middle;
}
#content .trendReport {
    margin-bottom: 31px;
}
#report {
		font-size: 19px;
}
/*report font size change*/
#content #report .content {
	position: relative;
	overflow: hidden;
	border-right: 40px solid #fff;
}
#content #report .content .cutoff {
    top: 35px;
    left: 224px;
    border: 0 !important;
    overflow: hidden;
}
#content .reportEventsTable {
	margin-top: 29px;
}
#content .reportTable {
	background: #fff;
}
#content .reportTable div {
    position: absolute;
}
#content .reportTable div.tableHeader {
    width: 140px;
	text-align: center;
}
#content .reportTable div.tableHeader.lead {
    width: 196px;
}
#content .reportTable div.tableHeader:first-child {
	text-align: left;
}
#content .reportTable .rowHeader {
    width: 196px;
    height: 88px;
    padding: 0 14px;
    overflow: hidden;
    line-height: 88px;
}
#content .reportTable div.dataCell {
	width: 168px;
	height: 88px;
	padding: 0;
	text-align: center;
	font-size: 30px;
	line-height: 88px;
}
#content .reportTable div.positive {
	color: #5bbd4c;
}
#content .reportTable div.negative {
	color: #9c003a;
}
#content #report .cutoff {
    top: 35px;
    left: 168px;
    overflow: hidden;
}
#content #report .cutoff img {
	display: block;
	position: absolute;
}

/* survey */
.survey,
#specEvents {
	background-color: #f8faf6;
}
.survey .header {
	margin-bottom: 2px;
}
#content .surveyHeader {
	border-bottom: 1px solid #cccecb;
	background: #eceeea;
}
#content .surveyHeader table {
	line-height: 18px;
}
#content .surveyHeader th {
	width: 114px; 
	padding: 11px 52px 0 14px;
	border-right: 1px solid #cccecb;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #6b6c6a;
}
#content .surveyHeader th + th {
	width: auto;
	padding-right: 35px;
	border: 0 none;
}
#content .surveyHeader td {
	padding: 0 52px 8px 14px;
	border-right: 1px solid #cccecb;
	font-size: 13px;
	color: #333332;
}
#content .surveyHeader td + td {
	padding-right: 35px;
	border: 0 none;
	font-size: 14px;
	font-weight: bold;
	color: #7e3823;
}
.survey .content,
#specEvents .content {
	padding: 14px 17px 24px;
	margin-bottom: 12px;
}
.survey .copy {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 18px;
	color: #868785;

}
div.survey.complete .copy{
    padding-top: 25px;
}
.survey .copy a {
    text-decoration none;
    color: #4b95c1;
}
.survey .copy a:hover {
    text-decoration: underline;
}
.survey .copy p {
	margin: 0 0 3px;
}
.survey .copy p.note {
	font-size: 12px;
}
#content .surveyTable td {
	text-align: center;
}
#content .surveyTable td:first-child {
	text-align: right;
}
#content .specEventsTable {
	margin-bottom: 0;
}
#content .specEventsTable td:first-child {
	width: 32px;
	text-align: center;
	background: #f1f5f4;
}
#content .specEventSelTable {
	margin-top: 36px;
	margin-bottom: 5px;
}
#content .specEventSelTable th {
	padding-right: 12px;
}
#content .specEventSelTable th + th {
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}
#content .specEventSelTable td {
    background: #ECEEEA;
}
#content .specEventSelTable td:first-child {
    background: #ECEEEA;
}
#content .surveyBtns {
	padding: 0 0 19px 338px;
	background: #f8faf6;
}
#content .surveyBtns input, #flagConfirmation .surveyBtns input,
.continueBtn {
	float: left;
	height: 33px;
	margin: 22px 15px 0 0;
	border: 0 none;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	line-height: 33px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#content .surveyDetail.surveyBtns{
    margin-top: 5px;
    padding-left: 250px;
}
#content .surveyDetail input, #flagConfirmation .surveyBtns input{
    float: none;
    padding: 0 28px;
}
.surveyDetail input.back{
    background: #e6e8e4;
}
.surveyDetail input.back:hover{
    background: #797a78;
    color: #fff;
}
div.detailSurvey{
    background: #eceeea;
    border-bottom: 1px solid #cccecb;
    padding-left: 14px;
}
div.detailSurvey div{
    display: inline-block;
    vertical-align: top;
    padding-top: 14px;
    margin-right: 45px;
}
div.detailSurvey div span{
    display: block;
    color: #6b6c6a !important;
    font-size: 11px !important;
    text-transform: uppercase;
}
div.detailSurvey span span,
div.detailSurvey span + span{
    color: #7e3823 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: none;
}
.detailSurvey div.rater{
    width: 165px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    border-right: 1px solid #cccecb; 
    margin-right: 10px;
}
div.rater span + span{
    color: #333332 !important;
    font-weight: normal;
    font-size: 13px !important;
    font-weight: bold;
}
#content .surveyBtns .cancelBtn, #flagConfirmation .surveyBtns .cancelBtn {
	padding: 0 28px;
	color: #7b4131;
	background: #f3d7cf;
}
#content .surveyBtns .cancelBtn:hover, #flagConfirmation .surveyBtns .cancelBtn:hover {
	color: #fff;
	background: #d14f28;
}
#content .continueBtn,
#content .surveyBtns .submitSurveyBtn,
a.continueBtn {
	padding: 0 22px;
	color: #375120;
	background: #cae6b2;
}
input.findEvents{
    display: block;
    float: none;
    margin: 25px auto 0px;
}
a.continueBtn{
    color: #375120 !important;
    margin: 0px;
}
#content .continueBtn:hover,
#content .surveyBtns .submitSurveyBtn:hover,
a.continueBtn:hover {
	color: #fff !important;
	background: #5abb4b;
}
#content .surveyBtns input[disabled=true],
#content .surveyBtns input[disabled=true]:hover,
#content .disabledBtns {
    color: #b9bbb8 !important;
    background: #eceeea !important;
    cursor: default !important;
}
#content .surveyBtns .divider {
	float: left;
	width: 0;
	height: 55px;
	border-left: 1px solid #f8faf6;
	margin-right: 15px; 
}
.loading {
    padding-left: 16px;
    background-image: url('/images/ajax-loader.gif');
    background-position: top left;
    background-repeat: no-repeat;
}


/* subjects */
#subjects {
	background-color: #f8faf6;
}
#subjects .header {
	margin-bottom: 2px; 
	line-height: 40px;
}
#subjects .content {
	padding: 20px 15px 16px;
}

/* users */
#users {
	background-color: #f8faf6;
}
#users .header {
	margin-bottom: 2px; 
	line-height: 40px;
}
#users .content {
	padding: 20px 15px 25px;
}
#addUser {
	background-color: #f8faf6;
}
#addUser .content {
	padding: 14px 17px 24px;
}
#addUser .formTable .username,
#addUser .formTable .password {
	width: 301px;
}
#addUser .formTable .firstName,
#addUser .formTable .lastName,
#addUser .formTable .organization,
#addUser .formTable .phone {
	width: 164px;
}

/* dashboard */
#notifications {
	margin-bottom: 30px;
	padding-bottom: 9px;
	background-color: #f8faf6;
}
#notifications .col {
	float: left;
	width: 435px;
	margin-right: 30px;
}
#notifications .col.right {
	float: right;
	margin-right: 0;
}
#notifications .header {
	margin-bottom: 16px;
}
#notifications .header .dates {
	font-size: 14px;
}
#notifications .col .content {
	padding: 0 0 0 15px;
}
#notifications .col.right .content {
	padding: 0 15px 0 0;
}
#notifications .spacer {
	width: 30px;
}
#notifications .survey {
	margin-bottom: 18px;
	font-size: 15px;
}
#notifications .survey th {
	color: #00783a;
}
#notifications .survey th + th {
	border-left: 0 none;
	color: #494a4b;
}
#notifications .survey td {
	color: #d55f3b;
	
}
#notifications .survey td:first-child {
	width: 140px;
	color: #4b95c1;
}
#notifcations .survery td:first-child a:hover{
    color: #58ba4a;
}
#welcome {
}
#welcome .header {
	margin-bottom: 18px;
	font-size: 15px;
}
#welcome .copy {
	float: left;
	width: 402px;
	padding-left: 15px;
	margin-right: 40px;
	font-size: 13px;
	line-height: 24px;
	color: #878070;
}
#welcome .copy a {
	text-decoration: none;
	color: #4b95c1;
}
#welcome .copy a:hover {
	text-decoration: underline;
}
#welcome .copy p {
	margin-bottom: 14px;
}
#welcome .images {
	float: left;
	width: 443px;
}
#welcome .copy2 {
	width: 886px;
	padding-left: 15px;
	margin-right: 40px;
	font-size: 13px;
	line-height: 24px;
	color: #878070;
}
#welcome .copy2 a {
	text-decoration: none;
	color: #4b95c1;
}
#welcome .copy2 a:hover {
	text-decoration: underline;
}
#welcome .copy2 p {
	margin-bottom: 14px;
}
.floatImage {
float: right;
margin-left: 20px;
}
/* login */
#login {
	width: 389px;
	margin: 57px auto 294px;
	background: #eceeea;	
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
}
#login .header {
	position: relative;
	padding: 5px 18px 0;
	border-bottom: 4px solid #bedaf1;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #d55f3b;
}
#login .header h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 46px;
	color: #fff;
}
#login .header h2 {
	position: absolute;
	top: 5px;
	right: 18px;
	line-height: 46px;
}
#login .header h2 a {
	text-decoration: none;
	color: #fff;
}
#login .header h2 a:hover {
	text-decoration: underline;
}
#login .content {
	min-height: 214px;
	padding: 7px 0 44px;
}
#login .errors {
	margin-bottom: 8px;
}
#login .errors ul {
	padding: 12px 30px 11px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #cc0202;
	background: #e9d3d0;
}
#login .errors li + li {
	margin-top: 10px;
}
#login .form {
	padding: 9px 43px 0 0;
	line-height: 27px;
}
#login .formRow {
	margin-top: 25px;
}
#login .formRow label {
	float: left;
	width: 101px;
	margin-right: 18px;
	text-align: right;
	font-size: 13px;
	color: #494d43;
}
#login .formRow.error label {
	color: #cc0202;
}
#login .formRow .txtInput {
	float: left;
	width: 216px;
	height: 23px;
	padding: 0 0 0 7px;
	border: 2px solid #fff;
	margin: 0;
	font: normal 13px/23px Arial, Helvetica, 'Helvetica Lt Std', sans-serif;
	color: #494d43;
	background: #fff;
}
#login .formRow.error .txtInput {
	border-color: #cc0202;
}
#login .buttons {
	padding-left: 119px;
	margin-top: 21px;
}
#login .buttons .loginBtn {
	float: left;
	padding: 2px 32px 0;
	font-size: 13px;
	text-decoration: none;
	line-height: 31px;
	color: #375120;
	background-color: #cae6b2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
}
#login .buttons .loginBtn:hover {
	color: #fff;
	background: #5abb4b;
}
#login .buttons .rememberMe {
	padding: 2px 0 0 120px;
	line-height: 31px;
}
#login .buttons   .rememberMe input[type="checkbox"] {
    margin-left: 0;
}
#login .buttons .rememberMe label {
	color: #494d43;
}
#login .buttons .rememberMe .note {
    color: #8C8D8A;
    display: block;
    font-size: 12px;
    line-height: 18px;
}

/*******************Loading ***************************/
#Loading
{
	background-color: #878070;
	width: 100%;
	height: 170px;
	text-align: center;
	padding-top: 90px;
}

#Loading .content
{
	text-align: left;
	width: 380px;
	margin: 0 auto;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
}

#Loading .content img
{
	margin-right: 5px;
}

#Loading .content p
{
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 5px;
}


#Loading .content p span.remaining
{
	font-weight: normal;
	font-size: .7em;
	font-style: italic;
}

#Loading .content p span.remaining span#count
{
	font-weight: bold;
	font-style:normal;
}
/*******************************************************/
/*** edit special event ****/

a.addComment{
    float: right;
    margin-right: 20px;
    margin-top: 30px;
}
table textarea{
    width: 540px;
    height: 85px;
    margin-top: 5px;
    resize: vertical;
    margin-bottom: 10px;
}

table + h2{
    color: #d55f3b;
    font: bold 13px/16px Arial;
    margin-top: 20px;
    margin-bottom: 10px;
}
div.comment{
    border-top: 1px solid #cccecb;
    border-bottom: 1px solid #cccecb;
    padding: 15px 0px;
}
div.comment + div.comment{
border-top: none;
}
div.comment span{
    display: block;
    width: 170px;
    color: #49535c;
    text-align: right;
    margin-right: 30px;
}
div.comment div{
    display: inline-block;
}
div.comment p{
    display: inline-block;
    width: 630px;
}

/**** IWB REPORT v 2.0*****/

div.reportHeader{
    background: url("../images/reportHeaderBG.png") left top repeat-x;
    /*height: 225px;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
div.reportHeader.trend{
    height: 107px !important;
    margin-bottom: 35px;
}
div.reportHeader div.content{
    width: 1100px;
    text-align: left;
}
div.reportHeader div.content img{
    margin-right: 23px;
    display: inline-block;
    vertical-align: top;
    float: left;
}
div.reportHeader div.content h4{
    display: inline-block;
    width: 492px;
    color: #302d28;
    font: 16px/20px Arial;
    margin-top: 20px;
}
div.reportHeader div.content a{
    display: inline-block;
    text-decoration: none;
    padding: 0px 10px;
    background: #dcd9d3;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #84432f;
    margin-right: 14px;
    margin-bottom: 5px;
    vertical-align: top;
    margin-top: 16px;
}
div.reportHeader div.content a:hover{
    background: #50b948;
    color: #fff;
}
div.reportHeader div.content span{
    color: #6b6c6a;
    font: 11px/18px Arial;
    display: block;
}
div.reportHeader div.content span + span{
    color: #7e3823;
    font: bold 14px/20px Arial;
}
div.reportHeader div.content div.rater{
    float: left;
}
div.reportHeader div.content div{
    display: inline-block;
    margin-right: 27px;
    vertical-align: top;
}
div.report {
    min-width: 1310px;
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 245px;
}
div.reportPanel{
    position: relative;
}
div.report div.headerGray{
    background: #878070;
    border-bottom: 3px solid #6c665a;
    margin-bottom: 1px;
    text-align: left;
    height: 35px;
    margin-top: 35px;
}
div.report.trend {
    width: 1313px;
    margin-left: 40px;
}
div.report div.headerGray h3,
div.report div.headerGray span{
    color: #fff;
    display: inline-block;
    line-height: 35px;
    margin-left: 14px;
}
div.report div.headerGray span{
    background: url("../images/headerArrow.png") left 14px no-repeat;
    text-indent: -99999px;
    width: 7px;
}
div.report thead{
    background: url("../images/bg-survey-table-th.png") repeat-x scroll center bottom #ECEEEA;
}
div.report th{
    color: #00783a;
    font: 13px/30px Arial;
    height: 30px ;
    text-align: left;
    text-indent: 14px;
}

div.report th + th,
table.scores th{
    border-left: 1px solid #ced2d1;
}
table.reportScoreTable.rater{
    width: 213px;
    float: left;
}
table.rater + div{
    margin-left: 213px;
    overflow: auto;
}
table.scores{
   
}
table.reportScoreTable.scores th {
    width: 135px !important;
}
table.summary.survey th{
    width: 200px;
}
table.summary.survey th + th {
    width: 90px;
    text-align: center;
    text-indent: 0px;
}
table.scores th{
    padding-right: 0px;
}
span.icons{
    display: block;
    height: 27px;
    background: #d3dfe4;
    width: 48px;
    float: right;
}
table.trendReport span.icons{
    display: block;
    width: 100%;
    text-align: center;
}
span.icons a{
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-top: 9px;
    text-indent: -9999px;
}
a.calendar{
    float: left;
    background: url("../images/cal.png") left top no-repeat;    
    margin-left: 12px;
}
a.doc{
    float: right;
    margin-right: 8px;
    background: url("../images/doc.png") left top no-repeat;    
}
table.trendReport span.icons a{
    float: none !important;
    margin: 9px 0px 0px;
}
table.trendReport th{
    text-align: center;
    border-right: 1px solid #c6dce4;
}
table.trendReport span.icons a + a.doc{
    margin-left: 10px;
}
span.icons a:hover{
    background-position: left bottom;
}
div.report td{
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #cde3f4;
    border-bottom: 1px solid #cde3f4;
    color: #494a4b;
    font: 15px/16px Arial;
    padding: 8px;
}
table.reportScoreTable td{
    height: 85px;
}
div.report td + td {
    border-left: 1px solid #cde3f4;
}

div.report td span.num{
    width: 100%;
    display: block;
    text-align: center;
    color: #494a4b;
    font: 20px/16px Arial;
    margin-bottom: 13px;
    margin-top: 15px;
    background: url("../images/posneg.png") -50px 2px no-repeat;
}
div.report table.summary.survey td{
    height: auto;
    padding: 5px;
}
div.report table.summary span.num{
    float: left;
    width: 50%;
    margin: 0px;
    font: 13px/16px Arial;
    text-align: left;
    text-indent: 10px;
    height: 20px;
}
.hide{
    font-size: 0px !important;
    background: none !important;
    
}
div.report td span.num.red{
    background-position: 75px 2px;
}
div.report table.summary span.num.red{
    background-position: 20px 2px;
    color: #9c003a;
    
    margin-bottom: 5px;
}
div.report table.summary span.num.neg{
    color: #9c003a;
    background: url("../images/redDash.png") 22px 6px no-repeat;
}
div.report td span.num.green{
    background-position: 75px -33px;
}
div.report table.summary span.num.green{
    color: #6fc562;
    background-position: 20px -33px;
    margin-bottom: 5px;
}
div.report table.summary span.num.pos{
    color: #6fc562;
    background: url("../images/greenSquiggle.png") 20px 3px no-repeat;
}
div.report td span.squiggle{
    float: left;
    width: 50%;
    text-indent: -99999px;
    height: 7px;
    margin-bottom: 5px;
}
div.report td span.squiggle.green{
    background: url("../images/green.png") left top repeat-x;
}
div.report td span.squiggle.red{
    background: url("../images/red.png") left top repeat-x;
}

div.report td{
    max-width: 100px !important;
    overflow: visible;
    position: relative !important;
}
div.report td.icons{
    height: 10px !important;
    padding: 0px;
}
div.report td.icons span.icons{
    float: none;
    margin: 0 auto;
}
div.report div.summaryPanel td {
    max-width: none !important;
}
div.report td span.squiggle.weeks3{
    width: 300px;
    float: right;
    margin-right: 70px;
}
/**** TREND REPORT ****/
div.symbols{
    height: 50px;
    text-align: left;
    background: #f0f2ee;
    margin-bottom: 4px;
}
div.symbols span{
    display: inline-block;
    padding-left: 24px;
    margin-left: 27px;
    font: 12px/50px Arial;
}
div.symbols span.circle{
    color: #00783a;
    background: url("../images/circle.png") left 18px no-repeat;
}
div.symbols span.square{
    color: #0756ae;
    background: url("../images/square.png") left 18px no-repeat;
}
div.symbols span.heart{
    color: #9c003a;
    background: url("../images/heart.png") left 17px no-repeat;
}
div.symbols span.diamond{
    color: #d45f3b;
    background: url("../images/diamon.png") left 17px no-repeat;
}
div.symbols span.star{
    color: #ec8600;
    background: url("../images/star.png") left 16px no-repeat;
}
div.symbols span.hexagon{
    color: #6f6758;
    background: url("../images/hexagon.png") left 18px no-repeat;
}
div.symbols span.burst{
    color: #4a94c0;
    background: url("../images/burst.png") left 17px no-repeat;
}
div.symbols span.triangle{
    color: #a86303;
    background: url("../images/triangle.png") left 18px no-repeat;
}

h2.week,
h2.day{
    font: bold 13px/18px Arial;
    text-align: left;
    margin: 10px 0px;
    color: #524e44 !important;
}
h2.week{
    background: url("../images/h2Week.png") 145px 6px no-repeat;
}
div.graphDivider {
    border: 0;
    border-top: 1px solid #DDDDDD;
    margin-top: 9px;
    margin-bottom: 29px;
}
/**** MODAL ****/
div.modal{
    width: 1170px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}
div.modal a.close{
    display: block;
    width:30px;
    height: 30px;
    background: url("../images/close.png") left top no-repeat;
    text-indent: -9999px;
    position: absolute;
    top:0px;
    left: 0px;
}
div.modal a.close:hover{
    cursor: pointer;
}
div.modal div.headerRed{
    background: #d55f3b;
    height: 37px;
    text-align: left;
    border-bottom: 5px solid #c15635;
    text-indent: 8px;
}
div.modal div.headerRed h1{
    display: inline-block;
    width: 550px;
    color: #fff;
    font: bold 15px/37px Arial;
}
div.modal div.headerRed div{
    float: right;
    margin-right: 20px;
}
div.modal div.headerRed div span{
    color: #fff;
    font: 13px/37px Arial;
}
div.modal div.headerRed div span.vr{
    color: #000;
    margin: 0px 10px;
}
div.modal h3.tableHeader{
    text-align: left;
    background: #dee0dc;
    height: 30px;
    font: 13px/30px Arial;
    text-indent: 14px;
    margin-bottom: 1px;
}
div.modal table{
    width: 100%;
    text-align: left;
}
div.modal div.table{
    padding-bottom: 35px;
}

/**** survey complete ****/

div.survey.complete div.copy p{
    color: #52ab45;
    font: bold 18px/26px Arial;
    text-align: center;
    width: 420px;
    margin: 0 auto;
}
div.survey.complete div.copy p + p{
    color: #356f2d;
    font-weight: normal;
    margin-top: 30px;
}
div.survey div.copy ul.linkList{
    border-top: 1px solid #bedaf1;
    border-bottom: 1px solid #bedaf1;
    width: 320px;
    margin: 15px auto 0;
    padding: 15px 15px 15px 85px;
}
div.survey div.copy ul.linkList a{
    text-decoration: none;
    color: #4b95c1;
    font: 16px/30px Arial;
    padding-right: 20px;
    background: url("../images/linkArrows.png") right 4px no-repeat;
}
div.survey div.copy ul.linkList a:hover{
    color: #4db446;
    background-position: right -24px;
}

/**** managers ****/

table[id$=ggEventTypes] td + td,
table[id$=ggHourBlocks] td + td,
table[id$=ggContact] td + td,
table[id$=ggScaleValue] td + td,
table[id$=btnAddSubject] td + td,
table[id$=ggSurveys] td + td,
table[id$=ggWorkTypes] td + td,
table[id$=ggScales] td + td{
    width: 70px !important;
}
table[id$=ggContents] td + td + td + td{
    width: 70px;
}
table[id$=ggSpecies] td + td{
    width: 350px;
}
table[id$=ggSpecies] td + td + td{
    width: 70px;
}
span.detail{
    display: block;
    color: #8c8d8a;
    font: 12px/18px Arial;
}

/*****Mark as incorrec*/
#flagConfirmation {
    padding: 30px;
    width: 414px;
    background-color: #fff;
    min-height: 465px;
}

div#flagConfirmation div.headerRed{
    background: #d55f3b;
    height: 37px;
    text-align: left;
    border-bottom: 5px solid #c15635;
    text-indent: 8px;
}
div#flagConfirmation div.headerRed h1{
    display: inline-block;
    width: 550px;
    color: #fff;
    font: bold 15px/37px Arial;
}
div#flagConfirmation div.headerRed div{
    float: right;
    margin-right: 20px;
}
div#flagConfirmation div.headerRed div span{
    color: #fff;
    font: 13px/37px Arial;
}
div#flagConfirmation div.headerRed div span.vr{
    color: #000;
    margin: 0px 10px;
}

div#flagConfirmation div.copy{
    padding: 20px;
    background-color: #F8FAF6;
    text-align: left;
}

div#flagConfirmation div.copy table.formTable{
    margin-top: 15px;
}

div#flagConfirmation div.copy table.formTable th {
    padding-bottom: 8px;
}

div#flagConfirmation div.copy table.formTable textarea {
    width: 340px;
    height: 135px;
}

div#flagConfirmation div.surveyBtns {
    background-color: #F8FAF6;
    text-align: center;
    margin-top: 5px;
}

div#flagConfirmation div.surveyBtns input{
    margin-top: 17px;
    margin-bottom: 20px;
}

div#flagConfirmation div.copy table.formTable tr.controls {
    border-top: 1px solid #CCCECB;
    border-bottom: 1px solid #CCCECB;    
    background-color: #ECEEEA;
}

div#flagConfirmation div.copy table.formTable tr.controls td {
    padding: 14px;
}

#cboxLoadedContent
{
    padding: 0px;
}

#cboxOverlay {
    background: url("../images/overlay.png") left top;
}

#cboxClose {
    display: none !important;
}
select[multiple=multiple]{
    width: 150px;
    font-size: 11px !important;
}
select[multiple=multiple] + div{
    width: 50px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
div.modal {
    z-index: 9999;
}
table[id$=ggSurvey] td + td + td + td + td{
    padding-right: 0px !important;
}
/*******************************/


div.Telerik.reToolbarWrapper a.reDropdown span {
    color: #000 !important;    
    font: 12px "Segoe UI", Arial,sans-serif !important;
    line-height : 20px !important;
}