.accounts .tables {
    width: 100%;
}
.accounts .rows .cols:first-child::after {
    content: '';
}
.real-select {
    opacity: 1;
}
.detail-account-inline {
    display: inline-block;
}
.detail-account-inline .active{
    font-weight: bold;
}
.acct-prog-logo img {
    max-height:100px;
    width:auto;
}
.wrapperin .submit-error {
    margin:0 0 1rem 0;
    border:1px solid #c00;
    padding:10px;
    display:inline-block;
}
.accounts .password-box .fa-eye {
    position:absolute;
    top:32px;
    left:420px;
    cursor:pointer;
}
.account-pages .page-message {
    display:inline-block;
    margin:0 0 20px 0;
    padding:10px;
    border:1px solid #c00;
}
.account-pages .page-message.success {
    color:#90a445;
    border-color:#90a445;
}

.accounts-management #accountsListing,
.accounts-management #usersListing {
    position:relative;
    min-height:100px;
}
.accounts-management .data-table th {
    white-space:nowrap;
}
.accounts-management .account-type {
    position:absolute;
    top:-40px;
    left:240px;
}
.accounts-management .account-type.has-list {
    top:-50px;
}
.accounts-management .data-table td.portfolios {
    text-align:center;
}
.portfolios-list  table {
    width:100%;
}
.portfolios-list  table th {
    text-align:left;
}
.portfolios-list td {
    padding:5px 15px 5px 0;
}
.portfolios-list td.edit-questions span {
    cursor:pointer;
    text-decoration:underline;
}
.portfolios-list .custom-questions {
    display:none;
}
.portfolios-list .custom-questions.active {
    display:table-row;
}
.portfolios-list .custom-questions textarea {
    width:100%;
    height:50px;
}
.grantees-list h2 {
    text-align:center;
}
.grantees-list ul {
    margin:15px;
}
.grantees-list li {
    list-style:none;
    display:inline-block;
    width:50%;
    margin:0 0 3px;
}
.grantees-list li i {
    font-size:8px;
    margin-right:3px;
}

/* filter results */
.filter-results {
    float:right;
    margin-right:15px;
    position:relative;
}
.filter-results input {
    border-radius:5px;
    width:300px;
}
.filter-results i {
}
.filter-results .fa-times {
    position:absolute;
    top:7px;
    right:10px;
    cursor:pointer;
}
.upper-actions {
    float:right;
    margin:0 5px;
}
.upper-actions button {
    margin:0;
    font-size:14px;
}
/* tables */
.admin-page {
    margin:20px 25px;
    font-size:0.7em;
}
.data-table-actions-top {
    float:right;
    margin-top:10px;
}
.data-table.header-above-scrolling {
    width:calc(100% - 17px);
}
.data-table-container .table-scroll-body {
    max-height:400px;
    overflow-y:auto;
    overflow-x:hidden;
}
.data-table-container .loading {
    margin:10px;
    font-size:1.3em;
    text-align:center;
}
.data-table {
    font-size:13px;
}
.table-scroll-header {
    background:#f9fbff;
}
.data-table thead {
    border-bottom:1px solid #c5dbec;
}
.data-table th {
    font-size:1em;
    text-align:left;
    padding:8px 1%;
}
.data-table tbody:nth-of-type(odd) {
    background:#f8f8f8;
}
.data-table tbody:nth-of-type(even),
.data-table tbody.striped tr:nth-of-type(even) {
    background:#c5dbec;
}
.data-table tbody.active {
    border:1px solid #c5dbec;
}
.data-table tbody.active .initial-data {
    background:#f8984e;
    color:#fff;
    cursor:pointer;
}
.data-table tbody .initial-data td {
    padding:5px 1%;
    font-size:1em;
}
.data-table tbody .initial-data td.active {
    color:#000;
    font-weight:bold;
}
.table-hover tbody .initial-data {
    cursor:pointer;
}
.table-hover tbody .initial-data:hover {
    background:#f8984e;
    color:#fff;
}
.table-hover tbody.active .initial-data:hover {
    cursor:default;
    background:#f8984e;
    color:#fff;
}
.table-sort th {
    cursor:pointer;
}
.table-sort th.asc:after {
    font-family:'Font Awesome 5 Pro';
    content: " \f078";
}
.table-sort th.desc:after {
    font-family:'Font Awesome 5 Pro';
    content: " \f077";
}
.edit-mode tbody .initial-data:hover {
    cursor:default;
    background:inherit;
    color:inherit;
}
.data-table tbody .edit-data td {
    text-align:center;
    background:#fff;
    padding:15px 0;
}
.data-table tbody .edit-data .edit-fields {
    text-align:left;
    padding:0 20px;
}
.data-table tbody .edit-data .edit-fields div {
    display:inline-block;
    padding:5px;
    text-align:left;
}
.data-table tbody .edit-data .edit-fields label {
    display:block;
    margin-bottom:2px;
    font-weight:bold;
}
.data-table tbody .edit-data .edit-fields label .fa-check {
    color:#90a445;
}
.data-table tbody .edit-data input,
.data-table tbody .edit-data select {
    5px 5px;
    font-size:14px;
}
.authentication-input {
    position:relative;
    min-height:170px;
}
.authentication-input .textfield {
    width:40%;
}
.authentication-input textarea {
    width:95%;
    height:250px;
}
.data-table tbody .edit-data .additional-data {
    text-align:left;
}
.data-table tbody .edit-data .additional-data p {
    display:inline-block;
    padding:10px 15px;
    font-size:1.2em;
    margin:0 10px;
}
.data-table tbody .edit-data .survey-errors {
    margin:0 20px;
    text-align:left;
}
.data-table th.name,
.data-table td.name {
    width:18%;
}
.data-table th.type,
.data-table td.type {
    width:10%;
    text-transform:capitalize;
}
.data-table th.id,
.data-table td.id {
    width:5%;
    text-align:center;
}
.data-table th.status,
.data-table td.status {
    width:10%;
    text-transform:capitalize;
}
.data-table th.date,
.data-table td.date {
    width:10%;
    white-space:nowrap;
}
.data-table input,
.data-table select {
    font-size:1em;
    padding:3px 6px;
}
.data-table select {
    opacity:1;
}
.data-table .type select,
.data-table .status select {
    text-transform:capitalize;
}
.data-table select:focus,
.data-table input:focus {
    border-color:#f8984e;
    border-width:2px;
    padding:2px 5px;
}
.data-table .survey-actions td {
    text-align:center;
}
.data-table td.actions {
    white-space:nowrap;
}
.data-table td.actions i.fa,
.data-table td.actions i.fal,
.data-table td.actions i.far,
.data-table td.actions i.fas {
    margin:0 5px 0 0;
    font-size:1.5em;
    cursor:pointer;
}
.data-table td.actions i.disabled {
    cursor:default;
}
.data-table tbody .edit-data .edit-fields div.survey-add-logo {
    display:inline-block;
    min-width:50%;
    text-align:center;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.data-table tbody .edit-data .edit-fields div.password {
}
.data-table tbody .edit-data .edit-fields div.survey-add-logo .acct-prog-logo {
    display:block;
    text-align:center;
}
.survey-add-logo {
    margin:10px 0;
}
.survey-actions button {
    color:#fff;
    font-size:1em;
    background:#fff;
    border:2px solid #90a445;
    color:#90a445;
}
.survey-actions .cancel {
    border-color:gray;
    color:gray;
}
.survey-actions .save {
}
.survey-actions .clone {
}
.survey-actions .delete {
    border-color:#c00;
    color:#c00;
}
.survey-actions .confirm {
}
.data-table .survey-errors td {
    padding:0 5px;
    font-size:1em;
}
.survey-errors ul {
    color:#c00;
}
.page-errors,
.page-msgs {
    margin:15px 25px;
    font-size:14px;
    position:relative;
}
.page-errors .button,
.page-msgs .button {
    position:absolute;
    top:-5px;
    right:-10px;
    font-size:14px;
    margin:0;
}
.page-msgs p {
    color:#90a445;
    font-size:1.3em;
    margin:5px 0;
}
/* action buttons */
.action-buttons {
    margin:0 25px;
}
.action-buttons button {
    font-size:14px;
}
/* add survey */
.add-survey {
    font-size:14px;
}
.add-survey h5 {
    padding:0;
    margin:10px 1%;
    font-weight:bold;
    font-size:1em;
}
.add-survey .field {
    display:inline-block;
    width:30%;
    margin:5px 1%;
}
.add-survey label,
.template-json label {
    display:block;
    margin-bottom:2px;
    font-size:0.9em;
    font-weight:bold;
}
.add-survey label.required:after {
    content:"*";
}
.add-survey select,
.add-survey input {
    opacity:1;
    width:96%;
    padding:6px 2%;
    font-size:1em;
}
.add-survey select:focus,
.add-survey input:focus {
    border-color:#f8984e;
    border-width:2px;
    padding:5px 2%;
}
.add-survey select {
    width:100%;
}
.add-survey .type select,
.add-survey .status select {
    text-transform:capitalize;
}
.add-survey .authentication-input .textfield {
    margin:5px 1%;
}
.add-survey .full-textfield {
    width:75%;
}
.add-survey .full-textfield textarea {
    width:100%;
}
.add-survey .textfield textarea {
    height:250px;
}
.add-survey .survey-actions {
    text-align:center;
}
.add-survey .survey-errors {
    margin:0 1%;
}
.add-survey label .fa-check {
    color:#90a445;
}
.template-json textarea {
    width:75%;
    height:150px;
    margin:15px 0;
}

.application-management {
}
.application-management h1 {
    margin:15px;
    padding:2px;
}
.application-management .loading {
    margin-top:50px;
}
.application-management .loading.loading-funders {
    margin-top:15px;
}
.application-management .nav-tabs > li {
}
.application-management .nav-tabs > li a {
}
.application-management .nav-tabs > li:first-child {
}
.application-management .nav-tabs > li.active > a,
.application-management .nav-tabs > li.active > a:hover,
.application-management .nav-tabs > li.active > a:focus {
    background:#c5dbec;
    color:#fff;
    z-index:2;
}
.applications-list .data-table .employee-applicants,
.applications-list .data-table .actions {
    text-align:center;
}
.applications-list .data-table .url a {
    color:#333;
    max-width:400px;
    display:inline-block;
    overflow:hidden;
}
/* edit applications */
.application-details h2 {
    padding:0;
    margin:0 0 10px;
    font-size:1.7em;
}
.application-fields {
    margin-bottom:25px;
}
.application-fields .col {
    display:inline-block;
    margin-left:30px;
}
.application-fields .col.name,
.application-fields .col.external-id {
    min-width:300px;
}
.application-fields .col:first-child {
    margin-left:0;
}
.application-fields input[type="text"],
.category-criteria input[type="text"] {
    width:calc(100% - 22px);
}
.application-fields select {
    opacity:1;
    padding:6px 10px;
}
.application-fields label {
    color:#bfbfbf;
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
}
.application-fields textarea {
    width:75%;
}
.application-fields .employee-applicants .far {
    font-size:1.9em;
    cursor:pointer;
}
.application-details .action-buttons {
    text-align:center;
}
.application-details .saving {
    margin:20px 0;
    text-align:center;
}
.ratings-category .confirm-delete,
.application-management .page-message {
    margin:20px 0 0 calc(25% - 22px);
    border:1px solid #bfbfbf;
    background:#fff;
    padding:10px;
    display:inline-block;
    border-radius:5px;
    text-align:center;
    width:50%;
}
.application-management .page-message {
    .margin-top:0;
}
.application-management .lower-actions {
    margin:15px;
}
.application-management .lower-actions button {
    margin:0;
    font-size:14px;
}
.applications-modal.custom-modal .custom-modal-container {
    bottom:auto;
}

.export-management h1 {
    margin:15px;
    padding:2px;
}
.export-management .action-buttons {
    text-align:center;
}
.export-management .action-buttons button {
    margin:25px;
}
.export-management .action-buttons button.review {
    background:#C5dbec;
}
.export-management .page-message {
    text-align:center;
}
.export-management .page-message > div {
    display:inline-block;
    margin:0 auto;
}
.export-management .success-true > div {
    color:#fff;
    padding:5px 10px;
}
.export-management .success-true.review > div {
    background:#c5dbec;
}
.export-management .page-status {
    text-align:center;
}
.export-management .page-status table {
    margin:0 auto;
    text-align:left;
}
.export-management .page-status table th {
    padding:10px 25px;
    border-bottom:1px dashed #999;
    text-align:center;
    color:#fff;
    text-transform:capitalize;
}
.export-management .page-status.review table th {
    background:#c5dbec;
}
.export-management .page-status table td {
    padding:10px 25px;
    border-bottom:1px dashed #999;
}
.export-management .page-status .key {
    text-transform:capitalize;
    font-weight:bold;
}
.export-management .loading {
    text-align:center;
}

.report-data-management h1 {
    margin:15px;
    padding:2px;
}
.report-data-management .report,
.report-data-management .report-data,
.report-data-management .action-buttons,
#confirmChangesModal .action-buttons {
    text-align:center;
}
.report-data-management .action-buttons {
    clear:both;
    padding:1em 0 3em;
}
.report-data-management .report-data {
    width:90%;
    margin:0 auto;
}
.report-data-management .report-page {
    text-align:left;
    display:inline-block;
    width:45%;
    float:left;
    margin:10px;
}
.report-data-management .report-page h3 {
    padding:0 0 5px 0;
    border-bottom:1px solid #999;
    margin-bottom:10px;
}
.report-data-management .report-page h4 {
    padding:0 0 5px 0;
    border-bottom:1px dashed #999;
    margin-bottom:5px;
    color:#999;
}
.report-data-management .report-page .field {
    margin:0 0 15px;
}
.report-data-management .report-page input[type="text"],
.report-data-management .report-page textarea {
    width:95%;
    border-radius:5px;
}
.report-data-management .report-page textarea {
    height:100px;
    font-size:0.8em;
}
.report-data-management .report-page input[type="checkbox"] {
    visibility:hidden;
}
.report-data-management .report-page:nth-of-type(odd) {
    clear:both;
}
.report-data-management .report-page label {
    display:block;
    font-weight:bold;
    margin-bottom:2px;
}
.report-data-management button,
#confirmChangesModal button {
    background:#90a445;
    color:#fff;
    border-color:#90a445;
    font-size:14px;
    margin:0 5px;
}
.report-data-management button.cancel,
#confirmChangesModal button.cancel {
    background:#c00;
    border-color:#c00;
}
.report-data-management .report {
    margin-bottom:15px;
}
.report-data-management .report-data select {
    padding:5px;
}
.report-data-management .page-message {
    text-align:center;
    clear:both;
    margin:1em 0;
}
.report-data-management .page-message > div {
    display:inline-block;
    margin:0 auto;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}
.report-data-management .success-true > div {
    color:#0c0;
}
.report-data-management .loading {
    text-align:center;
    margin:15px;
}
#confirmChangesModal.custom-modal .custom-modal-container {
    top:25%;
    left:25%;
    right:25%;
    bottom:auto;
}
#confirmChangesModal p {
    margin:0 0 15px;
    font-weight:normal;
    font-size:1em;
}
#confirmChangesModal .simpsons {
    font-style:italic;
    color:#999;
    text-align:center;
}

.report-status-management h1 {
    margin:15px;
    padding:2px;
}
.report-status-management .report,
.report-status-management .report-data,
.report-status-management .action-buttons {
    text-align:center;
}
.report-status-management button {
    background:#90a445;
    color:#fff;
    border-color:#90a445;
    font-size:14px;
    margin:0 5px;
}
.report-status-management .report {
    margin-bottom:15px;
}
.report-status-management .report-data select {
    padding:5px;
}
.report-status-management .action-buttons {
    margin-bottom:15px;
}
.report-status-management .page-message {
    text-align:center;
}
.report-status-management .page-message > div {
    display:inline-block;
    margin:0 auto;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}
.report-status-management .success-true > div {
    color:#0c0;
}
.report-status-management .loading {
    text-align:center;
    margin:15px;
}
.report-status-management .click {
    color:#00f;
    text-decoration:underline;
    cursor:pointer;
}

.surveys-list .table-hover tbody.active .initial-data:hover {
    cursor:pointer;
}
.survey-notifications .who {
   margin:0 10px 0 0;
   font-size:16px;
}
.survey-notifications .who input[type="radio"] {
   margin:0 0 0 10px;
   height:16px;
   width:16px;
   cursor:pointer;
}
.survey-notifications .button {
   font-size:14px;
   margin:0;
}
.survey-notifications .notify-response {
    border:2px solid;
    border-width:2px 0;
    font-size:1.2em;
    font-weight:bold;
    display:block !important;
    text-align:center !important;
    margin-top:10px;
}
.survey-notifications .notify-response.success {
   color:#90a445;
   border-color:#90a445;
}
.survey-notifications .notify-response.error {
   color:#c00;
   border-color:#c00;
}
.benchmark-element {
    padding-bottom:15px;
    border-bottom:1px solid #ccc;
    margin-bottom:15px;
}
.multiple-text .benchmark-element {
    padding-bottom:0;
    padding-left:6rem;
    border-bottom:0;
}
.benchmark-element h3 {
    padding:0;
    margin:0 0 5px;
}
.benchmark-element.element-multipletext > h3 {
    margin-bottom:15px;
}
.benchmark-element .element-type {
    font-size:12px;
    padding:0;
    margin:0;
}
.benchmark-element.element-panel {
    padding-left:6rem;
}
.benchmark-element.element-panel > h3 {
    padding:10px;
    background:#ccc;
    margin-bottom:15px;
    color:#000;
}
.benchmark-element .options {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
}
.benchmark-template .field {
    margin:10px 50px 0 0;
    display:inline-block;
    max-width:50%;
}
.benchmark-template .field label {
    display:block;
    margin-bottom:5px;
    font-size:14px;
    font-weight:bold;
}
.benchmark-template .field label:after {
    content:":";
}
.benchmark-template .field input,
.benchmark-template .field select {
    font-size:14px;
    border-radius:5px;
}
.benchmark-template .field select {
    padding:5px;
}
.benchmark-template .field input[type="text"] {
    width:500px;
}
.benchmark-template .field input[type="number"] {
    width:100px;
}
.benchmark-element .field.type-values .values-choices {
    clear:both;
}
.benchmark-element .field.type-values .values-choices input {
    margin:0 10px 10px 0;
    float:left;
}
.benchmark-element .field.type-values .values-choices span {
    font-size:12px;
    overflow:hidden;
    display:block;
    margin-bottom:5px;
}
.benchmark-element .field.inactive i {
    cursor:pointer;
}
.benchmark-element .inactive-field input,
.benchmark-element .inactive-field select {
    background:#efefef;
}
.benchmark-template .action-buttons {
    text-align:center;
}
.benchmark-element .multipletext-inactive {
    margin-left:15px;
}
.benchmark-element .multipletext-inactive i {
    cursor:pointer;
}
.benchmark-responses form {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
}
.benchmark-responses .inputs {
    display:inline-block;
    max-width:600px;
}
.benchmark-responses .buttons {
    margin-top:20px;
    display:inline-block;
}
.benchmark-responses .buttons .button {
    font-size:16px;
    background:#90a445;
    color:#fff;
    border-color:#90a445;
    border-radius:5px;
}
.benchmark-responses .buttons .button.cancel {
    background:#999;
    border-color:#999;
}
.benchmark-responses .field {
    display:block;
    max-width:85%;
}
.benchmark-responses .field textarea {
    width:500px;
    height:500px;
}
.benchmark-responses .instructions {
    font-size:1.4em;
    max-width:700px;
}
/* survey creator */
.survey-creator-name {
    margin:25px;
}
.survey-creator-name label {
    display:block;
    font-weight:bold;
    margin-bottom:5px;
}
.survey-creator-name input {
    width:500px;
}
.survey-template-creator .page-message {
    margin:0 auto 15px auto;
    width:50%;
    border:2px solid #c00;
    padding:10px;
}
.survey-template-creator .page-message.success {
    border-color:#0a0;
    color:#0a0;
}
.survey-template-creator .page-message i {
    float:right;
    cursor:pointer;
}
/* edit survey modal */
#editSurveyModal,
#editTemplateModal {
    z-index:10000;
}
.edit-survey-modal .meta-data {
    font-size:1.5em;
    padding-bottom:15px;
    border-bottom:1px dashed #999;
    margin-bottom:15px;
}
.edit-survey-modal .meta-data span {
    margin-right:15px;
}
.edit-survey-modal .survey-add-logo {
    float:right;
    margin:0 0 10px 10px;
    text-align:center;
}
.edit-survey-modal .data-inputs {
    overflow:hidden;
}
.edit-survey-modal .edit-fields > div {
    display:inline-block;
    margin:0 10px 10px 0;
}
.edit-survey-modal .data-inputs label {
    display:block;
    font-weight:bold;
    margin-bottom:2px;
}
.edit-survey-modal .data-inputs input,
.edit-survey-modal .data-inputs select {
    font-size:16px;
    padding:6px 10px;
}
.edit-survey-modal .data-inputs .survey-notifications select {
    margin-right:10px;
}
.edit-survey-modal .edit-fields.emails .field {
    width:45%;
}
.edit-survey-modal .edit-fields.emails .field:first-of-type {
    margin-right:4%;
}
.edit-survey-modal .edit-fields.template-json .field {
    width:100%;
}
.edit-survey-modal .edit-fields.template-json {
    width:95%;
}
.edit-survey-modal .edit-fields textarea {
    width:100%;
}
.edit-survey-modal .edit-fields.template-json textarea {
    height:350px;
}
.edit-survey-modal .survey-actions {
    float:left;
    padding-right:25px;
    border-right:1px dashed #999;
    margin-right:25px;
}
.edit-survey-modal .survey-actions p {
    text-align:center;
    padding:0;
    margin:0 0 10px;
}
.edit-survey-modal .survey-actions p button {
    min-width:200px;
    margin:0;
}
.edit-survey-modal .survey-actions button.disabled {
    border-color:#999;
    color:#999;
    cursor:default;
}
.edit-survey-modal .survey-success {
    margin:10px 0;
    font-size:1.5em;
    color:#90a445;
}
.edit-survey-modal .survey-success i {
    color:#999;
    margin-left:5px;
    cursor:pointer;
}
.edit-survey-modal .survey-errors {
    font-size:1.5em;
}
.edit-survey-modal .loading {
    font-size:1.2em;
    text-align:center;
}
.edit-survey-modal .users-list {
    display:inline-block;
    overflow-y:auto;
    max-height:270px;
    margin:10px 0;
}
.edit-survey-modal .users-list table th,
.edit-survey-modal .users-list table td {
    padding:5px 10px;
    text-align:left;
    position:relative;
}
.edit-survey-modal .users-list table .email span:hover {
    cursor:pointer;
    text-decoration:underline;
}
.edit-survey-modal .users-list table .email .edit-name {
    display:flex;
    align-items:center;
    white-space:nowrap;
}
.edit-survey-modal .users-list table .email .edit-name input {
    width:150px;
    font-size:0.8em;
    padding:3px;
}
.edit-survey-modal .users-list table .email .edit-name i {
    cursor:pointer;
    margin:0 2px;
}
.edit-survey-modal .users-list table .email .edit-name .fa-check-circle,
.edit-survey-modal .users-list table .delete .fa-check-circle {
    color:#90a445;
}
.edit-survey-modal .users-list table .email .edit-name .fa-times-circle {
    color:#c00;
}
.edit-survey-modal .users-list table .submitted,
.edit-survey-modal .users-list table .view,
.edit-survey-modal .users-list table .delete {
    text-align:center;
}
.edit-survey-modal .users-list table .delete i {
    color:#c00;
    cursor:pointer;
}
.edit-survey-modal .users-list .view a {
    color:#90a445;
}
.add-survey .edit-fields .password,
.edit-survey-modal .edit-fields .password {
    position:relative;
}
.password .fa-eye {
    position:absolute;
    bottom:8px;
    right:8px;
    cursor:pointer;
}

.applications-signup {
    background:#fff;
    padding-bottom:50px;
}
.applications-signup .header {
    height:104px;
    background:#efefef;
    padding:10px;
    border-bottom:1px solid #999;
    position:relative;
    text-align:center;
}
.applications-signup .header .container {
    margin:0 auto;
    height:104px;
    display:inline-block;
}
.applications-signup .header img {
    max-height:100px;
    width:auto;
    padding:1px;
    border:1px solid #999;
    border-radius:7px;
    background:#fff;
    float:left;
}
.applications-signup h1 {
    font-size:2.5em;
    padding:0;
    margin:0;
    line-height:104px;
    float:left;
}
.applications-signup .body {
    width:75%;
    margin:50px auto 0;
    background:#fff;
}
.applications-signup .body table {
    margin:0 auto;
}
.applications-signup .body table td {
    vertical-align:top;
}
.applications-signup .description div {
    padding:10px;
    border:1px solid #bfbfbf;
    border-radius:7px;
    margin-right:50px;
}
.applications-signup .loginform {
}
.applications-signup .loginform header {
    text-align:center;
}
.applications-signup .loginform header .sub-header {
    margin-top:10px;
    font-size:0.9em;
}
.applications-signup .loginform header .sub-header a {
    text-decoration:underline;
}
.applications-signup .go-back {
    text-align:center;
}
.applications-signup .go-back a {
    text-decoration:none;
}
.applications-signup .go-back a span {
    text-decoration:underline;
}
.applications-signup .go-back a .fa {
    font-size:0.9em;
}
.applications-signup .loginform-messages {
    text-align:center;
    font-size:1em;
}
.choose-login {
    text-align:center;
}
.choose-login .survey-actions {
    margin-top:15px;
}
.frm-wrp .submit-error a {
    text-transform:lowercase;
    text-decoration:underline;
    color:#45474e;
}
.appmenu {
    background-color: #45474e;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: right;
    top: 0;
    width: 160px;
    z-index: 1000;
}
.in-react .appmenu {
    display: none;
}
.appmenu hr {
    border: none;
    border-bottom: 1px solid #656565;
    margin: 10px auto;
    width: 130px;
}

.appmenu li {
    display: list-item;
}
.appmenu ul a {
    color: #cecece;
    display: block;
    font-family: 'RobotoCondensed';
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0;
    padding: 7px 8px 10px;
    text-transform: uppercase;
}
.appmenu ul li:first-child a {
    margin-top: 0;
}
.appmenu ul a:hover {
    color: #fff;
    text-decoration: none;
}
.appmenu ul .active {
    background-color: #f8984e;
    color: #fff;
}
.appmenu ul .fa,
.appmenu ul .fal,
.appmenu ul .far,
.appmenu ul .fas {
    float: right;
    margin-top: -1px;
    position: relative;
    text-align: center;
    width: 40px;
}

.appmenu .todo {
    bottom: -6px;
    font-size: 14px;
    left: auto;
    right: -1px;
    top: auto;
}

.secondarymenu {
    /*bottom: 75px;
    position: absolute;*/
    width: 160px;
}
.secondarymenu a {
    color: #828389;
    padding: 5px 8px;
    font-size: 10px;
}
.secondarymenu .active {
    background-color: #292a2e;
}
.secondarymenu .fa,
.secondarymenu .far,
.secondarymenu .fas {
    font-size: 17px;
    margin-top: 4px;
}

