
#html,body {
	width:960px;
	margin:0 auto;
	padding:0;
	font: 74% "Trebuchet MS",sans-serif;
}

input, textarea {
	border: 1px solid #aaaaaa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

a {text-decoration:underline; color:#3456A6;}
a:hover { color:#8794A6;}



/* ------- HEADER ------- */

#header {
	position:relative;
	margin-top:3px;
	margin-bottom:20px;
	border:1px solid #999;
	-moz-box-shadow: 2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow: 2px 2px 1px #888;
}
.instance-watermark {
	position:fixed;
	top:3px;
	left:50%;
	margin-left:420px;
	z-index:1;
	font-size:11pt;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	width:60px;
	padding:3px 0;
	text-align:center;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80;
}


table#app-logos {
	width:100%;
	height:150px;
}
table#app-logos td { vertical-align:middle; }

table#app-logos td#vop-logo-container {
	width:426px;
	border-left:1px solid #999;
}
table#app-logos td#cvm-logo-container {}

table#app-logos td#cvm-logo-container img {
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height: 150px;
}

.firm-logo {}
.company-logo {}
.cvm-logo {}
.vop-logo {}




/* ------- FOOTER ------- */

#footer {}

.footer_container {
	padding:20px 0;
	text-align:center;
	font-size:10px;
}


/* ------- MAIN ------- */

#main {
	min-height:300px;
}

/* ------- USER INFO: USER, COMPANY, FIRM, LINKS ------- */

.userinfo {
	position:relative;
	border-top:1px solid #999;
	font-size:9pt;

	background-color:#eee;
	height:37px;
}

.userinfo a {
	text-decoration:none;
}

.userinfo-username,
.userinfo-companyname,
.userinfo-firmname,
.userinfo-companylevel,
.userinfo-reportaccess,
#single_report,
#logout,
.login-as-name {
	position:absolute;
}

.login-as-name {
    top: 10px;
    right: 130px;
    font-weight: 700;
    font-size: 1.1em;
}

.login-as-name .sub-login {
    color: #33b9b0;
}

.login-as-name .main-login {
    color: #0ea6da;
}

.userinfo-username {
	top:2px;
	left:10px;
}
.userinfo-username a {
/*	margin-left:15px;*/
}
.userinfo-companyname {
	top:2px;
	left:350px;
}
.userinfo-firmname {
	top:18px;
	left:10px;
}
.userinfo-companylevel {
	top:18px;
	left:350px;
}
.userinfo-reportaccess {
	top:18px;
	left:490px;
}
#logout {
	right:25px;
	top:9px;
	font-size:10pt;
	font-weight:bold;
}
#single_report {
	right: 180px;
	top: 9px;
	font-size: 10pt;
	font-weight: bold;
}

/* ------- TABS ------- */

.tab {min-height:0px;}



/* ------- SPLASH / REGISTRATION ------- */

/* 3 Column settings */
.3col {text-align:center;}
.lcol {width:33%;float:left;text-align:center;}
.mcol {width:33%;float:left;text-align:center;}
.rcol {width:33%;float:left;text-align:center;}

