/*Application Standard Stlyes*/
@media all {
    .page-break-before {
        display: none;   
    }
    .page-break-after {
        display: none;
    }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
 font-size: 16px   
}
.display-hidden {
        display: inline-block !important;
}
.fixed {
    z-index: 9999;   
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    color: #8b8b8b;
}
p a {
    color: #8ac655;
    font-weight:500;
}
p a:hover {
    color: #204793;   
}
.footer-logo {
    margin-left: 41.9%;
    
    margin-top: 2.0em;
    
}
h1, h2, h3, h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #686868;
    margin-top: 0.3em;
    margin-bottom: 0.3em; 
}
h1 {
    font-size: 1.953em;
       
}
h2 {
    font-size: 1.563em;   
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.0em;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
input {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    
}
input[name="upload"], input[name="employee reset"] {
    margin-top: 1em;   
}
input[name="employee reset"] {
    border: 1px solid rgba(138, 138, 138, 0.3);   
}
.button-group .button {
    padding: 0.5rem 1rem 0.5rem 1.0rem;   
}
#contact-form input, #upload-employee-form input {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}
#contact-form label {
    font-family: 'Open Sans', sans-serif;
    color: #8b8b8b;
    margin-bottom: 0.2em;
}
.form-error {
     box-shadow: 0px 0px 10px #FF5151 !important;  
}
.form-error-account {
    box-shadow: none;
}
#contact-form input, #contact-form textarea, #upload-employee-form input, #upload-employee-form textarea {
    box-shadow: 0px 0px 0px #8AC655;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;   
}
#contact-form input:hover, #contact-form textarea:hover, #upload-employee-form input:hover, #upload-employee-form textarea:hover {
    box-shadow: 0px 0px 10px #8AC655;
}

table {
    border: none;

}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background-color: rgba(130, 166, 235, 0.1);   
}
td {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
}
textarea {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    height: 12em
}
.tips {
    font-size: 0.500em;
    font-weight: 200;
}
p.tips {
    font-size: 0.85em;   
}
select {
    background-color: transparent;   
}
.scorecard-block select {
    width: 92%;
    margin-left: 4%;
    background-color: #ffffff;
    -webkit-border-radius: 0.3em 0 0 0.3em;
    -moz-border-radius: 0.3em 0 0 0.3em;
    border-radius: 0.3em 0 0 0.3em;
    -webkit-background-clip: padding-box; 
    -moz-background-clip:    padding; 
    background-clip:         padding-box;
}
.scorecard-block select:hover, .scorecard-block select:active, .scorecard-block select:focus {
    background-color: #F3F3F3;   
}
label[title="positive"] {
    background-color:  rgba(48, 107, 223, 0.8);
    padding: 0.3em 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #fff;
}
label[title="Negative"] {
    background-color:  rgba(252, 61, 27, 0.8);
    padding: 0.3em 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #fff;   
}
label[title="Benchmark"] {
    background-color:  rgba(160, 208, 118, 0.8);
    padding: 0.3em 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #4D4D4D;   
}
label[title="Benchmark_Positive"] {
    background-color:  rgba(160, 208, 118, 0.8);
    padding: 0.3em 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #4D4D4D;   
}
label[title="Benchmark_Negative"] {
    background-color:  rgba(200, 50, 50, 0.8);
    padding: 0.3em 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #4D4D4D;   
}
label[title="Neutral"] {
    background-color:  rgba(95, 65, 155, 0.8);
    padding: 0.3em 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #fff;    
}
.question-text {
    font-size: 1.0rem;
    padding: 1.0em 0 1.0em 0;
    
}
h3.question-text {
    font-size: 1.2rem
        
}
#multi-select h3.question-text {
    font-size: 1.0rem
}
#multi-select .question-text {
    word-wrap: break-word;
    min-height: 109px;   
}
.legend {
    margin-top: 0.5em;
    margin-bottom: auto;
}
.legend ul {
    list-style-type: none;   
}
.legend li {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    padding: 0px 40px 0px 40px;
    margin: 4px 0 4px 0;
}
.legend li span {
    position: absolute;
    width: 30px;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color: #ffffff;
    text-align: center;
    
    
}
div.hopscotch-bubble .hopscotch-bubble-number {
    display: none !important;   
}
.inline.radio-button {
    padding: 0;   
}
.info-button {
    font-size: 11px;
    background-color: #204793;
    padding: 0.6em;
    color: #ffffff;
    border-radius: 50%;
    padding-top: 0.04em;
    padding-bottom: 0.04em;
    margin-left: 0.4em;
    opacity: 0.9;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    cursor: pointer;
}
.info-button:hover {
    -webkit-box-shadow: 1px 1px 2px #8b8b8b;
    -moz-box-shadow: 1px 1px 2px #8b8b8b;
    box-shadow: 1px 1px 2px #8b8b8b;
}
/*End Standard Styles*/
/*Modular Styles*/
.contact-info-block {
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    
}
.expand-row-full{
    max-width: 100%;
}
.margin-standard {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    
}
.mtblue-background {
   
}
#page-content {
    background-color: #18356E;
   
}
.print-save-icons {
    margin-left: 1.0em;
}
.tooltip > .nub {
    border-width: 0px !important;   
}
.rank-table, deviation-table {
    margin-bottom: 2.5em;   
}
.rank-table th, .multi-rank-table th, .deviation-table th {
    border-bottom: 1px dashed rgba(70, 70, 70, 0.5);
}
#report-blocks {
    max-width:80em;
    background-color: #18356E;     
}
#report-blocks p {
    color: #eaeaea;   
}
.row.white-block {
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 1.0em;
    

}
select {
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    height: 100% !important;
}