.splashpage {
    background-attachment: scroll;
    background-image: url(/img/regpage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.splashpage .content {
    margin: 0 auto;
    width: 800px;
}
.splashpage header {
    text-align: center;
}
.splashpage .ti-logo {
    float: right;
    padding: 10px;
}
.splashpage-heading {
    clear: both;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
}
h1.splashpage-heading {
    padding-top: 100px;
}
h1.splashpage-heading span {  /* Copyright */
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    vertical-align: super;
}
.browser-warning {
    color: red;
}

.emergency-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #c00;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 4px;
}

.mess-news {
    border: 1px solid #f5a623;
    cursor: pointer;
    max-width: 700px;
    margin-bottom: 22px;
    position: relative;
}
.mess-news-left {
    float: left;
}
.mess-news-left i {
    color: #f5a623;
    font-size: 24px;
    padding: 9px;
}
.mess-news-date span {
    color: #d0021b;
    font-size: 10px;
    font-weight: 400;
    margin-right: 3px;
}
.mess-news-right {
    border-left: 1px solid #f5a623;
    margin-left: 42px;
    padding: 7px 10px;
}
.mess-news-right .mess-news-date {
    color: #999;
    font-size: 10px;
    letter-spacing: 0;
}
.mess-news-right {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}
.mess-news-right .fa-check-square {
    color: #f5a623;
    font-size: 16px;
    margin-left: 10px;
    padding-right: .5rem;
}
.mess-news-right a {
    color: #f5a623;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
    position: relative;
    text-decoration: underline;
    top: -1px;
}
.mess-news-right a:hover {
    text-decoration: none;
}
.mess-comments {
    color: #f5a623;
    font-weight: 400;
    margin: 20px 0;
}
.mess-comments i {
    font-size: 14px;
    margin-right: 4px;
}
.mess-comments a {
    color: #f5a623;
    font-size: 12px;
    margin-left: 6px;
    text-decoration: underline;
}
.mess-comments a:hover {
    text-decoration: none;
}
.expand {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-comment {
    border: 1px solid #f5a623;
    margin-bottom: 1rem;
    padding: 0.25rem;
}
.post-comment textarea {
    width: 95%;
}
.comment-admin {
    position: absolute;
    right: 2px;
    top: 0;
}
.deprecated-comment {
    border-color: gray;
}

.date-counter {
    font-size: smaller;
    margin-top:5px;
}
.date-count-short {
    color: red;
}
.date-count-long {
    color: #ffc000;
}

.field-check {
    left: 743px; /* 35px from the right edge of .report-form-wrp main */
    margin-top: 2rem;
    position: absolute;
    width: 400px;
}
.field-check .fa {
    float: left;
    cursor:pointer; /* if icons are clickable */
}
.field-check ul {
    list-style: none;
    margin: 0;
    padding-left: 70px
}
/* Missing Icon */
.field-check .fa-circle {
    color: #bfbfbf;
}
/* Warning Icon */
.field-check .fa-exclamation-circle {
    color: #ffc000;
}
/* Error Icon */
.field-check .fa-times-circle {
    color: #ff0000;
}
/* No Alerts, Missing Audits */
.field-check .none .fa-check-circle,
.field-check .none .fa-check-square {
    color: #45474e;
}
/* No Alerts, Missing Audits */
.field-check .incomplete .fa-check-circle,
.field-check .incomplete .fa-check-square {
    color: #fc0;
}
/* Success Icon */
.field-check .complete .fa-check-circle,
.field-check .complete .fa-check-square {
    color: #90a445;
}

.budget-tbl .field-check,
.outcomes .field-check {
    text-align: left;
}
.budget-tbl .field-check {
}
.budget-tbl tfoot .field-check {
}
.outcomes .field-check {
    margin-top: 0;
}
.forecast-col .field-check {
    left: 138px;
}

/* Override .outcomes .table-th .fa width*/
.outcomes .table-th .field-check .fa {
    width: auto;
}

.fld-wrp {
    margin: 1rem 0;
    position: relative;
}
fieldset.fld-wrp {
    padding: 0;
}
.fld-wrp label {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.fld-wrp input {
    box-sizing: border-box;
    width: 100%;
}
.fld-wrp input[type=checkbox],
.fld-wrp input[type=radio] {
    width: auto;
}
.fld-wrp textarea {
    box-sizing: border-box;
    min-height: 152px;
    width: 100%;
}
.field-checks {
    position: absolute;
    top: 1.5rem;
    left: 460px; /* Same as .fld-wrp width */
    width: 400px;
}
.field-checks .fa {
    float: left;
}
.field-checks ul {
    margin: 0;
}
.fld-wrp .fa-success, .fld-wrp .fa-error {
    margin-top: 3px;
    position: static;
}
.fld-pair {
    margin: 0;
    padding: 0;
}
.fld-pair .fld-wrp {
    float: left;
    margin-right: 27px;
    width: 40%;
}
.fld-required {
    color: #d0021b;
}
.img-fld img {
    /*border-radius: 50%; Removed because not all images are cropped to circles*/
    display: block;
    max-height: 65px;
    max-width: 65px;
}
.submit-wrp {
    margin: 1rem 0;
}
.submit-wrp input {
    border-radius: 4px;
}
.primary-bttn {
    min-width: 300px;
}
/* Override input[type="submit"] from style.css */
.submit-wrp .secondary-bttn {
    background-color: #bfbfbf;
}
.modal-form fieldset {
    margin-bottom: 0;
}
.modal-form .submit-wrp {
    margin-bottom: 0;
    text-align: center;
}
.modal-form .primary-bttn {
    min-width: 0;
}

.radio-wrp legend {
    font-size: 14px;
    font-weight: 400;
}
.radio-item {
    float: left;
    margin-top: 7px;
    width: 100%;
}
.radio-item input {
    float: left;
    margin-top: 2px;
}
.radio-item label {
    float: right;
    width: 96%;
}

.radio-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.radio-wrp label {
    display: inline;
    font-weight: 300;
}

.guidance-wrp {
    background-color: #f8ece1;
    border-radius: 5px;
    border: 1px solid #000;
    display: none;
    left: 606px; /* left edge of .field-check */
    position: absolute;
    width: 400px;
    z-index: 1;
}
.ngdialog .guidance-wrp {
    left: 433px;
}
.focused .guidance-wrp {
    display: block;
}
.guidance-wrp h3 {
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 3px 0;
    text-align: center;
}
.guidance-wrp h4 {
    margin: 0
}
.guidance-wrp .guidance-content {
    font-size: 16px;  /* Override the .tables td font-size, reset to match body */
    padding: 5px;
    text-align: left;  /* Override .upload-bttn */
}
.guidance-checks {
    list-style: none;
}
.guidance-checks .fa {
    position: absolute;
    left: 15px;
}
.guidance-checks .fa-circle {
    color: #bfbfbf;
}
.guidance-checks .fa-exclamation-circle {
    color: #ffc000;
}
.guidance-checks .fa-times-circle {
    color: #ff0000;
}
.fld-pair .fld-pair-right .guidance-wrp {
    left: 343px;
}
/* When the image chooser dialog is open the focused element will be the parent of .img-fld.
When it's closed the focused class will be within .img-fld. */
.focused .img-fld .guidance-wrp {
    left: auto;
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 100000000;
}

/* The requirement to indent the field from the label when there is a counter is
new. This hack is a quick fix to minimize changes. */
.cnt-label,
.cnt-legend {
    margin-left: 15px;
}
.cnt-label label,
.cnt-legend legend {
    margin-left: -15px;
}

input[readonly], textarea[readonly] {
    background-color: #dadada;
}

/* custom modal */
.custom-modal {
    display:none;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:10000;
}
.custom-modal .custom-modal-background {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    z-index:2;
}
.custom-modal .custom-modal-container {
    position:absolute;
    top:5%;
    left:10%;
    bottom:5%;
    right:10%;
    background:#fff;
    border-radius:15px;
    padding:25px;
    opacity:1;
    z-index:16;
    overflow:auto;
}
.custom-modal .modal-close {
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    font-size:2em;
    z-index:100;
}
/* timeout modal */
.timeout-modal .custom-modal-container {
    top:40%;
    left:25%;
    bottom:auto;
    right:25%;
    background:#f6ecd5
}
.timeout-modal .msg {
    display:none;
    font-size:1.1em;
}
.timeout-modal .msg b {
    font-weight:normal;
    color:#c00;
}
.custom-modal .custom-modal-body .error-container {
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
}
.custom-modal .custom-modal-body .loading-container {
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
}
.rpt-notes-wrp {
    /*margin-left: 15px;*/
}
.report-notes {
    width: 100%;
    margin-bottom:5px;
}
.report-notes .fa-delete {
    position:absolute;
    top:8px;
    right:12px;
}
.report-notes label {
    display: none;
}
.report-notes .fld-wrp {
    float: left;
    margin: 0;
    width: 97%;
}
.report-notes .fld-wrp textarea {
    min-height: auto;  /* Override .fld-wrp textarea */
}
.add-bttn .guidance-wrp {
    left: 743px;
}
.add-bttn:hover .guidance-wrp {
    display: block;
}
.report-notes .guidance-wrp {
    left: 553px;
}

.ti-star-ratings {
    list-style-type: none;
    width: 300px;
    margin: 0 auto;
    padding: 0;
}
.ti-star-ratings li {
    margin: 5px 0;
}
.ti-star-ratings li label {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding-left: 45px;
}
.ti-star-ratings li input {
    /* This hides the input, but still allows Chrome to highlight the required field. */
    opacity: 0;
}
.star-rating-0 {
    background-image: url(/img/5_rating_empty.png);
}
.star-rating-1 {
    background-image: url(/img/4_rating_empty.png);
}
.star-rating-2 {
    background-image: url(/img/3_rating_empty.png);
}
.star-rating-3 {
    background-image: url(/img/2_rating_empty.png);
}
.star-rating-4 {
    background-image: url(/img/1_rating_empty.png);
}
.star-rating-0:hover, .star-rating-0.selected {
    background-image: url(/img/5_rating_fill.png);
}
.star-rating-1:hover, .star-rating-1.selected {
    background-image: url(/img/4_rating_fill.png);
}
.star-rating-2:hover, .star-rating-2.selected {
    background-image: url(/img/3_rating_fill.png);
}
.star-rating-3:hover, .star-rating-3.selected {
    background-image: url(/img/2_rating_fill.png);
}
.star-rating-4:hover, .star-rating-4.selected {
    background-image: url(/img/1_rating_fill.png);
}

.text-counter {
    font-size: smaller;
}
.text-count-long {
    color: red;
}
.text-count-short {
    color: #ffc000;
}

.ti-tooltip {
    position: relative;
}
.ti-tooltip:hover .ti-tooltip-msg {
    display: block;
}
.ti-tooltip-msg {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid grey;
    box-shadow: 1px 1px 4px #888888;
    color: #000;
    display: none;
    padding: 10px;
    position: absolute;
    white-space: nowrap;
}

.upload-docs-wrp {
    /*margin-left: 15px;*/
}
.files-tbl {
    margin-bottom: 1rem;
    width: 100%;
}
.report-notes .date-col,
.files-tbl .date-col {
    background-color: #f9fafe;
    text-align: center;
    width: 15%;
    white-space: nowrap;
}
.files-tbl .fa-delete {
    float: right;
}
.upload-bttn {
    padding: 7px;
}
.upload-bttn:hover {
    border: 1px dashed #ddd;
    padding: 5px;
}
.upload-bttn .guidance-wrp {
    left: 743px;
}
.upload-bttn:hover .guidance-wrp {
    display: block;
}
.invalid-filetype {
    color:#c00;
    margin:10px 0 0;
    text-align:center;
}
/* associate files */
.outcomes-result-files .upload-docs-wrp .files-tbl {
    margin-top:10px;
}
.add-result-files {
    cursor:pointer;
}
.associate-files {
    float:right;
    margin-right:10px;
    cursor:pointer;
}
.associate-files span,
.add-result-files span {
    padding-bottom:2px;
    border-bottom:1px solid;
}
.available-files {
    padding:10px;
}
.available-files h3 {
    padding:0 0 5px;
    margin:0;
    font-size:1.1em;
}
.available-files .files-list div {
    padding:5px;
    border-top:1px solid #bfbfbf;
}
.available-files .files-list div:nth-of-type(even) {
    background:#efefef;
}
.available-files .files-list div .fa {
    width:20px;
    cursor:pointer;
    font-size:1em;
}
.available-files .files-list div a {
    font-size:0.9em;
}
.available-files .files-list .button {
    font-size:0.8em;
}
.available-files .files-list .button.cancel {
    float:right;
}
.add-bttn .far,
.add-bttn .fas  {
    font-size:14px;
    padding-right:3px;
}
.file-types {
    margin:0 0 25px;
}
.result-file-types {
    margin:10px 0 0;
}
/* ngDialog-theme-plain.css uses .ngdialog.ngdialog-theme-plain .ngdialog-content
so we have to too. */
.upload-dialogs.ngdialog .ngdialog-content {
    max-width: 650px;
}
.upload-dialogs .current-image {
    text-align: center;
}
.upload-dialogs .current-image img {
    height: 300px;
    width: 300px;
}
.upload-dialogs .current-image .edit-image img {
    border-radius: 0;
    height: auto;
    width: auto;
}
.upload-dialogs .existing-images {
    /* clear inner floats */
    float: left;
    max-height: 220px;
    overflow-y: auto;
    width: 100%;
}
.upload-dialogs .existing-images figure {
    cursor: pointer;
    float: left;
    height: 80px;
    margin: 1rem;
    text-align: center;
    width: 80px;
}
.upload-dialogs .existing-images figure:hover {
    outline: dotted 1px;
}
.upload-dialogs .existing-images .selected {
    outline: 2px solid #aaa;
}
.upload-dialogs .existing-images img {
    height: 48px;
    width: 48px;
}
.upload-dialogs .existing-images figcaption {
    font-size: 0.5rem;
    /* ngDialog-theme-plain.css .ngdialog.ngdialog-theme-plain .ngdialog-content changes with line-height */
    line-height: 0.7rem;
}
.upload-dialogs .submit-row {
    padding-top: 15px;
    text-align: center;
}
.croppie-container .cr-viewport {
    border:1px solid #bfbfbf;
}
.cr-dimensions {
    text-align:center;
    font-size:0.8em;
    color:#bfbfbf;
}
.cr-dimensions .cr-error {
    color:#c00;
    font-weight:bold;
}
.cr-instructions {
    text-align:center;
    color:#666;
    font-size:0.8em;
}
/* for account logos */
.img-chooser-dialog .acct-image {
    text-align:center;
    height:300px;
    background:#efefef;
}
.img-chooser-dialog .acct-image .img-preview {
    max-width:100%;
    height:auto;
    max-height:300px;
}
.croppie-container.no-edit {
    height:300px;
    text-align:center;
    position:relative;
}
.croppie-container.no-edit .cr-original-image {
    display:inline;
}
.croppie-container.no-edit .cr-boundary {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
}
.croppie-container.no-edit .cr-image {
    position:relative;
    width:auto;
    max-width:100%;
    height:auto;
    max-height:300px;
}
.croppie-container.no-edit .cr-overlay {
    opacity:0;
    width:auto;
    height:300px;
}
.croppie-container.no-edit .cr-viewport .cr-vp-square {
    width:auto;
    height:300px;
}
.funder-dashboard {
    width:90%;
    margin:0 auto;
    text-align:center;
}
.funder-dashboard header {
    margin:0 auto;
    position:relative;
}
.funder-dashboard header .saved-filter-templates {
    position:absolute;
    right:10px;
    text-align:right;
}
.saved-filter-templates > p {
    margin:0 0 2px;
    font-weight:500;
    font-size:0.9em;
}
.saved-filter-templates select {
    float:right;
    font-size:0.9em;
}
.saved-filter-templates .fa-save {
    margin:2px 5px 0;
    cursor:pointer;
    float:right;
}
.saved-filter-templates .fa-save:hover {
    color:#90a445;
}
.funder-dashboard header .beta {
    position:absolute;
    top:0;
    left:0;
    color:#f8984e;
    font-size:1.5em;
}
.funder-dashboard header img {
    height:100px;
    width:auto;
    position:absolute;
    top:0;
    left:0;
}
.funder-dashboard header h1 {
    margin:25px 0;
    padding:0;
}
.funder-dashboard header h1 ul,
.funder-dashboard header h1 li {
    display:inline-block;
    list-style:none;
    padding:0;
    margin:0;
}
.funder-dashboard header h1 li {
    border:1px solid #999;
    background:#999;
    color:#fff;
    border-radius:5px;
    padding:10px 20px;
    cursor:pointer;
    margin:0 10px;
    font-weight:500;
}
.funder-dashboard header h1 li:hover {
    border:1px solid #666;
    background:#666;
    color:#fff;
}
.funder-dashboard header h1 li.active {
    border:1px solid #90a445;
    background:#90a445;
    color:#fff;
}
.funder-dashboard header .button,
.funder-dashboard header .fa-times-square {
    cursor:pointer;
}
.funder-dashboard header .actions {
    position:absolute;
    bottom:10px;
    right:10px;
}
.funder-dashboard header .actions > span {
    margin:0 0px;
}
/* tabs */
.funder-dashboard .nav-tabs > li > a {
    color:#f8984e;
    border-color:#f3dbc3;
    background-color:#faf0e6;
}
.funder-dashboard .nav-tabs > li > a:hover {
    background-color:#fbc69c;
    color:#fff;
}
.funder-dashboard .nav-tabs > li.active > a,
.funder-dashboard .nav-tabs > li.active > a:hover,
.funder-dashboard .nav-tabs > li.active > a:focus {
    background:#f8984e;
    border-color:#f8984e;
    color:#fff;
    z-index:3;
}
/* filters */
.funder-dashboard .dashboard-filter,
.funder-dashboard .save-filters-template {
    position:absolute;
    right:-10px;
    z-index:3;
    margin-top:15px;
    padding:15px 10px;
    border:1px solid #999;
    border-radius:5px;
    background:#fff;
}
.funder-dashboard .dashboard-filter .options {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-end;
}
.funder-dashboard .dashboard-filter .options label {
    margin-right:25px;
    font-weight:500;
    display:none;
}
.funder-dashboard .save-filters-template {
    text-align:left;
    font-size:0.8em;
    white-space:nowrap;
    margin-top:5px;
    z-index:4;
    padding:10px 10px 0;
}
.funder-dashboard .save-filters-template p {
    margin:0 0 8px;
    font-weight:400;
}
.save-filters-template .error {
    color:#c00;
}
.funder-dashboard .save-filters-template input {
    font-size:0.9em;
    width:200px;
}
.funder-dashboard .save-filters-template i {
    cursor:pointer;
}
.save-filters-template .set-primary i {
    font-size:1.2em;
}
.save-filters-template .disabled,
.save-filters-template .disabled .fa-check-circle {
    cursor:default;
    color:#b3b7b6;
}
.funder-dashboard .save-filters-template .button {
    font-size:1em;
    margin:0 10px 0 0;
}
.save-filters-template .fa-check-circle,
.save-filters-template .fa-save {
    color:#90a445;
}
.save-filters-template .fa-times-circle {
    color:#c00;
}
.dashboard-filter .options .button {
    margin:-5px 0 0 0;
    cursor:pointer;
}
.dashboard-filter .options .button.disabled {
    cursor:default;
}
.dashboard-filter .options .button.apply.active {
    border-color:#90a445;
    color:#fff;
    background:#90a445;
}
.dashboard-filter .filter-type {
    display:block;
    position:relative;
    text-align:right;
    margin-bottom:10px;
    width:100%;
}
.dashboard-filter .filter-type.si_ind {
    text-transform:capitalize;
}
.dashboard-filter .filter-type .filter-dropdown {
    position:absolute;
    top:30px;
    right:0;
    background:#fff;
    border:1px solid #666;
    margin:0;
    padding:0 25px 0 10px;
    text-align:left;
    white-space:nowrap;
    z-index:2;
    max-height:400px;
    overflow-y:auto;
    list-style:none;
}
.dashboard-filter .filter-type .filter-dropdown li {
    margin:10px 0;
    cursor:pointer;
}
.dashboard-filter .filter-type .selected-filters {
    margin:10px 0;
    padding:0;
    text-align:left;
    list-style:none;
    font-size:0.9em;
}
.dashboard-filter .filter-type .selected-filters li {
    background:#efefef;
    padding:5px;
    margin:1px 0;
}
.dashboard-filter .filter-type .selected-filters i {
    font-size:1em;
    margin:3px 5px 0 0;
    background:#fff;
    float:left;
}
.dashboard-filter .filter-type .selected-filters span {
    display:block;
    overflow:hidden;
}
.dashboard-filter .fa-caret-square-down,
.dashboard-filter .filter-dropdown i {
    cursor:pointer;
}
.dashboard-filter .filter-dropdown li.selected {
    color:#90a445;
}
.dashboard-filter .selected-filters .fa-times-square {
    color:#c00;
}
.dashboard-filter .filter-actions {
    white-space:nowrap;
}
.dashboard-filter .filter-actions buttton .far {
    font-size:1em;
}
.active-filters {
    font-size:0.9em;
    margin:10px 0;
}
.active-filters .options {
    display:inline-block;
}
.active-filters .options:first-child:before {
    content:"Filters: ";
    font-weight:bold;
    text-transform:uppercase;
}
.active-filters .options:not(:first-child):before {
    content:", ";
}
.active-filters .options b {
    color:#333;
    font-weight:normal;
}
.active-filters .options b:after {
    content:": ";
}
.active-filters .filter {
    display:inline-block;
}
.active-filters .filter:before {
    content:"(";
}
.active-filters .filter:after {
    content:")"
}
.active-filters .filter span {
    text-transform:capitalize;
}
.active-filters .filter span:not(:first-child):before {
    content:", ";
}
/* section */
.funder-dashboard section h2 {
    display:none;
    font-weight:300;
    font-size:1.7em;
}
.funder-dashboard.All-section section h2 {
    display:block;
}
.funder-dashboard section h2:before,
.funder-dashboard section h2:after {
    content:" - ";
}
/**
 *   ANGULAR DRAG&DROP LIST FOR CARDS
 */
.funder-dashboard .card-deck-list {
    margin-bottom:30px;
}
/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.funder-dashboard .card-deck {
    margin:5px 0 0 0;
    padding:0;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:stretch;
    align-content:flex-start;
    min-height:42px;
    padding-left:0px;
}
/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.funder-dashboard .card-deck,
.card-deck .card {
    position: relative;
    list-style:none;
    padding-left:0;
}
/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.card-deck .card {
    flex:1;
    min-width:300px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    display:block;
    padding:10px 15px;
    margin:15px;
}
.card-deck .card .data {
    max-height:300px;
    overflow-y:auto;
}
/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.card-deck .dndDraggingSource {
    display: none;
}
/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.card-deck .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px;
}
.card-deck .card label,
.composite-impact-card .card label {
    display:block;
    margin-bottom:15px;
    font-size:1.4em;
}
.card-deck .card .fa-grip-horizontal,
.card-deck .card .fa-expand-wide,
.card-deck .card .fa-info-circle {
    cursor:move;
    font-size:1.4em;
    color:#999;
    position:absolute;
    top:15px;
    left:15px;
    background:#fff;
}
.card-deck .card .fa-expand-wide,
.composite-impact-card .fa-expand-wide {
    position:absolute;
    cursor:zoom-in;
    left:auto;
    right:15px;
}
.card-deck .card .fa-info-circle,
.composite-impact-card .fa-info-circle {
    position:absolute;
    cursor:pointer;
    top:auto;
    left:auto;
    bottom:15px;
    right:15px;
    color:#999;
}
.composite-impact-card .fa-info-circle {
    cursor:pointer;
    top:15px;
    bottom:auto;
}
.composite-impact-card .more-info {
    position:absolute;
    top:0;
    right:0;
    background:#efefef;
    opacity:0.9;
    border-radius:5px 5px 0 0;
    padding:25px 50px;
    border-bottom:1px solid #ddd;
}
.card-deck li .fa-grip-horizontal:hover,
.card-deck .card .fa-expand-wide:hover,
.card-deck .card .fa-info-circle:hover,
.composite-impact-card .fa-info-circle:hover {
    color:#000;
}
.card.number-card h3 {
    margin:0 0 15px;
    padding:0;
    font-size:2.5em;
    color:#d45113;
}
.card.number-card.dollar h3:before {
    content:"$";
}
.card.number-card.percentage h3:after {
    content:"%";
}
.card.number-card .desc {
    border-top:1px dashed #ccc;
    padding-top:15px;
    margin:15px;
}
.card.data-table-card table {
    border:1px solid #ccc;
    width:100%;
}
.card.data-table-card table th {
    background:#efefef;
}
.card.data-table-card table th,
.card.data-table-card table td {
    text-align:left;
    padding:5px;
    border:1px solid #ccc;
    text-transform:capitalize;
}
.card.data-table-card table th {
    text-align:center;
}
.card.data-table-card table tr td:first-child {
    text-align:right;
}
#ratings.data-table-card table td {
    text-align:center;
}
#ratings.data-table-card table tr td:first-child {
    text-align:left;
}
.card.image-card a {
    cursor:zoom-in;
}
.card-deck .card.flexsize-2 {
    flex:2;
}
.card-deck .card.flexsize-3 {
    flex:3;
}
.card-deck .chart-card .number {
    padding:0;
    margin:0 0 5px;
    font-size:2em;
    color:#d45113;
}
.card img {
    max-width:100%;
}
.card .gray-cover  {
    display:none;
}
.card .more-info,
.card.inactive .gray-cover  {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#efefef;
    padding:10px;
    color:#000;
    display:flex;
    align-items:center;
    align-content:center;
    opacity:0.9;
    border-radius:5px;
}
.card.inactive .gray-cover  {
    opacity:0.6;
}
.card .more-info span,
.card.inactive .gray-cover span,
.composite-impact-card .more-info span {
    opacity:1;
    font-weight:500;
    width:100%;
    color:#000;
}
.more-info span b {
    color:#d45113;
}
.card .more-info .fa-times-circle,
.composite-impact-card .more-info .fa-times-circle {
    position:absolute;
    right:16px;
    bottom:16px;
    cursor:pointer;
}
.composite-impact-card .more-info .fa-times-circle {
    right:15px;
    top:15px;
    bottom:auto;
}
.card-deck .dndPlaceholder {
    font-size:0.8em;
    display:flex;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    font-weight:bold;
}
.card .card-select {
    margin-bottom:15px;
}
.card .card-select h4 {
    display:none;
}
/* composite impact card */
.composite-impact-card {
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:25px;
    margin:20px 15px 25px 15px;
    position:relative;
    text-align:center;
}
.composite-impact-card .first-three {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:stretch;
    align-content:flex-start;
}
.composite-impact-card .first-three .card {
    display:flex;
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    flex-grow:2;
    max-width:30%;
}
.composite-impact-card .first-three .fa-long-arrow-alt-right {
    font-size:60px;
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    flex-shrink:1;
    color:#999;
}
.composite-impact-card .card#si_by_indicator {
    display:inline-block;
}
.composite-impact-card .card label .fas {
    display:none;
    font-size:1.5em;
}
/* expanded card view */
#cardGoesHere.card-deck {
    font-size:1.5em;
    margin:0;
    position:relative;
}
#cardGoesHere.card-deck .card {
    text-align:center;
    border:0;
}
#cardGoesHere.card-deck .card .data {
    max-height:none;
    overflow-y:visible;
}
#cardGoesHere.card-deck .card .card-select select {
    display:none;
}
#cardGoesHere.card-deck .card .card-select h4 {
    display:block;
}
#cardGoesHere.card-deck .card i:not(.fa-long-arrow-alt-right) {
    display:none;
}
#cardGoesHere.card-deck .fa-expand-wide {
    display:none;
}
#cardGoesHere.card-deck .composite-impact-card {
    border:0;
    padding:0;
    font-size:0.8em;
}
#expandedCardModal .actions {
    position:absolute;
    top:5px;
}
#expandedCardModal .nav-tabs {
    display:none;
}
/* print view */
@media print {
    body,
    .index-view {
        height:auto;
        overflow-y:visible;
    }
    .appmenu {
        display:none;
    }
    .apppage {
        margin-left:0;
    }
    .funder-dashboard header .button,
    .funder-dashboard .actions,
    .funder-dashboard .nav-tabs,
    .funder-dashboard section h2 {
        display:none;
    }
    .funder-dashboard .card-deck {
        display:block;
    }
    .funder-dashboard .card-deck .card .data {
        max-height:none;
        overflow-y:visible;
    }
    .funder-dashboard.printing-card {
        display:none;
    }
    /* for printing enlarged card */
    .custom-modal .custom-modal-background {
        background:#fff;
        opacity:1;
    }
    .custom-modal .custom-modal-container {
        top:0;
        right:0;
        bottom:0;
        left:0;
    }
    .custom-modal .custom-modal-container .chartjs-render-monitor {
        max-width:800px !important;
    }
    #expandedCardModal .actions,
    #expandedCardModal .modal-close {
        display:none;
    }
    #expandedCardModal .card .data {
        max-height:none;
        overflow-y:visible;
    }
}

