html {
    min-height: 101%;
    margin-bottom: 1px;
}
body {
    background-color: #222;
}
img {
    max-width: 100%;
    height: auto;
}
.hname {
	display: none;
}




/*
 * bootstrap overrides and extensions
 * --------------------------------------------------
 */
.clearer.form-control-feedback {
    pointer-events: auto;
}
.form-inline .form-group.group-has-clear {
    position: relative;
}
.form-inline .form-group.group-has-clear input {
    z-index: 1;
}
.form-inline .form-group.form-group-sm.group-has-clear .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.form-control-feedback.glyphicon-remove-circle {
    cursor: pointer;
}



/*
 * #site_header
 * --------------------------------------------------
 */
.navbar-brand {
    display: block;
    padding: 5px 15px;
    line-height: 40px;
}
.navbar-brand img {
	max-height: 40px;
	width: auto;
}



/*
 * #site_main
 * --------------------------------------------------
 */
#site_main {
   padding-top: 70px;
   padding-bottom: 50px; 
   background-color: #fff;
}



/*
 * #content
 * --------------------------------------------------
 */
@media (min-width: 768px) {
    #content {
        min-height: 500px;
    }
}
#content .block-set {
    width: 40%;
    margin-bottom: 20px;
    font-size: 80%;
}
#content .block-set.pull-right {
    margin-left: 30px;
}
#content .block-set.pull-left {
    margin-right: 30px;
}
@media (max-width: 540px) {
    #content .block-set {
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 20px;
        text-align: center;
    }
}



/*
 * #sidebar
 * --------------------------------------------------
 */
#sidebar {
    padding-top: 30px;
}
.news-teasers {
}
.news-teasers h2 {
    font-size: 18px;
}
.news-teasers h2 .small {
    margin-top: 3px;
    color: #00a4e3;
    font-size: 14px;
}
.news-teasers h3 {
    font-size: 15px;
    font-weight: 700;
}
.news-teasers .more-link {
    font-size: 12px;
}



/*
 * #site_footer
 * --------------------------------------------------
 */
#site_footer {
   padding-top: 20px;
   padding-bottom: 20px; 
   color: #fff;
   background-color: #222222;
}
#site_footer a {
   color: #fff;
   text-decoration: underline;
}
#site_footer .legal {
   text-align: center;
}
#site_footer .social {
   padding-bottom: 20px;
   text-align: center;
}
#site_footer .social .fa {
   padding: 0 2px;
}
@media (min-width: 768px) {
    #site_footer .legal {
       text-align: left;
    }
    #site_footer .social {
       padding-bottom: 0;
       text-align: right;
    }
    #site_footer .social .fa {
       padding: 0 0 0 5px;
    }
}



/*
 * HOME PAGE
 * --------------------------------------------------
 */
.home #billboards {
    position: relative;
    z-index: 1000;
    margin-bottom: 20px;
}
.home .news-teasers {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #666;
}



/*
 * NEWS
 * --------------------------------------------------
 */