.vertical-text {
    text-align: center;
}
.white-block{
    background-color: #ffffff;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    margin-top: 7em;
    margin-bottom: 7em;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
}
.run, .reset {
    width: 100%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-left: 0.0em;
    margin-right: auto;
    margin-bottom: 1.0em;
    margin-top: 0.0em;
    background-color: #8ac655;
    border: none;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    color: #464646;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.reset, .button.reset {
    background-color: rgba(162, 162, 162, 0.3);
    color: #464646;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.reset:hover, .button.reset:hover, .button.reset:focus {
    box-shadow: 0px 0px 5px #8AC655 !important;
}
#contact-form .run, #upload-employee-form .run {
    width: 50%;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    margin-top: 1.0em;
    margin-left: 25%;
    margin-right: auto;
}
.scorecard-block .run:hover {
    background-color: #B9DD99;
    box-shadow: none;
    color: #464646;
}
.run:hover {
    box-shadow: 0px 0px 5px #8AC655;
    background-color: #1A3976;
    color: #ffffff;
}

.hidden {
    display: none;
}

 .triangle-left {
     width: 0; 
     height: 0; 
     border-top: 5px solid transparent; 
     border-right: 10px solid #8b8b8b; 
     border-bottom: 5px solid transparent;
 }
.triangle-right { 
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent; 
    border-left: 10px solid #8b8b8b; 
    border-bottom: 5px solid transparent; 
}
#survey-statements, .themes, #demographic-filters, #benchmarks, #open-response-select, #open-response-filter {
    height: 10em !important;
}
/*Date Picker Styles*/
.datepicker.begin-date, .datepicker.end-date {
    width: 75%;
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: box-shadow ease-in 0.5s;
    -moz-transition: box-shadow ease-in 0.5s;
    transition: box-shadow ease-in 0.5s;
}
.datepicker.begin-date:hover, .datepicker.begin-date:active, .datepicker.begin-date:focus, .datepicker.end-date:hover, .datepicker.end-date:active, .datepicker.end-date:focus {
    -webkit-box-shadow: 0px 0px 10px #8ac655;
    -moz-box-shadow: 0px 0px 10px #8ac655;
    box-shadow: 0px 0px 10px #8AC655;   
}
img.ui-datepicker-trigger {
    float: right;   
}
#ui-datepicker-div {
    z-index: 11 !important;   
}
.ui-datepicker-group {
    color: #464646;   
}
.ui-widget-header, .ui-widget-content .ui-state-default {
    background: none;
    background-color: rgba(162, 162, 162, 0.3);
    color: #464646;
}
.ui-widget-content .ui-state-highlight {
    border: 1px solid #8ac655;   
}
.ui-widget-content .ui-state-hover {
    background-color: #204793;
    color: #ffffff;
}
/*Loading Animation*/
.loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
   border-top: 1.1em solid rgba(139,139,139, 0.2);
  border-right: 1.1em solid rgba(139,139,139, 0.2);
  border-bottom: 1.1em solid rgba(139,139,139, 0.2);
  border-left: 1.1em solid #8b8b8b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
     background-color: #ffffff;
}
.loader-container {
    background-color: #ffffff;
    position: relative;
    height: 1000px;
    z-index: 1000;
}
.loader-container h2 {
    top: 140px;
    position: relative;
}
.loader-container .loader {
    top: 150px;
    
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
/*End Loading Animation Styles*/
/*End Modular Styles*/
/*Top Bar Navigation Styles*/
#logout-button {
    width: 11.35em;
    height: 2.5em;
    margin-top: 3.0em;
    margin-bottom: 3.0em;
    background-color: #8ac655;
    color: #464646;
     -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    
}
#logout-button:hover {
    background-color: #4d6ca9;
    color: #ffffff;
}
.top-bar {
    background-color: #464646;
}
.top-bar ul li {
    background-color: #464646;   
}
.top-bar-section .dropdown li a, .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    background: #464646;   
}

.title-area {
    background-color: #464646;
    
}

.top-bar .name {
      margin-left: 0.5em
}
.top-bar .name h1 {
    color: #a2a2a2;   
}

/*End Top Bar Navigation Style*/
/*Dashboard Style*/
#percent-positive-score, #percent-negative-score {
    font-size: 4.0em;
    font-weight: bold;
    border: 2px solid #a2a2a2;
    margin-top: 0.7em;
}
#percent-positive-score {
    color: #8ac655;   
}
#percent-negative-score {
    color: #204793;   
}
.report-block {
    background-color:#204793;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-right: 0.5em;
    padding-left: 0.5em; 
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    min-height: 28.5em;
}
.report-block:hover {
    background-color: #316CE0;   
}
.report-block h3, .report-block h2  {
    color: #eaeaea;   
}
.response-rate-graphs {
    margin: 0em 0em 2.0em 3.219em;
    padding: 0 0 0 0;
    position: relative;
    z-index: 100;
}
.icons {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: 1em 0px 1em 7.22em;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s
}
.rotate {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
}
/*Login Page Styles*/
#login-button {
    width: 100%;
    height: 3.5em;
    margin-bottom: 3.0em;
    margin-left: 9.1em;
    font-size: 0.95em;
   
}
#login-button:hover {
    -webkit-box-shadow: 0px 6px 14px -11px #464646;
    -moz-box-shadow: 0px 6px 14px -11px #464646;
    box-shadow: 0px 6px 14px -11px #464646;
    background-color: #204793;
    color: #ffffff;
}
#login-content {
    /*padding-top: 2.5em;*/
    background-color: #ffffff;
    background: linear-gradient(rgba(252,252,252,0.45), rgba(252,252,252,0.45)), url('../img/background-graph.svg');
    background-size: 100%, 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;

}
#login-content p {
/*    color: #464646;*/
    /*background-color: #ffffff;*/
    position: relative;
    left: 0;
    transition: all ease-in 0.8s;
}
#login-content form {
    position: relative;
    left: 0;
    transition: all ease-in 0.8s;
}
#login-content .row {
    /*background-color: #ffffff;*/
    bottom: 0px;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}
#login-icon {
    margin-left: 0;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}
#survey-select-button {
    margin-top: 1.0em;
    margin-bottom: 2.0em;
    background-color: #ffffff;
    border: none;
    border-bottom: solid 4px #204793;
    border-radius: 4px;
    color: #464646;
    font-size: 1.0em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;    
}
.rotate-icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}
#portal-title {
    color: #204793;
}
#username, #password, #login-button {
    margin-top: 1.0em;
    margin-bottom: 2.0em;
    background-color: transparent;
    border: none;
    border-bottom: solid 4px #204793;
    border-radius: 4px;
    color: #464646;
    font-size: 1.0em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