.funder-investments {
    margin-bottom:50px;
}
.funder-investments h1 {
    margin:15px;
    padding:2px;
}
.funder-investments .loading {
    text-align:center;
}
.funder-investments .action-buttons {
    margin:0 17px;
}
.investments-list table .organization {
    width:15%;
}
.investments-list table .status {
    width:15%;
}
.investments-list table .portfolio {
    width:15%;
}
.investments-list table .program {
    width:15%;
}
.investments-list table .amount {
    width:15%;
}
.investments-list table .record {
    width:15%;
}
.investments-list table .actions {
    width:10%;
}
.funder-investments .investments-list table .organization {
    width:auto;
    min-width:20%;
}
.funder-investments .investments-list table .status {
    width:auto;
    white-space:nowrap;
}
.funder-investments .investments-list table .portfolio {
    min-width:20%;
    width:auto;
}
.funder-investments .investments-list table .program {
    width:auto;
    white-space:nowrap;
}
.funder-investments .investments-list table .amount {
    width:auto;
    white-space:nowrap;
}
.funder-investments .investments-list table .record {
    width:auto;
    white-space:nowrap;
}
.funder-investments .investments-list table .actions {
    text-align:center;
    width:auto;
    white-space:nowrap;
}
.row {
    margin:5px 0;
}
.row_3 .col {
    display:inline-block;
    width:31%;
    margin:0 2% 0 0;
}
.row label {
    font-size:0.9em;
    color:#bfbfbf;
    margin-bottom:2px;
}
.row label.required {
    color:#c00;
}
.row label.required:after {
    content:" *";
}
.row .col input[type="text"],
.row .col input[type="email"],
.row .col select {
    width:96%;
    padding:2px calc(2% - 1px);
    font-size:0.9em;
}
.row .col select {
    width:100%;
    opacity:1;
}
.row .col input[type="text"]:focus,
.row .col input[type="email"]:focus,
.row .col select:focus {
    border-color:#f8984e;
}
.row .col .label {
    font-size:0.8em;
}
/* edit popup modal */
.investment-details h2 {
    margin:0 0 10px;
    padding:0;
    font-size:1.2em;
    font-weight:bold;
    color:#333;
    text-transform:uppercase;
}
.investment-details .uploading {
    text-align:center;
    font-size:1.4em;
    margin-top:15px;
}
.investments-list .data-table th,
.investments-list .data-table td {
    padding:8px 0.5%;
}
.investments-list .data-table td.amount {
}
.investment-sources {
    margin:15px 0 0 0;
}
.investment-sources table {
    text-align:left;
    width:100%;
    font-size:0.9em;
}
.investment-sources table td,
.investment-sources table th {
    padding:0 2% 5px 0;
}
.investment-sources table .source {
    white-space:nowrap;
    width:10%;
}
.investment-sources table .value {
    width:15%;
}
.investment-sources table .value input {
    text-align:right;
}
.investment-sources table .desc {
}
.investment-sources table input[type="text"] {
    width:96%;
    padding:2px calc(2% - 1px);
}
.investment-sources table input[type="text"]:focus {
    border-color:#f8984e;
}
.investment-details .action-buttons {
    text-align:center;
}
.upload-investment {
    margin-bottom:40px;
}
.page-message {
    text-align:center;
    color:#c00;
}
/* delete popup modal */
.confirm-details {
    text-align:center;
    margin:0 auto;
}
.confirm-details table {
    margin:0 auto;
    text-align:left;
}
.confirm-details table td{
    padding:10px;
}
.confirm-details table tr td:first-child {
    text-align:right;
}
.confirm-details table span {
    font-weight:bold;
}

.grantee-wizard-row {
    position:relative;
}
.grantee-wizard-row .clone-data-box {
    position:absolute;
    background:#fff;
    border:1px solid;
    width:325px;
    padding:10px 10px 0;
    font-size:0.9em;
    z-index:10;
}
.clone-data-box .field-unit {
    margin-bottom:15px;
}
.clone-data-box .field-label {
    margin-bottom:5px;
    font-weight:bold;
}
.clone-data-box .field-unit input {
    max-width:90%;
}
.clone-data-box .report-page-actions {
    margin:0;
}
.clone-data-box .report-page-actions .cancel {
    border-color:#999;
    background:#999;
}

.investment-amounts-list {
    list-style: none;
}
.investment-amounts-list li {
    border: 1px solid #000;
    margin: 2px 0;
    padding: 3px;
}
.investment-amounts-list .cash-amount {
    background-color: #e1e8de;
}
.investment-amounts-list .goods-amount {
    background-color: #dee8f4;
}
.investment-amounts-list .volunteerism-amount {
    background-color: #e6d4d4;
}
.investment-amounts-list .services-amount {
    background-color: #fff;
}
.investment-amounts-list .amount-label {
    float: left;
    width: 200px;
}
.table-block-body {
    font-size: 17px;
}
.table-block-body strong {
    font-weight: 400;
}
.table-block-body .submit-wrp input {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}
.investment-desc {
    float: left;
    width: 100%;
}
.investment-desc dt {
    clear: both;
    float: left;
    font-weight: 400;
    width: 140px;
}
.investment-desc dd {
    float: left;
    margin-left: 0;
}
.createorg .step-options input[type="submit"] {
    min-width:30%;
}
.createorgin.step-1 .loading {
    text-align:center;
    margin:15px 0;
}
.locked-investment {
    margin:25px;
}

.funder-invitations-wrp .header-item {
    margin-right: 1rem;
}
.funder-invitations-wrp .modal-head h3 {
    float: left;
    margin-top: 4px;
}
.funder-invitations-wrp .search {
    position: relative;
}
.funder-invitations-wrp .search input[type="image"] {
    border: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 4px;
}
.funder-invitations-wrp select {
    opacity: 1;
}
.funder-invitations-wrp .fa-success {
    position: static;
    float: left;
    margin-right: 0.5rem;
}
.funder-invitations-table {
    font-size:0.9em;
    margin-bottom:50px; /* so last row checkbox doesn't get covered up by help button */
}
.funder-invitations-table .th,
.funder-invitations-table .td {
    padding:15px 10px;
}
.funder-invitations-table td.action {
    text-align:right;
}
.funder-invitations-table .investment-row td {
    cursor: pointer;
    max-width: 250px; /* so that long emails will wrap */
}
.funder-invitations-table .date-col {
    white-space:nowrap;
    text-align:center;
}
.funder-invitations-table .email-col {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.funder-invitations-table .invite,
.funder-invitations-table .select {
    text-align:center;
}
/* Progress Arc */
.table-sort .progress-wrapper {
    height: 34px;
    position: relative;
    text-align: center;
}

.progress-wrapper progress-arc {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.progress-wrapper circle {
    stroke-linecap: round;
    stroke-width: 5px;
    transition: stroke-dashoffset 0.1s linear;
}
.funder-invitations-wrp .loading {
    text-align:center;
    padding:10px;
}
.funder-invitations-wrp .action-instructions {
    margin:15px 20px 0px;
    font-weight:500;
}

.investments .loading {
    text-align:center;
    margin:15px;
}
.investments-tbl .name-col {
    font-weight: 400;
}
.investments-tbl .amount-col {
    font-weight: 400;
    text-align: right;
}
.report-prog {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
}
.report-prog a {
    color: #45464b;
    font-size: 14px;
    font-weight: 400;
}
.report-prog a i {
    font-size: 14px;
    margin-right: 3px;
}
/* Reports Form also uses the class report-dates */
.investments-tbl .report-dates {
    color: #a4a8ac;
}
.print-investment {
    position: absolute;
    right: -62px;
    top: 35%
}
.print-investment .fa {
    font-size: 20px;
}
.modal-wrapper .modal-menu button {
    background: transparent;
    border: none;
    border-right: 1px solid #c0c3c8;
    color: #45464b;
    font-family: 'RobotoCondensed';
    font-size: 0.687em;
    font-weight: 400;
    padding: 8px 14px;
}

.reject-confirm-modal legend,
.return-confirm-modal legend {
    font-weight: 400;
}
.reject-confirm-modal .button-save-red {
    background-color: #fc3030;
}

.loginform {
    background-color: rgba(255, 255, 255, .5); /*csslint fallback-colors:false */
    border-radius: 7px;
    margin: 0 auto;
    overflow: hidden;
    width: 420px;
}
.loginform input {
    width: 91%;
}
.loginform input[type="submit"] {
    width: 99%;
}
.loginform .fa-error {
    position: static; /* Fix style.css absolute position. */
}
.loginform header {
    background-color: #45474e;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 0;
    text-transform: capitalize;
}
.loginform-messages {
    font-size: 12px;
    font-weight: 400;
    min-height: 32px;
}
.loginform footer {
    margin: 10px;
}
.loginform .frm-wrp {
    background-image: url(/img/transparent.png);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-top: 1px; /* Display background behind child element margins */
    padding: 20px 21px 10px;
}
.loginform .fld-wrp {
    margin-bottom: 1.5rem;
    text-align: center;
}
.loginform .frm-submit {
    margin-bottom: 0.75rem;
    text-align: center;
}
.loginform.signup .fld-wrp {
    position:inherit;
}
.change-password .fld-wrp {
    text-align:left;
}
.change-password .error-message p {
    color:#c00;
}

.signupform {
    width: 490px;
    margin: 0 auto;
}
.signupform ul {
    list-style: none;
    margin-left: 0;
    padding-left: 3rem;
    text-indent: -3.2rem; /* Line up the second line with the spacing for the custom bullet */
}
.signupform ul li {
    margin-bottom: 0.75rem;
}
.signupform ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    padding: 0 1rem;
}
.signupform ul li strong {
    font-weight: 400;
}
.signupform .loginform {
    width: 490px;
}
.signupform .loginform input[type="submit"] {
    margin: 0 5px;
    width: 47%;
}
.signup-name {
    width: 100%;
    margin-top:-1rem;
}
.signup-name .fld-wrp {
    float: left;
    width: 50%;
}
.signup-name .fld-wrp input {
    width: 80%;
}
.password-instructions {
    margin:1rem;
}
.submit-error {
    color:#c00;
    margin:1rem;
}
.signup h3 {
    padding:0;
    margin:0 0 15px 0;
    font-size:1.1em;
}

.onboarding-wizard .headerin {
    margin-left: 15px;
}
.onboarding-wizard .createorg {
    padding-top: 0;
}
.fld-orgloc {
    position: relative;
}
.fld-orgloc input {
    background-image: url(/img/search-btn.png);
    background-position: 99%;
    background-repeat: no-repeat;
}
.fld-orgloc .fa-cross {
    display: none;
}
.fld-orgloc:hover .fa-cross {
    display: block;
}
.no-ein {
    font-size:0.8em;
    margin-top:5px;
}


.edit-protfolio-wrp .createorgin {
    margin-left: 60px;
}
/* Override .editusers .eu-select-desc, .myaccount .eu-select-desc, .descleft in style.css */
.edit-protfolio-wrp .createorgin .descleft {
    width:auto;
    left:-30px;
}
.investment-edit-wrp .tables td {
    font-size: 14px;
}
.to-delete td input {
    text-decoration: line-through;
}
/* style.css .step4 .tables td i is over specified. */
.step4 .tables .add-investment .fa-plus {
    color: #90a445;
    cursor:pointer;
}
.step4 .tables {
    margin: 1rem 0;
}
.step4 input:invalid {
    background-color: #fdbeb6;
}

.edit-protfolio-wrp .tables thead th {
    width: 130px;
}
.edit-protfolio-wrp .tables thead .investment-amount-col {
    width: auto;
}

/* Duplicating style from Reports Budget table in reports.css */
.investment-sources-row .fld-wrp span::before,
.investment-edit-wrp .investment-amount-col .fld-wrp span::before {
    content: "$";
}
.investment-sources-row .fld-wrp input {
    text-align: right;
    width: 89px; /* Align with .investment-sources-row .amount-sum */
}
.investment-amount-col .fld-wrp input {
    text-align: right;
    width: 111px; /* Space for leading '$' content, align with .amount-sum */
}
.investment-sources-row label,
.investment-amount-col label {
    display: none;
}
.investment-sources-row .fld-wrp,
.investment-amount-col .fld-wrp {
    margin: 0;
}
.amount-sum {
    display: inline-block;
    text-align: right;
    width: 104px;
}
.investment-sources-row .amount-sum {
    width: 81px;
}
/* Copied from .input-step3 in style.css */
.investment-sources-row input,
.investment-amount-col input {
    background: transparent;
    border: 0;
    width: 100%;
    font-size: 14px;
    cursor: context-menu;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* Override .step4 .tables td i in style.css */
.tables .investment-sources-row .fa,
.tables .investment-sources-row .far {
    color: inherit;
    position: static;
}
.tables .investment-sources-row .fa-close {
    color: #bfbfbf;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.investment-sources-row table {
    width: 100%;
}
.investment-edit-wrp .tables .investment-amount-col .fa,
.investment-edit-wrp .tables .investment-amount-col .far {
    color: inherit;
    margin-left: 3px;
    position: static;
}
.investment-edit-wrp .tables .actions {
    text-align:center;
}
.investment-edit-wrp .tables .actions i.fa {
    position:static;
}
.investment-edit-wrp .tables .actions i.disabled {
    color:#b3b7b6;
    cursor:default;
}
.investment-amount-col .fld-wrp {
    float: left;
    width: 60%;
}
.investment-sources-row caption {
    margin: 0 0 -10px 5px;
    text-align: left;
}
/* Override .edit-protfolio-wrp .tables thead th in style.css */
.edit-protfolio-wrp .investment-sources-row .tables thead .amounts-col {
    width: 100px;
}
.investment-sources-row .labels-col {
    width: 200px;
}
/* Override .edit-protfolio-wrp .tables thead th in style.css */
.edit-protfolio-wrp .investment-sources-row .tables thead .desc-col {
    width: auto;
}

.amountsIcons {
    cursor: pointer;
    float: right;
}
.investmentSumAmount {
    cursor: pointer;
}

.report-feedback-preferences .review-types h3 {
    padding:0;
    margin:0 0 15px;
    font-size:1em;
    font-weight:bold;
}
.report-feedback-preferences .review-types ul {
    list-style:none;
    margin:0;
    padding:0;
}
.report-feedback-preferences .review-types li {
    list-style:none;
    margin:0 0 15px;
    padding:0;
}
.hornavright .export-reports {
    float:right;
}
.hornavright .export-reports a {
    float:left;
    margin:14px 25px 0 0;
}
.hornavright .export-reports .loading-reports {
    float:left;
    margin:20px 50px 0 0;
    font-size:0.9em;
}
.no-unallocated {
    color:#c00;
}
.portfolio-investment-totals {

}
table.table-sort-pa tr.portfolio-investment-totals td.desc-head {
    background:#999;
    color:#fff;
    padding:10px 18px;
    border-bottom:1px solid #f2f2f2;
    border-radius:0;
}
/* step 2 errors */
.step2 .port-error {
    color:#fd605a;
}
.step2 .fa-success,
.step2 .port-error .fa-error {
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
}
#dialog02 .no-filtered-results {
    margin-left:15px;
    color:#c00;
}
.invmore01 {
    background-color: white;
    padding: 0 22px 0 22px;
}
.invmore01in {
    background-color: #fff;
    box-sizing: border-box;
}
.invmore01head {
    background-color: #fff;
    border-bottom: 1px solid #e4e9f2;
    padding: 25px 25px 0;
}
.report-wizard .invmore01head {
    padding-top:50px;
}
.invmore-header02 {background: url(/img/invmore-header02.png) 90% bottom no-repeat;}
.invmore-header03 {background: url(/img/invmore-header03.png) 90% bottom no-repeat;}
.invmore-header04 {background: url(/img/invmore-header04.png) 90% bottom no-repeat;}
.invmore-header05 {background: url(/img/invmore-header05.png) 90% bottom no-repeat;}
.invmore-header06 {background: url(/img/invmore-header06.png) 90% bottom no-repeat;}

.impactreceiptdoc .tables th {
    text-align: center;
}
.impactreceiptdoc {
    background: white;
    border: 1px solid #ccc;
    height: auto;
    margin: 0 auto;
    max-width: 816px;
}
.impactreceiptdoc .hornavright {
    max-width: 816px;
    width: 100%;
    z-index: 2;
}
.report-wizard .impactreceiptdoc .hornavright {
    top:76px;
}
.impactreceiptdoc .hornavright label {
    display: inline;
    font-size: 0.812rem;
}
.impactreceiptdoc .impactreceiptdoc-nav {
    /* Over specific because .hornavright ul rule in style. */
    float: left;
    margin-left: 30px;
}
.impactreceiptdoc p {
    line-height: 1.2em;
}
.impactreceiptdoc .tables {
    width: 100%;
}
/* beneficiaries */
.demographics.long-demographics-list {
    flex-direction: column !important;
}
.demographics.long-demographics-list .invmore-body-left {
    width: auto;
    padding-left: inherit;
}
.long-demographics-list .invmore-body-right {
    width:auto;
}
/* Also used by Reports Outcomes */
.tables tr:first-child .table-th.section-header {
    border-bottom:5px solid #edf0f9;
}
.outcomes tbody .table-th .fa-long-arrow-alt-down {
    bottom:-25px;
    position: absolute;
    left:0;
    width: 100%;
    z-index:1;
    font-size:40px;
    color:#ccc;
}
.outcomes tbody .table-th .section-arrow {
}
.outcomes .table-th .fa {
    width:100%;
}
.outcomes .table-th .section-icon.fa {
    font-size:40px;
    margin-bottom:5px;
}
.impactreceiptdoc .table-indicator strong {
    font-size: 16px;
    font-weight: 400;
}
.impactreceiptdoc .table-indicator p.stage {
    padding-bottom:10px;
    border-bottom:1px dashed #ccc;
    margin-top:10px;
}
.impactreceiptdoc .table-indicator p:last-of-type {
    padding-bottom:0;
    border-bottom:0;
}
.budget-tbl .expenses, .budget-tbl .curfor, .budget-tbl .variance {
    /* Make these columns the minimum width so the notes column is largest */
    width: 15%;
}
h1.portfolio-prog-name {
    padding-left:0;
    margin-left:0;
}
.main-col h1.portfolio-prog-name {
    font-size: 24px;
    margin-left:0;
    margin-bottom: 0;
    background:none;
}
.impactreceiptdoc-grantee {
    margin-top: 0;
}
.impactreceiptdoc-grantee img {
    max-height: 45px;
    vertical-align: middle;
}
.variance {
    color: #90a445;
    text-align: center;
 }
.variance-overbudget, .variance-underperforming {
    color: #d0021b;
}
.irdoc-beneficiary_locations span {
    font-size: 14px;
}
.invmore01head-right {
    float: right;
}
.invmore01head-right.right-head-width {
    max-width:240px;
}
.invmore01head-right p, .invmore01head01 p, .invmore01head02 p {
    font-size: 14px;
}
.invmore01head-right p span {
    font-size: 16px;
}
.invmore01headaft {
    background-color: #fff;
    border-bottom: 1px solid #e4e9f2;
    border-left: 1px solid #e4e9f2;
    border-right: 1px solid #e4e9f2;
    padding: 0;
}
.lett01 {
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    width: 70%;
}
.lett01::before {
    content: "\27B2";
    left: -15px;
    position: absolute;
    top: 0;
}
.print-page-p {
    font-family: 'Roboto';
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
    padding: 0 25px;
}
.invmore-body {
    margin: 1rem 25px;
}

.demographics.invmore-body {
    display: flex;
    flex-direction: row;
}
/* intervention */
.impactreceiptdoc .intervention-data .selection {
    margin-bottom:25px;
}
.impactreceiptdoc .intervention-data h3 {
    font-size:0.9em;
    font-weight:bold;
    margin:0 0 10px 0;
}
.impactreceiptdoc .intervention-description span {
    font-size:0.9em;
}
.impactreceiptdoc .taxonomy-list .level {
    padding:10px;
    border:1px solid #cacedb;
    border-radius:4px;
    margin-bottom:15px;
}
.impactreceiptdoc .taxonomy-list .fa-question-circle {
    float:right;
    cursor:pointer;
    margin-left:5px;
}
.impactreceiptdoc .taxonomy-list .label {
    font-size:1em;
    text-transform:capitalize;
}
.impactreceiptdoc .taxonomy-list .desc {
    margin-top:5px;
}
.impactreceiptdoc .taxonomy-list .label span:last-child {
    font-weight:bold;
}
.impactreceiptdoc .taxonomy-list .desc {
    font-size:0.8em;
}
.impactreceiptdoc .intervention-data .intervention-values span {
    padding:5px;
    border:1px solid #cacedb;
    border-radius:4px;
    margin:0 15px 10px 0;
    text-transform:capitalize;
    display:inline-block;
}
.impactreceiptdoc .intervention-data .dosages-table {
    width:100%;
}
.impactreceiptdoc .intervention-data .dosages-table th,
.impactreceiptdoc .intervention-data .dosages-table td {
    padding:10px;
    width:33%;
    border:1px solid #edf0f9;
    text-align:left;
}
.impactreceiptdoc .intervention-data .dosages-table th {
    background:#f9fafe;
    font-weight:normal;
}
.impactreceiptdoc .intervention-data .intervention-strategies {
    margin-top:15px;
}
/* ratings */
.ratings-loading {
    text-align:center;
    margin-top:15px;
}
.ir-ratings {
    border-bottom:1px solid #e4e9f2;
}
.ir-ratings h2 {
    margin:0 0 15px 0;
    font-size:20px;
    font-weight:300;
    padding:15px 0 5px 0;
    border-bottom:1px solid #e4e9f2;
}
.ir-ratings .category-rating {
    display:inline-block;
    width:50%;
}
.ir-ratings .category-rating .ratings-category {
    margin-bottom:15px;
}
.ir-ratings .category-rating .ratings-category .no-edit {
    cursor:default;
}
.ir-ratings .category-rating.local-rating .category-name:after {
    content:":";
}
.ir-ratings .category-rating.global-rating .category-name:after {
    content:" (TI):";
}
.impactreceiptdoc .edit-button {
    border:1px dashed transparent;
    border-radius:5px;
    background:none;
    font-size:0.8em;
}
.impactreceiptdoc .edit-button:hover {
    border-color:#333;
}
/* outcomes */
.impactreceiptdoc .result-docs td {
    border-bottom:1px solid #edf0f9;
}
.impactreceiptdoc .table-classification {
    text-align:center;
}
.impactreceiptdoc .table-classification .classification-parent {
    font-weight:bold;
    color:#696969;
}
.impactreceiptdoc .table-classification .fa {
    font-size:20px;
    color:#7e8cb2;
    margin-bottom:5px;
}
.impactreceiptdoc .table-classification span {
    font-size:1.0em;
}
/* custom questions */
.invmore-body .report-questions .sv_qcbc div.sv_q_radiogroup:not(.checked),
.invmore-body .report-questions .sv_qcbc div.sv_q_checkbox:not(.checked) {
    display:none;
}
.grantee-reports-list .loading {
    text-align:center;
    margin:15px;
}
.grantee-reports-list td.allocations,
.grantee-reports-list td.ratings,
.grantee-reports-list td.clone,
.grantee-reports-list td.delete {
    text-align:center;
}
.grantee-reports-list .report-ratings td {
    padding:0;
}
.grantee-reports-list .report-ratings td > div {
    margin:-10px 18px 0 18px;
    border:1px dashed #bfbfbf;
    padding:0 10px 10px 10px;
    border-radius: 0 0 15px 15px;
    border-top: 0;
    font-size:0.9em;
}
.grantee-reports-list .report-ratings h5 {
    padding:0 0 5px 0;
    margin:0 10px;
    border-bottom:1px solid #a4a8ac;
    color:#a4a8ac;
}
.grantee-reports-list .report-ratings .rating {
    margin:10px 10px;
    color:#666;
}
.grantee-reports-list .report-ratings .rating-category-name {
    font-weight:bold;
}
.grantee-reports-list .report-ratings .rating-icon {
    cursor:default;
}
.grantee-reports-list th.wizard-sections {
    text-align:center;
}
.grantee-reports-list td.ratings button {
    position:relative;
}
.grantee-reports-list td.ratings .fa-minus {
    color:#bfbfbf;
}
.grantee-reports-list td.ratings .report-ratings {
    position:absolute;
    white-space:nowrap;
    right:-30px;
    top:38px;
    z-index:2;
    background:#efefef;
    text-align:left;
    border:1px solid #bfbfbf;
    border-radius:8px;
    cursor:default;
}
.grantee-reports-list td.ratings .report-ratings .arrow {
    position: absolute;
    top:-47px;
    right:62px;
}
.grantee-reports-list td.ratings .report-ratings .arrow .arrow-up {
    width:0;
    height:0;
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    border-bottom:10px solid #efefef;
    position:absolute;
    top:37px;
    z-index:11;
}
.grantee-reports-list td.ratings .report-ratings .arrow .arrow-up-bg {
    width:0;
    height:0;
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    border-bottom:10px solid #bfbfbf;
    position:absolute;
    top:36px;
    z-index:10;
}
td.name-prog {
    cursor:pointer;
}
td.name-prog:hover span {
    text-decoration:underline;
}
.profcontent i.fa-circle {
    font-weight:normal;
}
/* clone report */
.ngdialog.clone-report-modal {
    z-index:200;
}
.create-report-form .instructions {
    padding:0;
    margin:-5px 0 15px;
    font-size:0.8em;
    color:#666;
}
.clone-report-modal .field-unit {
    margin-bottom:15px;
}
.clone-report-modal .field-label {
    margin-bottom:5px;
}
.modal-buttons input[type='submit'] {
    min-width:125px;
}
#name-fld {
    margin-bottom: 0px !important;
}