/* Form elements */
.form-reg-block {font-family:"Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;letter-spacing:.01em;padding:0.5em;}
.form-reg-block span.req{display:inline;float:none;color:red !important;font-weight:bold;margin:0;padding:0}
.form-reg-block label {display:block;font-weight:bold;font-size:11px;margin-bottom:0.5em;padding-left:1em;}
.form-reg-block h4 {font-size:160%;font-weight:normal;}
.form-reg-block hr {border:0;border-bottom:1px dotted #ccc;margin-top:2em}
.form-reg-block h5 {font-size:14px;font-weight:normal;margin-bottom:1em;margin-left:1em;}
.form-reg-block input {margin-left:1em;margin-right:1em;width:90%}

.form-error {border:2px solid red;background:#FFC1C1;font-size:14px;padding:1em;margin:1em;}






.h4title{text-transform:uppercase;color:#3456A6;padding-bottom:0px;}

.tgl {border-color:whitesmoke;size:1px;width:100%;}
/* No closing "x" button. */
.ui-dialog .ui-dialog-titlebar-close { display: none; }
/* Icons */
span.ui-icon {padding: 0; margin: 0; float: center;}
/* Buttons */
.ui-dialog .ui-dialog-buttonpane button {padding:0px 0px 0px 0px;}
/* Form Errors */
label.error {display:block;color:red;font-style:italic;font-weight:normal;}
textarea.error{border:2px solid red;}
select.error{border:2px solid red;}
input.error {border:2px solid red;}

/* Message Box inline in HTML (centered). */
.msg {text-align:center;padding:5px;5px;5px;5px;font-size:14px;font-family:sans-serif;border:solid 1px #666666;
      width:640px;color:#333333;background-color:#ffffcc;clear:both;margin:auto;text-align:justified;}


/* jQuery UI Table */

.styleTable { border-collapse: collapse; }
.styleTable td { font-weight: normal !important; padding: .4em; }
.styleTable th { text-align: center; padding: .8em .4em; }

.styleTable tr.tRsection td,
.styleTable tr.tRsection th {
	border-top:2px solid #ccc;
}
.styleTable tr.tRsection:first-child td,
.styleTable tr.tRsection:first-child th {
	border-top:none;
}

.styleTable tr.tRtotal td,
.styleTable tr.tRtotal th {
	border-left:none;
	border-right:none;
}




.divisions-table {
	width:100%;
}
.divisions-table th {
	padding-top:25px;
	padding-bottom:12px;
	text-align:left;
}
.divisions-table .error {
	margin-right:15px;
}

.grayedout,
.ui-widget-content.grayedout {
	background:#f9f9f9;
	border-color:#ccc;
	color:#999;
}



.gradient-widget-title {font-size: 20px;font-weight:bold;margin-right:0.5em;text-decoration:underline;}

.qscore-graph-container {
	padding:5px 0 10px;
}
.qscore-graph-title {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-bottom:3px;
}
.qscore-graph-gradient {
	position:relative;
}
.qscore-graph-gradient img {}
.qscore-graph-bar {
	position:absolute;
	left:0;
}
.qscore-graph-bar img {
	float:left;
}
.qscore-graph-value {
	position:absolute;
	left:0;
}




.form-subheader {
	padding:4px 10px;
	background-color:#ddd;
	font-weight:bold;
	margin:10px 0;
	clear:both;
}

.account-edit-form,
.logo-edit-form,
.firm-edit-form,
.mfa-edit-form,
.acceptance-form,
.client-add-form,
.licensee-add-form {
	display: block;
	padding: 0px 15px 0px;
}

/* .client-add-form,
.licensee-add-form {
	padding-top: 0px;
} */

.account-edit-form {
	padding-top: 15px;
}

.profiles-div{
	display: inline;
	height: 200px;
}

.account-edit-form,
.firm-edit-form,
.mfa-edit-form {
	width: 370px;
}
.logo-edit-form,
.firm-edit-form {
	padding-top:0;
	padding-bottom:10px;
}

#tblProfile a.parent {
	margin-left: 15px;
}

#tblProfile a.parent.expanded {
	font-style: italic;
}

#tblProfile .child-profile-row td {
	background: #f1f1f1;
}

#tblProfile .child-profile-total td {
	background: #d4d4d4;
}

#profiles-userform {
	padding-top:10px;
}

.account-edit-form button,
.firm-edit-form button {
	clear:both;
	float:right;
}
.account-edit-form div.field-section,
.firm-edit-form div.field-section,
.mfa-edit-form div.field-section {
	min-height:27px;
	clear:both;
}

.security-clientfirm-section select,
.security-clientlicensee-section select {
	width: 250px;
}

.acceptance-form div.field-section {
	min-height:27px;
	clear:both;
	text-align:center;
}
.account-edit-form div.field-section label,
.firm-edit-form div.field-section label,
.mfa-edit-form div.field-section label {
	display:block;
	float:left;
	width:120px;
	padding-top:2px;
}
.acceptance-form div.field-section label {
	display:inline-block;
	margin:0 10px;
	position:relative;
	top:-2px;
}
.account-edit-form label.error,
.firm-edit-form label.error {
	clear: both;
	padding-left: 120px;
	padding-bottom: 10px;
}
.account-edit-form div.field-section label.error,
.firm-edit-form div.field-section label.error {
	width: auto;
}
.account-edit-form div.field-section a,
.firm-edit-form div.field-section a {
	float:left;
	margin-top:-2px;
}


.account-edit-form div.field-section input,
.firm-edit-form div.field-section input,
.mfa-edit-form div.field-section input {
	display:block;
	float:left;
	width:244px;
	padding:2px;
}
.account-edit-form div.field-section input.checkbox,
.firm-edit-form div.field-section input.checkbox {
	display:inline;
	float:left;
	width:auto;
	padding:0;
}