#username:-webkit-input-placeholder, #username:-moz-placeholder, #username:-ms-input-placeholder {
    color: #464646;
}
#username {
    margin-top: 3.0em;   
}
#username:hover, #password:hover {
    -webkit-box-shadow: 0px 6px 14px -11px #204793;
    -moz-box-shadow: 0px 6px 14px -11px #204793;
    box-shadow: 0px 6px 14px -11px #204793;
}
#login-button {
    border: solid 4px #204793;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.0em;
    margin-top: 1.0em;
}
.light-blue-background {
    background-color: rgba(32, 71, 147, 0.8);
    padding-bottom: 3.0em;
}
.shoot-left-offscreen {
    position: relative;
    left: -9999px;
    display: none;
    transition: all ease-in 0.5s;
}
#select-survey {
    position: relative;
    /*bottom: -9999px;*/
    right: -9999px;
    height: 0;
    display: block;
    transition: all ease-in 0.4s;
}
/*End Login Page Styles*/
/*Top 10 Bottom 10 Page Styles*/
.top10-bottom10 {
    border-top: solid 2px #8b8b8b;
    border-bottom: solid 2px #8b8b8b;
}
.speedometer-graph {
    margin-left: 1.78em;
    margin-right: auto;
}
#reset-filters, #reset-filters-top {
        margin-bottom: 1.2em;   
    }
    #reset-filters-top-bm {
        margin-bottom: 3.0em;   
    }
.diff-temp {
    position: relative;
    padding: 0.875em;
    border: 2px dashed transparent;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
  
}
.diff-temp .close-button {
    position: absolute;
    right: -12.5px;
    top: -13.5px;
    width: 22px;
    height: auto;
    background-color: transparent;
    color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    
}
.diff-temp:hover {
    border: 2px dashed #464646;
    -webkit-box-shadow: 2px 2px 2px #8b8b8b;
    -moz-box-shadow: 2px 2px 2px #8b8b8b;
   
    
}
.diff-temp:hover .close-button {
    background-color: #464646;
    color: #efefef;
}
.diff-temp:hover .close-button:hover {
    box-shadow: 2px 2px 2px #8b8b8b;
    cursor: pointer;   
}
/*End Top 10 Bottom 10 Page Styles*/
/*Ranking Report Page Styles*/
.box-score {
    margin-top: 2.5em;
}
.box-score-title {
    background-color: #204793;
    padding: 0.5em 1.0em 0.5em 1.0em;
    border: solid 2px #204793;
    border-bottom: none;
    -webkit-border-top-right-radius: 1.5em;
    -moz-border-radius-topright: 1.5em;
    border-top-right-radius: 1.5em;
    -webkit-border-top-left-radius: 1.5em;
    -moz-border-radius-topleft: 1.5em;
    border-top-left-radius: 1.5em;
    
    
}
.box-score-title h3 {
    color: #ffffff;   
}
.box-score-body {
    padding: 0.5em 1.0em 0.5em 1.0em;
    border: solid 2px #204793;
    border-top: none;
    -webkit-border-bottom-right-radius: 1.5em;
    -moz-border-radius-bottomright: 1.5em;
    border-bottom-right-radius: 1.5em;
    -webkit-border-bottom-left-radius: 1.5em;
    -moz-border-radius-bottomleft: 1.5em;
    border-bottom-left-radius: 1.5em;
    
}

#demographic-search {
    border-color: rgba(162, 162, 162, 0.2);
    -webkit-border-radius: 1.0em;
    -moz-border-radius: 1.0em;
    border-radius: 1.0em;
}
.drop-down-arrow {

    width: 28px;
    height: 28px;
}
.filter-by {
   
    
}
.not-enough-respondents {
    font-size: 0.725rem
}
.ranking-graph {
    margin-left: 3.656em;
    margin-bottom: 1.0em;
}
#printed-table {
    display: none;
}

.rank {
    font-size: 1.563rem;
    margin-top: 5.94rem;
    
}
.rank p {
    border: solid 1px #a2a2a2;
    vertical-align: middle;
    font-size: 1.563em;
    font-weight: bold;
    color: #464646;
}
.rank-number {
    font-size: 1.563rem;
}
.rank-column {
    padding-right: 0;
}


#reset-filters, #reset-filters-top, #reset-filters-top-bm, #search-button, #reset-search {
    padding: 0.5em;
    background-color: rgba(162, 162, 162, 0.1);
    border: solid 1px rgba(138, 138, 138, 0.3);
    box-shadow: 0px 0px 0px #8AC655;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    cursor: pointer;
    
}
#search-button, #reset-search {
    margin-left: 0.4em;
    margin-bottom: 1.0rem;
}
#reset-filters:hover, #reset-filters-top:hover, #reset-filters-top-bm:hover, #search-button:hover, #reset-search:hover {
    box-shadow: 0px 0px 5px #8AC655;   
}


.report-options {
    margin-bottom: 2.0rem
}

.show-hide-labels {
    float: left;
    margin-right: 0.4em;
    margin-left: 0.90em;
}


/*End Ranking Report Page Styles*/
/*Open Response Page Styles*/
.demographic-text {
    color: #689540;
}
#open-response-select, #open-response-filter {
    height: 100%;
    background-color: transparent;
}