/* ratings */
.rating-categories-management .loading {
    margin:50px 0;
    text-align:center;
}
.checklist-ratings {
    width:95%;
}
.checklist-ratings .show-all-rating-desc {
    float:right;
    cursor:pointer;
    font-size:0.9em;
    text-decoration:underline;
}
.checklist-ratings .show-all-rating-desc .fa {
    font-size:1.1em;
    padding-right:5px;
}
.checklist-ratings h2 {
    font-size:1.4em;
}
.ratings-category {
    margin-bottom:25px;
}
.ratings-category i.open-desc {
    cursor:pointer;
    min-width:15px;
}
.ratings-category i.no-desc {
    min-width:15px;
}
.ratings-category h3 {
    display:inline-block;
    margin:0;
    padding:0;
    font-size:1.1em;
}
.ratings-category .label {
    font-size:0.8em;
    font-weight:bold;
}
.rating-categories-list .category-meta-headers {
    padding-bottom:5px;
    border-bottom:1px dashed #bfbfbf;
    margin-bottom:10px;
    font-weight:bold;
}
.rating-categories-list .category-meta-headers span {
}
.rating-categories-list .category-meta-headers span,
.rating-categories-list .category-meta span {
    display:inline-block;
}
.rating-categories-list .category-meta-headers .category-name {
    margin-left:15px;
}
.rating-categories-list .category-name {
    width:30%;
}
.rating-categories-list .category-source {
    width:15%;
}
.rating-categories-list .category-type {
    width:15%
}
.rating-categories-list .category-visible {
    width:15%;
}
.rating-categories-list .category-actions {
    width:15%;
}
.rating-categories-list .category-visible.nowrap {
    width:20%;
    white-space:nowrap;
}
/* rating icons */
.rating-option {
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    font-size:16px;
    margin:0 5px;
    position:relative;
}
.rating-option.hover {
    cursor:pointer;
}
.rating-option .fa {
    display:inline-block;
}
.rating-icon {
    border:1px solid;
    border-radius:8px;
    background:#fff;
}
.rating-icon .fa {
    font-size:26px;
    padding:2px 0 0 0;
}
.rating-number {
    background:transparent;
}
.rating-number .fas {
    font-size:32px;
}
.rating-number span.rating-value {
    position:absolute;
    top:4px;
    color:#fff;
    left:0;
    right:0;
    font-size:17px;
    font-weight:bold;
}
/* no value - black */
.rating-icon.pencil.hover:hover {
    color:#fff;
    background:#000;
}
.rating-number.val-0.hover:hover {
    background:transparent;
    color:#000;
}
.rating-number.val-0.hover:hover > .rating-value {
    /*color:#000;*/
}
/* lowest value - dark red */
.rating-icon.thumbs-down,
.rating-icon.angle-double-down,
.rating-number.val-1 {
    border-color:#c00;
    color:#c00;
}
.rating-icon.thumbs-down.hover:hover,
.rating-icon.angle-double-down.hover:hover {
    background:#c00;
    color:#fff;
}
.rating-number.val-1.hover:hover {
    background:transparent;
    color:#c00;
}
.rating-number.val-1.hover:hover > .rating-value {
    /*color:#c00;*/
}
/* low value - orange */
.rating-icon.angle-down,
.rating-number.val-2 {
    border-color:#ffbd33;
    color:#ffbd33;
}
.rating-icon.angle-down.hover:hover {
    background:#ffbd33;
    color:#fff;
}
.rating-number.val-2.hover:hover {
    background:transparent;
    color:#ffbd33;
}
.rating-number.val-2.hover:hover > .rating-value {
    /*color:#ffbd33;*/
}
/* medium value - yellow */
.rating-icon.question,
.rating-icon.minus,
.rating-number.val-3 {
    border-color:#cc0;
    color:#cc0;
}
.rating-icon.question.hover:hover,
.rating-icon.minus.hover:hover {
    background:#cc0;
    color:#fff;
}
.rating-number.val-3.hover:hover {
    background:transparent;
    color:#cc0;
}
.rating-number.val-3.hover:hover > .rating-value {
    /*color:#cc0;*/
}
/* high value - light green */
.rating-icon.angle-up,
.rating-number.val-4 {
    border-color:#32da50;
    color:#32da50;
}
.rating-icon.angle-up.hover:hover {
    background:#32da50;
    color:#fff;
}
.rating-number.val-4.hover:hover {
    background:transparent;
    color:#32da50;
}
.rating-number.val-4.hover:hover > .rating-value {
    /*color:#32da50;*/
}
/* highest value - dark green */
.rating-icon.thumbs-up,
.rating-icon.angle-double-up,
.rating-number.val-5 {
    border-color:#0a0;
    color:#0a0;
}
.rating-icon.thumbs-up.hover:hover,
.rating-icon.angle-double-up.hover:hover {
    background:#0a0;
    color:#fff;
}
.rating-number.val-5.hover:hover {
    background:transparent;
    color:#0a0;
}
.rating-number.val-5.hover:hover > .rating-value {
    /*color:#0a0;*/
}
.rating-number.hover > .fa-circle {
    /*display:none;*/
}
.rating-number.hover:hover > .fa-circle {
    /*display:none;*/
}
.rating-number.hover:hover > .fa-circle {
    /*display:inline-block;*/
}
/* current rating */
.current-rating {
}
.current-rating > .fas {
    position:relative;
}
/* rating options */
.current-rating.icons_3 .rating-options {
    left:-59px;
}
.current-rating.icons_3 .rating-options .arrow {
    left:65px;
}
.current-rating.numbers_5 .rating-options {
    left:-96px;
}
.current-rating.numbers_5 .rating-options .arrow {
    left:101px;
}
.rating-options {
    position:absolute;
    margin-top:5px;
    z-index:2;
    left:-20px;
}
.rating-options .rating-list {
    padding:10px;
    border:1px solid #bfbfbf;
    border-radius:8px;
    background:#efefef;
    display:inline-block;
    margin-top:10px;
    white-space:nowrap;
}
.rating-options .rating-list li {
    display:inline-block;
}
.rating-options .arrow {
    position:absolute;
    top:-36px;
    left:15px;
}
.rating-options .arrow .arrow-up {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom:10px solid #efefef;
    position:absolute;
    top:37px;
    z-index:11;
}
.rating-options .arrow .arrow-up-bg {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom:10px solid #bfbfbf;
    position:absolute;
    top:36px;
    z-index:10;
}
/* rating descriptions */
.rating-descriptions {
    border:1px dashed #bfbfbf;
    border-width:1px 0;
    margin-top:10px;
    padding:5px;
}
.rating-descriptions .rating-list {
    padding:0;
    margin:0;
    display:block;
    list-style:none;
}
.rating-descriptions .rating-list li {
    display:block;
    margin:5px 0 5px 13px;
    color:#777;
}
.rating-descriptions .rating-icon {
}
.rating-descriptions .label {
    font-size:1em;
}
/* reports ratings management */
.rating-categories-management {
    margin:15px;
}
.rating-categories-management h1 {
    margin:0 0 15px;
    padding:0;
}
.rating-categories-list {
    margin:15px 0;
}
.ratings-category .category-meta h3 span {
    font-weight:bold;
}
.ratings-category .deleting {
    margin:20px 0;
    text-align:center;
}
.rating-categories-list .rating-icon {
    cursor:default;
}
.rating-categories-list .edit-button,
.rating-categories-list .delete-button,
.confirm-delete button {
    border:1px dashed transparent;
    border-radius:5px;
    background:none;
    font-size:0.8em;
}
.rating-categories-list .delete-button,
.confirm-delete .cancel-delete-button {
    color:#c00;
}
.confirm-delete .confirm-delete-button {
    color:#90a445;
}
.rating-categories-list .edit-button:hover,
.confirm-delete button:hover {
    border-color:#bfbfbf;
}
.rating-categories-list .delete-button:hover,
.confirm-delete .cancel-delete-button:hover {
    border-color:#c00;
}
.confirm-delete .confirm-delete-button:hover {
    border-color:#90a445;
}
/* edit report ratings */
.rating-category-details h2 {
    padding:0;
    margin:0 0 10px;
    font-size:1.7em;
}
.category-fields .col {
    float:left;
    margin-left:30px;
}
.category-fields .col.name {
    margin-left:0;
    width:40%;
}
.category-fields .category-types,
.category-fields .category-types li {
    list-style:none;
    padding:0;
    margin:0;
}
.category-fields .category-types li {
    margin-bottom:10px;
}
.category-fields .rating-option,
.category-criteria .rating-option {
}
.category-fields .category-types .rating-list,
.category-fields .category-types .rating-list li {
    display:inline-block;
    list-style:none;
    padding:0;
    margin:0;
}
.category-fields .matching-name {
    color:#c00;
}
.category-fields input[type="text"],
.category-criteria input[type="text"] {
    width:calc(100% - 22px);
}
.category-fields select {
    opacity:1;
    padding:6px 10px;
}
.category-fields label {
    color:#bfbfbf;
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
}
.category-criteria {
    clear:both;
    margin-top:20px;
}
.category-criteria table {
    width:100%;
}
.category-criteria table th {
    text-align:left;
    color:#bfbfbf;
    text-transform:uppercase;
    font-size:0.9em;
}
.category-criteria table td,
.category-criteria table th {
    padding:0 0 10px 0;
}
.category-criteria table .icon {
    width:50px;
    text-align:center;
}
.category-criteria table .label {
    width:15%;
    padding-left:20px;
    padding-right:20px;
}
.category-criteria table .criteria {
    width:calc(80% - 50px);
}
.rating-category-details .action-buttons {
    text-align:center;
}
.rating-category-details .saving {
    margin:20px 0;
    text-align:center;
}
.rating-categories-list .category-visible.visible {
    color:#90a445;
}
.rating-categories-list .category-visible.invisible {
    color:#c00;
}
.ratings-category .confirm-delete,
.rating-categories-management .page-message {
    margin:20px 0 0 calc(25% - 22px);
    border:1px solid #bfbfbf;
    background:#fff;
    padding:10px;
    display:inline-block;
    border-radius:5px;
    text-align:center;
    width:50%;
}
.rating-categories-management .page-message {
    .margin-top:0;
}
.lower-actions button {
    margin:0;
    font-size:14px;
}

.report-wizard .demographic-tags {
    width:auto;
}
.report-wizard .tables th {
    text-align: center;
}
.demographic-tags .percentage-col {
    text-align:center;
}
.report-wizard main .report-questions .percentage-col input[type="text"] {
    width:70px;
}
.report-wizard main .report-questions .percentage-col .percentage {
    font-size:1.5em;
    margin-left:-5px;
}
.report-wizard .location-error {
    margin-top:5px;
    font-size:0.9em;
    color:#c00;
}

.report-wizard .budget-tbl td {
    vertical-align: middle;
}
.report-wizard .budget-tbl .currency-col {
    text-align: right;
    width: 100px;
}
.report-wizard .budget-tbl .notes-col {
    width: 60%;
    position: relative;
}
.report-wizard .budget-tbl textarea {
    min-height: 4em;
}
.report-wizard .budget-tbl.has-initial-costs .notes-col {
    width:50%;
}
.report-wizard .edit-allocations .table-sort {
    width:100%;
}
.report-wizard .edit-allocations p {
    margin-top:-20px;
}
.report-wizard .edit-allocations .fa-edit {
    cursor:pointer;
    margin-left:10px;
}
.report-wizard .edit-allocations td {
    width:25%;
}
.report-wizard .edit-allocations td.tier {
    position:relative;
}
.report-wizard .edit-allocations .tier-options {
    position:absolute;
    z-index:2;
    right:0;
    list-style:none;
    margin:15px 0 0 0;
    border:1px solid #999;
    padding:0;
    font-size:0.8em;
    width:400px;
    background:#fff;
}
.report-wizard .edit-allocations .tier-options li {
    display:block;
    padding:10px;
    border-bottom:1px solid #999;
    cursor:pointer;
}
.report-wizard .edit-allocations .tier-options li:last-of-type {
    border-bottom:0;
}
.report-wizard .edit-allocations .tier-options li:hover {
    background:#c5dbec;
    text-decoration:none;
    color:#fff;
}

.side-bar .report-assistance h3 {
    font-size: 1.2em;
    padding:0;
    margin: 0 0 15px;
    font-family:"Montserrat";
}
.report-assistance .guidance-point h4 {
    font-size:0.9em;
    margin:0 0 10px;
}
.report-assistance .guidance-point h4 .fa {
    cursor: pointer;
    font-size: 1.1em;
    width:15px;
}
.report-assistance .guidance-point .guidance-text {
    font-size:0.9em
}
.page-guidance ol {
    list-style:none;
    padding:0;
    margin:0 0 25px 30px;
}
.page-guidance ol li {
    margin:0 0 8px;
    color:#666;
}
.page-guidance ol li .text {
    margin-left:32px;
}
.page-guidance ol li .fa-lightbulb-on {
    color:#f8984e;
    font-size:1.2em;
    margin-top:2px;
    float:left;
    /*text-shadow:1px 1px 1px #ccc;*/
}
.page-guidance ol li .fa-info-circle {
    margin:0 0 0 5px;
    color:#8bb7d9;
    cursor:pointer;
}
.guidance-point {
    margin-bottom:15px;
}
.guidance-point h4 .far {
    cursor:pointer;
}

.report-wizard .funder-feedback {
    margin: 0 0 10px 0;
    border-color: #a8c1ea;
}
.report-wizard .ti-feedback-list .funder-feedback {
    margin-bottom:0;
    padding:0;
    border:0;
}
.report-wizard .funder-feedback h5 {
    font-size:1.33em;
}
.report-wizard .funder-feedback h5 .fa {
    width:15px;
    float:left;
}
.report-wizard .funder-feedback h5 .card-header {
    display:block;
    margin-left:20px;
}
.report-wizard .funder-feedback h5 .feedback-title {
}
.report-wizard .funder-feedback .resolve-label {
    margin-bottom:5px;
    text-transform:uppercase;
    font-weight:bold;
}
.report-wizard .ti-feedback-list .funder-feedback .comment {
    margin:0 0 10px 0;
    padding-bottom:10px;
    border-bottom:1px solid #a8c1ea;
}
.report-wizard .funder-feedback .comment .fa-comment {
    float:right;
}
.report-wizard .funder-feedback .comment .resolve {
    float:left;
}
.report-wizard .funder-feedback .comment .resolve .far {
    cursor:pointer;
}
.report-wizard .funder-feedback .comment span .far {
    cursor:pointer;
}
.report-wizard .funder-feedback .comment .text {
    display:block;
    margin:0 35px 0 30px;
    text-align:justify;
}

.report-questions .page-alerts ul {
    margin:15px 0 0;
    padding:0;
    list-style:none;
}
.report-questions .page-alerts li {
    margin:0 0 10px;
}
.report-questions .page-alerts li div.message {
    display:inline-block;
    border:1px solid;
    border-radius:5px;
    padding:10px 10px;
    clear:both;
}
.report-questions .page-alerts .page-errors div.message {
    color:#c00;
    border-color:#c00;
}
.report-questions .page-alerts .page-missing div.message {
    color:#666;
    border-color:#666;
}
.report-questions .page-alerts .page-warnings div.message {
    color:#f8984e;
    border-color:#f8984e;
}
.report-questions .page-alerts .no-alerts div.message {
    color:#90a445;
    border-color:#90a445;
}
.report-questions .page-alerts div.message i {
    margin-right:10px;
}
.report-questions .page-alerts .page-warnings div.dismiss {
    display:inline-block;
    cursor:pointer;
    margin-left:10px;
    font-size:0.9em;
    color:#999;
}
.report-questions .page-alerts .page-warnings div.dismiss span {
    text-decoration:underline;
}

.report-wizard-menu .status-icon {
    font-size:1em;
}
.profcontent .fa-exclamation-triangle,
.report-wizard-menu .fa-exclamation-triangle {
    color:#fc0;
}
.profcontent .fa-dot-circle,
.report-wizard-menu .fa-circle {
    color:#666;
}
.profcontent .fa-check-circle,
.report-wizard-menu .fa-check-circle {
    color:#90a445;
}
.profcontent .fa-times-circle,
.report-wizard-menu .fa-times-circle {
    color:#c00;
}
.profcontent .fa-comments,
.report-wizard-menu .fa-comments {
    color:#f8984e;
}

.report-wizard main .report-questions.custom-questions {
    /*max-width:none;*/
}

.dashboard .report-meta {
    display:none;
}
.dashboard .report-sections {
    margin:20px 0;
}
.dashboard .report-sections > ol {
    list-style:none;
    margin:0;
    padding:0;
}
.dashboard .report-sections > ol > li {
    padding:15px 0 15px 15px;
    border:1px dashed #bfbfbf;
    border-width:0 0 1px 1px;
}
.dashboard .report-sections > ol li:last-child {
    border-bottom:0;
}
.dashboard .stage-fields ol {
    list-style:none;
    padding:0;
    margin:0 25px;
}
.dashboard .stage-fields ol li {
    margin:15px 0 0 0;
    font-size:0.9em;
    cursor:pointer;
}
.dashboard .stage-fields ol li label {
    color:#999;
}
.dashboard .stage-fields ol li label:after {
    content:": ";
}
.dashboard .stage-fields ol li .value {
    color:#999;
}
.dashboard .stage-fields ol li .value .page-name {
    text-transform:capitalize;
}
.dashboard .stage-fields ol li:hover .value {
    text-decoration:underline;
}
.dashboard .stage-fields ol li .value:before {
    margin-right:5px;
}
.dashboard .stage-fields ol li.missing i {
    color:#666;
}
.dashboard .stage-fields ol li.error i {
    color:#c00;
}
.dashboard .stage-fields ol li.warning i {
    color:#fc0;
}
.dashboard .stage-fields ol li.comment i {
    color:#f8984e;
}
.dashboard .stage-fields .all-alerts {
    font-size:0.9em;
    display:inline-block;
    cursor:pointer;
    margin:15px 0 0 25px;
}
.dashboard .stage-fields .all-alerts span {
    text-decoration:underline;
}
.dashboard .report-sections .expand-stage .fa,
.dashboard .report-sections .expand-stage .far,
.dashboard .report-sections .expand-stage .fas {
    float:left;
    cursor:pointer;
    width:20px;
}
.dashboard .report-sections a {
    display:inline-block;
    padding:0;
    margin:0;
    cursor:pointer;
    margin-left:20px;
    font-family:'Montserrat',sans-serif;
    font-weight:bold;
}
.dashboard .report-sections .has-alerts a {
    margin-left:0;
}
.dashboard .report-sections a:hover {
    color:#fc0;
}
.dashboard .report-sections a:hover:after {
    /*font-family:"Font Awesome 5 Pro";
    content:"\f054";
    margin-left:10px;
    font-size:1em;*/
}
.dashboard .report-sections .stage-status {
    margin-right:15px;
    float:right;
}
.dashboard .report-sections .stage-status .fa,
.dashboard .report-sections .stage-status .far,
.dashboard .report-sections .stage-status .fas {
    font-size:25px;
}
.dashboard .report-sections .stage-status .fa-check-circle {
    color:#90a445;
}
.dashboard .report-sections .stage-status .fa-dot-circle {
    color:#666;
}
.dashboard .report-sections .stage-status .fa-times-circle {
    color:#c00;
}
.dashboard .report-sections .stage-status .fa-exclamation-triangle {
    color:#fc0;
}
.dashboard .report-sections .stage-status .fa-comments {
    color:#f8984e;
}
.dashboard .outcomes {
    width:auto;
}
.show-all-alerts {
    float:right;
    margin:25px 0 0 0;
    cursor:pointer;
}
.show-all-alerts span {
    text-decoration:underline;
}
/* fix bad field_check alerts */
.fix-alerts {
    border:1px dashed #bfbfbf;
    padding:10px;
    display:none;
    /*display:inline-block;*/
}
.fix-alerts h5 {
    padding:0;
    margin:0 0 10px;
}
.fix-alerts h6 {
    font-size:0.8em;
    color:#bfbfbf;
    padding:0;
    margin:10px 0 0;
}
.report-wizard main .report-questions .fix-alerts select,
.report-wizard main .report-questions .fix-alerts input[type="text"] {
    opacity:1;
    font-size:1em;
    margin-right:10px;
    padding:5px;
}
.report-wizard main .report-questions .fix-alerts input[type="text"] {
    width:400px;
}
.dashboard .report-page-actions .next {
    margin-right:30%;
}
.dashboard .no-allocations {
    margin-top:25px;
    padding:15px;
    border:1px solid #c00;
    border-radius:5px;
    color:#c00;
}
.dashboard .stage-check,
.dashboard .stage-changed {
    margin-top:25px;
    padding:15px;
    border:1px solid #333;
    border-radius:5px;
    color:#333;
}
.dashboard .stage-check button {
    margin-top:10px;
    padding:5px;
    border:1px dashed transparent;
    border-radius:5px;
}
.dashboard .stage-check button:hover {
    border-color:#333;
    text-decoration:none;
}
.no-submit-explanation {
    text-align:center;
    margin:-15px 75px 0 75px;
}
.no-submit-explanation .errors {
    color:#c00;
}
.no-submit-explanation .missing {
    color:#45474e;
}
.no-submit-explanation .warnings {
    color:#f8984e;
}

.report-wizard main .report-questions.impact-receipt {
    max-width:none;
}
.report-wizard .choose-investment {
    position:absolute;
    left:0;
    right:0;
    margin-top:60px;
    text-align:center;
}
.report-wizard .choose-investment label {
    display:block;
    margin-bottom:5px;
}


/* change and reset buttons */
.intervention-actions {
    margin:10px;
}
.intervention-actions span {
    cursor:pointer;
    text-transform:capitalize;
    margin-right:15px;
}
.intervention-actions span:hover {
    text-decoration:underline;
}
/* new intervention core services */
.taxonomy-selection .all-levels {
    margin-top:25px;
}
.taxonomy-selection .all-levels ul {
    list-style:none;
    margin:0;
    padding:0;
}
.taxonomy-selection .all-levels .level {
    margin:0 0 5px 0;
}
.taxonomy-selection .all-levels .level .item {
    display:inline-block;
    padding:5px 10px 5px 0;
    border-bottom:1px dashed transparent;
    border-width:0 0 1px 0;
}
.taxonomy-selection.disabled_question .all-levels .level .item {
    color:#bfbfbf;
}
.taxonomy-selection .all-levels > ul > .level > .item {
    padding:5px 10px;
}
.taxonomy-selection:not(.disabled_question) .all-levels .level .item:hover {
    border-color:#90a445;
    color:#90a445;
    cursor:pointer;
}
.taxonomy-selection:not(.disabled_question) .all-levels label {
    cursor:pointer;
}
.taxonomy-selection .all-levels > ul > .level > .item .top-level-icon {
    width:25px;
}
.taxonomy-selection .all-levels .level > .next-levels {
    margin:10px 0 10px 4rem;
    border-left:1px dashed;
}
.taxonomy-selection .next-levels .item label:before {
    font-size:8px;
    content:"-  -  -";
    margin-right:5px;
}
.taxonomy-selection .next-levels .done .fa,
.taxonomy-selection .next-levels .done .far,
.taxonomy-selection .next-levels .done .fas {
    color:#c00;
}
.taxonomy-selection .next-levels .item .fa-check-square {
    /*display:none;*/
}
.taxonomy-selection .next-levels .item:hover .fa-check-square {
    display:inline;
}
.taxonomy-selection .next-levels .item:hover .fa-square {
    /*display:none;*/
}
.taxonomy-selection .all-levels > ul > .level.selected > .item:after {
    /*font-family:"Font Awesome 5 Pro";
    content:"\f3be";*/
}
.taxonomy-selection .all-levels .level.selected > .item {
    color:#f8984e;
    background:#efefef;
    padding:5px 10px;
    border-color:transparent;
}
.taxonomy-selection .next-levels .level.selected > .item {
    padding-left:0;
}
/* taxonomy buttons */
.taxonomy-selection .top-level .level,
.dosage-selection .dosage-types .type {
    width:120px;
    height:100px;
}
.taxonomy-selection .top-level .level .label,
.dosage-selection .dosage-types .type .label {
}
.taxonomy-selection .top-level .level .icon,
.dosage-selection .dosage-types .type .icon {
    height:59px;
}
.taxonomy-selection .top-level .level .fa,
.taxonomy-selection .top-level .level .far,
.taxonomy-selection .top-level .level .fas,
.dosage-selection .dosage-types .type .fa,
.dosage-selection .dosage-types .type .far,
.dosage-selection .dosage-types .type .fas {
    font-size:35px;
}
.report-form-wrp main .report-questions .field.taxonomy-selection .field-label {
    margin-bottom:10px;
}
/* showing secondary taxonomy level on the right */
.report-form-wrp main .report-questions .field.taxonomy-selection.show-sub-levels {
    position:relative;
}
.taxonomy-selection.show-sub-levels .top-level {
    display:inline-block;
    width:45%;
}
.taxonomy-selection.show-sub-levels .top-level .level.active,
.taxonomy-selection.show-sub-levels .top-level .level.active .label {
    border-color:#000;
    background:#8bb7d9;
    color:#000;
}
.taxonomy-selection.show-sub-levels .top-level .level.active .label {
    border-color:#000;
}
.taxonomy-selection.show-sub-levels .all-sub-levels {
    display:inline-block;
    position:absolute;
    top:0;
    width:50%;
    padding-top:0;
}
.taxonomy-selection.show-sub-levels .next-levels .level {
    display:block;
    width:auto;
    height:auto;
    background:#fff;
    border:0;
    text-align:left;
    margin:0 0 5px;
    cursor:default;
    padding:0;
}
.taxonomy-selection.show-sub-levels .next-levels .level > .item {
    transform:none;
    margin:0 0 5px;
    padding:0 0 5px;
    border-bottom:1px dashed #fff;
    display:inline-block;
    cursor:pointer;
}
.taxonomy-selection.show-sub-levels .next-levels .level > .item:hover {
    border-bottom:1px dashed #90a445;
    color:#90a445;
}
.taxonomy-selection.show-sub-levels .next-levels .level > .item .fa,
.taxonomy-selection.show-sub-levels .next-levels .level > .item .far,
.taxonomy-selection.show-sub-levels .next-levels .level > .item .fas {
    margin-left:5px;
}
.taxonomy-selection.show-sub-levels .next-levels .level.done > .item .fa,
.taxonomy-selection.show-sub-levels .next-levels .level.done > .item .far,
.taxonomy-selection.show-sub-levels .next-levels .level.done > .item .fas {
    color:#c00;
}
.taxonomy-selection.show-sub-levels .next-levels .level.selected-level > .item,
.taxonomy-selection.show-sub-levels .next-levels .level.selected-level > .item:hover {
    width:calc(75% - 12px);
    color:#000;
    border:1px solid #000;
    border-radius:5px;
    padding:10px;
    background:#8bb7d9;
    cursor:pointer;
}
.taxonomy-selection.show-sub-levels .next-levels .level.selected-level > .item .fa {
    font-size:1em;
}
.taxonomy-selection.show-sub-levels .next-levels .level.selected-level > .next-levels {
    margin:10px 0 10px 30px;
    border-left:1px dashed;
    padding-left:10px;
}
.taxonomy-selection .sub-levels .level .fa-square,
.taxonomy-selection .sub-levels .level .fa-check-square {
    font-size:20px;
    color:#90a445;
}
.taxonomy-selection .sub-levels .level .fa-check-square {
    display:none;
}
.taxonomy-selection .sub-levels .level:hover .fa-square {
    display:none;
}
.taxonomy-selection .sub-levels .level:hover .fa-check-square {
    display:inline-block;
}
.taxonomy-selection .sub-levels .fa-times-circle {
    font-size:20px;
    color:#c00;
}
.taxonomy-selection .level-desc {
    display:inline-block;
    border:1px solid #999;
    border-radius:5px;
    padding:10px;
    font-size:0.8em;
    color:#999;
}
/* intervention type */
.intervention-type-selection tbody td.icon .fa,
.intervention-type-selection tbody td.icon .far,
.intervention-type-selection tbody td.icon .fas {
    font-size:50px;
}
.intervention-type-selection tbody td .option span,
.intervention-type-selection tbody td .option i {
    cursor:pointer;
}
/* dosage */
.dosage-selection .options div:hover {
    cursor:pointer;
}
.dosage-selection .options div .fa-check-square {
    color:#90a445;
    display:none;
}
.dosage-selection .options div:hover .fa-square {
    display:none;
}
.dosage-selection .options div:hover .fa-check-square {
    display:inline-block;
}
.taxonomy-selection.previous-intervention-page-active .active-levels,
.intervention-type-selection.previous-intervention-page-active .active-types {
    border-color:#ccc;
    color:#ccc;
    margin-bottom:10px;
}

.intro .report-page-actions .button.next {
    float:left;
}