.security-roles-section label.error {
	padding-left: 0;
}

.logo-edit-form {
	min-width:160px;
}
.logo-edit-form input {
	margin-bottom:10px;
}
.logo-edit-form .logo-edit-text {
	padding-bottom:5px;
}

#Security #userstable span.role {
	display: block;
}

#Security #userstable tr.utype_1 td {
	background: rgb(255, 252, 227);
}

#Security #userstable tr.utype_2 td {
	background: rgb(212, 229, 255);
}

#Security #userstable tr.utype_3 td {
	background: rgb(197, 236, 252);
}

.user-edit-section {
	display:block;
	padding:5px 7px;
	margin:10px -7px 0;
	background-color:#eee;
	margin-bottom:10px;
}
.user-edit-section > label {
	display:block;
	float:left;
	width:120px;
	padding-top:2px;
}
.user-edit-section .security-edit-section {
	float:left;
}
.user-edit-section .security-edit-section div {
	height:20px;
}
.user-edit-section .security-edit-section div label {
	display:block;
	float:left;
	padding-top:3px;
}
.user-edit-section .security-edit-section div input {
	float:left;
	margin-right:10px;
}

.user-edit-section [name=licensee-limit] {
	width: 40px;
}


.question-subcategory-section,
.ui-widget-content.question-subcategory-section {
	font-size:13px;
}


#divSummary .ui-accordion-content h3 {
	margin:0 0 4px;
}



.comment-editor-placeholder,
.comment-editor-widget {
	padding-bottom:25px;
}
.comment-status,
.comment-form {
	background-color:#f0f0f0;
	border-top:1px solid #ddd;
}

.summary-alert .comment-status,
.summary-alert .comment-form {
	background-color:#fad5ca;
	border-top:1px solid #f5c4b7;
}

.comment-status {
	padding:2px 8px;
	height:16px;
	margin-top:4px;
}
.comment-status .ui-icon {
	cursor:pointer;
	float:right;
}
.comment-status .comment-status-text {
	line-height:16px;
/*	font-style:italic;*/
	color:#777;
}
.comment-editor-widget p { margin:0; }
.comment-editor-widget ul,
.comment-editor-widget ol { margin-top:12px; margin-bottom:12px; }
.comment-editor-widget p + ul,
.comment-editor-widget p + ol { margin-top:0; }

.comment-form {
	padding:10px 8px;
}
.comment-form .ui-button {
	margin:10px 10px 0 0;
}



.summary-alert {
	padding:10px;
	border:1px solid #c2787c;
	margin-bottom:15px;
	background-color:#ffe8e0;
}
.summary-alert div {
}


/* MAIN NAV / LAYOUT */

.main-nav {
	min-height:400px;
}
.ui-widget-content.main-nav {
	border:none;
}
.ui-widget-content.main-nav > .ui-tabs-panel {
	padding:10px 0;
}




#projections-upload-dialog .status {
	color:red;
	padding-top:5px;
}

#sales-alert-dialog .alert-text {
	padding: 10px;
}

#sales-alert-dialog .actions {
	text-align: center;
}

.expire-form,
.reset-form,
.login-form,
.signup-form {
	display:block;
	margin:0 auto;
	padding-top:6px;
}
.expire-form,
.reset-form,
.login-form {
	width: 180px;
}
.signup-form {
	width: 380px;
	padding-bottom: 6px;
}
.expire-form div,
.reset-form div {
	text-align:left;
	padding-top: 10px;
}
.login-form div { /*.signup-form div:not(.blockUI)*/
	text-align:left;
	height:26px;
}
.login-form label,
.signup-form label {
	display:block;
	float:left;
	padding-top:2px;
}
.signup-form label.error {
	float: none;
	display: block;
	width: 100%;
	margin-left: 140px;
}
.login-form label {
	width:70px;
}
.signup-form label {
	width:140px;
}
.login-form input {
	width:100px;
}

.signup-form .signup-form-control-row {
	padding: 5px 0;
}

.signup-form input {
	width:150px;
}

#SignupMain h3 {
	text-align: center;
}

#SignupMain .submit-errors,
#SignupMain .submit-success {
	width: 380px;
	margin: 0 auto;
	padding: 5px;
}

#SignupMain .submit-success {
    font-size: 125%;
    font-weight: bolder;
    text-align: center;
    width: auto;
    margin-top: 80px;
}

.field-helper,
.ui-widget-content.field-helper {
	color:#aaa;
}
.report-date {
	float:right;
	border:1px solid #999;
	background-color:#f9f9f9;
	padding:12px 15px;
}