.jump-to-menu {
    background-color: #eaeaea;
    list-style: none;
    padding: 0.5em;
    top: 75%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    width: 100%;
    position: fixed;
    z-index: 999;
    
}
.jump-to-menu li {
    display: inline-block;
    margin-right: 0.3em;
}
.jump-to-item-selected {
    color: #8ac655;   
}
/*End Open Response Styles*/
/*ScoreCard Page Styles*/
table {
    border-collapse: collapse;   
}
.analysis-options {
    border: 3px solid #8b8b8b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.9em;
    margin-right: 5px;
}
.analysis-options p, .analysis-options label {
    font-size: 0.95em;
    color: #8b8b8b;
    font-family: 'Open Sans', sans-serif;    
}
.legend-conditioning {
   
}  
.legend-positive-sc {
    width: 30px;
    height: 30px;
    background-color: #8ac655;
    margin: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.legend-negative-sc {
    width: 30px;
    height: 30px;
    background-color: #C45654;
    margin: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.column-hover {
    background-color: rgba(227, 252, 248, 0.7);
}
.scorecard-highlight {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), -5px -5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), -5px -5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), -5px -5px 5px rgba(0, 0, 0, 0.3);  
}
#color-picker ul li {
    margin-bottom: 10px;   
}
#overall-positive, #overall-neutral, #overall-negative, .benchmark-header, .demographic-header, #question-header {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 36px;
    height: 100%;
    border-right: 1px dashed rgba(70, 70, 70, 0.5);
    
}

#scorecard-table {
    margin-top: 2.0em;
    margin-bottom: 2.0em;
}
#scorecard-table td {
    min-width: 75px;
   
}
#scorecard-table td:first-child { 
}
#scorecard-table tbody th {
    min-width: 400px;   
}
.sticky-wrapper {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    width: 100%;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
    border-collapse: collapse;
    max-height: 600px;
    -webkit-transition: all ease-in 0.1s;
    -moz-transition: all ease-in 0.1s;
    transition: all ease-in 0.1s;
    padding: 0 0.5em;
}
.sticky-wrapper .sticky-thead, .sticky-wrapper .sticky-col, .sticky-wrapper .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0.5em;
    transition: all .125s ease-in-out;
    z-index: 50;
    width: auto;
    table-layout: fixed;
}
.sticky-wrapper .sticky-col tbody tr:last-child {
    background-color: #4d6ca9;   
}
.sticky-wrapper .sticky-col tbody tr:last-child th {
    color: #ffffff; 
}
.sticky-wrapper .sticky-col {
    box-shadow: 0.25em 0 0.1em -0.1em rgba(0,0,0,.125);   
}
.sticky-wrapper .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
    z-index: 100;
}
.sticky-wrapper .sticky-intersect tr:nth-child(2) th {
    height: 36px; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.sticky-wrapper .sticky-intersect {
    opacity: 1;
    z-index: 150;
}

.sticky-wrapper td, .sticky-wrapper th {
    box-sizing: border-box;   
}
.survey-statement, benefit-statement {
    word-wrap: break-word;
    margin-left: 1.5em
}
/*
#survey-statements, #demographic-filters, #benchmarks, #survey-themes, .themes, .demographic-dimensions {
    height: 150px;
    
}
*/

.theme-header-row, .average-row {
    background-color: #4D6CA9 !important;
    color: white;
}
.theme-header-row td, .average-row td, .theme-header-row th, .average-row th, .sticky-col .theme-header-row th, .sticky-col .average-row th {
    color: white !important; 
    background-color: #4D6CA9 !important;
}
.top-headers {
    text-align: center;
    background-color: #4D6CA9;
    color: #ffffff;
}
.table-data {
   text-align: center;
    border-right: 1px dashed rgba(70, 70, 70, 0.5);
    
}
#scorecard-table-mobile {
    display: none;
}

#scorecard-table tr td:nth-child(2), th:nth-child(2) {
    border-left: 1px dashed rgba(70, 70, 70, 0.5);   
}
#scorecard-table tbody tr:last-child {
    background-color: #4d6ca9;   
}
#scorecard-table tr:last-child td, #scorecard-table tbody tr:last-child th {
    color: #ffffff;   
}
#scorecard-table tr:last-child td:nth-child(2), #scorecard-table tr:last-child .table-data {
    border-left: 1px dashed #ffffff;   
}
.scorecard-block {
     background-color:#204793;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-right: 0.5em;
    padding-left: 0.5em; 
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    position: relative;
    border: 5px solid #ffffff;
    z-index: 10
    
}
.scorecard-block:after, .scorecard-block:before {
    top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
    
    
}
.scorecard-block:after {
    border-color: rgba(32, 71, 147, 0); border-top-color: #204793; border-width: 30px; margin-left: -30px;
}
.scorecard-block:before {
    border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 34px; margin-left: -34px;   
}

.scorecard-block h2 {
    color: #efefef;
}
#scorecard-table th:not(#question-header):hover {
    cursor: move;
}
table thead {
    background: none;   
}
#circle {
    width: 320px; 
    height: 50px; 
    background: #464646; 
    -moz-border-radius: 100px; 
    -webkit-border-radius: 100px; 
    border-radius: 100px;
    margin-top: -5.0em;
    margin-left: -10.0em;
    background: rgba(230,227,230,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(230,227,230,1) 0%, rgba(255,255,255,0) 72%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(230,227,230,1)), color-stop(72%, rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(230,227,230,1) 0%, rgba(255,255,255,0) 72%);
background: -o-radial-gradient(center, ellipse cover, rgba(230,227,230,1) 0%, rgba(255,255,255,0) 72%);
background: -ms-radial-gradient(center, ellipse cover, rgba(230,227,230,1) 0%, rgba(255,255,255,0) 72%);
background: radial-gradient(ellipse at center, rgba(230,227,230,1) 0%, rgba(255,255,255,0) 72%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3e6', endColorstr='#ffffff', GradientType=1 );
}

#loadingModal {
    background: none;
    border: none;
    box-shadow: none;
}
#loadingModal img {
    opacity: 0.7;
    animation:loading-rotate 1.15s infinite linear;
	-o-animation:loading-rotate 1.15s infinite linear;
	-ms-animation:loading-rotate 1.15s infinite linear;
	-webkit-animation:loading-rotate 1.15s infinite linear;
    -moz-animation:loading-rotate 1.15s infinite linear;
}
#loadingModal .bar {
    height: 0px;
    width: 23%;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
}
#loadingModal .bar:nth-child(1) {
    height: 20px;
    background-repeat: no-repeat;
    background-position: center bottom -100px;
    animation: loading-anim 2s ease-in-out infinite 0.5s; 
    

}
#loadingModal .bar:nth-child(2) {
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom -100px;
    animation: loading-anim 2s ease-in-out infinite 1s; 
    

}
#loadingModal .bar:nth-child(3) {
    height: 60px;
    background-repeat: no-repeat;
    background-position: center bottom -100px;
    animation: loading-anim 2s ease-in-out infinite 1.5s; 
    

}
#loadingModal .bar:nth-child(4) {
    height: 80px;
    background-repeat: no-repeat;
    background-position: center bottom -100px;
    animation: loading-anim 2s ease-in-out infinite 2s; 
    
}
#loadingModal .loading-text {
    color: #ffffff;
    font-size: 42px;
    text-align: center;
}
.column-selected {
        background-color: rgba(227, 252, 248, 0.7);
}
/*End ScoreCard Page Styles*/
/*Overall Survey Results Styles*/