/* outcomes stages -- fixing position so is always available */
.outcomes-stages-list {
    position:fixed;
    background:#fdfdff;
    top:76px;
    padding:20px 0;
    width:70%;
    z-index:3;
}
.outcomes-stages-list ol {
    list-style:none;
    display:block;
    margin:0;
    padding:0;
}
.outcomes-stages-list ol li {
    list-style:none;
    display:inline-block;
    padding:0 0 2px 0;
    color:#999;
    border-bottom:2px solid transparent;
    text-transform:uppercase;
    font-size:0.8em;
}
.outcomes-stages-list ol li:after {
    font-family:"Font Awesome 5 Pro";
    content:"\f061";
    margin:0 10px;
    font-size:1.5em;
}
.outcomes-stages-list ol li:last-child {
}
.outcomes-stages-list ol li:last-child:after {
    content:"";
    margin:0;
}
.outcomes-stages-list ol li a {
    color:#999;
}
.outcomes-stages-list ol li a:hover {
    color:#fc0;
    border-color:#fc0;
}
.outcomes-stages-list ol li span.stage {
    display:inline-block;
}
.outcomes-stages-list ol li.active span.stage {
    border:1px solid;
    border-radius:5px;
    padding:5px;
    background:#fff;
    color:#fc0;
}
.outcomes-stages-list ol li:not(.active) span:hover {
    cursor:pointer;
    text-decoration:underline;
}
.service-collection-name,
.indicator-name {
    text-transform:capitalize;
    margin-bottom:20px;
    font-size:1.2em;
}
.service-collection-name .level-type,
.indicator-name .level-type {
    color:#888;
    text-transform:uppercase;
    font-size:0.8em;
    font-weight:normal;
}
.indicator-name .level-type {
    display:none;
}
.service-collection-name .level-type:after,
.indicator-name .level-type:after {
    content:": ";
}
.previous-stage-forecast .amt {
    font-weight:bold;
}
.search-taxonomy .add-bttn {
    margin-top:10px;
    border-color:inherit;
    font-size:1em;
    padding:5px 10px;
}
.search-taxonomy .add-bttn i {
    margin-right:5px;
    font-size:inherit;
}
/* select relevant indicators */
.relevant-results .outcomes-stages-list {
    background:inherit;
    margin-bottom:20px;
    position:relative;
    padding:0;
    width:auto;
    top:inherit;
}
.select-relevant .stage {
    border:2px solid #efefef;
    padding:5px 10px 0;
    margin-bottom:25px;
    border-radius:10px;
}
.select-relevant > div:last-child .next-stage {
    display:none;
}
.select-relevant a.stage-anchor {
    display: block;
    position: relative;
    top:-100px;
    visibility: hidden;
}
.stage .question-actions {
    margin:-25px 0 0 35px;
    padding-bottom:10px;
}
.indicators-selector {
    margin-bottom:20px;
}
.indicators-selector ul {
    list-style:none;
    padding:0;
    margin:0;
}
.indicators-selector li {
    text-transform:capitalize;
    margin:0;
    padding:15px;
    border-bottom:1px dashed #bfbfbf;
}
.indicators-selector li .load-indicator {
    text-transform:none;
    font-size:0.9em;
    opacity:0.4;
}
.indicators-selector li .load-indicator i {
    width:auto;
}
.indicators-selector li .load-indicator a:hover {
    text-decoration:underline;
}
.indicators-selector li:last-child {
    border-bottom:0;
}
.indicators-selector li span:not(.disabled) label,
.indicators-selector li span:not(.disabled) .fa,
.indicators-selector li span:not(.disabled) .far,
.indicators-selector li span:not(.disabled) .fas {
    cursor:pointer;
}
.indicators-selector li .fa,
.indicators-selector li .far,
.indicators-selector li .fas {
    width:20px;
    font-size:1em;
}
.indicators-selector li .desc {
    color:#999;
    margin:5px 0 0 25px;
    font-size:0.9em;
    /*display:none;*/
}
.service-selector li .desc {
    display:block;
}
.indicators-selector li .forecast {
    color:#666;
    margin:5px 0 0 25px;
    display:none;
}
.indicators-selector li.relevant {
    background:inherit;
}
.indicators-selector li.relevant .desc,
.indicators-selector li.relevant .forecast {
    display:block;
}
.indicators-selector li.relevant label,
.indicators-selector li.relevant .fa,
.indicators-selector li.relevant .far,
.indicators-selector li.relevant .fas,
.service-selector li.selected label,
.service-selector li.selected .fa,
.service-selector li.selected .far,
.service-selector li.selected .fas {
    color:#90a445;
}
.indicators-selector li.relevant input[type="number"] {
    width:100px;
    text-align:right;
}
.indicators-selector li .remove-indicator .fa {
    color:#c00;
}
.indicators-selector-label {
    text-transform:none;
    margin-bottom:10px;
    font-size:1em;
    font-family:"Montserrat";
}
.indicators-selector-label .stage-name {
    font-weight:bold;
}
.indicators-selector-label:after {
    content:":";
}
.indicators-selector-label .stage-name {
}
/* indicator pages */
.page-indicators #uiView2 {
}
.question.indicator-fields {
}
.all-stage-results {
    margin-top:76px;
}
.all-stage-results .active-result {
    border-radius:5px;
}
.all-stage-results.multi-results .active-result {
    box-shadow:3px 3px 10px #ccc;
}
.indicator-fields .service-collection-name {
    display:none;
}
.indicator-fields .previous-max {
    font-size:0.9em;
    float:right;
    padding:5px;
    border:1px solid;
    background:#666;
    color:#fff;
    border-radius:5px;
    margin-left:10px;
}
.indicator-details {
    margin-bottom:25px;
    padding:15px;
    background:#efefef;
    border-radius:5px;
    border:1px solid #ccc;
}
.active-result .indicator-details {
    border-bottom:0;
}
.indicator-details .result-index {
    color:#999;
    font-weight:bold;
    display:inline-block;
    padding:0 5px;
    border:1px solid #999;
    border-width:0 1px 1px 0;
    border-radius:0 0 2px 0;
    font-size:0.8em;
    margin-right:5px;
}
.active-result .indicator-details {
    margin-bottom:0;
    border-radius:5px 5px 0 0;
}
.active-result .edit-fields {
    border:1px solid #ccc;
    padding:15px 15px 15px 75px;
    border-radius:0 0 5px 5px;
    margin-bottom:15px;
    border-width:0 1px 1px 1px;
}
.indicator-details .detail {
    margin-top:5px;
    font-size:0.9em;
}
.indicator-details .detail.indicator-name {
    color:#f8984e;
    margin-top:0;
    font-size:1.2em;
}
.non-active-result .indicator-details .name:hover {
    cursor:pointer;
    text-decoration:underline;
}
.non-active-result .indicator-details .name:hover:after {
    font-family:"Font Awesome 5 Pro";
    content:" \f0da";
}
.indicator-details .detail.indicator-name .forecast {
    font-weight:bold;
}
.indicator-details .detail.indicator-name .definition {
    margin-top:5px;
    font-size:0.7em;
    color:#666;
}
.indicator-details .detail label {
    font-weight:bold;
}
.indicator-details .detail label:after {
    content:": ";
}
.indicator-fields .field {
    border-bottom:1px dashed;
    padding-bottom:10px;
}
.indicator-fields .field.question-actions {
    border-bottom:0;
    padding-bottom:0;
}
.indicator-fields .field.documentation {
    border-top:1px dashed;
    padding-top:20px;
}
.indicator-field-description {
    display:none;
}
.indicator-fields .field.active {
    background:inherit;
}
.indicator-fields .field.active .indicator-field-description {
    display:block;
}
.indicator-fields .current-forecast {
    margin-bottom:20px;
}
.indicator-fields .current-forecast .desc {
    margin-bottom:10px;
}
.indicator-fields .current-forecast .forecast input[type="text"] {
    width:150px;
}
.indicator-fields .field.sources {
    border:0;
    padding-bottom:0;
}
.indicator-desc {
    font-size:0.8em;
    color:#999;
    margin-bottom:20px;
}
.indicator-field-label {
    margin-bottom:10px;
    color:#999;
}
.indicator-field-label .fa-caret-square-down {
    cursor:pointer;
}
.indicator-field-label .fa-caret-square-down:hover {
    color:#fc0;
}
.indicator-field-label .fa-chevron-right {
    display:none;
}
.indicator-fields .active .indicator-field-label {
    margin-bottom:5px;
    color:inherit;
}
.indicator-fields .active .indicator-field-label .fa-chevron-right {
    display:inline;
}
.indicator-fields .active .indicator-field-label .fa-caret-square-down {
    display:none;
}
.indicator-fields .active .indicator-field-description {
    margin-bottom:10px;
}
.indicator-fields .field-content,
.indicator-fields .question-actions {
    display:none;
}
.indicator-fields .active .field-content,
.status-draft .indicator-fields .active .question-actions {
    display:block;
}
.taxonomy-selection .classifications.top-level .level .label {
    font-size:0.9em;
}
.intervention-active-box.active-classification {
    border-color:#8bb7d9;
}
.classification-options .option {
    margin:5px 0;
}
.classification-options .option i,
.classification-options .option span {
    cursor:pointer;
}
.classification-options .option i  {
    float:left;
}
.classification-options .option span {
    display:block;
    margin-left:27px;
}
.classification-options .option .fa-check-circle {
    color:#90a445;
    display:none;
}
.classification-options .option:hover span {
    text-decoration:underline;
}
.classification-options .option:hover .fa-check-circle {
    display:inline-block;
}
.classification-options .option:hover .fa-circle {
    display:none;
}
.intervention-actions.classification-actions {
    margin:15px 0 10px;
}
.search-social-impacts div {
    margin:0;
    border:1px dashed #bfbfbf;
    padding:5px;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
}
.indicator-fields .show-all-fields {
    /*display:none;*/
}
.indicator-fields .show-all-fields {
    float:right;
    cursor:pointer;
    font-size:0.9em;
    display:block;
}
.show-all-fields span {
    text-decoration:underline;
}
.report-page-actions.multi-indicator-actions {
    text-align:right;
}
.report-page-actions.multi-indicator-actions .button.next {
    float:none;
}
.report-wizard .fa-delete {
    color:#fdbeb6;
}
.report-notes .fa-delete {
    top:15px;
    right:17px;
}
/* instructions */
.outcomes-instructions .outcomes-stages-list li {
    width:20%;
    float:left;
}
.outcomes-instructions .outcomes-stages-list li i {
    float:right;
    margin:7px 7% 0 0;
}
.outcomes-instructions .outcomes-stages-list li:after {
    content:"";
}
.outcomes-instructions .outcomes-stages-list li.active .stage {
    float:left;
    color:#999;
    border-color:#999;
}
.outcomes-instructions .outcomes-stages-list li.highlighted .stage {
    color:#fc0;
    border-color:#fc0;
}
.outcomes-instructions .outcomes-stages-list .stage-example {
    display:block;
    width:80%;
    clear:both;
    padding-top:5px;
    text-transform:none;
    color:#999;
}
.outcomes-instructions .outcomes-stages-list li.highlighted .stage-example {
    font-style:italic;
    color:#333;
}
.outcomes-instructions .instructions-2 {
    clear:both;
}
.outcomes-instructions .report-page-actions .button.next {
    float:left;
}
.outcomes-instructions .clear {
    clear:both;
}

/* stage */
.taxonomy-selection .top-level .level.active,
.taxonomy-selection:not(.disabled_question) .top-level .level.active:hover {
    background:#fff;
    border-color:#f8984e;
    color:#f8984e;
}
.taxonomy-selection .top-level .level.active .label,
.taxonomy-selection:not(.disabled_question) .top-level .level.active:hover .label {
    border-color:#f8984e;
}
.stage-selection.taxonomy-selection .top-level .level,
.result-classification.taxonomy-selection .top-level .level {
    position:relative;
    overflow-y:inherit;
    overflow:inherit;
}
.stage-selection.taxonomy-selection .top-level .level .label {
    font-size:1em;
}
.stage-selection.taxonomy-selection .top-level .level.active:after,
.result-classification.taxonomy-selection .top-level .level.active:after {
    content:'';
    position:absolute;
    top:100%;
    left:50%;
    margin-left:0px;
    width:0;
    height:0;
    border-top:solid 30px #f8984e;
    border-left:solid 1px #f8984e;
    border-right:solid 0px #f8984e;
}
.taxonomy-selection .top-level .level .far,
.taxonomy-selection .top-level .level .fas
.dosage-selection .dosage-types .type .far,
.taxonomy-selection .top-level .level .fas {
    font-size: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.stage-description,
.classification-description {
    width:75%;
    min-height:50px;
    margin-top:19px;
    border:1px solid #f8984e;
    border-radius:5px;
    padding:10px;
    background:#fff;
    color:#666;
}
.classification-description {
    width:auto;
}

.report-wizard {
    position:relative;
    background:#fdfdff;
    height:100%;
    overflow-y:auto;
}
.report-wizard .side-col {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:160px;
    background:#45474e;
    color:#cecece;
}
.report-wizard .main-col {
    margin-left:160px;
    height:calc(100% - 74px);
}
.report-wizard .main-col main {
    position:static;
    min-height:100%;
    margin-top:74px;
    width:auto;
    height:auto;
    padding:0;
}
.report-wizard.report-locked .main-col main {
    margin-top:114px;
}
.report-wizard .main-col main .loading {
    text-align:center;
}
.report-wizard .main-col main ui-view {
    width:100%;
    height:100%;
}
.report-wizard .main-col main > ui-view {
    position:absolute;
    min-height:calc(100% - 74px);
    /*display:flex;
    flex-direction:row;
    align-items:stretch;*/
    width:calc(100% - 160px);
    height:auto;
    padding:0;
}
/* left nav for report wizard */
.report-wizard .report-builder-label {
    text-align:center;
    margin-bottom:15px;
    font-size:1.1em;
    padding:0 10px;
}
.report-wizard .report-builder-label .left {
    float:left;
}
.report-wizard .report-builder-label .right {
    float:right;
}
.report-wizard-menu {
    background:#45474e;
    color:#fff;
    list-style:none;
    padding:0;
    margin:0;
    font-family:"Montserrat";
}
.report-wizard-menu h4 {
    background:#f8984e;
    color:#fff;
    text-align:center;
    padding:7px 0 5px 0;
    margin:0 0 10px;
    text-transform:uppercase;
    font-weight:normal;
    font-size:14px;
    line-height:14px;
    display:none;
}
.report-wizard-menu > li {
    text-align:left;
    margin-bottom:10px;
}
.report-wizard-menu li.active {
    background:#45474e;
    color:#f8984e;
}
.report-wizard-menu > li h5 {
    padding:5px 0 5px 10px;
    margin:0;
    font-size:12px;
    text-transform:uppercase;
    font-weight:normal;
    cursor:pointer;
}
.report-wizard-menu > li h5:hover {
    text-decoration:underline;
    color:#f8984e;
}
.report-wizard-menu > li.active h5 {
    margin-bottom:0;
    color:#f8984e;
}
.report-wizard-menu .fa,
.report-wizard-menu .far {
    float:right;
    width:20px;
    margin:5px 10px 5px 0;
    text-align:center;
}
.report-wizard-menu > .active h5 .fa,
.report-wizard-menu > .active h5 .far,
.report-wizard-menu > .active h5 .fas {
    float:none;
    width:auto;
    font-size:15px;
}
.report-wizard-menu > li.active ol {
    font-size:13px;
    margin:0 10px 10px 10px;
    padding:5px 0 5px 10px;
    border:1px solid #f8984e;
    border-width:0 0 1px 1px;
    border-radius:0 0 0 10px;
    list-style:none;
}
.report-wizard-menu ol li {
    margin:0 0 5px 0;
    cursor:pointer;
    color:#fff;
}
.report-wizard-menu ol li a {
    color:#fff;
}
.report-wizard-menu ol li.active {
    color:#f8984e;
}
.report-wizard-menu ol li .fa,
.report-wizard-menu ol li .far,
.report-wizard-menu ol li .fas {
    font-size:1em;
    width:auto;
    margin:0 5px 0 0;
}
.report-wizard-menu ol li.active .fa,
.report-wizard-menu ol li.active .far,
.report-wizard-menu ol li.active .fas {
}
.report-wizard-menu ol li:hover {
    text-decoration:underline;
    color:#fff;
}
.report-wizard .side-col hr {
    margin:15px 10px;
    height:1px;
    border:0;
    background:#fff;
}
.report-wizard .side-col .exit-wizard,
.report-wizard .side-col .report-impact-receipt {
    float:none;
    color:#fff;
    text-align:left;
    margin:15px 5px 0 5px;
    font-size:12px;
    cursor:pointer;
    border:1px dashed transparent;
    border-radius:4px;
    padding:5px 5px;
}
.report-wizard .side-col .exit-wizard:hover,
.report-wizard .side-col .report-impact-receipt:hover {
    border-color:#fff;
}
.report-wizard .side-col .exit-wizard .fa,
.report-wizard .side-col .exit-wizard .far,
.report-wizard .side-col .exit-wizard .fas,
.report-wizard .side-col .report-impact-receipt .fa,
.report-wizard .side-col .report-impact-receipt .far,
.report-wizard .side-col .report-impact-receipt .fas {
    font-size:1em;
    margin-right:5px;
}
/* reports top nav */
.report-wizard header {
    position:fixed;
    top:0;
    left:160px;
    width:calc(100% - 160px);
    z-index:10;
}
.report-wizard header .header-top {
    height:54px;
    background-color:#e7eaf1;
    border-color:#c0c5cb;
    border-style:solid;
    border-width:1px 0;
    margin:0;
    padding:10px 2rem;
    color:#333;
}
.report-wizard header .user-account {
    float:right;
    font-size:0.9em;
}
.report-wizard header .user-account .user {
    cursor:pointer;
}
.report-wizard header .user-account .account,
.report-wizard header .user-account .sign-out {
    cursor:pointer;
    padding:0 10px;
}
.report-wizard header .user-account span:hover {
}
.report-wizard header .user-account .sign-out {
    border-left:1px solid #000;
}
.report-wizard header h1 {
    padding:0;
    margin:0;
    border:0;
    background:inherit;
    font-size:18px;
    font-weight:300;
    font-family:"Montserrat";
}
.report-wizard header .report-meta {
    margin:10px 0 0;
    font-size:0.9em;
}
.report-wizard header .status-stage span {
    margin-right:2rem;
}
.report-wizard header .report-meta label {
    color:#999;
    font-weight:normal;
    text-transform:uppercase;
    font-size:0.8em;
}
.report-wizard header .report-meta > div {
    display:inline-block;
    text-align:left;
}
.report-wizard header .report-meta .stage {
    text-align:center;
}
.report-wizard header .report-meta .report-program-manager {
    text-align:right;
    float:none;
    padding:0;
    margin:0;
}
.report-wizard header .report-meta .report-program-manager select {
    opacity:1;
}
.report-wizard header .report-program-manager .manager-name {
    cursor:pointer;
    min-width:auto;
}
.report-wizard header .report-program-manager .manager-name:hover {
    text-decoration:underline;
}
.report-wizard header .report-meta .report-impact-receipt {
    margin-left:2rem;
}
/* report message underneath header */
.report-wizard .report-message {
    display:none;
    position:fixed;
    padding:10px 2rem;
    width:calc(100% - 160px - 4rem);
    height:20px;
    z-index:20;
    top:76px;
    background:#fff;
    border-bottom:1px solid #c0c5cb;
}
.report-wizard.report-locked .report-message {
    display:block;
    background:#f6ecd5;
    color:#c00;
    border-bottom:1px solid #c00;
}
.report-wizard .report-message .fa-window-close {
    padding:0 10px 0;
    cursor:pointer;
    color:#c00;
}
/* report breadcrumb */
.report-wizard .report-breadcrumb {
    padding:5px 2rem;
    background:#999;
    color:#fff;
    height:20px;
    line-height:20px;
    font-size:12px;
    text-transform:uppercase;
    font-family:"Montserrat";
    display:none;
}
.report-wizard .report-breadcrumb .section {
}
.report-wizard .report-breadcrumb .page {
}
.report-wizard .report-breadcrumb .fa {
    margin:0 5px;
    font-size:1em;
}
.report-wizard .main-col main .page-content {
    position:absolute;
    min-height:calc(100% - 30px);
    display:flex;
    flex-direction:row;
    align-items:stretch;
    width:100%;
    height:auto;
    padding:0;
}
/* report section page title */
.report-wizard .section-page-title {
    font-family:'Montserrat',sans-serif;
    padding:0;
    font-weight:bold;
    margin:25px 0 15px;
    font-size:1.7em;
}
.report-wizard .outcomes-instructions .section-page-title  {
    margin-top: 170px;
}
/* report sections */
.report-wizard main .relative {
    position:relative;
    font-family:arial;
}
.report-wizard main .report-questions {
    flex:4;
    padding:0 2rem 25px 2rem;
    position:relative;
    max-width:70%;
    margin-right:10px;
}
.report-wizard main.show-side-bar .report-questions {
    /*max-width:none;*/
}
.report-wizard main .report-questions .field {
    margin-bottom:20px;
}
.report-wizard main .report-questions .field:last-child {
    margin-bottom:0;
}
.report-wizard main .report-questions .field .field-label {
    font-size:1em;
    margin:0 0 10px;
}
.report-wizard main .report-questions .field .field-label:after {
    content:":";
}
.report-wizard main .report-questions .fields-2 .field-part {
    display:inline-block;
    width:45%;
    margin-right:5%;
}
.report-wizard main .report-questions .fields-2 .field-part.last {
    margin-right:0;
}
.report-wizard main .report-questions h2.page-question {
    padding:0;
    font-weight:bold;
    margin:15px 0 15px;
    font-size:2.2em;
    display:none;
}
.report-wizard main .report-questions h2.page-question .report-page {
    color:#888;
    text-transform:uppercase;
    font-size:0.8em;
    font-weight:normal;
    display:none;
}
.report-wizard main .report-questions h2.page-question .report-page:after {
    content:":";
    margin-right:5px;
}
.report-wizard main .report-questions h3.question-label {
    padding:0;
    margin:0 0 5px;
    font-weight:400;
    font-size:0.9em;
}
.report-wizard main .report-questions input[type="text"],
.report-wizard main .report-questions input[type="number"],
.report-wizard main .report-questions textarea {
    width: calc(100% - 22px);
    border-radius:5px;
    font-family:arial;
    font-size:1em;
}
.report-wizard main .report-questions input[type="text"]:focus,
.report-wizard main .report-questions input[type="number"]:focus,
.report-wizard main .report-questions textarea:focus {
    border-color:#f8984e;
}
.report-wizard main .report-questions input[type="text"],
.report-wizard main .report-questions input[type="number"] {
    font-size:1.5em;
}
.report-wizard main .report-questions input[type="text"] {
}
.report-wizard main .report-questions textarea {
    min-height:4em;
}
.report-questions .question .text-counter {
    margin:5px 0 0 10px;
}
/* report page actions */
.report-page-actions {
    margin:25px 0 25px;
    text-align:center;
}
.report-page-actions.special-page > div {
    width:70%;
    margin:0 auto;
}
.report-page-actions .button,
.question-actions .button {
    border-radius:5px;
    border-width:1px;
    font-size:16px;
    font-family:arial;
    cursor:pointer;
    background:#90a445;
    border-color:#90a445;
    color:#fff;
    min-height:21px;
    line-height:21px;
}
.report-page-actions .button.back {
    float:left;
    background:#999;
    border-color:#999;
}
.report-page-actions .button.dashboard,
.report-page-actions .button.impact-receipt {
    background:#999;
    border-color:#999;
}
.report-page-actions .button.next {
    float:right;
}
.report-page-actions .button.disabled {
    opacity:0.5;
    cursor:default;
    color:#363636;
}
.report-page-actions .button.disabled i {
    color:inherit;
}
/* upload img */
.report-questions .upload-img .img-fld > .field-unit {
    text-align:center;
}
.report-questions .upload-img .img-fld > .field-unit span {
    display:inline-block;
    margin-bottom:15px;
    text-align:center;
}
.report-questions .upload-img .img-fld > .field-unit img {
    max-width:150px;
    max-height:150px;
    width:auto;
    border:5px dashed #787878;
    border-radius:20px;
    display:inline;
    cursor:pointer;
    margin-bottom:25px;
}
/* upload document */
.report-questions .tables {
    max-width:none;
}
/* side bar */
.report-wizard main .side-bar {
    position:absolute;
    flex:1;
    right:0;
    max-width:0;
    padding:0;
    background:#8bb7d9;
    /*transition:max-width 1s ease;*/
    color:#fff;
    z-index:5;
}
.report-wizard main.show-side-bar .side-bar {
    position:relative;
    right:inherit;
    display:block;
    padding:15px 2.5%;
    background:#8bb7d9;
    max-width:999px;
}
.report-wizard main .side-bar .container {
    max-width:0;
    overflow:hidden;
}
.report-wizard main.show-side-bar .side-bar .container {
    max-width:999px;
}
.report-wizard main .side-bar .open-tab {
    position:absolute;
    width:50px;
    height:125px;
    top:50px;
    left:-50px;
    background:#8bb7d9;
    border-radius:10px 0 0 10px;
    line-height:100px;
    text-align:center;
    font-weight:bold;
    cursor:pointer;
    overflow-x:hidden;
    font-weight:normal;
}
.report-wizard main .side-bar .open-tab .label {
    writing-mode:vertical-lr;
    text-orientation:sideways;
    transform:rotate(180deg);
    width:75px;
    height:100%;
    text-align:center;
    color:#fff;
}
.report-wizard main .side-bar .open-tab:hover .label {
    color:#fc0;
}
.report-wizard main.show-side-bar .side-bar .open-tab .open,
.report-wizard main .side-bar .open-tab .close {
    display:none;
}
.report-wizard main.show-side-bar .side-bar .open-tab .close {
    display:inline;
}
.report-wizard main .side-bar h4 {
}
.report-wizard main .side-bar ul.audits {
    list-style:none;
    padding:0;
    margin:0;
}
.report-wizard main .side-bar ul.audits li {
    font-size:0.8em;
    margin-bottom:15px;
}
.report-wizard main .side-bar .confirm-audit label {
    font-size:0.9em;
    display:block;
    color:#c00;
}
.report-wizard main .side-bar .confirm-audit .button {
    margin-right:0;
}
/* confirm barrier & alert banner */
.report-questions .confirm-barrier {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000;
    opacity:0.1;
    z-index:5;
    display:none;
}
.report-questions .alert-banner {
    position:absolute;
    top:30px;
    left:0;
    right:0;
    background:#8bb7d9;
    opacity:1;
    z-index:6;
    display:none;
    padding:15px 32px;
    font-size:1em;
    line-height:1.5em;
    border-bottom:1px solid #c0c5cb;
}
.report-questions .alert-banner > div {
    display:inline-block;
}
.report-questions .alert-banner .fa {
    float:right;
    margin:0 10px;
    font-size:1.5em;
}
.report-questions .alert-banner.alert-audit {
    color:#c00;
}
.report-questions .confirm-barrier.active,
.report-questions .alert-banner.active {
    display:block;
}
.report-wizard .page-message {
    text-align:left;
    color:#999;
    font-size:1.3em;
    margin:0 0 25px;
}
.report-wizard .documentation.field .add-bttn {
    border-color:inherit;
    font-size:1em;
    margin:15px 0;
    padding:5px 10px;
}
.report-wizard .documentation.field .add-bttn i {
    font-size:inherit;
    margin-right:5px;
}
.report-wizard .hidden-checkbox {
    display:none;
}
/* custom modals */
.report-wizard main .custom-modal {
    position:fixed;
}
.report-wizard main .custom-modal .custom-modal-container {
    position:fixed;
    top:5%;
    right:10%;
    bottom:5%;
    left:10%;
}


/* reports feedback management */
.reports-feedback-management .loading {
    margin-top:50px;
}
.reports-feedback-management .no-reports-to-list {
    text-align:center;
    padding:15px;
    font-weight:bold;
}
.reports-feedback-management .data-table .details {
    width:15%;
}
.reports-feedback-management .data-table .amount {
    width:10%;
    text-align:right;
}
.reports-feedback-management .data-table .actions {
    text-align:center;
}
.reports-feedback-management .data-table .audit {
    width:15%;
}
.data-table td.actions i.fa-chevron-circle-right.disabled {
    cursor:default;
}
table.no-wrap-th thead th {
    white-space:nowrap;
}
/* reports feedback checklist */
.reports-feedback-checklist .loading {
    margin-top:50px;
}
.reports-feedback-checklist .impact-receipt {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    /*overflow:hidden;*/
}
.reports-feedback-checklist .impact-receipt .impactreceiptdoc .hornavright {
    width:45%;
}
.reports-feedback-checklist .impact-receipt .impactreceiptdoc .hornavright ul,
.reports-feedback-checklist .impact-receipt .impactreceiptdoc .hornavright ul.impactreceiptdoc-nav {
    display:inline-block;
    float:none;
    margin:0 15px;
}
.reports-feedback-checklist .impact-receipt .impactreceiptdoc .hornavright ul.impactreceiptdoc-nav {
}
.reports-feedback-checklist .impact-receipt iframe {
    width:100%;
    height:100%;
    border:0;
    overflow-x:hidden;
}
.reports-feedback-checklist .nav-tabs > li {
    font-size:0.8em;
    width:calc((100% / 7) - 4px);
    min-width:90px;
    text-align:center;
    text-transform:capitalize;
    white-space:nowrap;
}
.reports-feedback-checklist .has-custom-questions .nav-tabs > li {
    width:calc((100% / 8) - 4px);
}
.reports-feedback-checklist .nav-tabs > li a {
    padding:5px 0;
}
.reports-feedback-checklist .nav-tabs > li:first-child {
    padding-left:0;
}

.reports-feedback-management .nav-tabs > li.active > a,
.reports-feedback-management .nav-tabs > li.active > a:hover,
.reports-feedback-management .nav-tabs > li.active > a:focus,
.reports-feedback-checklist .nav-tabs > li.active > a,
.reports-feedback-checklist .nav-tabs > li.active > a:hover,
.reports-feedback-checklist .nav-tabs > li.active > a:focus {
    background:#c5dbec;
    color:#fff;
}
.audit-checklist {
    padding:10px;
    margin-bottom:50px;
}
.audit-checklist .review-meta {
    float:left;
    margin-top:0;
    color:#333;
    font-size:0.9em;
}
.audit-checklist .review-meta .issue-count {
    font-weight:bold;
}
.audit-checklist .resolved-count,
.audit-checklist .unresolved-count {
    color:#c00;
    font-weight:bold;
    padding:0 5px;
    border-left:2px solid #bfbfbf;
}
.audit-checklist .resolved-count {
    color:#90a445;
}
.audit-checklist .upper-actions {
    float:none;
    width:95%;
    text-align:right;
    white-space:nowrap;
}
.audit-checklist .page-message {
    margin:15px 0 5px;
    width:calc(95% - 22px);
    text-align:left;
    padding:10px;
    color:#90a445;
    border:1px solid #90a445;
}
.audit-checklist .page-message.error {
    color:#c00;
    border-color:#c00;
}
.audit-checklist .page-message .far {
    cursor:pointer;
    float:right;
}
.audit-checklist .checklist-table {
}
.audit-checklist table {
    width:95%;
}
.audit-checklist table th {
    text-align:left;
    padding:5px;
    text-transform:capitalize;
}
.audit-checklist table th.field-issue {
    font-size:0.7em;
}
.audit-checklist table .field-issue {
    text-align:center;
    min-width:8%;
}
.audit-checklist table .page-title {
    background:#bfbfbf;
    color:#fff;
    font-size:0.9em;
    padding:5px;
    margin:0;
    text-transform:uppercase;
}
.audit-checklist .action-buttons {
    width:100%;
    height:100px;
}
.audit-checklist table .field td {
    vertical-align:top;
    padding:5px 5px;
    border-bottom:1px solid #bfbfbf;
}
.audit-checklist table tbody .field:last-child td {
    border:0;
}
.audit-checklist table .field .field-desc {
    padding-left:15px;
    width:76%;
}
.audit-checklist table .field-desc p {
    font-size:0.8em;
    padding:0;
    margin:0;
    text-transform:capitalize;
}
.audit-checklist table .field-desc textarea {
    width:115%;
    margin-top:10px;
    font-size:0.8em;
}
.audit-checklist table .field-desc .required textarea {
    border-color:#c00;
}
.audit-checklist table .far {
    cursor:pointer;
}
.audit-checklist table td.has-desc .far,
.audit-checklist table td.verified .far {
    color:#90a445;
}
.audit-checklist table td.resolved .far,
.audit-checklist table td.disabled .far {
    color:#b3b7b6;
    cursor:default;
}
/* special classes for outcomes results */
.audit-checklist table .field td.results {
    padding:0;
}
.audit-checklist table .field td.results .result-audits .indicator-name {
    padding:0;
    margin:0 0 10px;
    font-size:0.9em;
}
.audit-checklist table .field td.results table {
    width:100%;
}
.audit-checklist .select-stage {
    margin:10px 0;
    padding-left:5px;
    font-size:0.9em;
}
.audit-checklist .select-stage .select {
    position:relative;
    display:inline-block;
}
.audit-checklist .select-stage .select > span {
    cursor:pointer;
    color:#666;
    font-weight:bold;
}
.audit-checklist .select-stage .select > span:hover {
    color:#f8984e;
}
.audit-checklist .select-stage .select .options {
    position:absolute;
    padding:5px 10px;
    margin:0;
    background:#fff;
    border:1px solid #666;
    margin-top:5px;
}
.audit-checklist .select-stage .select .options p {
    padding:5px 0;
    margin:0;
    cursor:pointer;
    white-space:nowrap;
}
.audit-checklist .select-stage .select .options p:hover {
    color:#f8984e;
}
/***
 * allow column widths to be real-time adjustable by dragging
 * http://jsfiddle.net/wizzud/wYndk/
 */
.reports-feedback-checklist {
    position:fixed; /* this is necessary so columns and divider are full height */
    top:0;
    left:160px;
    right:0;
    bottom:0;
    background:#fff;
}
.reports-feedback-checklist #container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#A, #B, #Z {
    position: absolute;
    top: 0;
    height: 100%;
    overflow-y:auto;
    overflow-x:hidden;
}
#A {
    left: 0;
    width: calc(50% - 2px);
}
#B {
    right: 0;
    width: calc(50% - 2px);
}
#Z {
    left: calc(50% - 2px);
    width: 2px;
    background-color: #bfbfbf;
    border:1px solid #666;
    border-width:0 1px;
    cursor:col-resize;
}
div#A > div,
div#B > div {
    position: absolute;
    left: 0;
    width: 100%;
}
/* rating options */
.checklist-ratings .current-rating.icons_3 .rating-options {
    left:-25px;
}
.checklist-ratings .current-rating.icons_3 .rating-options .arrow {
    left:31px;
}
.checklist-ratings .current-rating.numbers_5 .rating-options {
    left:-25px;
}
.checklist-ratings .current-rating.numbers_5 .rating-options .arrow {
    left:30px;
}