.report-date input {
	padding:4px 3px;
	margin-right:5px;
}




.notes-editor-widget {
	display:none;
	width:320px;
	padding:5px;
	position:absolute;
	margin-left: 2px;
	/*top:0;*/
	/*left:0;*/

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#f9f9f9;
	border:1px solid #ddd;
	font-size:11px;
	z-index: 1;
}
.notes-editor-widget textarea {
	width:100%;
	height:80px;
	padding:0;
	margin:0;
	border:none;
	background-color:#f9f9f9;
	resize: none;
}
.notes-editor-widget textarea:focus {
	background-color:#fff;
}
.notes-editor-widget button {
	margin-top:3px;
	margin-right:3px;
	line-height:normal;
}
.notes-editor-widget button .ui-button-text {
	line-height:normal;
}
.notes-editor-counter {
	display:none;
	float:right;
	width:170px;
	padding-top:9px;
}

.ui-icon.ui-icon-qnote {
	background-image: url('../img/qnote-icon.png') !important;
}
.notes-status-edited {
	background-position:0 -16px;
}

/* Help Popover */
.help-popover-widget {
	display:none;
	max-width:320px;
	min-width:200px;
	padding:5px;
	position:absolute;
	top:0;
	left:0;
	background-color:#eaf0ff;
	border:1px solid #cbd7f7;
	font-size:11px;
	z-index: 1;
}

.help-popover-widget .help-content p:first-child {
	margin-top: 0;
}

.help-popover-widget .help-content p:last-child {
	margin-bottom: 0;
}
/* ./Help Popover */

/* TOTAL VALUE IMPACT */

.value-impact {
	float:right;
	padding:2px 5px;
	background-color:#fcfabf;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.value-impact span {
	font-weight:bold;
	margin-left:3px;
}

.radio_deletion{
	position: relative;
	top: 3px;
	left: -3px;
}

#deactpr {
	min-height: 100px;
	min-width: 150px;
	height: fit-content!important;
	width: fit-content!important;
}

div.user-edit-mode table tbody tr td select {
	min-height: 100px;
	min-width: 150px;
	height: fit-content!important;
	width: fit-content!important;
}
#profiles-userform div.user-edit-mode{
	min-height: 100px;
	height: fit-content!important;
}

#SplashMain .confirm-error {
    color: red;
    font-size: 1.1em;
    font-weight: 700;
}

#copiedHint {
    /*width: 140px;*/
    text-align: center;
    background: rgba(0,0,0,.7);
    padding: 10px;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 1s;
    /*height: 32px;*/
    color: #fff;
    pointer-events: none;
}

#invite-client-form .field-section,
#invite-direct-client-form .field-section,
#migrate-client-form .field-section {
	min-height:27px;
	clear:both;
}

#invite-client-form .field-section label,
#invite-direct-client-form .field-section label,
#migrate-client-form .field-section label {
	display:block;
	float:left;
	width:120px;
	padding-top:2px;
}

#invite-client-form .field-section input,
#invite-direct-client-form .field-section input:not[type=checkbox],
#migrate-client-form .field-section input {
	display:block;
	float:left;
	width:220px;
	padding:2px;
}

#invite-client-form label.error,
#invite-direct-client-form label.error,
#migrate-client-form label.error {
	clear: both;
	/*padding-left: 120px;*/
	margin-left: 120px;
	padding-bottom: 10px;
	width: 156px;
	display: inline-block;
}

#invite-direct-client-form .send-link-check {
    vertical-align: middle;
    height: 14px;
    margin-left: 15px;
}

#invite-client-form .field-section.password-section .help-popover-widget {
	font-size: 10px;
}

#invite-client-dialog .inviteOptions span {
	vertical-align: sub;
	display: inline-block;
	height: 18px;
}

.setpass-form label.error {
    margin-top: 2px;
    margin-bottom: 8px;
}

.setpass-form .field-row {
    margin: 10px 0;
}

.setpass-form .errors {
    margin-top: 10px;
    color: red;
}

.setpass-form {
    width: 300px;
    margin: 0 auto;
    padding-top: 6px;
}

.setpass-form .field-label {
    width: 100px;
    float: left;
}

.setpass-form .password-hint {
    color: #6d6d6d;
    background-color: #eaeaea;
    padding: 5px;
    margin-top: 5px;
}

.setpass-form .password-hint ol {
    padding-left: 40px;
    margin: 0;
}