.tabs .tab-title > a {
    padding: 0em;
    background-color: rgba(31, 70, 146, 0.2);
    text-align: center;
    height: 40px;
    border: solid 1px rgba(31, 70, 146, 0.2);
    font-size: 0.8em;
    font-family: 'Fira Sans', sans-serif;
    margin: 1.0em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    color: #464646;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.tabs .tab-title.active a {
    background-color: rgba(137, 197, 84, 0.3);
    color: #464646;
    border-color: rgba(137, 197, 84, 0.3);
}

.tabs .tab-title > a:hover {
    background-color: rgba(31, 70, 146, 0.3);
}
.tabs .tab-title.active a:hover {
    background-color: rgba(137, 197, 84, 0.3);   
}
.report-filters:last-child h3.text-center {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
/*End Overall Survey Results Page Styles*/
.question {
    font-weight: bold;
}

.question-block {
    margin-top: 1.0em;
    padding: 1.0em;
}
.question-block.secondary-blue{
    background-color: rgba(131, 167, 236, 0.1);   
}
/*Exit Summary Styles*/
#exit-summary canvas {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
}
.calendar {
    margin: 2.0em 0 2.0em 0;   
}
.month-box {
    border: 1px solid #464646;
    padding-left: 0;
    padding-right: 0;
}
.month-box.columns:last-child {
    float: left;
}
.month-box-title {
    text-align: center;
    color: #ffffff;
    background-color: #204793;
    width: 100%;
}
.month-box-body {
    text-align: center;
    font-size: 1.5em;
}
#indicies {
    width: 70%;   
}
#indicies tr:nth-of-type(even){
    background: none;   
}
#indicies td, #indicies th {
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px dashed #464646;
    font-size: 1.00em;
}
#indicies tr td:first-child {
       width:60%;
}
#indicies tr td:last-child, #indicies tr th:last-child {
    width: 40%;
    text-align: center;
}
#indicies tr:first-child td {
    background-color: #8ac655;
    color: #ffffff;
}
#indicies tr:nth-child(2) td {
    background-color: rgba(0, 174, 239, 1.0);
    color: #ffffff;
}
#indicies tr:nth-child(3) td {
    background-color: rgba(46, 49, 146, 1.0);
    color: #ffffff;
}
#indicies tr:nth-child(4) td {
    background-color: rgba(190, 30, 45, 1.0);
    color: #ffffff;
}
#indicies tr:nth-child(5) td {
    background-color: rgba(241, 90, 41, 1.0);
    color: #ffffff;
}
#indicies tr th {
    background-color: #ffffff;   
}
.data-icons {
    width: 100%;
    height: auto;
}
.response-text {
    padding: 0.5em 0;
    color: #8ac655;
}
/*End Exit Summary Styles*/
/*Response Distribution Report Styles*/
.rd-overall {
    margin-bottom: 3.0em;   
}
.positive-response, .negative-response, .neutral-response, .mean-score {
    font-size: 2.0em;
    font-weight: bold;
    border: 2px solid #a2a2a2;
    text-align: center;
}
.legend-item {
    height: 20px;
    width: 20px;
    background-color: #8ac655;
}
.positive-response {
    color: #8ac655;   
}
.negative-response {
    color: #204793;   
}
.neutral-response {
    color: #464646;   
}
.mean-score {
    color: #8b8b8b;   
}
.modal-click {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    text-decoration: underline;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    color: #204793;
}
.modal-click:hover {
    color: #8ac655;
    cursor: pointer;
}
.rd-graph .bar-graph {
    min-height: 250px;
    width: 100%;
}
#rd-modal {
    max-width: 80em;   
}
.rd-graph-container {
    width: 204px;
    height: 204px;
    border: 2px solid #464646;
    float: right;
    position: relative;
}
.rd-strongly-agree {
    width: 74.57px;
    height: 118px;
    background-color: #689540;
    position: absolute;
    top: 82px;
    left: 0px;
    z-index: 5;
}
.rd-agree {
    width: 200px;
    height: 82px;
    background-color: #8ac655;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
}
.rd-sometimes {
    width: 69.67px;
    height: 57.41px;
    background-color: #a1d177;
    position: absolute;
    top: 142.59px;
    left: 74.57px;
    z-index: 3;
}
.rd-disagree {
    width: 125.43px;
    height: 60.59px;
    background-color: #B9DD99;
    position: absolute;
    top: 82px;
    left: 74.57px;
    z-index: 2;
}
.rd-strongly-disagree {
    width: 55.76px;
    height: 57.38px;
    background-color: #E4FCCF;
    position: absolute;
    top: 142.59px;
    left: 144.24px;
    z-index: 1;
}
.rd-score {
    color: #464646;
    margin-left: 5px;
    margin-top: 5px;
}
.rd-meter-sa, .rd-meter-a, .rd-meter-st, .rd-meter-d, .rd-meter-sd {
    background-color: #8b8b8b;
    width: 10%;
    height: 10px;
    padding-left: 0;
    padding-right: 0;
    border-right: 2px solid #ffffff;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
}
.rd-meter-sa .meter-fill-1, .rd-meter-sa .meter-fill-2, .rd-meter-st .meter-fill-1, .rd-meter-d .meter-fill-1 {
    width: 100%;
    height: 10px;
    position: absolute;
    background-color: #8ac655;
}
.rd-meter-sa .meter-fill-3 {
    width: 20%;
    height: 10px;
    position: absolute;
    background-color: #8ac655;
}
.rd-meter-a .meter-fill-1, .rd-meter-a .meter-fill-2, .rd-meter-a .meter-fill-3, .rd-meter-a .meter-fill-4{
    width: 100%;
    height: 10px;
    position: absolute;
    background-color: #8ac655;   
}
.rd-meter-a .meter-fill-5 {
    width: 10%;
    height: 10px;
    position: absolute;
    background-color: #8ac655;     
}
.rd-meter-d .meter-fill-2 {
    width: 90%;
    height: 10px;
    position: absolute;
    background-color: #8ac655;    
}
.rd-meter-sd .meter-fill-1 {
    width: 80%;
    height: 10px;
    position: absolute;
    background-color: #8ac655;   
}
.rd-multi-square .large-square, .rd-multi-square .smaller-squares {
    height: 200px;
}