.report-ratings-page h1 {
    margin: 15px;
}
.report-ratings-page .loading {
    text-align:center;
}
.ratings-list-row .ratings-category {
    margin-bottom:0;
}
.report-ratings-page .data-table .category-rating,
.report-ratings-page .data-table .impact-receipt {
    text-align:center;
}
.report-ratings-page .data-table .impact-receipt a {
    color:#000;
}
.ratings-list-row .current-rating.no-edit {
    cursor:default;
}
.ratings-button {
    border:1px dashed transparent;
    border-radius:5px;
    background:none;
}
.ratings-button:hover {
    border-color:#bfbfbf;
}
.report-ratings-page th {
    vertical-align:bottom;
}
.report-ratings-page th.global-rating:after {
    content:" (TI)";
}
.report-ratings-page th.global-rating.asc:after {
    content:" (TI) \f078";
}
.report-ratings-page th.global-rating.desc:after {
    content:" (TI) \f077";
}
.report-ratings-page .investments-list {
    margin-bottom:60px;
}

.add-custom-social-impact .spin-loading,
.select-social-impacts .spin-loading {
    font-size:1em;
}
.add-custom-social-impact h5 {
    margin:0;
    border:1px dashed #bfbfbf;
    padding:5px;
    border-radius:5px;
}
.add-custom-social-impact h5:hover {
    cursor:pointer;
    text-decoration:underline;
    border-style:solid;
}
.select-social-impacts .action-buttons {
    float:right;
}
.select-social-impacts .filter-list {
    width:50%;
}
.select-social-impacts .filter-list input {
    width:calc(100% - 32px);
}
.select-social-impacts .lists {
    display:table-row;
}
.select-social-impacts .indicators-list {
    display:table-cell;
    width:50%;
}
.select-social-impacts .indicators-list h3 {
    font-size:1.2em;
    padding:0;
    margin:15px 0;
}
.select-social-impacts .indicators-list .indicator {
    border:1px solid #bfbfbf;
    border-radius:5px;
    padding:10px;
    margin:10px 10px 10px 0;
    font-size:14px;
    line-height:19px;
}
.select-social-impacts .available-indicators-list .indicator:hover {
    background:#fc0;
    color:#fff;
    cursor:pointer;
}
.indicators-list .indicator .fa {
    cursor:pointer;
    font-size:16px;
    margin:0 0 2px 5px;
}
.indicators-list .indicator .name {
    font-weight:bold;
    text-transform:capitalize;
}
.available-indicators-list .indicator:hover .name {
}
.select-social-impacts .indicators-list .active {
    margin:10px 0 10px 10px;
    background:#c7d1a2;
    color:#fff;
}
.select-social-impacts .active-indicators-list h3 {
    margin-left:10px;
}
.select-social-impacts .active-indicators-list h3 .max {
    color:#c00;
}
.select-social-impacts .active-indicators-list .fa:hover {
    color:#c00;
}
.addedSocialImpact .indicator-col {
}
.remove-indicator {
    color:#c00;
    cursor:pointer;
    float:right;
    margin-left:10px;
    padding:0 5px;
    border:1px solid #c00;
    border-radius:8px;
    font-size:0.9em;
}
.remove-indicator .fa {
    font-size:1em;
}

.grantee-reports .report-section-header {
    text-align:left;
    margin-bottom:15px;
}
.grantee-reports .question .fields-col{
    display:inline-block
}
.grantee-reports .question .field {
    margin-bottom:50px;
}
.grantee-reports .question .field.selected-service-field {
    margin-bottom:25px;
}
.grantee-reports .question .field-item {
    width:65%;
}
/* for outcomes */
.indication-edit-warning {
    text-align:center;
    margin-bottom:10px;
}
.indication-edit-warning button {
    padding:5px 25px;
    border:1px dashed #696969;
    border-radius:5px;
}
.indication-edit-warning button:hover {
    border-style:solid;
}
.grantee-reports .question td.result-fields .field-item {
    width:100%;
}
.grantee-reports .question .result-fields .field-unit {
    margin-bottom:10px;
}
.grantee-reports .question .result-fields .field-unit,
.grantee-reports .question .forecast-col .field-unit,
.grantee-reports .question .result-fields .non-edit-field {
    position:relative;
}
.grantee-reports .question .result-fields .non-edit-field.classification p .fa {
    font-size:1em;
    margin-right:5px;
}
.grantee-reports .question .result-fields .field-unit .check-audits,
.grantee-reports .question .forecast-col .field-unit .check-audits {
    position:absolute;
    top:20px;
    right:0;
}
.grantee-reports .question .forecast-col .field-unit .check-audits {
    top:0; /* if not showing label above field */
}
.grantee-reports .question .result-fields .non-edit-field .check-audits {
    margin-top:5px;
    float:right;
}
.grantee-reports .question .result-fields .non-edit-field label {
    font-weight:bold;
}
.grantee-reports .question .relevant-fields .result-fields label .check-audits .fa,
.grantee-reports .question .forecast-col label .check-audits .fa {
    font-size:20px;
}
.grantee-reports .question .fields-2 .field-unit {
    display:inline-block;
    width:40%;
}
.grantee-reports .question .fields-2 .fld-pair-left .field-unit {
    margin-right:10%;
}
.field-unit .check-audits.none,
.relevant-fields .check-audits.none,
.grantee-reports .question .rpt-section-label .check-audits.none,
.grantee-reports .question .budget-tbl .header-col .check-audits.none,
.grantee-reports .question .currency-col .check-audits.none {
    color:#45474e;
}
.field-unit .check-audits.incomplete,
.relevant-fields .check-audits.incomplete,
.grantee-reports .question .rpt-section-label .check-audits.incomplete,
.grantee-reports .question .budget-tbl .header-col .check-audits.incomplete,
.grantee-reports .question .currency-col .check-audits.incomplete {
    color:#ffc000;
}
.field-unit .check-audits.complete,
.grantee-reports .question .rpt-section-label .check-audits.complete,
.relevant-fields .check-audits.complete,
.grantee-reports .question .budget-tbl .header-col .check-audits.complete,
.grantee-reports .question .currency-col .check-audits.complete {
    color:#90a445;
}
.grantee-reports .question .field-unit > label {
    display:block;
    margin-bottom:5px;
    font-weight:400;
    font-size:1em;
}
.relevant-fields .check-audits .fa,
.grantee-reports .question .field-unit > label .fa,
.grantee-reports .question .rpt-section-label .fa,
.grantee-reports .question .budget-tbl .header-col .fa,
.grantee-reports .question .currency-col .check-audits .fa  {
    font-size:inherit;
    margin-left:5px;
    cursor:pointer;
}
.grantee-reports .question .field-item input[type="text"]:focus,
.grantee-reports .question .field-item textarea:focus,
.grantee-reports .question .field-item select:focus {
    border-color:#fc0;
}
.grantee-reports .question .field-item input[type="text"],
.grantee-reports .question .field-item textarea {
    width:calc(100% - 22px);
    font-size:1em;
}
.grantee-reports .question .field-item textarea#report_description-inpt {
    min-height:104px;
}
.grantee-reports .question .field-item .outcomes input[type="text"],
.grantee-reports .question .field-item .outcomes textarea {
    width:calc(100% - 50px);
}
.grantee-reports .question .field-item select {
    width:100%;
    font-size:1em;
    padding:5px 0;
}
.grantee-reports .question .field-item .outcomes select {
    width:calc(100% - 27px);
}
.grantee-reports .question .field-item .text-counter {
    margin-top:2px;
}
.grantee-reports .question .field-feedback {
    float:right;
    width:30%;
    position:relative;
}
.grantee-reports .question .field-feedback .field-check {
    position:relative;
    left:auto;
    width:auto;
    margin:0;
    color:#45474e;
}
.budget-tbl .field-check {
    color:#45474e;
}
.grantee-reports .question .upload-docs-wrp,
.grantee-reports .question .rpt-notes-wrp {
    margin-left:0;
}
.grantee-reports .validation .field-check {
    min-height:20px;
}
.grantee-reports .validation .field-check ul {
    overflow:hidden;
    padding:0 0 0 10px;
    display:none; /* hiding error/warning text that's not within audit cards now, except for Outcomes -- see below */
}
.outcomes-report .guidance-audit .validation .field-check ul,
.grantee-reports .guidance-audit .validation .field-check ul {
    display:inherit;
}
/* START NEW NONE-FIXED GUIDANCE CARDS WITH ARROWS */
.report-form-wrp main {
    /*width:calc(100% - 4rem) !important;
    overflow-y:unset !important;*/
}
.grantee-reports .guidance-audit {
    position:absolute;
    left:-25px;
    top:0;
    right:0;
    z-index:10;
    background:beige;
    border:1px solid #bfbfbf;
    box-shadow:5px 5px 5px #bfbfbf;
    border-radius:15px;
}
.guidance-arrow {
    position:absolute;
    top:20px;
    left:-56px;
}
.guidance-arrow .arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right:75px solid beige;
    position:absolute;
    left:-17px;
    z-index:11;
}
.guidance-arrow .arrow-left-bg {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right:75px solid #bfbfbf;
    position:absolute;
    left:-20px;
    z-index:10;
}
/* END NEW NONE-FIXED GUIDANCE CARDS WITH ARROWS */
/* START FIXED GUIDANCE CARDS FOR STAGE INDICATORS AND BUDGET TABLE */
.grantee-reports .stage-indicators .guidance-audit,
.grantee-reports .budget-table .guidance-audit {
    position:fixed;
    left:auto;
    right:2rem;
    top:150px;
    width:30%;
    max-height:calc(100% - 175px);
    overflow-y:auto;
    overflow-x:hidden;
}
.stage-indicators .guidance-arrow,
.budget-table .guidance-arrow {
    display:none;
    top:15px;
    left:-55px;
}
.stage-indicators .guidance-arrow .arrow-left,
.budget-table .guidance-arrow .arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right:100px solid beige;
    left:-41px;
}
.stage-indicators .guidance-arrow .arrow-left-bg,
.budget-table .guidance-arrow .arrow-left-bg {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right:100px solid #bfbfbf;
    left:-45px;
}
/* START FIXED GUIDANCE CARDS FOR STAGE INDICATORS AND BUDGET TABLE */
.guidance-audit h4 {
    font-size:1em;
    padding-bottom:10px;
    margin:10px;
    text-align:left;
    border-bottom:1px solid #45474e;
    padding-right:20px;
}
.guidance-audit h4 span {
    float:right;
    color:#999;
    font-size:0.8em;
    line-height:2em;
    margin-left:5px;
}
/*.guidance-audit h5:before {
    font-family:'Font Awesome 5 Pro';
    content:"\f0da";
    margin-right:5px;
}*/
.guidance-audit h5 .fa {
    cursor:pointer;
    font-size:1.1em;
}
.guidance-audit .field-validation .validation .field-check {
    margin:10px;
    border-bottom:1px solid #45474e;
    padding-bottom:10px;
}
.guidance-audit .field-validation .validation .field-check .fa {
    cursor:default;
}
.guidance-audit .field-validation h5 {
    color:#ffc000;
    font-size:0.9em;
    border-bottom:0;
    margin:0 0 5px;
    padding:0;
}
.checks-list li.warnings .hide-alert,
.outcomes-stage-alerts p.warning .hide-alert {
    cursor:pointer;
    font-size:0.8em;
    font-weight:bold;
    color:#999;
}
.outcomes-stage-alerts p.warning .hide-alert {
    color:#fff;
    font-size:1em;
    margin:2px 0 0 25px;
}
.checks-list li.warnings .hide-alert:hover {
    text-decoration:underline;
}
.guidance-audit .close-card {
    position:absolute;
    top:10px;
    right:10px;
    z-index:10;
}
.guidance-audit .close-card .fa {
    cursor:pointer;
    color:#bfbfbf;
}
.audit-table td {
    vertical-align:top;
    font-size:0.8em;
}
.audit-table .bool {
    text-align:left;
    min-width:20px;
    padding:0 5px 10px 10px;
}
.audit-table .bool .fa-square {
    color:#bfbfbf;
    cursor:pointer;
}
.audit-table .bool .fa-check-square {
    color:#90a445;
    cursor:pointer;
}
.audit-table .bool input[type="checkbox"] {
    margin-top:3px
}
.audit-table .text {
    padding:0 10px 10px 0;
    cursor:pointer;
}
.grantee-reports fieldset {
    padding:0;
    margin:0;
}
/* progress ribbon */
.progress-ribbon .customquestions-lnk,
.progress-ribbon .impactreceipt-lnk {
    height:76px;
}
.progress-ribbon .audit-track {
    /*height:5px;*/
    margin-top:5px;
    /*background:#fff;*/
    font-size:0.8em;
    display:block;
}
.progress-ribbon .active .audit-track {
    border-color:#666;
}
.progress-ribbon .audit-track .progress {
    height:5px;
    width:100%;
    background:#f4f6f9;
}
.progress-ribbon .audit-track span {
    font-weight:bold;
}
.progress-ribbon .low {
    color:#f00;
}
.progress-ribbon .medium {
    color:#ffc001;
}
.progress-ribbon .high {
    color:#90a445;
}
.progress-ribbon .low .progress {
    background:#f00;
}
.progress-ribbon .medium .progress {
    background:#ffc001;
}
.progress-ribbon .high .progress {
    background:#90a445;
}
.audit.progress-ribbon .audit-track {
    border:1px solid #999;
}
.audit.progress-ribbon .audit-track,
.audit.progress-ribbon .audit-track .progress {
    height:16px;
}
.audit.progress-ribbon .audit-track .progress {
    font-size:10px;
    line-height:15px;
    background:#bfbfbf;
}
.audit.progress-ribbon .audit-track .progress span {
    padding:0 5px;
}
.ti-feedback-list {
}
.funder-feedback {
    margin:10px;
    font-size:0.8em;
    border-bottom:1px solid #45474e;
    padding-bottom:10px;
}
.hidden-feedback .funder-feedback {
    border-bottom:0;
    padding-bottom:0;
}
.hidden-feedback .funder-feedback .comment {
    display:none;
}
.funder-feedback h5,
.audit-table h5 {
    padding:0;
    margin:0 0 5px;
    font-weight:bold;
}
.audit-table h5 {
    font-size:0.9em;
    margin-left:10px;
}
.audit-table h5 span {
    color:#c00;
    font-weight:normal;
    font-size:0.9em;
}
.funder-feedback .mark {
}
.funder-feedback .comment {
    padding-bottom:5px;
}
.funder-feedback .comment .fa-comment {
    color:#fc0;
    margin-right:5px;
}
.funder-feedback .comment .fa-comment.resolved {
    color:#90a445;
}
.funder-feedback .comment span {
    min-width:20px;
}
.funder-feedback .resolve {
    float:right;
    margin-left:5px;
}
.feedback-notification span .fa {
    color:#fc0;
    margin-right:5px;
    cursor:pointer;
    display:none;
}
.feedback-notification span .fa:first-child {
    display:inline;
}
/* self audit count report */
.audit-count-report {
    float:right;
    margin-top:-10px;
    text-align:right;
}
.audit-count-report .title {
    font-weight:normal;
    color:#999;
}
.audit-count-report .count {
    min-width:40px;
    padding-left:5px;
    font-weight:bold;
}
.audit-count-report .count.low {
    color:#f00;
}
.audit-count-report .count.medium {
    color:#ffc001;
}
.audit-count-report .count.high {
    color:#90a445;
}
.audit-count-report .count:after {
    content:"%";
}
.audit-count-report .show-all-alerts {
    cursor:pointer;
    text-decoration:underline;
}
/* page header report */
.page-header-report {
    position:absolute;
    left:0;
    top:0;
    right:0;
    background:#f4f6f9;
    border-bottom:1px solid #bfbfbf;
    padding:5px 0 5px 40px;
}
.page-header-report .page-view,
.page-header-report .report-view {
    display:inline-block;
    width:49%;
}
/* report page content column labels */
.grantee-reports .content-cols {
    position:relative;
    height:15px;
    margin-bottom:25px;
}
.grantee-reports .content-cols .col {
    display:inline-block;
    position:relative;
    border:1px solid #999;
    border-width:0 1px;
    text-align:center;
    height:15px;
    padding:0;
    font-size:15px;
    line-height:15px;
    color:#999;
}
.grantee-reports .content-cols .col.questions {
    width:calc(65% - 2px);
}
.grantee-reports .content-cols .col.alerts {
    width:calc(10% - 2px);
}
.grantee-reports .content-cols .col.guidance {
    width:calc(29% - 2px);
}
.grantee-reports .content-cols .col .label {
    position:absolute;
    left:0;
    right:0;
    top:0;
    text-align:center;
    font-weight:bold;
}
.grantee-reports .content-cols .col .label span {
    background:#fdfdff;
    padding:0 10px;
}
.grantee-reports .content-cols .col .label hr {
    position:absolute;
    top:6px;
    left:0;
    right:0;
    border:0;
    border:0;
    background:#333;
}
/* hidden radio button for guidance continue */
.grantee-reports .guidance-helper {
    position:absolute;
    left:-1000px;
    opacity:0;
}
.no-upload-file {
    background:#fcf9fa;
    padding:10px;
    border:1px solid #efefef;
    width:calc(100% - 50px);
}
/* custom questions */
.custom-questions-report .sv_main .sv_container .sv_body.sv_completed_page > h3 {
    font-size:1.5em;
}
.custom-questions-report .sv_nav input.my-complete-btn,
.custom-questions-report .sv_nav input.my-complete-btn:hover {
    background-color:#90a445;
    border-color:#90a445;
    font-size:1.2em;
    border-radius:4px;
}
.createorg .sv_container label span {
    display:inline;
}

/* grant opportunities */
.grant-opportunities h1 {
    padding:10px 25px;
    background:#efefef;
    color:#fc0;
    font-size:3em;
    margin:0;
}
.grant-opportunities h2 {
    padding:0;
    font-size:1.5em;
    margin:0 0 10px 0;
    border-bottom:1px solid #90a445;
    color:#90a445;
}
/* block for spinning icon for loading */
.grant-opportunities .loading {
    text-align:center;
    font-size:1em;
}
.grant-opportunities .loading .fa {
    font-size:inherit;
}
/* report info */
.grant-opportunities .report-info {
    padding:25px;
}
.grant-opportunities .report-desc {
}
.grant-opportunities .finances {
    float:right;
    margin:0 0 0 25px;
    padding:0;
    border:1px solid #bfbfbf;
    font-size:0.8em;
}
.grant-opportunities .finances table {
    width:100%;
}
.grant-opportunities .finances td {
    padding:10px 5px;
    border-bottom:1px solid #bfbfbf;
    font-weight:bold;
}
.grant-opportunities .finances tr:last-child td {
    border:0;
}
.grant-opportunities .finances tr td:last-child {
    text-align:right;
}
.grant-opportunities .finances .fa {
    float:left;
    font-size:1.2em;}
.grant-opportunities .beneficiaries {
    margin:20px 0;
}
.grant-opportunities .beneficiaries label {
    font-weight:bold;
}
.grant-opportunities .beneficiaries ul {
    display:inline-block;
    padding:0;
    margin:0;
}
.grant-opportunities .beneficiaries ul li {
    display:inline-block;
    padding:2px 5px;
    border:1px solid #333;
    background:#fff;
    margin-left:10px;
    font-size:0.9em;
}
/* filters */
.grant-opportunities .search-filters .filters {
    overflow:hidden;
    transition:max-height 0.4s ease-out;
}
.grant-opportunities .hide-filters {
    float:right;
    cursor:pointer;
}
.grant-opportunities .hide-filters span:hover {
    text-decoration:underline;
}
.grant-opportunities .search-filters {
    clear:both;
    margin:25px;
    font-size:14px;
}
.grant-opportunities .filter {
    font-size:14px;
}
.grant-opportunities .group1 {
    margin-bottom:10px;
}
.grant-opportunities .group1 .filter {
    display:inline-block;
    margin-right:10px;
}
.grant-opportunities .group2 .filter {
    display:inline-block;
    max-width:30%;
    margin-right:22px;
}
.grant-opportunities .search-filters label {
    display:block;
    font-size:0.8em;
    font-weight:bold;
}
.grant-opportunities .search-filters label span {
    color:#bfbfbf;
}
.grant-opportunities .search-filters select {
    opacity:1;
    width:calc(100% + 12px);
    border-radius:2px;
    font-size:12px;
}
.grant-opportunities select[multiple] option {
    padding:5px;
    border-bottom:1px solid #bfbfbf;
    font-weight:12px;
}
.grant-opportunities select option:last-child {
    border-bottom:0;
}
.grant-opportunities input {
    opacity:1;
    padding:2px 5px;
    width:calc(100% - 12px);
    font-size:12px;
    border-radius:2px;
}
.grant-opportunities .search-filters .action-buttons {
    text-align:center;
}
/* search results */
.grant-opportunities .search-results {
    margin:25px;
    padding-bottom:25px;
}
/* pagination */
.grant-opportunities .search-results .search-pagination {
    position:relative;
    display:block;
    margin:0;
    padding:0;
}
.grant-opportunities .search-results .search-pagination.bottom {
    margin:10px 0;
}
.grant-opportunities .search-results .search-pagination div {
    position:absolute;
    text-align:center;
    width:100%;
}
.grant-opportunities .search-results .search-pagination span.go {
    cursor:pointer;
}
.grant-opportunities .search-results .search-pagination span.hide {
    opacity:0;
}
.grant-opportunities .search-results .search-pagination span.go:hover {
    text-decoration:underline;
}
.grant-opportunities .search-results .search-pagination span.page {
    border:1px solid;
    padding:0 5px;
    margin:0 5px;
}
/* sort */
.search-sort {
    float:right;
    font-size:0.8em;
}
.search-sort select {
    opacity:1;
    display:inline-block;
    font-size:12px;
    border-radius:2px;
}
.grant-opportunities .search-results ul {
    list-style:none;
    margin:0;
    padding:0;
}
.grant-opportunities .search-results li {
    list-style:none;
    border:1px solid #bfbfbf;
    border-radius:5px;
    margin:5px 0;
    padding:5px 10px;
    background:#fff;
    cursor:pointer;
}
.grant-opportunities .search-results li:hover {
    background:#efefef;
}
.grant-opportunities .search-results li.active {
    background:#fafeeb;
}
.grant-opportunities .search-results .view-details {
    float:right;
}
.grant-opportunities .search-results .view-details a {
    color:#333;
    cursor:pointer;
    font-size:0.8em;
}
.grant-opportunities .search-results .view-details a:hover {
    text-decoration:underline;
}
.grant-opportunities .search-results .name {
    font-weight:bold;
    font-size:1em;
    margin-bottom:5px;
}
.grant-opportunities .search-results .posted,
.grant-opportunities .search-results .close,
.grant-opportunities .search-results .award-floor,
.grant-opportunities .search-results .award-ceiling,
.grant-opportunities .search-results .cost-sharing,
.grant-opportunities .search-results .funding {
    display:inline-block;
    font-size:0.8em;
    margin-right:25px;
}
.grant-opportunities .search-results .desc,
.grant-opportunities .search-results .eligibility,
.grant-opportunities .search-results .investment-types,
.grant-opportunities .search-results .categories,
.grant-opportunities .search-results .eligibility-types {
    font-size:0.8em;
    margin:5px 0;
}
.grant-opportunities .search-results .grantor-contact div {
    font-size:0.8em;
    margin:5px 0;
}
.grant-opportunities .search-results .additional {
    overflow:hidden;
    transition:max-height 0.4s ease-out;
    max-height:0;
}
/* on impact receipt page */
.grant-opportunities .return-receipt,
.grant-opportunities-link {
    float:right;
    border-bottom:1px solid;
    padding-bottom:2px;
    cursor:pointer;
}
.grant-opportunities .return-receipt {
    margin:25px 25px 0 0;
}
.grant-opportunities .return-receipt:hover,
.grant-opportunities-link:hover {
    border:0;
}

