/* Applied via jade templates to screens (Desktop and Landscape Tablet) with min-width of 769px */
.koneksaLogo {
    width:210px;
    height:100%;
    background-image: url('../img/icons/purple_koneksa_logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
}
.garminLogo {
    background-image: url('../img/logo-garmin.png');
}
.khmoniker {
    height:60px;
    margin-top:10px;
    width:210px;
    display: block;
    background-image: url('../img/icons/purple_koneksa_logo.png');
    background-position: center center;
    background-size: auto 75%;
    background-repeat: no-repeat;
    padding-left:1em;
}
.kh_compare {
    width:500px;
    height:200px;
    display: block;
    margin:120px auto 0 auto;
    background-image: url('../img/img_logo2.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.khWideMoniker {
    width:100px!important;
    background-color:rgb(153,5,86);
}
.userMoniker {
    width:30px;
    height:30px;
    display:inline-block;
    padding-top:2px;
    background-color: #202020;
    margin-right:10px;
    -webkit-border-radius: 50%;
    text-align: center;
    font-weight: 700;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-style: normal;
}
.commentMoniker {
    width:30px;
    height:30px;
    line-height: 30px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display:inline-block;
    margin-right:10px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size:0.8em;
}
.action {
    line-height: 45px;
    padding:0 1em;
    cursor: pointer;
}
.action i {
    margin-right:0.5em;
}
.header {
    width:100%;
    height:60px;
    position: relative;
    display: block;
    z-index:1;
}
.stickyBottom {
    position:absolute;
    bottom:0!important;
}
.fullNav {
    width:100%;
    height:80px;
    display: block;
    z-index:1000;
    top:0;
    position:fixed;
    opacity:0.9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    transition:opacity 1s ease 0s;
    box-sizing:content-box;
}
.mobileNav {
    display:none;
}
.navSurveys {
    width:86%;
    height:29px;
    display: block;
    z-index:1000;
    top:0;
    position:fixed;
    opacity:1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    transition:opacity 1s ease 0s;
    box-sizing:content-box;
    background-color: #fefefe;
}
.navInlineFullWidth .dropDowns {
    width:auto!important;
    height:80px;
    display: block;
}
.navInlineFullWidth .dropDown {
    width:auto!important;
    padding-top:1em;
    height:80px;
    display: block;
}
.navInlineFullWidth .useCase {
    width:auto!important;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.navInlineFullWidth .useCase .production {
    display:none!important;
}
.navInlineFullWidth label {
    font-size:0.8em;
}
.infoCaption {
    width:960px;
    height:auto;
    overflow: hidden;
    margin:0 auto 0 auto;
    display: block;
    font-size:2em;
    text-align: center;
    position:relative;
    top:75px;
}
.infoCaption h4 {
    margin:0 auto 0 auto;
    display: block;
    font-size:0.8em!important;
    text-align: center;
    position:relative;
    font-weight: 300;
    font-family: "Open Sans", Arial, sans-serif;
}
.infoCaption h5 {
    margin:40px auto 0 auto;
    display: block;
    font-size:0.6em!important;
    text-align: center;
    position:relative;
    font-weight: 300;
    font-family: "Open Sans", Arial, sans-serif;
}
.toolPanel {
    width:100%;
    height:auto!important;
    overflow: hidden;
    display: block;
}
.toolPanel h5 {
    margin:0;
}
.infoPanel {
    width:100%;
    height:360px;
    display: block;
    padding:0;
}
.centerPanel {
    width:960px;
    height:auto!important;
    overflow: hidden;
    margin:0 auto;
    display: block;
}
.privacypanel {
    width:90%;
    height:auto;
    margin:0 5%;
    display: block;
    text-align: justify;
    font-weight: 300;
    font-size:0.9em;
    font-family: "Open Sans", Arial, sans-serif;
}
.innerPanel .whatWeDo {
    width:100%;
    height:112px;
}
.innerPanel h4 {
    font-size:1.2em;
    font-weight: 300;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
}
.innerPanel .caption {

}
h2 {
    margin-top:0;
}
.backgroundPanel {
    margin:0 5%;
    width:35%;
    height:auto!important;
    display: block;
    overflow: hidden;
}
.noSidePadding {
    padding:2em 0!important;
}
.panel.surveysDetail {
    width: inherit;
    height:auto!important;
    display: block;
    overflow: hidden;
    opacity:0.95;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: opacity 3s ease-in 0s;
}
.panel.noRadius {
    border-radius:0;
}
.panel.topRadius {
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel.bottomRadius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panelSurveyChoices .formSpacer {
    padding: 1em 0 1em 0;
    height: auto!important;
    overflow: hidden;
}
.panelSurveyChoices .questionFormSpacer {
    height: auto;
    overflow: hidden;
}
.questionFormSpacer input {
    float: left;
    margin: 0.3rem 0;
    border: 1px solid #bebebe;
    height: 2.5rem;
}
.questionFormSpacer input[type='radio'] {
    margin: 0.6rem 0 0.5rem;
}
.questionFormSpacer input[type='radio'] + label {
   padding: 0.4rem 0 0.4rem 1.2rem;
}
.questionFormSpacer input[type='checkbox'] {
    margin: 0.4rem 0;
}
.questionFormSpacer input[type='checkbox'] + label {
    padding: 0.35rem 0 0.4rem 1.2rem;
}
.questionFormSpacer input.missingAnswer{
    border:1px solid #F48577;
}
.autoInput {
    width:auto!important;
}
.inlineButton {
    margin-right:2em!important;
}
.inlineCenterButton {
    width:20%!important;
    left:-40%;
    position:relative;
    margin-left:50%!important;
}
.fullInput {
    width:100%!important;
}
.selectInput {
    width:28%!important;
}
.qtrInput {
    width:18%!important;
    margin-left:2%;
}
.fourthInput {
    width:25%!important;
    padding:0 1.5em!important;
}
.threeFourthInput {
    width:75%!important;
    padding:0 1.5em!important;
}
.thirdInput {
    width:33%!important;
    padding:0 1.5em!important;
}
.fullThirdInput {
    width:33.33%!important;
}
.fullQtrInput {
    width:25%!important;
    padding:0 1.5em!important;
}
.twoThirdInput {
    width:66%!important;
    padding:0 1.5em!important;
}
.largeSelect {
    width:48%!important;
    margin:0 2%!important;
}
.halfInput {
    width:50%!important;
}
.nineCol {
    width:90%!important;
}
.sevenCol {
    width:11.5%!important;
    margin-left:1%!important;
}
.oneCol {
    width:10%!important;
}
.fullHalfInput {
    width:50%!important;
}
.fullThreeFourthInput {
    width:75%!important;
    padding:0 1.5em!important;
}
.fullWidthInput {
    width:100%;
}
.fullWidthPanel {
    padding:1em 0 0 0!important;
}
.fullWidthPanel .action:hover {

}
.lineHeight2em {
    line-height: 2em!important;
    height:2em!important;
}
.font8em {
    font-size: 8rem;
}
.padding2 {
    padding:2em!important;
}
.leftPanel {
    width:47.5%;
    display:block;
    overflow: hidden;
    float:left;
}
.rightPanel {
    width:47.5%;
    float:right;
    display:block;
    overflow: hidden;
}
.halfPanel {
    width:49%;
    display:block;
    overflow: hidden;
}
.spacerPanel {
     padding:1em 2em !important;
}
.panelSurveyChoices label {
    padding: 0.2rem 0 0.5rem 0;
    display: block;
}
.backgroundPanel select {
    width:100%;
    margin:0;
    display: block;
    -webkit-appearance: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size:1em;
    padding:0.5em 1.2em 0.5em 0;
    border:0;
    border:1px solid #bebebe;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:1em;

}
.backgroundPanel .button {
    width:100%;
    margin:0;
    display: block;
    -webkit-appearance: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size:1em;
    line-height: 2.6em;
    height:2.6em!important;
    cursor: pointer;
    padding:0 1.2em!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:1em;
}
.backgroundPanel a {
    font-size:1em;
    padding:0.2em 1.2em;
    line-height: 3em;
    text-transform: capitalize;
}
.panel select.selectBorder {
    border:1px solid #bebebe!important;
}
.subPanel {
    max-width:40%!important;
}
.subPanelLeft {
    float:left;
}
.subPanelRight {
    float:right;
}
.modalPanel {
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}
.fullWidthPanel h4 {
    margin:0;
    padding:0 2em;
    width:100%;
    margin-bottom:1em;
    font-weight: 200;
    letter-spacing: 1px;
    font-size:1em;
    text-transform: uppercase;
    line-height: 45px;
    font-family: "Open Sans", Arial, sans-serif;
}
.panel h4 i {

}
.smallPanel {
    padding:1em 10%;
    width:100%;
    height:auto!important;
    display: block;
    clear: both;
    overflow: hidden;
}
.tab {
    margin:1em 0 0.5em 0;
    padding:0.5em 1em;
    line-height: 1.6em;
    min-width:8em;
    width:auto!important;
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
}
.disabledButton {
    opacity:0.5!important;
    cursor:none!important;;
}
.confirmationButton {
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    height: 2.4em;
    line-height: 2.3em;
    width:15em;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-appearance: none;
}
textarea.missingTextAnswer{
    border:1px solid #F48577;
}
.linkButton {
    border:0;
    border-radius: 0;
    margin:1.2rem 0;
    font-size:0.9em;
    width:auto;
    font-weight: normal;
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
}
input[type="button"].button,
input[type="button"].cancel {
    padding:0.5em 1.2em;
    width:auto;
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 100%;
    border:0;
}
.fullWidth {
    width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
    text-align: center !important;
}
input[type="checkbox"]:checked {
    background-color:#3c495a;
}
/* summary metric */
.fromTo {
    display: inline-block;
    margin-left:1em;
}
.programCondition {
    font-size:1em!important;
}
.programName {
    text-transform: uppercase;
    padding-bottom: 1em !important;
}
.panel .metrics {
    width:50%;
    overflow: hidden;
    height:auto!important;
    display: block;
}
.panel .fullWidthMetric {
    width:100%;
    min-height:50px;
    overflow: hidden;
    height:auto!important;
    display: block;
}
.fullWidthMetric h5 {
    line-height: 45px;
    width:auto!important;
    font-size:1em;
}
.iconMetric {
    width:100%;
    height:3.5em;
    padding:1em 2em;
    display: block;
}
.iconMetric .caption {
    width:120px;
    height:1.5em;
    line-height: 1.5em;
    font-size:0.9em;
    display: block;
}
.iconMetric .value{
    width:40px;
    height:1.5em;
    line-height: 1em;
    display: block;
}
.iconMetric .note{
    width:170px;
    height:1.5em;
    line-height: 1.5em;
    font-size:0.9em;
    display: block;
}
.numberMetric .icon {
    width:35px;
    height:35px;
    display: block;
    margin:0 auto;
}
.numberMetric .caption {
    width:100%;
    height: 1em;
    line-height: 1em;
    font-size:0.8em;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
}
.numberMetric .valueLabel {
    font-weight: 500;
    letter-spacing: 1px;
}
.panelCaption {

}
.surveyQuestion {
    font-weight: 200;
    font-size:0.9em;
    width:80%;
}
.surveyCount {
    font-weight: 200;
    font-size:0.9em;
    width:20%;
}
.surveyAnswer {
    font-size:1em;
    font-weight: 300;
}
/**program metric**/
.programMetric h5 {
    font-size:0.8em;
    padding-left:0!important;
    font-family: "Open Sans", sans-serif;
}
.programMetric .caption {
    width:100%;
    height: 1em;
    line-height: 1em;
    font-size:0.8em;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
}
.programMetric .value{
    width:100%;
    font-weight: 500;
    display: block;
    font-family: "Open Sans", sans-serif;
}
.programMetric .value .split {
    font-size:0.6em;
    line-height: 2em;
    padding:0 0.5em;
}
.programMetric .value a {
    font-size:0.8em !important;
}
/** bar chart**/
.chartContainer {
    width:48%;
    float:left;
}
.chartContainer h5 {
    text-align: center;
}
/**bar icon panel**/
.iconPanel {
    width:80px;
    height:auto!important;
}
.iconPanel .icon {
    width:45px !important;
    height:45px !important;
    margin-left:15px;
    margin-top:25px;
}
.iconPanel h6 {
    font-size:0.8em;
    margin-bottom:0;
    text-align: center;
}
.iconUnits {
    text-transform: none!important;
}
/**data count metric**/
p .value {
    font-size:2em!important;
    line-height: 2em !important;
    font-weight: 700 !important;
}
.dataCountMetric {
    width:25%;
    padding:1em;
    height:auto!important;
    overflow: hidden;
    display: block;
    text-align: center;
}
.dataCountMetric .icon {
    width:45px;
    height:45px;
    display: block;
    margin: 0 auto;
}
.dataCountMetric .caption {
    width:100%;
    height: 1em;
    line-height: 1em;
    font-size:0.8em;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
}
.dataCountMetric .value{
    width:100%;
    font-size:2em;
    line-height: 2em;
    font-weight: 700;
    display: block;
}
.iconBarMetric {
    height:auto;
    overflow: hidden;
    width:100%;
    display:block;
}
.iconBarMetric h5 {
    line-height: 45px;
    font-size:0.8em!important;
}
.iconBarMetric .barBlock {
    width:100%;
    margin-left:45px;
    position: relative;
    z-index: 1;
}
.iconBarMetric .icon {
    width:45px;
    height:45px;
    display: block;
    position: relative;
    z-index: 2;
}
.iconBarMetric .barMetric {
    width: 100%;
    height:18px;
    line-height:18px;
    display: block;
}
.iconBarMetric .caption {
    font-size:0.8em;
    display: block;
}
.iconBarMetric .value {
    font-size:0.8em;
    display: block;
}
.iconBarMetric .barOuter {
    width: 86%;
    height:10px;
    display: block;
    position: relative;
}
.iconBarMetric .barInner {
    width: 40%;
    height:10px;
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.iconBarMetric .barInnerCaption {
    width: 100%;
    padding-left:1em;
    height:45px;
    line-height: 45px;
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
/**program ui**/
.dataType {
    width:100%;
    height:auto!important;
    padding:1em;
    display: block;
    overflow: hidden;
    clear: both;
}
.dataType .description {
    width:80%;
    float:left!important;
    height:auto!important;
    overflow: hidden;
    display: block;
}
.dataType h5 {
    margin:0;
}
.dataType h6 {
    margin:0;
    text-transform: lowercase;
}
.dataType .icon {
    width:45px!important;
    height:45px!important;
}
/**step icon**/
.step_icon_spacer {
    width:auto;
    display: block;
    text-align: center;
    text-transform: capitalize;
}
.substep {
    display: block;
    width:auto!important;
    cursor: pointer;
}
.step {
    font-size:0.6em !important;
    padding:0 1em;
    cursor: pointer;
}
.step_icon_border {
    border-width: 2px;
    border-style: solid;
}
.step_icon {
    width:1.5em;
    display: block;
    text-align: center;
}
.step1 {
    height:auto!important;
    width:100%;
    display: block;
    overflow: hidden;
}
.step2 {
    height:auto!important;
    width:100%;
    display: none;
    overflow: hidden;
}
.step3 {
    height:auto!important;
    width:100%;
    display: none;
    overflow: hidden;
}
/**new survey**/
.progName {
    font-size:1em!important;
    line-height: 1em!important;
    width:75%!important;
}
.question {
    width:100%!important;
    height:auto!important;
    overflow:hidden;
}
.questionSubForm {
    width:100%;
    display: block;
    overflow: hidden;
}
.isMandatory {
    width:100%;
    display: block;
    height:3em;
    padding:0.5em 0.5em;
}
.toggleButton {
    border:0;
    border-radius: 0;
    padding:0.5em 2em;
    height:3em;
    line-height: 2em;
    width:auto;
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
}
.toggleMenuButton {
    border:0;
    border-radius: 0;
    padding:0.5em 2em;
    height:3em;
    line-height: 2em;
    width:auto;
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
}
.leftToggle {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top:1px solid #bebebe;
    border-left:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
}
.rightToggle {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top:1px solid #bebebe;
    border-right:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
}
.smallLabel {
    width:100% !important;
    display: block;
}
.questionOptions {
    display: block;
    overflow: hidden;
}
.questionOption {
    width: calc(100% - 0.6rem);
}
/**invites form**/
.inviteChoices {
    display: block;
    height:auto!important;
    width:auto;
    overflow: hidden;
}
.inviteBySignUp {
    display: none;
}
.participantQuit {
    height:3em;
    padding: 0.5em 1.2em;
    display: block;
    line-height: 2em;
    text-align: center;
}
/**surveyStatus**/
.participantTextAnswer {
    width:100%;
    display: block;
    line-height: 1.4em;
    font-size:0.8em;
    padding:0.2em 0;
}
.participantStatus {
    width:100%;
    display: block;
    line-height: 3em;
    font-size:0.9em;
}
.participantStatus .leftPanelContent {
    width:15%;
    height:3em;
    display: block;
    padding:0.8em 0;
}
.participantStatus .rightPanelContent {
    width:85%;
    height:3em;
    display: block;
}
.participantStatus .icon {
    height:25px;
    width:25px;
    display: block;
}
.participantStatus .fa{
    font-size:1.2em;
    margin:0.8em 0;
}
/**surveys dashboard**/
.row.questionnaireRow{
    width:100%;
    height:auto!important;
    overflow:hidden;
    line-height: 1.2em;
    display: block;
    font-size:1em;
    border-left: 0;
}
.rowCellNoDetail.questionnaireCell {
    overflow:hidden;
    display: inline-block;
    min-height: 2.4em;
    line-height: 2.4em;
    font-size:0.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rowCellHeader.ellipses{
    white-space: nowrap;
    text-overflow: ellipsis;
}
.disablePage {
    pointer-events: none;
    cursor: default;
}
.disablePageButton {
    pointer-events: none;
    cursor: default;
}
.dataPanelContentCoverage {
    width:100%;
    height:auto!important;
    display: block;
    overflow: hidden;
}
/*****************/
.dataPanelHeader {
    width:100%;
    display: block;
    height:auto!important;
    overflow: hidden;
}
.dataPanelHeader .ingestWindow {
    line-height: 2.3em;
    margin: 0;
    width: auto;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 0.85em;
    margin-bottom: 1.5em;
}
.dataPanelCharts {
    width:100%;
    display: block;
    min-height: 280px;
    height:auto!important;
    overflow: hidden;

}
.datPanelAccountsDevices {
    width:100%;
    display: block;
    min-height: 280px;
    height:auto!important;
    overflow: hidden;
}
.dataPanelDevices {
    width:100%;
    display: block;
    height:auto!important;
    overflow: hidden;
}
.dataPanelAccounts {
    width:100%;
    display: block;
    height:auto!important;
    overflow: hidden;
}
.dataPanelList {
    width:100%;
    display: block;
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;

}
.dataPanelContent {
    width:100%;
    height:auto!important;
    display: block;
    overflow: hidden;
}
.ingestWindowMessagePanel {
    width:100%;
    height:auto!important;
    display: block;
    overflow: hidden;
    font-size: 0.9em;
}
.errorWindowMessagePanel.survey {
    width: 96%;
    font-size: 0.95em;
}
.errorWindowMessagePanel.survey {
    width: 96%;
    font-size: 0.95em;
    transition:opacity 1s ease 0s;
}
.leftDataPanelContent {
    width:20%;
    min-height:339px;
    height:auto!important;
    display: block;
    overflow: hidden;
    position:relative;
    z-index:3;
}
.verticalTabMenu {
    width:100%;
    height:100%;
    display: block;
    overflow: hidden;
}
.verticalTab {
    width:99%;
    height:3em;
    line-height: 3em;
    font-size:0.9em;
    display: block;
    float:right;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-transform: capitalize;
    overflow: hidden;
}
.rightDataPanelContent {
    width:80%;
    height:auto!important;
    display: block;
    overflow: hidden;
    position:relative;
    z-index:2;

}
.dataPanel h4 {
    max-width:300px;
    line-height: 2em;
    font-family: "Open Sans", Arial, sans-serif;
}
.dataNav {
    height:2.2em;
    width:auto!important;
    overflow: hidden;
    display: block;
    visibility: visible;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dataNav .dateRange {
    min-width: 180px!important;
    width:auto!important;
}
.dataNav .toggleButton {
    padding:0 1em;
    height:100%;
    line-height: 2.4em;
    font-size:0.8em;
    width:auto;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.dataNav .toggleMenuButton {
    padding:0 1em;
    height:100%;
    line-height: 2.4em;
    font-size:0.8em;
    width:auto;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.dataNav .togglePageButton {
    padding:0 1em;
    height:100%;
    line-height: 2.4em;
    font-size:0.8em;
    width:auto;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.dataNav .toggleButton.leftToggle {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border:1px solid #bebebe;
}
.dataNav .toggleMenuButton.leftToggle {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border:1px solid #bebebe;
}
.dataNav .togglePageButton.leftToggle {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border:1px solid #bebebe;
}
.dataNav .toggleButton.rightToggle {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top:1px solid #bebebe;
    border-right:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
}
.dataNav .toggleMenuButton.rightToggle {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top:1px solid #bebebe;
    border-right:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
}
.dataNav .togglePageButton.rightToggle {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top:1px solid #bebebe;
    border-right:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
}
.dataNav .toggleButton.middleToggle {
    border-top:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
    border-right:1px solid #bebebe;
}
.dataNav .togglePageButton.middleToggle {
    border-top:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
    border-right:1px solid #bebebe;
}
.dataNav .toggleMenuButton.singleToggle {
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    border:1px solid #bebebe;
}
.repeatLabel {
    display:none;
}
/** messages **/
.msgsReceived {
    display: block;
}
.msgsSent {
    display: none;
}
.pagingCtrls {
    display: none;
}
.message {
    width:100%;
    height:auto!important;
    overflow:hidden;
    line-height: 2em;
    display: block;
    font-size:1em;
    padding:0.4em 2em;
}
.messageRead {
    width:40px;
    margin: 0.6em 0;
    min-height: 3em;
    font-size:1.2em;
    display: block;
}
.messageType {
    width:80px;
    margin: 0.6em 0;
    background-position: top center !important;
    min-height: 3em;
    font-size:1.2em;
    display: block;
}
.messageContent {
    width:640px;
    display: block;
    height:auto;
    min-height: 3em;
    margin:0.5em 0;
    overflow: hidden;
}
.messageSender {
    font-size:1em!important;
    margin:0 0 0.4em 0;
    width:75%;
    line-height: 1.2em;
    height:auto!important;
    overflow: hidden;
}
.messageTimeStamp {
    font-size:0.8em!important;
    margin:0 0 0.4em 0;
    width:25%;
    line-height: 1.2em;
    height:auto!important;
    overflow: hidden;
}
.messageBody {
    font-size:0.8em!important;
    width:100%;
    line-height: 1.2em;
    height:auto!important;
    overflow: hidden;
}
.messageAction {
    width:40px;
    margin: 0.6em 0;
    min-height: 3em;
    font-size:1.2em;
    display: block;
}
.messageAction a{
    width:40px;
    min-height: 3em;
    font-size:1.2em;
    display: block;
}
/** survey Progress bar**/
.formSpacer .caption {
    line-height: 2em;
    width:100%;
    height:4em;
    display: block;
}
.formSpacer .barBlock {
    width:100%;
    position: relative;
    height:auto!important;
    overflow: hidden;
    z-index: 1;
}
.formSpacer .barBlock .value {
    font-size:1em;
    height:2em;
    width:4em;
    line-height: 2em;
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.formSpacer .barBlock .barOuter {
    width: 100%;
    height:2em;
    display: block;
    position: relative;
}
.formSpacer .barBlock .barInner {
    width: 0;
    height:2em;
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.navSurveys .barBlock {
    width:100%;
    position: relative;
    height:auto!important;
    overflow: hidden;
    z-index: 1;
}
.navSurveys .barBlock .value {
    font-size:1em;
    height:2em;
    width:4em;
    line-height: 2em;
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.navSurveys .barBlock .barOuter {
    width: 100%;
    height: 29px;
    display: block;
    position: relative;
}
.navSurveys .barBlock .barInner {
    width: 0;
    height: 29px;
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.verticallyCentered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.leftScroll {
    margin-left:35%;
}
.rightScroll {
    margin-right:35%;
}
.goalBlockData {
    width:50%;
    height: 280px;
    display: block;
}
/*survey detail view*/
.surveyDetailCont {
    width:85%;
    height:auto!important;
    display:block;
    overflow: hidden;
    float:right;
}
.surveyScroll {
    font-size:1.2em;
    width:100%;
    min-height: 1.4em;
    height:auto!important;
    overflow: hidden;
    line-height: 1.4em!important;
    display: block;
}
.surveyScrollLeft {
    width:10%;
    height:auto!important;
    font-size:1.2em;
    line-height: 1.4em!important;
    height: 1.4em;
    display: block;
}
.surveyScrollRight {
    width:10%;
    font-size:1.2em;
    height:auto!important;
    line-height: 1.4em!important;
    height: 1.4em;
    display: block;
}
.surveyScrollTitle {
    width:80%;
    height:auto!important;
    display: block;
    font-size:1em;
}
.surveyDetail {
    width:100%;
    display: block;
    height:auto!important;
    overflow: hidden;
}
.surveyDetail .surveyQuestion {
    width:100%;
    font-size:1em;
}
.surveyDetail .surveyCount {
    display: none;
}
.participantNav {
    line-height: 30px;
    width:250px;
    display: block;
    padding:0px 20px 0px 20px;
    font-size:.9em;
}
.panelCaptionText {
    line-height: 2.4em!important;
}
.participantLeftScroll {
    display: block;
    line-height: 35px!important;
    height:35px!important;
}
.participantRightScroll {
    display: block;
    line-height: 35px!important;
    height:35px!important;
}
.detailLeftScroll {
    display: block;
    line-height: 2.4em!important;
}
.detailRightScroll {
    display: block;
    line-height: 2.4em!important;
}
/**add manual measurements**/
.subFormSpacer {
    height:3em;
    width:100%;
    display: block;
}
.rownTp {
    padding-top:0!important;
}

.noRightBorder {
    border-right:0!important;
}
/**abline line chart**/
.abline {
    height:3em;
    display: block;
}
.abll {
    display: block;
    font-size:0.9em;
    text-align: left;
}
.abrl {
    display: block;
    text-align: right;
    font-size:0.9em;
}
.abrd {
    display: block;
    text-align: right;
}
/**forums**/
.savedQuestion .questionText {
  font-weight: bold;
}

.savedQuestion {
  line-height: 1.6em;
}
.text-right {
  text-align: right;
}
.cancelPrompt {
  background-color: rgb(255,245,234);
  border-radius: 5px;
  clear:both;
  position: relative;
  top: 1.5rem;
  padding: 1.2rem 1.2rem 3.2rem 1.2rem;
  margin-bottom: 1.5rem;
}
.cancelButtons {
  margin: 15px 0px 5px 0px;
}
.fa.warningCircle {
  font-size: 0.7em;
  position: relative;
  left: 7px;
  bottom: 2px;
}
.fa.outdatedMeasurementCircle {
  font-size: 0.7em;
  position: absolute;
  top: 18px;
  padding-right: 30%;
}
a.surveyLink {
  color: rgb(60, 73, 90);
  text-decoration: underline;
}
a.surveyLink:hover {
  cursor: pointer;
}

.tab.surveyTab, .tab.surveyTab {
    padding:0;
    border-radius: 3px;
}
.tab.surveyTab .rowCellNoDetailSmall {
    padding: 0.8em;
}

a.button.notifyOfSurvey, a.button.launchSurvey {
    margin:0;
}

.warningMessage {
    font-size: 0.8em;
    color: grey;
}

.tab.surveyTab:hover {
    cursor: default;
}
.issuedStats .programMetric {
    width: 33%;
}
.issuedStats .value {
    font-size: 2em;
}
.issuedStats {
    padding: 7px 6px 1px;
}
.summaryMetrics .programMetric h5 {
  font-size: 0.7em;
}
.measurementNotificationText  {
  width: 100%;
  height: 150px;
}
.multi-response-input {
  width: 150px;
  float: right;
  margin-right: 200px;
}
.multi-response-other-preview {
  width: 200px;
  float: left;
}