.news-detail .link-return {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-detail .entry {
    overflow: hidden;
    clear: both;
}



/*
 * EVENTS
 * --------------------------------------------------
 */
.events-detail .link-return {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.events-detail .entry {
    overflow: hidden;
    clear: both;
}
.events-detail .entry .location {
    font-weight: bold;
}



/*
 * TEAM BIOS
 * --------------------------------------------------
 */
.bios-listing .item {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #666;
}
.bios-listing .item .image {
    padding-top: 20px;
}



/* [WB] Salveo overrides */
.navbar-inverse {
    background-color: #f2f2f2;
    border-color: #d8d8d8;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #080808;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    /* background-color: #308DA3; salveo purple */
    background-color: #00a4e3; /* bootstrap blue */
}
body,
#site_footer  {
    background-color: #6F4B9C;
}
body.survey-page,
body.survey-page #site_footer,
body.report-public,
body.report-public #site_footer
{
    background-color: transparent;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.4;
}

/* increase font size for respondents */
body.survey-page,
body.survey-page .btn {
    font-size: 16px;
}

/* [WB] tinymce */

/* Organizational Identity */
.text-brand-purple {
    color: #6f4b9c;
}
/* Leadership */
.text-brand-blue-gray,
.text-blue-gray {
    color: #6C7DAF;
}
/* Growth Development */
.text-brand-blue {
    color: #318da3;
}
/* Work-Life Integration */
/*.text-brand-red {
    color: #d23b27;
}*/
/* Workplace Climate */
.text-brand-olive {
    color: #96ad66;
}
/* 'Red Light' / Poor / Work-Life Integation / should match likert column 1 */
.text-light-red,
.text-poor,
.text-brand-red {
    color: #d24246;
}
/* 'Yellow Light' / Average / should match likert column 3 */
.text-light-yellow,
.text-average {
    color: #e4c053;
}
/* 'Green Light' / Excellent / should match likert column 5 */
.text-light-green,
.text-excellent {
    color: #6aa84e;
}
.text-highlight {
    background-color: #fff0c8;
}
.text-good {
    color: #3c78d8;
}

/* survey report */
.survey-report-score-table,
.survey-report-summary-table
{
    margin-bottom: 10px;
    width: 100%;
}
.survey-report-score-table
{
    text-align: center;
}
.survey-report-score-table div
{
    margin-bottom: 0;
    padding: 7px 0;
    font-size: 93%;
    font-weight: bold;
}
.survey-report-score-table td,
.survey-report-summary-table td
{
    width: 25%;
    padding: 15px;
}
.survey-report-score-table td div {
    text-transform: uppercase;
}
.survey-report-score-table td.td-excellent-score,
.survey-report-score-table td.td-excellent div,
.survey-report-summary-table-excellent
{
    background-color: #6aa84e;
}
.survey-report-score-table td.td-good-score,
.survey-report-score-table td.td-good div,
.survey-report-summary-table-good
{
    background-color: #3c78d8;
}
.survey-report-score-table td.td-average-score,
.survey-report-score-table td.td-average div,
.survey-report-summary-table-average
{
    background-color: #e4c053;
    color: #000000;
}
.survey-report-summary-table-average.survey-report-summary-table td
{
    color: #000000;
}
.survey-report-score-table td.td-poor-score,
.survey-report-score-table td.td-poor div,
.survey-report-summary-table-poor
{
    background-color: #d24246;
}
.survey-report-score-table th,
.survey-report-score-table td,
.survey-report-summary-table td
{
    color: #ffffff;
}
.survey-report-score-table td.td-excellent,
.survey-report-score-table td.td-good,
.survey-report-score-table td.td-average,
.survey-report-score-table td.td-poor
{
    padding: 0;
}
/*@media (max-width: 767px) {
    .survey-report-score-table td.td-excellent,
    .survey-report-score-table td.td-good,
    .survey-report-score-table td.td-average,
    .survey-report-score-table td.td-poor
    {
        display: none;
    }
    .survey-report-score-table,
    .survey-report-score-table td
    {
        width: auto;
    }
}*/
.survey-report-score-table th p:last-of-type, .survey-report-score-table td p:last-of-type,
.survey-report-score-table th h1:last-of-type, .survey-report-score-table td h1:last-of-type,
.survey-report-score-table th h2:last-of-type, .survey-report-score-table td h2:last-of-type,
.survey-report-score-table th h3:last-of-type, .survey-report-score-table td h3:last-of-type,
.survey-report-score-table th h4:last-of-type, .survey-report-score-table td h4:last-of-type,
.survey-report-score-table th h5:last-of-type, .survey-report-score-table td h5:last-of-type,
.survey-report-score-table th h6:last-of-type, .survey-report-score-table td h6:last-of-type
{
    margin-bottom: 0;
}
.survey-report-score-table td h4 + p {
    margin-top: 10px;
}
.survey-report-score-table td h1, .survey-report-score-table th h1,
.survey-report-score-table td h2, .survey-report-score-table th h2,
.survey-report-score-table td h3, .survey-report-score-table th h3,
.survey-report-score-table td h4, .survey-report-score-table th h4,
.survey-report-score-table td h5, .survey-report-score-table th h5,
.survey-report-score-table td h6, .survey-report-score-table th h6
{
    font-weight: bold;
}
.survey-report-wellbeing-table th, .survey-report-wellbeing-table td
{
    padding: 5px 10px;
    line-height: 1.2;
}

/* survey report GRAPHS */
.report-question-group {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*gap: 10px;*/
    /*padding: 20px 25px;
    border: 1px solid #666;*/
    padding: 0 25px 0 35px; /* adjust for 0% hanging off the left */
}
/* tinymce fix */
.report-question-group div {
    margin-bottom: 0;
}
.report-question-group .report-question-group-title {
    text-align: center;
    margin-bottom: 2.5rem;
}
.report-question-group .report-question-group-labels {
    display: none;
}
.report-question-group .report-question-group-row {
    display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;
    margin: 10px 0;
}
.report-question-group .report-question-group-row > * {
    flex-grow:1; display: flex; flex-direction: column; justify-content: center;
}
.report-question-group .report-question-group-question {
    font-size: 90%;
}
.report-question-group .report-question-group-chart {
}
.report-question-group .report-question-group-legend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /*margin: 50px auto 0;*/
    margin: 50px auto 0 0;
}
/*.report-question-group.response-distribution-chart .report-question-group-legend {
    margin-left: 0;
}*/
.report-question-group .report-question-group-legend ul {
    margin: 0;
    padding: 0;
}
.report-question-group .report-question-group-legend li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
}
.report-question-group .report-question-group-legend-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 10px;
    /*border: 1px solid #999;*/
}
/*@media(min-width: 640px) {
    .report-question-group .report-question-group-labels {
        display: flex; flex-direction: row; justify-content: space-evenly; align-items: stretch;
        margin: 10px 0;
        font-weight: bold;
    }
    .report-question-group .report-question-group-labels > * {
        flex-grow:1; max-width: 48%; flex-direction: column; text-align: center;
    }
    .report-question-group .report-question-group-row {
        flex-direction: row;
        margin: 3px 0;
    }
    .report-question-group .report-question-group-row > * {
        flex-grow:1; max-width: 48%; flex-direction: column;;
    }
}*/
/* SALV-0124 [WB] horizontal to help make room and fit all on one page */
/*.report-question-group-legend-horizontal {
    flex-direction: row !important;
}
.report-question-group-legend-horizontal p {
    margin-bottom: 0;
    margin-right: 2rem;
}
.report-question-group-legend-horizontal ul {
    display: flex;
}
.report-question-group-legend-horizontal ul li {
    margin-right: 1rem;
}*/