.intervention-active-box {
    padding:15px 10px;
    color:#000;
    border:2px solid #333;
    border-radius:5px;
    background:#fff;
}
/* taxonomy top level */
.taxonomy-selection .top-level .level,
.dosage-selection .dosage-types .type {
    display:inline-block;
    margin:0 10px 10px 0;
    border:1px solid #000;
    border-radius:5px;
    width:150px;
    height:130px;
    max-height:200px;
    text-align:center;
    background:#efefef;
    color:#000;
    overflow:auto;
    overflow-y:hidden;
}
.taxonomy-selection:not(.disabled_question) .top-level .level:hover,
.dosage-selection:not(.disabled_question) .dosage-types .type:hover {
    background:#fff;
    border-color:#90a445;
    color:#90a445;
    cursor:pointer;
}
.taxonomy-selection .top-level .level .label,
.dosage-selection .dosage-types .type .label {
    display:block;
    height:40px;
    border-bottom:1px solid #333;
    padding:0 2px;
    font-size:0.7em;
}
.taxonomy-selection:not(.disabled_question) .top-level .level:hover .label,
.dosage-selection:not(.disabled_question) .dosage-types .type:hover .label {
    border-color:#90a445;
}
.taxonomy-selection .top-level .level .label span,
.dosage-selection .dosage-types .type .label span {
    position:relative;
    top:50%;
    transform:translateY(-50%);
    display:block;
    text-transform:capitalize;
}
.taxonomy-selection .top-level .level .icon,
.dosage-selection .dosage-types .type .icon {
    display:block;
    height:89px;
}
.taxonomy-selection .top-level .level .fa,
.dosage-selection .dosage-types .type .fa {
    font-size:50px;
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
/* taxonomy sub levels */
.taxonomy-selection .sub-levels {
    clear:both;
    padding-top:25px;
}
.taxonomy-selection h3,
.intervention-type-selection h3,
.dosage-selection h3 {
    font-size:1em;
    margin:0 0 10px 0;
    font-weight:bold;
}
.taxonomy-selection .sub-levels .level {
    display:inline-block;
    margin:0 10px 10px 0;
    width:150px;
    height:75px;
    padding:5px;
    border:1px solid #000;
    border-radius:5px;
    cursor:pointer;
    background:#efefef;
    color:#000;
    font-size:0.8em;
    text-align:center;
    overflow:auto;
}
.taxonomy-selection .sub-levels .level div {
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
.taxonomy-selection .sub-levels .level:hover {
    background:#fff;
    /*border-color:#90a445;
    color:#90a445;*/
}
.taxonomy-selection .sub-levels .fa-check,
.taxonomy-selection .sub-levels .fa-check-square {
    color:#90a445;
}
.taxonomy-selection .sub-levels .fa-square {
}
.taxonomy-selection .sub-levels .fa-times-circle {
    color:#c00;
}
.intervention-report .change {
    text-decoration:underline;
    cursor:pointer;
}
/* active levels */
.taxonomy-selection .active-levels {
    border-color:#c5dbec;
}
.taxonomy-selection .active-levels span:not(:first-child):before {
    font-family:'Font Awesome 5 Pro';
    content:'\f054';
}
.taxonomy-selection .active-levels span:first-child {
    text-transform:capitalize;
}
.taxonomy-selection .active-levels span:last-child {
    font-weight:bold;
}
.taxonomy-selection .back-level {
    float:right;
    cursor:pointer;
}
.taxonomy-selection .back-level span {
    text-decoration:underline;
}
/* intervention types */
.intervention-type-selection table {
    margin-top:10px;
    width:100%;
}
.intervention-type-selection tbody {
    border:1px solid #bfbfbf;
}
.intervention-type-selection tbody td {
    background:#efefef;
    padding:5px;
}
.intervention-type-selection tbody:not(.active):hover td {
    background:#fff;
    color:#90a445;
    cursor:pointer;
}
.intervention-type-selection tbody td.label {
    font-size:1em;
    font-weight:bold;
    padding-bottom:0;
}
.intervention-type-selection tbody td.icon {
    padding:10px 15px;
}
.intervention-type-selection tbody td.icon .fa {
    font-size:50px;
}
.intervention-type-selection tbody td.desc {
    font-size:0.9em;
}
.intervention-type-selection tbody .info td {
    border-bottom:1px solid #bfbfbf;
}
.intervention-type-selection tbody .options td {
    padding:10px;
}
.intervention-type-selection tbody .options td div,
.dosage-selection .options div {
    margin:5px 0;
}
.intervention-type-selection tbody .options td div .fa,
.dosage-selection .options div .fa {
    width:20px;
    font-size:0.9em;
    cursor:pointer;
}
.intervention-type-selection tbody .options td div span,
.dosage-selection .options div span {
    font-size:0.9em;
}
/* active types */
.intervention-type-selection .active-types {
    border-color:#c5dbec;
}
.intervention-type-selection .active-types .primary-type {
    font-weight:bold;
    text-transform:capitalize;
}
.intervention-type-selection .active-types .secondary-types span:not(:first-child):before {
    content:'; ';
}
.intervention-type-selection .active-types .secondary-types span:first-child:before {
    font-family:'Font Awesome 5 Pro';
    content:'\f054';
    padding-right:5px;
}
/* intervention dosages */
.dosage-selection .dosage-list {
    background:#efefef;
    padding:10px;
    border:1px solid #bfbfbf;
    margin-top:10px;
}
/* active types */
.dosage-selection .active-dosages {
    border-color:#c5dbec;
}
.dosage-selection .active-dosages .dosage-type {
    font-weight:bold;
    text-transform:capitalize;
}
.dosage-selection .active-dosages span:not(:first-child):before {
    font-family:'Font Awesome 5 Pro';
    content:'\f054';
    padding-right:5px;
}
/* jquery UI tooltip */
.ui-tooltip.taxonomy-box {
    max-width:500px;
    font-size:0.8em;
    color:#333;
    border-radius:5px;
    border-color:#999;
    padding:10px;
    background:#fbf8ee;
    box-shadow:3px 3px 5px #dfdfdf;
}
/* intervention strategies */
.intervention-strategies .field-unit {
    margin-bottom:15px;
    font-size:0.9em;
}
/* intervention strategies */
.intervention-strategies .field-unit .fa-circle{
    font-size:1em;
}

/* report header */
.report-form-wrp header {
}
.report-form-wrp header img {
    border-radius: 50%;
    max-height: 65px;
    max-width: 65px;
    vertical-align: middle;
}
.report-form-wrp header .report-program-manager {
    float:right;
    margin:12px 40px 0 0;
}
.report-form-wrp header .report-program-manager select {
    opacity:1;
    min-width:150px;
}
.report-form-wrp header .report-program-manager .manager-name {
    display:inline-block;
    min-width:150px;
}
.report-form-wrp header .report-program-manager .manager-name span {
    cursor:pointer;
}
.report-form-wrp header .report-program-manager span:hover {
    text-decoration:underline;
}
.report-form-wrp header h1 {
    background-color: #e7eaf1;
    border-color: #c0c5cb;
    border-style: solid;
    border-width: 1px 0;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 10px 60px;
}
/* report nav */
.report-form-wrp nav li {
    margin: 0 0.5rem;
    /*height: 63px;*/
}
.report-form-wrp nav a {
    color: #45474e;
    font-weight: 400;
}
.report-form-wrp .tables th {
    text-align: center;
}
.report-form-wrp .fa-delete {
    color: #fdbeb6;
    font-size: 16px;
}
.report-form-wrp .error-msg {
    color: #d00235;
}
.rpt-stage-status {
    text-transform: uppercase;
}
.progress-ribbon .fa {
    background-color: #f4f6f9;
    border-radius: 50%;
    display: block;
    font-size: 26px;
    height: 28px;
    line-height: 28px;
    margin: 5px auto 0;
    width: 28px;
}
/* Comments Icon */
.progress-ribbon .fa-comment,
.progress-ribbon .fa-comment,
/* Warning Icon */
.progress-ribbon .fa-exclamation-circle {
    color: #ffc000;
}
/* Error Icon */
.progress-ribbon .fa-times-circle,
.progress-ribbon .fa-times-circle {
    color: #ff0000;
}
/* Success Icon */
.progress-ribbon .fa-check-circle,
.progress-ribbon .fa-check-circle {
    color: #90a445;
}
/* Old Style Progress Indicator In Progress or Not Complete */
.progress-ribbon .fa-adjust,
.progress-ribbon .fa-circle {
    color: #bfbfbf;
}
/* Midline to vertically center the li's
.progress-ribbon {
    position: relative;
}
.progress-ribbon::before {
    border-bottom: 1px solid red;
    bottom: 50%;
    content: ' ';
    position: absolute;
    width: 100%;
    z-index: 0;
}
*/
.progress-ribbon ol {
    margin: 0;
    min-width: 1150px;
    padding-left:24px;
}
.progress-ribbon li {
    padding: 13px 10px 7px;
    text-align: center;
    vertical-align: top;
}
.progress-ribbon .impactreceipt-lnk {
    padding: 10px;
}
.progress-ribbon .page {
    min-width:90px;
}
.progress-ribbon .active {
    background-color:#bfbfbf;
}
.progress-ribbon .active a {
    color:#fff;
}
.progress-ribbon .active .fa {
    background-color:inherit;
}
.progress-ribbon .fa.for-active,
.profcontent .fa.for-active {
    display:none;
}
.progress-ribbon .fa.for-inactive {
    display:block;
}
.progress-ribbon .active .fa.for-active.fa-adjust,
.progress-ribbon .active .fa.for-active.fa-circle {
    color:#f4f6f9;
}
.progress-ribbon .active .fa.for-active {
    display:block;
}
.progress-ribbon .active .fa.for-inactive {
    display:none;
}
.progress-ribbon .impactreceipt-lnk {
    width: 100px;
}
/* Override .report-form-wrp .submit-wrp */
.report-form-wrp .progress-ribbon .global-actions {
    padding:6px 0;
    width: 200px;
    height: 83px;
}
.global-actions .primary-bttn,
.global-actions .secondary-bttn {
    min-width: 164px;
}
.global-actions .primary-bttn:disabled {
    color: #bfbfbf;
}
.report-form-wrp .submit-wrp {
    text-align: center;
    padding-top: 16px;
}
.report-form-wrp .narrow {
    max-width: 552px;
    margin: 0 auto;
}
.report-form-wrp .budget-wrp,
.report-form-wrp .outcomes-wrp {
    max-width: 660px;
    margin: 0 auto;
}

.report-form-wrp main {
    background-color: #fdfdff;
    padding:25px 2rem;
    /* width: 61%; */
    /* max-width: 732px; */
    /*position: relative;*/  /* Align field-checks */
    /* to keep header static and only have form area scrollable */
    position:fixed;
    width:calc(100% - 160px - 4rem);
    overflow-y:auto;
    height:calc(100% - 126px - 4rem);
}
/* Line for aligning .field-check from right edge of main
.report-form-wrp main::before {
    border-right: 1px solid red;
    content: ' ';
    height: 100%;
    position: absolute;
    right: 35px;
    z-index: 0;
}
*/
.report-section-header {
    color: #c2cd23;
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 30px;
    text-align: center;
}
.rpt-section-label {
    font-size:1em;
    font-weight: 400;
    padding:0;
    margin:0 0 15px 0;
}

.report-dates ti-date-field:first-child .fld-wrp {
    position: relative;
}
.report-dates ti-date-field:first-child .fld-wrp::after {
    content: "–";
    margin-right: -26px;
    position: absolute;
    right: 0;
    top: 1.8rem;
}
.report-dates ti-date-field .fld-wrp {
    margin-bottom: 0;  /* Align date-counter directly below fields. */
}
.report-dates .date-counter {
    margin-left: 278px;
}
.add-bttn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding:5px;
    border:1px dashed transparent;
    border-radius:5px;
}
.add-bttn:hover {
    text-decoration:none;
    border-color:inherit;
}
.add-bttn .fa {
    font-size: 14px;
    padding-right: 3px;
}
.save-confirm-modal {
    font-family: 'Roboto';
    font-size: 1rem;
}
.save-confirm-modal legend {
    font-weight: 400;
}
.save-confirm-modal input {
    min-width: 100px;
    width: 100px;
}
.save-confirm-modal.ngdialog .submit-wrp {
    text-align: left;
}
.save-confirm-modal .cancel-wrp input {
    vertical-align: text-bottom;
}
.save-confirm-modal .cancel-wrp span {
    display: inline-block;
    vertical-align: bottom;
    width: 288px;
}

#end_date-fld .hints, #end_date-fld .field-checks {
    display: none;
}
.intervention-wrp {
    /*margin-left: 15px;*/
}
.intervention-wrp .field-unit {
    margin-bottom:20px;
}
.intervention-wrp .field-unit:last-of-type {
    margin-bottom:5px;
}
.intervention-flds {
    position: relative;
}
.intervention-flds textarea {
    background-position: 6px 11px;
    background-repeat: no-repeat;
    background-image: url(/img/bullet-point.png);
    min-height: 3.5rem;
    padding-left: 20px;
    resize: none;
    width: 95%;
}
.intervention-flds .fa-delete {
    position: absolute;
    top:0;
    right:0;
}
.max-hint {
    color: #666;
    font-size: 13px;
}
.beneficiaries-wrp {
    margin-left:0;
}
.beneficiary-location-flds {
    position: relative;
    margin-bottom:20px;
}
.beneficiary-location-flds:last-of-type {
    margin-bottom:5px;
}
.beneficiary-location-flds input {
    width: 95%;
}
.beneficiary-location-flds .fa-delete {
    color:#fdbeb6;
    font-size:16px;
    position:absolute;
    top:0;
    right:0;
}
.tag-row:hover td {
    background-color: #ebeedd;
}
.demographic-name {
    width: 135px;
}
.demographic-tags {
    width:100%;
    max-width:none;
    margin-bottom:5px;
}
.demographic-tags .name-col {
    width:45%;
}
.demographic-tags .percentage-col {
    max-width:90px;
}
.demographic-tags .checks-col {
    width:55%;
}
.demographic-tags .fld-wrp {
    margin: 0;
}
.demographic-tags td {
    vertical-align:top;
}
.demographic-tags .demographic-name {
    vertical-align:middle;
    font-weight:bold;
}
.question .demographic-tags .field-unit > label {
    display: none;
}
.demographic-tags .field-check {
    position:static;
    top:0;
    left:0;
    margin:0;
    font-size:1em;
}
.demographic-tags .field-check ul {
    overflow:hidden;
    padding:0 0 0 10px;
}
.demographic-percentage .fld-wrp span::after {
    content: "%";
}
.demographic-percentage input {
    margin-right: 4px;
    text-align: right;
    width: 70px;
}
.demographic-percentage .guidance-wrp {
    left: 376px;
}
.ngdialog.demographic-tags-modal .ngdialog-content {
    width: 1000px;
}
.demographic-tags-modal .tables {
    background-color: #fff;
    max-width: 100%;
}
.demographic-tags-modal .tables tbody th {
    text-align: left;
}
.demographic-tags-modal .primary-bttn,
.demographic-tags-modal .secondary-bttn {
    padding: 10px 50px;
}
.demographic-tags-modal .guidance-wrp {
    left: auto;
    position: fixed;
    right: 0;
}
#selected_service-fld .guidance-wrp {
    left: 660px;
}
#selected_service-fld strong {
    font-weight: 400;
}
#selected_service-fld em {
    font-weight: 300;
}
.selected_service-readonly-wrp {
    float: left;
    width: 100%;
}
.outcomes-wrp .primary-bttn {
    min-width: auto;
}
.viewmode-warning {
    color: #ffc000;
}
.outcomes {
    /* row/colspan borders and display:none; and Firefox don't work well with border-collapse: collapse; */
    border-collapse: separate;
    width: 100%;
    max-width:none;
}
.outcomes td {
    border: none;
}
.outcomes .radio-wrp {
    margin: 0;
    padding: 0;
}
.outcomes .radio-wrp li {
    margin-bottom: 3px;
}
.outcomes .radio-wrp input {
    margin-right: 3px;
}
.irrelevant {
    background-color: #f4f6f9;
}
.relevant {
    background-color: #ebeedd;
}
.relevant-fields {
    /* Overrule the color above for .relevant */
    background-color: transparent;
}
.relevant-fields .result-fields .ng-empty,
.forecast-col input[type="text"].ng-empty:not([readonly]) {
    border-color:#c00;
    background:#fcf9fa;
}
.relevant-fields .result-fields .check-audits .fa-circle,
.forecast-col .check-audits .fa-circle {
    color:#bfbfbf;
}
.forecast-col .field-check .checks-list .fa {
    /*cursor:default;*/
}
.forecast-col .field-check .checks-list .fa-check-circle {
}
.forecast-col .indicator-super-icon.incomplete .field-check .checks-list .fa-check-circle {
    color:#fc0;
}
.forecast-col .indicator-super-icon.none .field-check .checks-list .fa-check-circle {
    color:#c00;
}
.relevant-fields .guidance-wrp {
    left: 546px;
}
.outcomes .undecided {
    background-color: transparent;
}
.irrelevant.relevant-fields {
    display: none;
}
.irrelevant .forecast,
.undecided .forecast {
    visibility: hidden;
}
.outcomes-stage-alerts td {
    padding:0;
}
.outcomes-stage-alerts td p {
    padding:10px;
    margin:0 0 3px 0;
    color:#fff;
}
.outcomes-stage-alerts p.error {
    background:#f00;
}
.outcomes-stage-alerts p.warning {
    background:#ffc000;
}
.outcomes-stage-alerts p .fa {
    float:left;
    margin-right:5px;
}
.outcomes-stage-alerts p span {
    overflow:hidden;
    font-size:1.2em;
    display:block;
}
.indicator-definition {
    color: #999;
}
.forecast {
    margin: 0;
}
.forecast label {
    display: none;
}
.forecast input {
    width: 102px;
    font-size: 14px;
    text-align: center;
}
.forecast .guidance-wrp {
    left: 128px;
}
/* More specific than .tables td padding */
.outcomes .result-fields {
    /* padding-left: 30px; */
}
.forecast-col {
    width: 102px;
}
.result-fields p {
    margin-top: 0;
}
.initial-forecast {
    text-align:left;
    margin-top:5px;
}
.outcomes .table-th {
    vertical-align: middle;
}
.outcomes select {
    font-size: inherit;
    opacity: 1;
}
.outcomes textarea {
    font-size: inherit;
    min-height: 3rem;
}
.outcomes input[type=text] {
    width: 80px;
}
/* outcome stage table */
.tables.outcomes .stage-col {
    width:15%;
}
.tables.outcomes .indicator-col {
    width:60%;
}
.tables.outcomes .relevant-col {
    width:10%;
    text-align:center;
}
.tables.outcomes .forecast-col {
    width:15%;
}
/* pretty checkboxes */
.outcomes .relevant-col i.fa-square,
.outcomes .relevant-col i.fa-check-square {
    cursor:pointer;
}
.outcomes .relevant-col i.fa-check-square {
    color:#90a445;
}
/* https://www.sitepoint.com/replacing-radio-buttons-without-replacing-radio-buttons/ */
.pretty-radio input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pretty-radio label {
    display: inline-block;
    height: 22px;
}
.pretty-radio label::before {
  background-image: url(/img/red@2x.png);
  background-position: -87px 0;
  background-repeat: no-repeat;
  background-size: 176px 22px; /* Cannot use percentages. */
  content: '';
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 22px;
}
.pretty-radio input[type="radio"]:focus + label {
    outline: 1px dotted;
}
.pretty-radio .affermative:checked + label::before {
    /* This image is a different size and ratio than the red@2x.png. Too bad. */
    background-image: url(/img/green@2x.png);
    background-position: -168px 0;
    background-size: 240px 24px; /* Cannot use percentages. */
}
.pretty-radio .negative:checked + label::before {
    background-position: -110px 0;
}
.relevant-col .guidance-wrp {
    left: 202px;
}
.viewmode .relevant-col {
    display: none;
}
.viewmode .irrelevant td {
    display: none;
}
.viewmode .irrelevant .table-th {
    display: table-cell;
}
.budget-wrp .tables,
.budget-tbl {
    max-width: none;
    width: 100%;
}
.budget-tbl .field-check,
.tables.outcomes .field-check {
    position:absolute;
    top:8px;
    left:113.9%;
    /*
     * based on 5% (space between report cols) divided by 60% (notes td width) of 60% (left report col width):
     * 0.05/(0.6 x 0.6)
     */
    margin:0;
    font-size:16px;
}
.tables.outcomes .field-check {
    left:155.6%;
    /*
     * based on 5% (space between report cols) divided by 15% (forecast td width) of 60% (left report col width):
     * 0.05/(0.15 x 0.6)
     */
}
.budget-tbl .field-check ul,
.tables.outcomes .field-check ul {
    overflow:hidden;
    padding:0 0 0 10px;
}
.budget-tbl .header-col {
    width:15%;
}
.budget-tbl .currency-col {
    width:5%;
}
.budget-tbl .notes-col {
    width:60%;
    position:relative;
}
.question .budget-tbl .field-unit > label {
    display: none;
}
.report-form-wrp .budget-tbl td {
    vertical-align:middle;
}
.report-form-wrp .budget-tbl .budget-notes {
    white-space: normal;
}
.budget-tbl .fld-wrp textarea {
    font-size: 14px;
    font-weight: 400;
    min-height: auto;  /* Override .fld-wrp textarea */
}
.budget-tbl input {
    font-size:1em;
    text-align: right;
}
.budget-tbl label {
    display: none;
}
.budget-tbl .fld-wrp {
    margin: 0;
}
.budget-tbl .currency-col .number-fld span {
    position:relative;
}
.budget-tbl .currency-col .number-fld span::before {
    content: "$";
    position:absolute;
    top:1px;
    left:5px;
    font-weight:bold;
}
.budget-tbl .currency-col input:placeholder-shown {
    text-align: center;
}
.budget-tbl .guidance-wrp {
    left: 375px;
    text-align: left;
    white-space: normal;
}
.budget-tbl .currency-col .guidance-wrp {
    left: 508px;
}
.budget-tbl .show-initial .guidance-wrp {
    left: 254px;
}
.budget-tbl .show-initial .currency-col .guidance-wrp {
    left: 387px;
}
/* Override .report-form-wrp .tables th text-center */
.report-form-wrp .tables .currency-col {
    text-align: right;
    width: 100px;
}
.current-total {
    font-weight:bold;
}
.current-total:before {
    content:"$ ";
}
.review-wrp select {
    opacity: 1;
}
.review-wrp .document-wrp {
    border-top: 1px solid #c0c5cb;
    position: relative;
}
.review-wrp .document-wrp .impactreceiptdoc .hornavright {
    position: absolute;
    width:100%;
    min-width: 730px; /* Don't hide borders of .document-wrp */
}
.review-wrp .document-wrp .impactreceiptdoc .hornavright li {
    height: auto;  /* Reset height from .report-form-wrp nav li */
}
.review-wrp .document-wrp .impactreceiptdoc .impactreceiptdoc-nav {
    margin-left: 0;
}
.review-wrp .error-msg {
    text-align:center;
}
.report-rating-wrp .header {
    background-color: #45474e;
    border-radius: 5px 5px 0 0;
    color: #fff;
    /* This margin is a horrid hack to not have to remove the padding from the ngDialog */
    margin: -1em -1em 0 -1em;
    padding: 1em;
    text-align: center;
}
.report-rating-wrp textarea {
    width:100%;
    margin:15px 0 0;
}
#rating-fld {
    padding: 0;
}
.ngdialog .submit-wrp {
    text-align: center;
}

.report-errors-modal .fa-times-circle {
    color: #ff0000;
}
.report-errors-modal li {
    margin: 3px 0;
}
.report-errors-section {
    text-transform: uppercase;
}
/* Applies to create-report-modal & stage-modal specifically, but probably generally a good change. */
.ngdialog .radio-item input {
    margin-top: 0;
}
.ngdialog .radio-item label {
    width: 95%;
}
/* block for spinning icon for loading */
.spin-loading {
    text-align:center;
    font-size:3em;
}
/* outcomes full taxonomy */
.choose-from-taxonomy {
    margin:15px 0 15px calc(4% + 15px);
}
.choose-from-taxonomy .add-bttn {
}
.choose-from-taxonomy .add-bttn:hover {
}
.choose-from-taxonomy .loading {
    text-align:center;
    font-size:1em;
}
.selected-service {
    border:1px solid #bfbfbf;
    border-width:1px 0;
    padding:10px 0;
    margin-bottom:15px;
    font-size:0.9em
}
.selected-service b {
}
.selected-service span {
    font-size:0.9em;
    color:#999;
}
.full-taxonomy .buttons {
    float:right;
    margin-top:-8px;
}
.full-taxonomy .add-bttn {
    padding:4px 7px;
    margin-right:8px;
    color:#90a445;
}
.full-taxonomy .add-bttn.cancel {
    color:#bfbfbf;
}
.full-taxonomy .add-bttn:hover {
    border:2px dashed #ddd;
    padding:2px 5px;
    text-decoration:none;
}
.full-taxonomy .bttn-sep {
    margin:0 15px;
}
.full-taxonomy .button {
    margin:0 10px 0 0;
    background:#90a445;
    color:#fff;
    font-size:1em;
}
.full-taxonomy .button .fa {
    font-size:inherit;
}
.full-taxonomy .confirm {
    background:#90a445;
}
.full-taxonomy .cancel {
    background:#bfbfbf;
}
.full-taxonomy h2 {
    padding:0;
    margin:0 0 10px;
    font-size:1.2em;
    font-weight:bold;
}
.full-taxonomy .service-collections {
    position:relative;
}
.full-taxonomy .service-collections h3 {
    padding:5px 6px;
    margin:0;
    background:#bfbfbf;
    font-size:1.2em;
    color:#fff;
}
.full-taxonomy .collections-list {
    float:left;
    width:30%;
}
.full-taxonomy .collections-list ul {
    list-style:none;
    margin:0;
    padding:0;
    font-size:0.9em;
    border:1px solid #bfbfbf;
}
.full-taxonomy .collections-list li {
    padding:5px;
    border-bottom:1px solid #bfbfbf;
    cursor:pointer;
}
.full-taxonomy .collections-list li:last-child {
    border:0;
}
.full-taxonomy .collections-list li:hover,
.full-taxonomy .services-list li:hover {
    background:#c7d1a2;
    color:#fff;
}
.full-taxonomy .collections-list li.active,
.full-taxonomy .collections-list li.active:hover,
.full-taxonomy .services-list li.active,
.full-taxonomy .services-list li.active:hover {
    background:#90a445;
    color:#fff;
}
.full-taxonomy .collections-list li .fa {
    display:none;
}
.full-taxonomy .collections-list li.active .fa {
    display:inline;
    float:right;
    padding-left:5px;
}
.full-taxonomy .collection-services {
    float:right;
    width:67%;
}
.full-taxonomy .services-list ul {
    list-style:none;
    margin:0;
    padding:0;
    font-size:0.9em;
    border:1px solid #bfbfbf;
}
.full-taxonomy .services-list li {
    padding:5px;
    border-bottom:1px solid #bfbfbf;
    cursor:pointer;
}
.full-taxonomy .services-list li:last-child {
    border:0;
}
.full-taxonomy .services-list li .fa {
    display:none;
}
.full-taxonomy .services-list li.active .fa {
    display:inline;
    float:right;
    padding-left:5px;
}
.full-taxonomy .indicators-list {
    margin-top:25px;
    border:1px solid #bfbfbf;
}
.full-taxonomy .indicators-list h3 {
    color:#bfbfbf;
    text-align:center;
    margin:-15px auto 0;
    padding:0 10px;
    background:transparent;
    font-size:1.2em;
}
.full-taxonomy .indicators-list h3 span {
    display:inline-block;
    background:#fff;
    padding:5px 15px;
}
.full-taxonomy .indicators-list .stages {
    padding:15px;
    font-size:0.9em;
}
.full-taxonomy .indicators-list .stages h5 {
    padding:0;
    margin:0 0 5px;
    font-weight:bold;
    font-size:1em;
    line-height:1.2em;
}
.full-taxonomy .indicators-list .stages ul {
    list-style:none;
    margin:0 0 5px;
    padding:0;
}
.full-taxonomy .indicators-list .stages li {
    padding:0;
    text-transform:capitalize;
}
.full-taxonomy .indicators-list .stages li .fa {
    color:#bfbfbf;
    font-size:1em;
}
/* create report form */
.create-report-form .form-name {
    margin-bottom:15px;
}
.create-report-form label {
    display:block;
    margin-bottom:5px;
}
.create-report-form input,
.create-report-form select {
    width:100%;
}
.create-report-form select {
    padding:5px;
    opacity:1;
}
.create-report-form #name-fld {
    margin-bottom:15px;
}
.create-report-form .program-manager {
    margin-bottom:15px;
}
.error-popup .fa {
    float:left;
    margin:0 10px 20px 0;
}
.error-popup .fa-times-circle {
    color:#c00;
}
.error-popup .fa-exclamation-circle {
    color:#fc0;
}
/*.reports-test-style {
    color:red;
    border-color:red;
}*/
/* audit checklist explanation modal */
.audit-checklist-explanation .custom-modal-container {
    bottom:auto;
}
.audit-checklist-explanation .inside {
    text-align:center;
    margin:25px 0;
}
.audit-checklist-explanation .guidance-card-example,
.audit-checklist-explanation .instructions {
    display:table-cell;
    width:45%;
    text-align:left;
    padding:0 2%;
}
.audit-checklist-explanation .guidance-card-example.grantee-reports .guidance-audit {
    position:relative;
    top:inherit;
    right:inherit;
    width:100%;
}
.audit-checklist-explanation .instructions h2 {
    text-align:center;
    font-weight:bold;
    margin:0;
    font-size:1.5em;
}
.audit-checklist-explanation .instructions h3 {
    margin:10px 0;
    font-size:1.3em;
}
.audit-checklist-explanation .instructions ol {
    margin:0 0 0 15px;
    padding:0;
}
.audit-checklist-explanation .instructions li {
    margin:0 0 15px;
    font-size:1.1em;
}
.audit-checklist-explanation .buttons {
    margin:25px 0 0;
}