.large-square, .small-square-1, .small-square-2, .small-square-3, .small-square-4 {
    border: 2px solid #ffffff;  
    
}
.small-square-1, .small-square-2, .small-square-3, .small-square-4 {
    height: 100px;   
}
.rd-multi-square .scale-item, .rd-multi-square .scale-score {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.75em;
}
.large-square .scale-score {
    font-size: 241%;   
}
.small-square-1 {
    background-color: #689540;   
}
.small-square-1 .scale-score {
    font-size: 122%;
    
}
.small-square-2 {
    background-color: #204793;   
}
.small-square-2 .scale-score {
    font-size: 119%;   
}
.small-square-3 {
    background-color: #a1d177;   
}
.small-square-3 .scale-score {
    font-size: 110%;   
}
.small-square-4 {
    background-color: #4d6ca9;   
}
.small-square-4 .scale-score {
    font-size: 108%;   
}
.print-break {
    display: none;
}
/*End Response Distribution Report Styles*/
/*Benefit Satisfaction Report*/
.ben-sat h3 {
    margin-top: 3.0em;
    margin-bottom: 2.0em;
}
.ben-sat #benchmarks {
    height: auto!important;   
}
/*Ben Sat Overall*/
.ben-overall h3 {
    margin-top: 0.0em;
    margin-bottom: 0.5em;
}
.ben-overall .container {
    padding-bottom: 0.675em;
    padding-top: 0.675em;
    border: 3px dashed #ffffff;
    position: relative;
    margin-top: 18px;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.ben-overall .container .close-button {
    background-color: transparent;
    color: transparent;
    position: absolute;
    padding-top: 7px;
    padding-left: 9.5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    top: -17.5px;
    right: -17.5px;
    z-index: 12;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    
}
.ben-overall .container:hover {
    border: 3px dashed #464646;
    box-shadow: 2px 2px 6px #8b8b8b; 
}
.ben-overall .container:hover .close-button {
    background-color: #464646;
    color: #efefef;
}
.ben-overall .container:hover .close-button:hover {
    box-shadow: 2px 2px 2px #8b8b8b;
    cursor: pointer;
}
.ben-overall .pie-graph {
    width: 100%;
    height: auto;
}
.ben-overall .legend {
    background-color: rgba(0,0,0,0.75);
    padding: 0.75em;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    color: #efefef;
    position: relative;
}
.ben-overall .legend::after {
    bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #404040;
	border-width: 30px;
	margin-left: -30px;   
}
.ben-overall .legend table {
    background-color: transparent;
    width: 100%;
    border-collapse: separate;
    margin-bottom: 0;
}
.ben-overall .legend table tr {
    background-color: transparent;
}
.ben-overall .legend table td {
    color: #efefef;
    padding-top: 0px;
    padding-bottom: 0px;
}
.legend tr:first-child td:first-child {
   
}
.legend tr:nth-child(2) td:first-child {
     
}
.legend tr:nth-child(3) td:first-child {
      
}
.legend tr:nth-child(4) td:first-child {
      
}
.legend tr:nth-child(5) td:first-child {
    
}
/*Ben Sat Themes*/
.ben-themes .theme-col {
    margin-bottom: 3.0em;   
}
.ben-themes .theme-col h3 {
    margin-bottom: 0.5em;
    margin-top: 2.0em;
}
.ben-themes .meter {
    margin-top: 0%;   
}
.ben-themes .meter-sq {
    width: 10%;
    height: 16px;
    background-color: transparent;
    padding: 0;
    border-top: 2px solid #464646;
    border-bottom: 2px solid #464646;
    border-left: 2px solid #464646;
}
.ben-themes .meter-sq:last-child {
    border-right: 2px solid #8b8b8b;   
}
.ben-themes p {
    margin-bottom: 0;
    color: #464646;
}
.ben-themes .js-meter p {
    margin-top: 10px;   
}
.tooltip {
    background-color: rgba(0,0,0,0.8);
    margin-left: 2em;
    margin-top: -10px;
    visibility: hidden;
}

.ben-themes .js-meter {
    cursor: default; 
    margin-bottom: 5px;
}
.theme-col .ben-theme-statements {
    cursor: pointer;
    text-decoration: underline;
    color: #8ac655;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.ben-theme-statements:hover {
    color: #204793;   
}
.meter-scale {
    padding: 0;   
}
.meter-scale p {
    font-size: 0.75em;   
}

.meter-fill {
    width: 100%;
    height: 12px;
    
    position: absolute;
    
}
.meter-fill-1 {
    width: 10%;
    height: 12px;
    
    position: absolute;
}
.meter-fill-2 {
    width: 20%;
    height: 12px;
    
    position: absolute;
}
.meter-fill-3 {
    width: 30%;
    height: 12px;
   
    position: absolute;
}
.meter-fill-4 {
    width: 40%;
    height: 12px;
    
    position: absolute;
}
.meter-fill-5 {
    width: 50%;
    height: 12px;
    
    position: absolute;
}
.meter-fill-6 {
    width: 60%;
    height: 12px;
    
    position: absolute;
}
.meter-fill-7 {
    width: 70%;
    height: 12px;
    
    position: absolute;
}
.meter-fill-8 {
    width: 80%;
    height: 12px;
    
    position: absolute;
}
.meter-fill-9 {
    width: 90%;
    height: 12px;
    
    position: absolute;
}
.ui-tooltip {
    background: #404040;
    border: none;
}
.ui-tooltip-content {
     color: #efefef;
     
}
/*Ben Sat Correlation*/
.ben-correlation h3 {
    margin: 1.0em 0 1.0em 0;
}

.ben-correlation .topline-legend th {
    width: 20%;
    text-align: center;
    border: none;
    
}
.ben-correlation .topline-legend td {
    text-align: center;
    border: 2px solid #464646;
   
}
.ben-correlation .topline-scores {
    border-collapse: separate;
    width: 100%;
}
.ben-correlation .topline-scores tr {
    background-color: #ffffff;   
}
.ben-correlation .topline-scores td {
    width: 33%;   
}
.ben-correlation .topline-scores th {
    font-size: 1.25em;
    padding-top: 2.0em;
    border-bottom: 2px solid #464646;
}

.ben-correlation .topline-scores tr td:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}
.ben-correlation .topline-scores tr td:nth-child(3) {
    text-align: center;
    border: 4px solid #DDDDDD;
}
.ben-correlation .topline-scores hr {
    border-top: 4px solid #dddddd;   
}
.ben-correlation .poor {
    background-color: rgba(52, 4, 104, 0.2); 
    color: #000000;
}
.ben-correlation .warrants-attention {
    background-color: rgba(52, 4, 104, 0.4);
    color: #000000;
}
.ben-correlation .fair {
    background-color: rgba(52, 4, 104, 0.6);
    color: #000000;
}
.ben-correlation .good {
    background-color: rgba(52, 4, 104, 0.8);
    color: #ffffff;
}
.ben-correlation .very-good {
    background-color: rgba(52, 4, 104, 1.0);
    color: #ffffff;
}
/*Compensation & Benefits Theme*/
.ben-theme h3 {
    margin-bottom: 1.0em;   
}
.rd-dem h3 {
    margin-top: 0;   
}
.rd-dem canvas {
    margin-bottom: 1.5em !important;   
}
.rd-dem P {
    margin-bottom: 0.5em;   
}
/*Account Settings Styles*/
.account-setting-section .tabs .tab-title {
    width: 33.33%;
    border-bottom: 1px solid #cbcbcb;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.account-setting-section .tabs .tab-title.active {
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    border-bottom: 0;
}
.account-setting-section .tabs .tab-title > a {
    background-color: #e9e9e9;
    color: #464646;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0.7em;
    margin: 0;
}
.account-setting-section .tabs .tab-title.active a {
    background-color: #fcfcfc;
}
.account-setting-section .tabs-content {
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 0.5em;
}
.account-setting-section .save {
    display:none;
}
/*End Account Settings Styles*/
/*Ben Sat Ranking*/
.ben-ranking th, .ben-ranking td {
    border-right: 1px dashed #464646;
    text-align: center;
}
.ben-ranking tr td:nth-child(2) {
    text-align: left;
}
.rank-column-left {
    padding-left: 0;
    margin-right: 20px;
}
.rank-column-right {
    margin-left: 20px;
    padding-right: 0;
}
/*Ben Sat Over Time*/
#sat-over-time {
    width: 100%;
    max-height: 500px;
}
.ben-time #ben-demographics {
    height: unset;   
}
.difference-table {
    width: 100%;
    
}
.difference-table th {
    border-left: none;      
}
.difference-table td {
    font-size: 1.0em;
    font-weight: bold;
}
.difference-table th, .difference-table td {
    border-bottom: 1px dashed #464646;
    text-align: center;
}
.difference-table tr th:first-child {
    text-align: left   
}
.difference-table tr th:nth-child(2) {
    text-align: left;   
}
.ben-time .pos-change {
    color: #689540;
}
.ben-time .neg-change {
    color: #842239;
}