/* drawHorizontalStackedBar */
.chart.chart-horiz-stacked-bar {
    margin: 5px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 30px;
}
.chart-horiz-stacked-bar .bar-item {
    position: relative;
}
.chart-horiz-stacked-bar .bar-item .bar-label {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    padding: 2px 4px;
    color: #fff;
    font-size: 90%;
    background-color: inherit;
    filter: brightness(92%);
    box-shadow: 0 0 3px rgb(255 255 255 / 0.2);
    z-index: 10;
}
.chart-horiz-stacked-bar .bar-item .bar-label.invert {
    color: #222;
    filter: brightness(105%);
    box-shadow: 0 0 3px rgb(24 24 24 / 0.2);
}

/* drawHorizontalGroupedBar */
.chart.chart-horiz-grouped-bar {
    margin: 5px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 30px;
}
.chart-horiz-grouped-bar .bar-item {
    position: relative;
    flex-grow: 1;
    min-height: 20px;
}
.chart-horiz-grouped-bar .bar-item .bar-label {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translate(-3px,-50%);
    z-index: 20;
    border-radius: 5px;
    padding: 2px 4px;
    color: #fff;
    font-size: 90%;
    background-color: inherit;
    filter: brightness(92%);
    box-shadow: 0 0 3px rgb(255 255 255 / 0.2);
}
.chart-horiz-grouped-bar .bar-item .bar-label.invert {
    color: #222;
    filter: brightness(105%);
    box-shadow: 0 0 3px rgb(24 24 24 / 0.2);
}

/* dashboard */
.dashboard {
    /*padding: 20px 25px;
    border: 1px solid #666;*/
    text-align: center;
}
/*.dashboard h2,
.dashboard h3,
.dashboard h4,
.dashboard h5,
.dashboard h6
{
    margin-top: 0;
}
.dashboard h2 {
    margin-top: 3rem;
}
.dashboard > h3 {
    margin: 5rem 0 3rem;
}*/
.dashboard table {
    width: 100%;
}
.dashboard-employee-view-strongest,
.dashboard-employee-view-weakest
{
    width: calc(100%/2);
    vertical-align: top;
    padding: 0 1rem;
}
.dashboard-employee-view img {
    width: 80px;
    padding: 15px;
    border-radius: 100%;
    height: 80px;
}
.dashboard-employee-view--organizational-identity img {
    background-color: #6f4b9c;
}
.dashboard-employee-view--organizational-identity h4.dashboard-employee-view--title {
    color: #6f4b9c;
}
.dashboard-employee-view--leadership img {
    background-color: #6C7DAF;
}
.dashboard-employee-view--leadership h4.dashboard-employee-view--title {
    color: #6C7DAF;
}
.dashboard-employee-view--growth-development img {
    background-color: #318da3;
}
.dashboard-employee-view--growth-development h4.dashboard-employee-view--title {
    color: #318da3;
}
.dashboard-employee-view--workplace-climate img {
    background-color: #96ad66;
}
.dashboard-employee-view--workplace-climate h4.dashboard-employee-view--title {
    color: #96ad66;
}
.dashboard-employee-view--work-life img {
    background-color: #d24246;
}
.dashboard-employee-view--work-life h4.dashboard-employee-view--title {
    color: #d24246;
}
canvas.employee-view-chart {
    margin: 0 auto;
    width: 500px;
}
.dashboard-overview-chart canvas {
    margin: 0 auto;
    width: 600px;
}
@media (max-width: 767px) {
    .report-public .dashboard-employee-view > tbody > tr {
        display: flex;
        flex-direction: column;
    }
    .report-public .dashboard-employee-view-strongest,
    .report-public .dashboard-employee-view-weakest
    {
        width: 100%;
    }
    .report-public .dashboard-employee-view-strongest {
        margin-bottom: 2rem;
    }
}