.sso-page {
    margin:0;
}
.sso-page .top-row {
    background:#45474e;
    text-align:center;
}
.sso-page .main-row {
    margin:2rem 0;
}
#ssoAuthorize {
    text-align:center;
    margin:100px 0;
}
#ssoAuthorize label {
    display:block;
    margin-bottom:5px;
}
#ssoIntegrate {
    padding:2rem;
}
#ssoIntegrate h1 {
    padding:0;
    margin:0 0 15px;
}
#ssoIntegrate .content .fields {
    float:left;
    display:inline-block;
    width:400px;
    margin-right:3rem;
}
#ssoIntegrate .content .field {
    margin-bottom:10px;
}
#ssoIntegrate .content label,
#ssoNpo .content label {
    display:block;
    margin-bottom:5px;
}
#ssoNpo .content .question {
    margin-bottom:15px;
}
#ssoIntegrate .content .fields input,
#ssoNpo .content .fields input {
    width:90%;
    border-radius:5px;
}
#ssoIntegrate .content .response {
    display:inline-block;
    width:50%;
}
#ssoIntegrate .content .response .text {
    border:1px solid #999;
    padding:10px;
    border-radius:5px;
    background:#fff;
    word-wrap:break-word;
}
#ssoIntegrate .report-status .content .fields {
    display:block;
    float:none;
    margin:0 0 2rem;
}
#ssoNpo .content .fields-2 .field-part {
    display:inline-block;
    width:45%;
    margin-right:5%;
}
#ssoNpo .content .fields-2 .field-part.last {
    margin-right:0;
}
#ssoIntegrate .report-status .content .response {
    display:block;
    width:auto;
    max-width:50%;
}
#ssoIntegrate .report-status .content .response th,
#ssoIntegrate .report-status .content .response td {
    padding:5px 10px;
}
#ssoIntegrate .report-ir {
    text-align:center;
}
#ssoIntegrate .report-ir a {
    color:#90a445;
}
#ssoIntegrate .loading {
    width:400px;
    text-align:center;
    margin:25px 0;
}
#ssoLogin {
    text-align:center;
    margin:50px;
}
#ssoLogin .page-errors button {
    position:relative;
}
/* npo */
.sso-npo {
    text-align:center;
    margin:0;
}
.sso-npo .question-box {
    display:inline-block;
    text-align:left;
    border:1px solid #ccc;
    border-radius:10px;
    padding:15px;
    background:#fff;
    font-size:1.2em;
    width:50%;
}
.sso-npo .question-box p {
    padding:0;
    margin:0 0 10px;
}
.sso-npo .question-box .title {
    padding-bottom:2px;
    border-bottom:1px solid #999;
    color:#999;
    margin-bottom:15px;
}
.sso-npo .question-box label:after {
    content:" *";
    color:#c00;
}
.sso-npo .question-box .far {
    cursor:pointer;
}
.sso-npo .stages .stage {
    font-size:0.8em;
    margin:20px 0;
}
.sso-npo .stages .stage i {
    cursor:pointer;
    margin-right:10px;
}
.sso-npo .incorrect-instructions {
    color:#c00;
    margin:0 2rem;
}
.sso-tag-list {
    margin-bottom: 30px;
}
.sso-tag-item {
    background-color: #5d5d5d;
    padding: 4px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.sso-tag-x {
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    transform: translateY(-2px);
    display: inline-block;
    cursor: pointer;
}
.clearfix {
  overflow: auto;
}


.sso-page {
    margin:0;
}
.sso-page .top-row {
    background:#45474e;
    text-align:center;
}
.sso-page .loading {
    text-align:center;
    margin:50px;
}
.sso-page .page-message {
    text-align:center;
    margin:50px;
}
.sso-page .main-row {
    margin:2rem 0;
}
#ssoAuthorize {
    text-align:center;
    margin:100px 0;
}
#ssoAuthorize label {
    display:block;
    margin-bottom:5px;
}
#ssoIntegrate {
    padding:2rem;
}
#ssoIntegrate h1 {
    padding:0;
    margin:0 0 15px;
}
#ssoIntegrate .content .fields {
    float:left;
    display:inline-block;
    width:400px;
    margin-right:3rem;
}
#ssoIntegrate .content .field {
    margin-bottom:10px;
}
#ssoIntegrate .content label,
#ssoNpo .content label {
    display:block;
    margin-bottom:5px;
}
#ssoNpo .content .question {
    margin-bottom:15px;
}
#ssoIntegrate .content .fields input,
#ssoNpo .content .fields input {
    width:90%;
    border-radius:5px;
}
#ssoIntegrate .content .response {
    display:inline-block;
    width:50%;
}
#ssoIntegrate .content .response .text {
    border:1px solid #999;
    padding:10px;
    border-radius:5px;
    background:#fff;
    word-wrap:break-word;
}
#ssoIntegrate .report-status .content .fields {
    display:block;
    float:none;
    margin:0 0 2rem;
}
#ssoNpo .content .fields-2 .field-part {
    display:inline-block;
    width:45%;
    margin-right:5%;
}
#ssoNpo .content .fields-2 .field-part.last {
    margin-right:0;
}
#ssoIntegrate .report-status .content .response {
    display:block;
    width:auto;
    max-width:50%;
}
#ssoIntegrate .report-status .content .response th,
#ssoIntegrate .report-status .content .response td {
    padding:5px 10px;
}
#ssoIntegrate .report-ir {
    text-align:center;
}
#ssoIntegrate .report-ir a {
    color:#90a445;
}
#ssoIntegrate .loading {
    width:400px;
    text-align:center;
    margin:25px 0;
}
#ssoLogin {
    text-align:center;
    margin:50px;
}
#ssoLogin .page-errors button {
    position:relative;
}
/* npo */
.sso-npo {
    text-align:center;
    margin:0;
}
.sso-npo .question-box {
    display:inline-block;
    text-align:left;
    border:1px solid #ccc;
    border-radius:10px;
    padding:15px;
    background:#fff;
    font-size:1.2em;
    width:50%;
}
.sso-npo .question-box p {
    padding:0;
    margin:0 0 10px;
}
.sso-npo .question-box .title {
    padding-bottom:2px;
    border-bottom:1px solid #999;
    color:#999;
    margin-bottom:15px;
}
.sso-npo .question-box label:after {
    content:" *";
    color:#c00;
}
.sso-npo .question-box .far {
    cursor:pointer;
}
.sso-npo .stages .stage {
    font-size:0.8em;
    margin:20px 0;
}
.sso-npo .stages .stage i {
    cursor:pointer;
    margin-right:10px;
}
.sso-npo .incorrect-instructions {
    color:#c00;
    margin:0 2rem;
}
.sso-page span.button.no {
    background:#ccc;
    border-color:#ccc;
}
.fa-disabled {
    background:#ccc !important;
    border-color:#ccc !important;
}
.fa-disabled::before {
    content: "" !important;
    display: none !important;
}

.survey-benchmark-report {
    width:75%;
    margin:0 auto;
    text-align:center;
    /* gray: #818285
     * blue: #4ebdec
     * light green: #9ac59d
     * dark green: #afbd21
     */
}
.survey-benchmark-report header {
    margin:0 auto;
    background:#fff;
    border-bottom:2px solid #4ebdec;
    margin-bottom:50px;
    height:100px;
    position:relative;
}
.survey-benchmark-report header img {
    height:100px;
    width:auto;
    position:absolute;
    top:0;
    left:0;
}
.survey-benchmark-report header h1 {
    height:100px;
    line-height:100px;
    margin:0;
    padding:0;
    color:#afbd21;
}
.survey-benchmark-report header .button {
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}
.survey-benchmark-report .table-info {
    font-size:0.8em;
}
.survey-benchmark-report .text-box.page {
    background:#dedede;
    padding:10px;
}
.survey-benchmark-report .text-box.section {
    margin-bottom:10px;
}
.survey-benchmark-report .text-box p {
    margin:0;
    padding:0;
    text-align:left;
    color:#333;
}
.survey-benchmark-report h3 {
    background:#f4e3e6;
    padding:10px;
    margin-bottom:10px;
    font-size:1em;
    font-weight:bold;
}
.survey-benchmark-report h2 {
    border-top:2px solid #4ebdec;
    font-size:1.4em;
    font-weight:bold;
    padding:25px 0 0;
    margin:50px 0 25px;
    color:#afbd21;
}
.survey-benchmark-report h4 {
    font-size:1.4em;
    color:#a8C1ea;
    padding:0;
    margin:25px 0;
}
.survey-benchmark-report .survey-benchmark-report-scorecard {
}
.survey-benchmark-report footer {
    font-size:0.8em;
    width:70%;
    margin:0 auto;
}
.survey-benchmark-report .ti-logo {
    margin-top:-25px;
    text-align:left;
}
/* benchmark scorecard */
.survey-benchmark-report .benchmark-page {
    margin-bottom:50px;
}
.survey-benchmark-report .medal-count {
    text-align:center;
    margin:25px 0;
}
.survey-benchmark-report .medal-count table {
    margin:0 auto 15px auto;
    border:1px solid #dedede;
}
.survey-benchmark-report .medal-count table th {
    background:#dedede;
    padding:5px;
    border-bottom:1px solid #dedede;
}
.survey-benchmark-report .medal-count table td {
    padding:8px 5px;
}
.survey-benchmark-report .medal-count table td.name {
    text-align:left;
}
.survey-benchmark-report .gold .fa-medal {
    color:#ffd700;
}
.survey-benchmark-report .silver .fa-medal {
    color:#c0c0c0;
}
.survey-benchmark-report .bronze .fa-medal {
    color:#cd7f32 ;
}
.benchmark-table {
    border:1px solid #ccc;
    margin:0 auto 15px auto;
    width:100%;
}
.benchmark-table th {
    background:#a8C1ea;
    color:#fff;
}
.benchmark-table th,
.benchmark-table td {
    border:1px solid #ccc;
    text-align:center;
    padding:5px 10px;
    white-space:nowrap;
}
.benchmark-table .title {
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    width:300px;
    max-width:300px;
}
.benchmark-table .overall-row td,
.benchmark-table .page-row td {
    background:#dedede;
    font-weight:bold;
}
.benchmark-table .tier {
    width:100px;
    max-width:100px;
}
/*
.benchmark-table .tier-1 {
    color:#0a0;
}
.benchmark-table .tier-2 {
    color:#0c0;
}
.benchmark-table .tier-3 {
    color:brown;
}
.benchmark-table .tier-4 {
    color:#c00;
}
.benchmark-table .tier-5 {
    color:#a00;
}
*/
.benchmark-table .medal.no-medal .fa-medal {
    display:none;
}
.benchmark-table .percentage.positive i {
    color:#0a0;
}
.benchmark-table .percentage.negative {
    color:#a00;
}
.benchmark-table .percentage .fas {
    font-size:14px;
    padding-top:5px;
}
.benchmark-table .overall,
.benchmark-table .industry,
.benchmark-table .rank {
    border-left:10px solid #ccc;
}
.benchmark-table.page-table,
.benchmark-table.wide-table {
    font-size:0.8em;
}
.benchmark-table.wide-table th,
.benchmark-table.wide-table td {
    padding:5px;
    font-weight:normal;
}
.benchmark-table.wide-table .title {
    width:150px;
    max-width:150px;
}
/* benchmark overall */
.survey-benchmark-report-overall {
}
.survey-benchmark-report-overall .element-name {
    text-align:left;
}
.survey-benchmark-report-overall .element-name span {
    font-size:0.8em;
    display:inline-block;
    max-width:300px;
    white-space:nowrap;
    overflow:hidden;
}
/* chartjs charts */
.survey-benchmark-report .survey-chart {
    text-align:center;
    min-height:200px;
    position:relative;
}
.survey-benchmark-report .survey-chart canvas {
    margin:10px auto;
    margin:0 auto;
    max-height:400px;
    max-width:600px;
}
/* report example modal */
.survey-benchmark-report .benchmark-report-example .screenshot {
    text-align:left;
    font-size:0.8em;
}
.survey-benchmark-report .benchmark-report-example .screenshot .payment {
    text-align:center;
}
.survey-benchmark-report .benchmark-report-example img {
    width:100%;
    /*border:1px solid #dedede;
    border-radius:5px;*/
}
/* payment */
.survey-benchmark-report .payment {
    margin:50px 0;
}
.survey-benchmark-report .payment .purchase-type {
    border:1px solid #a8C1ea;
    border-radius:5px;
    padding:10px;
    margin:25px 50px 0;
}
.survey-benchmark-report .payment h5 {
    margin:15px 0 25px;
    color:#a8C1ea;
    font-weight:bold;
}
.survey-benchmark-report .payment .button {
    cursor:pointer;
}
.survey-benchmark-report .payment .upgrade-info {
    text-align:left;
    font-size:0.9em;
}
.survey-benchmark-report .payment .price {
    font-weight:bold;
    color:#000;
    white-space:nowrap;
}
.survey-benchmark-report .payment .price:before {
    content:"$";
}
.survey-benchmark-report .payment .price:after {
    content:" USD";
}
.survey-benchmark-report #strMsg {
    border:1px solid;
    margin:25px auto;
    max-width:500px;
    text-align:center;
}
.survey-benchmark-report #strMsg h5 {
    font-size:1em;
    padding:5px 10px;
    margin:0;
    font-weight:bold;
}
.survey-benchmark-report #strMsg span {
    display:block;
    margin-top:10px;
}
.survey-benchmark-report #strMsg.success {
    color:#9ac59d;
    border-color:#9ac59d;
}
.survey-benchmark-report #strMsg.cancel {
    color:tomato;
    border-color:tomato;
}
.survey-benchmark-report .button {
    font-size:1.1em;
}
/* invoicing */
.survey-benchmark-report-invoicing .instructions,
.survey-benchmark-report-invoicing .request-form {
    width:500px;
    margin:0 auto 25px auto;
    text-align:left;
}
.survey-benchmark-report-invoicing .request-form label {
    font-weight:bold;
    margin-bottom:3px;
}
.survey-benchmark-report-invoicing .request-form label:after {
    content:"*";
}
.survey-benchmark-report-invoicing .request-form input {
    width:100%;
    border-radius:5px;
    margin-bottom:15px;
}
.survey-benchmark-report-invoicing .request-form .actions,
.survey-benchmark-report-invoicing .request-form .loading {
    text-align:center;
    margin:25px 0;
}

/* print-only text */
.survey-benchmark-report .print-text {
    display:none;
}
.survey-benchmark-report .print-text label {
    display:block;
    text-align:left;
    font-size:0.8em;
    font-weight:bold;
    margin-top:25px;
}
.survey-benchmark-report .print-text p {
    font-size:0.8em;
}
@media print {
    .survey-benchmark-report {
        width:90%;
    }
    .benchmark-table {
        font-size:0.8em;
    }
    .benchmark-table .title {
        max-width:150px;
    }
    .survey-benchmark-report h3 {
        color:tomato !important;
        padding:0 0 5px;
        margin:25px auto 25px auto;
        white-space:nowrap;
        font-size:1.2em;
    }
    .survey-benchmark-report .performance h3:after {
        content:" *";
    }
    .survey-benchmark-report .improvement h3 sup:after {
        content:"^";
    }
    .benchmark-table.wide-table {
        font-size:0.7em;
    }
    .survey-benchmark-report .print-text {
        display:block;
    }
    .survey-benchmark-report .text-box.section,
    .survey-benchmark-report header .button,
    .survey-benchmark-report .payment {
        display:none;
    }
    .survey-benchmark-report .ti-logo {
        margin-top:25px;
    }
}

.survey-page {
    position:relative;
    background:#fdfdff;
    height:100%;
    overflow-y:auto;
}
/* side col */
.survey-page .side-col {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:160px;
    background:#45474e;
    color:#cecece;
    min-height:600px;
    overflow-y:auto;
}
.survey-page .side-col .logo {
}
.survey-page .side-col .logo img {
    max-width:calc(100% - 10px);
    padding:5px;
}
.survey-page.onePage .side-col {
    position:relative;
    min-height:64px;
    width:100%;
    height:64px;
    overflow:hidden;
    display:none;
}
.survey-page.onePage .side-col .logo {
    height:64px;
    text-align:center;
}
.survey-page.onePage .side-col .logo img {
    max-height:100%;
    width:auto;
    padding:0;
}
.side-col h3 {
    margin:0;
    padding:10px;
    font-size:1.2em;
    font-weight:bold;
}
.side-col .progress-list {
    list-style:none;
    padding:10px 0 5px 0;
    margin:0;
    font-size:0.9em;
}
.side-col .progress-list li {
    list-style:none;
    margin:0;
    padding:5px 10px;
    cursor:pointer;
}
.side-col .progress-list li i {
    font-size:1em;
    float:left;
    padding:3px 3px 0 0;
}
.side-col .progress-list li span {
    overflow:auto;
    display:block;
}
.side-col .progress-list li.active {
    background:#f8984e;
    color:#fff;
}
/* main col */
.survey-page .main-col {
    border-left:160px solid #45474e;
}
.survey-page .main-col .logo {
    display:none;
}
.survey-page .main-top .fa-adn {
    font-size:0.6em;
}
.main-col h1 {
    background:#e7eaf1;
    margin:0;
    padding:10px;
    font-size:1.5em;
    font-family:arial;
}
.main-col .get-saved-data {
    float:right;
}
.survey-page .is-read-only {
    text-align:center;
    margin-bottom:10px;
    color:#c00;
}
.survey-page .password-box {
    position:relative;
}
.survey-page .password-box .fa-eye {
    position:absolute;
    right:25px;
    top:7px;
    cursor:pointer;
}
/* if only one survey page */
.survey-page.onePage .main-col {
    border-left:0;
}
.survey-page.onePage .main-col .main-top {
    position:relative;
    min-height:64px;
    max-height:100px;
    padding:2px;
}
.survey-page.onePage .main-col .logo {
    display:inline;
}
.survey-page.onePage .main-col .logo img {
    height:100%;
    max-height:100px;
}
.survey-page.onePage .main-col h1 {
    display:inline-block;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
}
.sv_p_title {
    margin:20px 15px 0 15px;
    font-size:1.5em;
    color:#f8984e;
    font-weight:normal;
    text-transform:uppercase;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root .sv_page_title {
    font-size:1.6em;
}
.survey-container .sv_main .sv_container,
.survey-container .sv_main .sv_q_other input,
.survey-container .sv_main .sv_q_text_root,
.survey-container .sv_main .sv_q_dropdown_control,
.survey-container .sv_main input[type="text"],
.survey-container .sv_main select,
.survey-container .sv_main textarea {
    color:#000;
}
.survey-container {
    /*padding:0 15px;*/
}
.survey-container .sv_main .sv_body {
    border-color:#90a445;
    padding-bottom:1em;
}
.survey-container h3 {
    font-size:1.2em;
}
.sv_body {
    margin-bottom:0;
}
.sv_row {
    padding:15px;
    border:0;
}
/*
.sv_row:nth-of-type(even) {
    background:#e7eaf1;
}
*/
.sv_row select {
    opacity:1;
}
.sv_row select,
.sv_row input[type="text"],
.sv_row input[type="number"],
.sv_row textarea {
    padding:2px 5px;
    border-radius:5px;
    min-width:40%;
}
.sv_q_title {
    font-size:1.2em;
    font-weight:bold;
    margin:0 0 5px;
}
.sv_qcbc div.sv_q_radiogroup,
.sv_qcbc div.sv_q_checkbox {
    margin:2px 0;
}
/* matrix */
/*.survey-container .sv_main .sv_container .sv_body {
    padding-bottom:1em;
}*/

.survey-container .sv_main .sv_container .sv_body .sv_p_root table th {
    text-align: center !important;
}

.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody td {
    min-width:auto;
    padding:10px 0;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr {
    border:0;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td:first-child {
    font-weight:bold;
    padding-left:25px;
    width:30%;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td:not(:first-child) {
    text-align:center;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td:first-child span {
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td:not(:first-child) span:not(.circle):not(.check) {
    padding:2px 5px;
    display:block;
    text-align:center;
    margin:0 5px;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td:not(:first-child) span:hover {
    background:#fff;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td.sv_q_m_cell_selected {
    background:inherit;
}
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td.sv_q_m_cell_selected span,
.survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td.sv_q_m_cell_selected span:hover {
    background:#90a445;
    color:#fff;
    border-color:#90a445;
}
.survey-container .sv_main .sv_q_other input:focus,
.survey-container .sv_main .sv_q_text_root:focus,
.survey-container .sv_main .sv_q_dropdown_control:focus,
.survey-container .sv_main input[type="text"]:focus,
.survey-container .sv_main select:focus,
.survey-container .sv_main textarea:focus {
    border-color:#90a445;
}
/* progress bar */
.survey-container .sv_main .sv_progress_bar {
    background-color:#90a445;
}
.sv_progress {
  /*overflow:hidden;
  height:20px;
  margin:0 auto 15px auto;
  background-color:#e7eaf1;
  border-radius:5px;
  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));*/
}
.sv_progress > div {
  /*float:left;
  width:0%;
  height:100%;
  color:#fff;
  line-height:20px;
  text-align:center;
  background-color:#f8984e;
  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
  .transition(width .6s ease);*/
}
.sv_progress > div span {
    /*display:none;*/
}
/* navigation buttons */
.sv_nav {
    border-top:1px solid #c0c5cb;
    padding:15px 0;
    text-align:center;
}
.sv_nav input.my-complete-btn,
.sv_nav input.my-complete-btn:hover,
.sv_main input[type="button"],
.sv_main input[type="button"]:hover,
.sv_main button,
.sv_main button:hover {
    border-color:#90a445;
    background:#90a445;
    color:#fff;
}
.sv_nav input.my-save-btn {
    margin:0 4px 0 0;
}
.sv_nav input.my-prev-btn,
.sv_nav input.my-prev-btn:hover,
.sv_nav input.my-save-btn,
.sv_nav input.my-save-btn:hover {
    background:#efefef;
    border-color:#333;
    color:#333;
}
/* footer */
.survey-footer {
    display:none;
    /* position:fixed;
    bottom:0;
    left:0;
    right:0; */
    height:40px;
    text-align:center;
    background:#f8984e;
    color:#000;
}
.survey-footer p {
    padding:0;
    margin:0;
    line-height:40px;
}
/* for necessary authorization */
.survey-auth {
    margin:50px auto 0;
    border-radius:10px;
    background-color:#efefef;
    padding:20px;
    width:400px;
}
.survey-auth h5 {
    padding:0;
    margin:0 0 15px 0;
    font-size:1em;
}
.survey-auth div {
    margin-bottom:10px;
}
.survey-auth label {
    font-size:0.8em;
    display:block;
    text-transform:capitalize;
}
.survey-auth input[type="password"],
.survey-auth input[type="email"],
.survey-auth input[type="text"] {
    width:90%;
    margin-bottom:10px;
}
.survey-auth input[type="submit"],
.survey-auth input[type="button"] {
    border:1px solid #90a445;
    border-radius:4px;
    background:#fff;
    color:#90a445;
    font-size:0.9em;
    font-weight:bold;
    font-family:arial;
}
.survey-auth input[type="button"] {
    border-color:#666;
    background:#fff;
    color:#666;
    padding:10px;
}
.survey-page .loading {
    text-align:center;
    margin:25px 0;
}
.survey-not-active {
    margin:50px 10px 0;
    text-align:center;
    font-size:2em;
}
.survey-page .page-message {
    font-weight:bold;
}
.survey-page .page-message.top {
    margin:25px 0;
}
.survey-page .page-message.bottom {
    padding-bottom:2em;
}
.survey-page .page-message p {
    margin:0 0 5px;
}
.survey-page .page-message.success .api-msg {
    color:#90a445;
}
.survey-page .page-message.error .api-msg {
    color:#c00;
}
.survey-page .page-message.error .api-msg:before,
.survey-page .page-message.error .api-msg:after {
    content:"\"";
}
.survey-page .page-message .return-link {
    font-weight:normal;
    font-size:0.8em;
    color:#999;
}
.survey-page .page-message .return-link span {
    font-weight:bold;
}
#surveyMessageModal.custom-modal .custom-modal-container {
    top:25%;
    left:25%;
    right:25%;
    bottom:auto;
}
.survey-page .email-exists {
    text-align:center;
}
.survey-page .email-exists p {
    text-align:left;
}
.survey-page .email-exists p a {
    color:#00c;
    text-decoration:underline;
    cursor:pointer;
}
.survey-page .email-exists .resent {
    color:#90a445;
    font-weight:500;
    text-align:center;
}
.survey-message .type {
    font-weight:bold;
    text-align:center;
}
.survey-message.success .type {
    color:#90a445;
}
.survey-message.error .type {
    color:#c00;
}
.survey-message .api-msg,
.survey-message .contact {
    text-align:center;
}
.survey-message.error .api-msg:before,
.survey-message.error .api-msg:after {
    content:"\"";
}
.survey-message .return-link {
    text-align:center;
    margin:10px 0;
}
.survey-message .return-link span {
    display:block;
    margin-top:1em;
    font-weight:bold;
}
.survey-message textarea {
    width:100%;
    border:0;
    padding:0;
    margin:10px 0;
}
.survey-message .return-link button.success {
    border-color:#90a445;
    color:#90a445;
    background:#fff;
}
/* print options */
.survey-page .main-col .print-option {
    display:none;
}
.survey-page.onePage .main-col .print-option {
    display:block;
}
.print-option {
    text-align:center;
    margin:0 0 25px;
}
.survey-page .main-col .return-from-print {
    position:absolute;
    right:15px;
    top:10px;
}
/* for mobile */
@media only screen and (max-width: 800px) {
    .index-view {
    }
    .survey-page {
        position:absolute;
        left:0;
        right:0;
        width:100%;
    }
    .survey-page .side-col {
        position:fixed;
        min-height:64px;
        height:64px;
        bottom:auto;
        right:0;
        width:auto;
        z-index:10;
        display:none;
    }
    .survey-page .side-col .logo {
        height:64px;
        text-align:center;
    }
    .survey-page .side-col .logo img {
        max-height:100%;
        width:auto;
        padding:0;
    }
    .progress-list {
        display:none;
    }
    .survey-page .main-col {
        position:absolute;
        left:0;
        right:0;
        top:0;
        /* bottom:40px; */
        bottom:0;
        margin-left:0;
        overflow-y:auto;
        height:auto;
        border:0;
    }
    .main-col h1 {
        font-size:1.2em;
    }
    .survey-page .main-col {
        border-left:0;
    }
    .survey-page .main-col .main-top {
        position:relative;
        min-height:64px;
        max-height:100px;
        padding:2px;
    }
    .survey-page .main-col .logo {
        display:inline;
    }
    .survey-page .main-col .logo img {
        height:100%;
        max-height:100px;
    }
    .survey-page .main-col h1 {
        display:inline-block;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        background:none;
    }
    .survey-page .main-col .print-option {
        display:block;
    }
    .survey-container .sv_main .sv_container .sv_body {
        padding-bottom:1em;
    }
    .sv_nav {
        text-align:center;
    }
    .survey-footer {
        display:block;
        /* position:fixed;
        bottom:0;
        left:0;
        right:0;
        height:40px;
        text-align:center;
        background:#f8984e;
        color:#000; */
        z-index:10;
    }
    .survey-footer p {
        padding:0;
        margin:0;
        line-height:40px;
    }
    .sv_row textarea,
    .sv_row input[type="text"],
    .sv_row input[type="number"],
    .sv_row select {
        width:90%;
    }
    .survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td {
        border:0;
        padding-left:0 !important;
    }
    .survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td:first-child {
        width:auto;
    }
    .survey-container .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix tbody tr td:not(:first-child) span {
        display:block;
        text-align:center;
        padding:5px;
    }
}

.todo-list-row span.name {
    cursor:pointer;
}
.todo-list-row span.name:hover {
    text-decoration:underline;
}