/*End Benefit Satisfaction Report*/
/*Standard Deviation Report*/
.deviation-table tr th{
    text-align: center;
    border-bottom: 4px solid rgba(70, 70, 70, 0.5) !important;
}
.deviation-table tr td {
    text-align: center;
    border-right: 2px dashed rgba(70, 70, 70, 0.5);
}
.deviation-table tr td:first-child {
    text-align: left;
    border-left: 4px solid rgba(70, 70, 70, 0.5) !important;
}
.deviation-table tr td:last-child {
    border-right: 4px solid rgba(70, 70, 70, 0.5) !important;
}
.deviation-table tr:last-child td {
    border-bottom: 4px solid rgba(70, 70, 70, 0.5);
}
.deviation-table tr th:nth-child(2) {
    border-left: none;
}
#survey-questions-selection {
    height: 10rem !important
}
#demographic-filters {
    height: 10rem !important
}
td[data-reveal-id^="theme-pst-"] {
    text-decoration: underline;
    cursor: pointer;
    transition: all ease-in 0.3s;
}
td[data-reveal-id^="theme-pst-"]:hover {
    text-decoration: none;
    color: #636363;
}
/*Media Queries*/
/*Smart Phones Portrait & Landscape*/
/*iPhone 5 and Below & Galaxy S and S2 and below*/
@media only screen and (min-device-width : 320px) and (max-device-width : 359px) {
    .top-bar .left {
        float: none !important;  
    }
    .icons {
        margin-left: 4.38em;   
    }
    #reset-filters, #reset-filters-top {
        margin-bottom: 1.2em;   
    }
    .footer-logo {
        margin-left: 4.94em;
        margin-right: auto;
    }
    .box-score-body {
        margin-bottom: 1.0em;   
    }
    .mtblue-background {
        /*background-size: auto, 200%;*/   
    }
    #scorecard-table td {
    min-width: 50px;   
    }
    #scorecard-table td:first-child {
    min-width: 200px   
    }
}
/*End iPhone 5 and Below Styles*/
/*iPhone 6, Galaxy S4, S3 Style*/
@media only screen and (min-device-width: 360px) and (max-device-width: 460px) {
    .top-bar .left {
        float: none !important;  
    }
    .footer-logo {
        margin-left: 6.66em;
        margin-right: auto;
    }
    .icons {
        margin-left: 6.09em;   
    }
    #reset-filters, #reset-filters-top {
        margin-bottom: 1.2em;   
    }
    #reset-filters-top-bm {
        margin-bottom: 3.0em;   
    }
    .box-score-body {
        margin-bottom: 1.0em;   
    }
    #scorecard-table {
        display: table;   
    }
    #scorecard-table-mobile {
        display: none;   
    }
    #scorecard-table td {
    min-width: 50px;   
    }
    #scorecard-table td:first-child {
    min-width: 200px   
    }
    .mtblue-background {
        /*background-size: auto, 200%;*/   
    }
}
/*End iPhone 6, Galaxy S4, S3 Styles*/
/*Tablets Portrait & Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .icons {
        margin-left: 10.38em;   
    }
    .mtblue-background {
        /*background-size: 200%, auto;*/   
    }
    #scorecard-table td {
    min-width: 75px;   
    }
    #scorecard-table td:first-child {
    min-width: 400px   
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1400px) {
    .mtblue-background {
        /*background-size: 200%, auto;*/   
    }
    #scorecard-table td {
    min-width: 75px;   
    }
    #scorecard-table td:first-child {
    min-width: 400px   
    }
}