.setpass-form .action-row {
    text-align: center;
    margin-top: 10px;
}

.login-info-btn {
	float: right;
	width: 2.2em !important;
}

#invite-direct-client-form .field-section.password-section {
	margin-top: 5px;
}

.accept-dialog button.disabled {
	cursor: pointer;
	pointer-events: none;
	background: #d8d8d8;
}

#upload-survey-dialog .upload-survey-warning {
	margin-top: 10px;
	color: #d61e1e;
	font-size: 1.1em;
}

#upload-survey-dialog .status {
	margin-top: 10px;
	color: #d61e1e;
	font-weight: 700;
	font-size: 1.1em;
}

.upload-survey-report .report-header {
	font-size: 1.1em;
	margin: 10px 0;
}

.upload-survey-report .report-header.success {
	color: forestgreen;
}

.upload-survey-report .report-header.error {
	color: #d61e1e;
}

.upload-survey-report .error-item {
	margin: 5px 0;
}

.upload-survey-report .error-item ul {
	margin: 0;
	list-style: none;
}

.upload-survey-report .error-type {
	font-weight: 700;
}

.upload-survey-report .question-data {
	margin-left: 5px;
	color: grey;
}

.costofcap-table .val-usr input {
	width: 90%;
	text-align: right;
}

.costofcap-table .subheader td {
	font-weight: 700!important;
}

.costofcap-table .subheader.header-empty {
	height: 20px;
}

.costofcap-table .debt-cap .cap-lbl {
	text-align: center;
	vertical-align: top;
}

.costofcap-table td.number {
	text-align: right;
	padding-right: 14px;
}

.adjust-factors-hide {
	display: none;
}

.reset-comment-button {
	margin-right: 15px !important;
}

.comments-start-date-desc {
	margin-bottom: 10px;
}

#CommentsHeader {
	margin-bottom: 20px;
}

.export-options a {
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	margin: 5px;
}

#single-report-options-form .field-section {
	margin-left: 20px;
	margin-bottom: 5px;
}

#single-report-options-form .field-section label {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}

#single-report-options-form .field-section input {
	vertical-align: middle;
}

.select-active-version-lbl {
	float: right;
	margin-bottom: 15px
}

.select-active-response-version {
	margin-top: 10px;
	margin-left: 4px;
	padding: 3px 0;
	min-width: 100px;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-weight: 700;
}

.add-response-version-btn,
.edit-response-version-btn,
.del-response-version-btn {
	float: right;
	margin-top: 5px;
}

.ui-icon-qnote-blue {
	background-image: url(../img/qnote-icon-blue.png) !important;
	background-position: 0 -16px;
}

#HelpMain .help-section-content .section-actions {
	padding-top: 10px;
	margin-top: 25px;
	border-top: 1px solid #ccc;
}

.help-section-status {
	padding: 2px 8px;
	height: 16px;
	margin-top: 8px;
}

.help-section-status, .help-section-form {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
}

.help-section-form {
	padding: 10px 8px;
}

.help-section-status .ui-icon {
	cursor: pointer;
	float: right;
}

.uploaded-video {
	margin-top: 20px;
}

.data-mining-toolbar {
	font-size: 10px;
	margin: 10px 0;
}

.data-mining-toolbar .select-tier-label,
.data-mining-toolbar .select-revenue-label,
.data-mining-toolbar .select-showall-label,
.data-mining-toolbar .select-state-label {
	margin-left: 50px;
}

.data-mining-toolbar .label-text {
	display: inline-block;
	width: 50px;
}

.data-mining-toolbar select {
	width: 150px;
}

.data-mining-report {
	margin-top: 20px;
}

.data-mining-report table {
	width: 100%;
}

.data-mining-report table thead th.rotate {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);

	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: rl;
	-o-writing-mode: vertical-rl;
}

.data-mining-report table thead tr.header-scores th,
.data-mining-report table th.risk-score {
	width: 20px;
}

.data-mining-report table thead tr.header-base th:not(.risk-score-header) {
	height: 100px;
}

.data-mining-report table th.revenue {
	width: 50px;
}

.data-mining-report table th.date,
.data-mining-report table th.tier {
	width: 60px;
}

.data-mining-report table th.industry {
	width: 70px;
}

.data-mining-report table th.ent-val,
.data-mining-report table th.ebitda,
.data-mining-report table th.val-opp,
.data-mining-report table th.targ-val {
	width: 35px;
}

.data-mining-report table td.empty-data {
	text-align: center;
}