/*End Media Queries*/

.report-steps {
    list-style-type: decimal;
    font-size: 0.875em;
    color: #8ac655;
}

.response-rate-label {
    position: absolute;
    z-index: 25;
    width: 100%;
    top: 49%;
    left: 0;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    
}
.response-rate-label-jc {
    width: 100%;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    padding-top: 2.0em;
    text-align: left;
}
.response-rate-label p {
    font-size: 1.563em;
    text-align: center;
}
.response-rate-label p span {
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
}
.response-rate-label p br {
    margin-bottom: 5px;   
}

#fac-response-rate {
    position: absolute;
    z-index: 113;
    top: 26%;
    left: 18.5%;
}

#adj-response-rate {
    position: absolute;
    z-index: 112;
    top: 28.5%;
    left: 21.5%;
}

#exempt-response-rate {
    position: absolute;
    z-index: 111;
    top: 31%;
    left: 24.5%;
}

#nes-response-rate {
    position: absolute;
    z-index: 110;
    top: 33.6%;
    left: 27.2%;
}

#admin-response-rate {
    position: relative;
    z-index: 114;
    top: 0;
    left: 3.35%;    
}

#jc-response-rate-label p span {
    padding: 0.5em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}
#jc-response-rate-label p br {
    margin-bottom: 1.0em;   
}
#jc-response-rate-label p {
    font-size: 0.8em;
}
#jc-response-rate-label ul li {
    padding: 0.5em;
    margin-bottom: 1.0em; 
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    font-size: 0.8em;
}
#admin-response {
    background-color: #4162A3;
    color: #fff;
}
#fac-response {
    background-color: #FC3D1B;
    color: #fff;
}
#adj-response {
    background-color: #90BD2D;
    color: #fff;
}
#exempt-response {
    background-color: #90BD2D;
    color: #fff;
}
#nes-response {
    background-color: #266FFF;
    color: #fff;
}

.tabs-content ul {
    list-style: none;
}

#saved-reports {
    margin-left: -1.3em;
}



.inline-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; 
}
.inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; 
}
.inline-list > li > * {
    display: block; 
}
#top-10 .inline-list, #bottom-10 .inline-list {
    padding-left: 3.594em;   
}
#top-10 .inline-list li:nth-child(odd), #bottom-10 .inline-list li:nth-child(odd) {
    background-color: #8b8b8b;
    color: #ffffff;
    padding: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}
#top-10 .inline-list li:nth-child(even), #bottom-10 .inline-list li:nth-child(even) {
    background-color: #8ac655;
    color: #ffffff;
    padding: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}
.fancybox-inner #inline_report_save {
    background-color: transparent;
}
#inline_report_save a {
    margin-left: 85%;   
}
#inline_report_save form {
    margin-top: 0.5em;   
}
#help-digital-assets object {
    margin-bottom: 3.0em;
}


.bm-footnote {
    font-size: 0.5em;
}

#step-by-step-img {
    padding-top: 3.0em;   
}
#step-by-step-img object {
    width: 15%;
    height: auto;
}
#step-by-step-img p {
    float: left;
    margin-right: 1.0em;
    font-size: 2.0em;
    padding-top: 0.05em;
    color: #8ac655;
    -webkit-transition: color ease-in 0.5s;
    -moz-transition: color ease-in 0.5s;
    transition: color ease-in 0.5s;
    
}
#step-by-step-img p:hover {
    color: #204793;   
}

#jc-header {
    margin-bottom: 1.5em;
}
/*Additional CSS Add From Testing*/
.light-blue-background table tr:first-child td {
    background-color: #BA1F1F;
    color: #ffffff;
    font-weight: bold;
}

#scorecard-reset {
    background-color: rgba(162, 162, 162, 0.3);
    border: 1px solid rgba(138, 138, 138, 0.3);
    box-shadow: 0px 0px 0px #8AC655;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    
}
#scorecard-reset:hover, #scorecard-reset:focus, #scorecard-reset:active {
    box-shadow: 0px 0px 5px #8AC655;
    
}

.ranking-legend {
    margin-top: 0.5em;
    padding-left: 1.1rem;
}   
.rank-positive, .rank-negative, .rank-neutral {
    width: 30px;
    height: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
}
.rank-positive {
    background-color: #8AC655;   
}
.rank-negative {
    background-color: #83A7EC;
}
.rank-neutral {
    background-color: #8B8B8B;   
}

.run.reset {
    background-color: rgba(162, 162, 162, 0.3);
    border: 1px solid rgba(138, 138, 138, 0.3);
    box-shadow: 0px 0px 0px #8AC655;
    transition: all 0.5s ease-in 0s;
    color: #464646;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.run.reset:hover {
    box-shadow: 0px 0px 5px #8AC655;   
}
.top-level-demographic {
    height: 150px;
}

.table-wrapper {
    position: relative;
    overflow-x: auto;
    width: 100%;
}



.select-all, select optgroup {
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
}