.header,
.jumbotron {
    border-bottom: 1px solid #e5e5e5;
}
.fa-arrow-circle-left:before,
.fa-arrow-circle-right:before,
.fa-arrow-left:before,
.fa-arrow-right:before,
.fa-check-circle-o:before,
.fa-check-square-o:before,
.fa-circle-o:before,
.fa-file-pdf-o:before,
.fa-info-circle:before,
.fa-square-o:before,
.fa-wpforms:before,
.glyphicon-exclamation-sign:before,
.glyphicon-ok-sign:before {
    content: "" !important;
}
#additional-table td,
#table td,
.sumary td,
.table > tbody > tr > td {
    vertical-align: middle;
    display: inline-flex;
    margin-right: 40px;
    align-items: center;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.container,
body {
    background-color: #fff;
}
body {
    padding: 0;
    margin: 0;
}
.header {
    margin-bottom: 10px;
}
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}
.container-narrow > hr {
    margin: 30px 0;
}
.jumbotron {
    text-align: center;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.nav-tabs li a,
.table .glyphicon {
    font-size: 16px;
}
.container {
    width: 100%;
    margin: 0;
}
.table-responsive {
    margin-bottom: 0;
    overflow-x: hidden;
}
.table-responsive.ng-scope {
    background-color: #fff;
    padding: 20px 0 40px;
}
.rangeslider__handle {
    background-image: none !important;
    background-color: #00a3e3;
    border: 2px solid #fff;
    box-shadow: none;
}
.rangeslider,
.rangeslider__fill {
    box-shadow: none;
}
.rangeslider {
    background: #e9ebf0;
}
.rangeslider__fill {
    background: #00a3e3;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="tel"] {
    text-align: left;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #0f456f;
    background-color: #f5f9fc;
    height: 40px;
    max-width: 160px;
    -moz-appearance: textfield;
}
#table .bmi,
.nav-tabs li a,
.table .reaction,
.table tfoot td {
    text-align: center;
}

#summary-table2 td:last-child a,
.link a {
    color: #00a3e3;
    border: 1px solid #00a3e3;
    padding: 8px 16px;
    display: inline-block;
    width: auto;
    border-radius: 2px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
#summary-table2 td:last-child a:hover,
.link a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00a3e3;
}
.nav-tabs li a {
    background-color: #f3f5f5;
    border: none;
    color: #0f456f !important;
    text-decoration: none;
    width: 103px;
    border-bottom: 2px solid #dcdee2;
	border: solid 1px #0f456f;
    box-sizing: border-box;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
    border-radius: 6px;
}
.nav-tabs li.active a {
	background-color:  #0074d9 !important;
	color: #fff !important;
    border-bottom-color: transparent;
}
a#Women {
    margin-right: 12px;
}
.btn-group a.btn-default {
    color: #fff;
    background-color: #00a3e3;
    border: none;
    border-radius: 3px !important;
    text-decoration: none;
}
.btn-group a.btn-default + a.btn-default {
    margin-left: 15px;
}
/* #step1 tr:nth-of-type(2),
#step1 tr:nth-of-type(2) td,
#step1 tr:nth-of-type(3),
#step1 tr:nth-of-type(3) td {
    border-bottom: none;
} */
#step1,
.table-responsive {
    border: none;
}
.table > tbody + tbody {
    border-top: none !important;
}
.fa-info-circle {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../images/info.svg) no-repeat;
    margin-bottom: -2px;
}
.fa-check-circle-o,
.fa-circle-o {
    padding-left: 16px;
    line-height: 28px;
    height: 16px;
    margin-bottom: -4px;
}
.glyphicon-ok-sign {
    height: 16px;
    width: 16px;
    background: url(../images/strong_active.svg) no-repeat;
}
.glyphicon-exclamation-sign {
    height: 16px;
    width: 16px;
    background: url(../images/poor_active.svg) no-repeat;
    cursor: pointer;
}
.fa-circle-o {
    width: 16px;
    background: url(../images/radio.svg) no-repeat;
}
.fa-check-circle-o {
    margin-top: 4px;
    width: 16px;
    background: url(../images/radio_check.svg) no-repeat;
}
.fa-check-square-o:before,
.fa-square-o:before {
    padding-left: 20px;
    height: 20px;
    width: 16px;
    padding-bottom: 2px;
}
.fa-square-o:before {
    background: url(../images/check_off.svg) no-repeat;
}
.fa-check-square-o:before {
    background: url(../images/check_on.svg) no-repeat;
}
.checkbox-options label {
    width: 100%;
}
.fa-arrow-circle-left,
.fa-arrow-circle-right,
.fa-arrow-left,
.fa-arrow-right {
    height: 16px;
    width: 16px;
    margin-bottom: -4px;
}
.fa-arrow-left {
    background: url(../images/chart_left.svg) no-repeat;
}
.fa-arrow-right {
    background: url(../images/chart_right.svg) no-repeat;
}
.fa-arrow-circle-left {
    background: url(../images/arrow_back.svg) no-repeat;
}
.fa-arrow-circle-right {
    background: url(../images/arrow_forward.svg) no-repeat;
}
.fa-file-pdf-o,
.fa-wpforms {
    height: 16px;
    width: 16px;
    margin-bottom: -2px;
}
.fa-wpforms {
    background: url(../images/summary.svg) no-repeat;
}
.fa-file-pdf-o {
    background: url(../images/pdf.svg) no-repeat;
}
.rangecell {
    width: 47%;
}
.link {
    width: 15%;
}
.table-responsive .text {
    width: 50%;
}
@media screen and (max-width: 1023px) {
    .container-main {
        padding: 0 7.5%;
    }
    #potential-tool .nav-tabs {
        margin-left: 7.5%;
    }
    .rangecell {
        width: 42%;
    }
    .table-responsive .text {
        width: 25%;
    }
}
@media screen and (min-width: 768px) {
    .jumbotron {
        border-bottom: 0;
    }
}
.top-buffer {
    margin-top: 25px;
}
.small-text {
    width: 36px;
    height: 28px;
}
.rangeslider--horizontal {
    height: 12px;
}
.rangeslider--horizontal .rangeslider__handle {
    width: 20px;
    height: 20px;
    top: -4px;
}
.rangeslider__handle:after {
    width: 12px;
    height: 12px;
}
.row {
    display: table;
}
.no-padding-left-right {
    padding-left: 0;
    padding-right: 0;
}
[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.container table {
    width: 100%;
}
#table .bmi {
    margin: auto auto 15px;
    min-height: 75px;
}

.table .reaction {
    width: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.table .align-right {
    text-align: right;
}
.btn .fa {
    font-size: 16px !important;
}
.table-responsive > .table .borderless {
    border: none;
}
.table-responsive .text {
    padding-right: 0;
}
.table-responsive .unit {
    padding-left: 4px;
}
.middle {
    text-align: center;
}
.popover {
    max-width: 550px;
}
.disabled,
.disabled td {
    color: #d1d0ce !important;
}

.table {
    margin-bottom: 5px;
}
.table .small-height {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 30px !important;
}
#additional-table td.depends-on {
    padding-left: 25px;
}
.chart-cell {
    width: 76%;
}
#chart-container,
#previous-chart-container {
    margin: auto;
}
.step2-slider-grp .rangeslider {
    display: inline-block;
    width: 80%;
}
.step2-slider-grp input[type="tel"] {
    display: inline-block;
    width: 50px;
}
#step2 .rangecell {
    width: 48%;
}
.link {
    padding-left: 4px !important;
    padding-right: 2px !important;
}
.table-responsive td {
    white-space: normal !important;
}
.table-responsive  tbody  tr  td {
    padding: 0 ;
}
.form-control {
    display: inline !important;
    padding: 5px 12px !important;
    font-size: 16px;
}
.item-label {
    width: 400px;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 840px) {
    .rangecell {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .container-main {
        padding: 0 5%;
    }
    #potential-tool .nav-tabs {
        margin-left: 5%;
    }
    .item-label {
        width: 15%;
    }
    input[type="tel"] {
        max-width: 100%;
     }

}
@media screen and (max-width: 767px) {
    .logo-header-main .alert {
        display: block;
    }
    td.item-label,
    td.rangecell {
        display: block;
        border-bottom: none !important;
    }
    table {
        border-collapse: collapse;
    }
    td.item-label {
        width: 100%;
        min-height: 45px;
        padding: 15px 0 10px !important;
        border-top: 1px solid #dcdee2;
        color: #0f456f;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: normal;
    }
    td.rangecell {
        padding: 0 0 5px !important;
        width: 95% !important;
    }
    .table .reaction,
    td.link,
    td.reaction,
    td.text {
        display: inline-block;
    }
    .table .reaction,
    td.reaction {
        width: 8%;
    }
    .table-responsive .text,
    td.text {
        width: 100%;
    }
    td.link {
        width: 40%;
        vertical-align: middle !important;
    }
    #step2 #additional-table tr td {
        width: 95%;
        display: block;
        border-bottom: none !important;
        height: auto !important;
        padding-left: 0;
    }
    #step2 td.rangecell,
    .container-main .table-responsive:nth-of-type(4) table td {
        padding: 0 !important;
    }
    #step2 td.reaction {
        width: 20% !important;
        display: inline-block !important;
    }
    #step2 td.link,
    #step2 td:last-child {
        width: 100% !important;
        display: inline-block !important;
        text-align: right;
        margin-right: 10%;
    }
    td.item-label:first-child {
        border-top: none;
    }

    #chart-container text,
    #previous-chart-container text {
        font-size: 12px !important;
    }
    #step3 td.link,
    #step3 td.reaction,
    .container-main .table-responsive:last-child td.link,
    .container-main .table-responsive:last-child td.reaction {
        height: inherit;
    }
    #step3 table,
    .container-main .table-responsive:last-child table {
        border-collapse: separate;
    }
    #step3.table-responsive .table td,
    .container-main .table-responsive:last-child .table td {
        border-bottom: none;
    }
    #step3 td:last-child,
    .container-main .table-responsive:last-child td:last-child {
        text-align: right;
        padding-right: 0;
    }
    #step3 td.link,
    .container-main .table-responsive:last-child td.link,
    .container-main .table-responsive:last-child td:last-child {
        width: 85%;
        vertical-align: middle;
    }
    #step3 .link a,
    #summary-table2 td:last-child a,
    .container-main .table-responsive:last-child .link a,
    .container-main .table-responsive:last-child td:last-child a {
        padding: 4px 6px;
        line-height: 1;
        white-space: nowrap;
    }
    #step3 .table > tbody > tr > td,
    #step3 .table > thead > tr > th,
    .container-main .table-responsive:last-child .table > tbody > tr > td,
    .container-main .table-responsive:last-child .table > thead > tr > th {
        padding: 5px !important;
    }
    .table > thead > tr > th {
        font-size: 13px;
    }
    #step3 .table .reaction,
    #step3 td.reaction,
    .container-main .table-responsive:last-child .table .reaction,
    .container-main .table-responsive:last-child td.reaction {
        width: 15%;
        padding-left: 0 !important;
        vertical-align: middle !important;
    }
    .popover {
        max-width: 334px;
    }
    .container-main {
        padding: 0 5%;
    }
    .nav-tabs {
        border-bottom: unset;
    }
    .nav-tabs > li {
        float: none;
    }
    .nav > li {
        display: inline-block;
    }
}
@media screen and (min-width: 501px) {
    .logo-header-main .alert {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .rr-logo {
        display: none;
    }
    .rr-logo-top {
        display: inline;
    }
    .logo-header-main {
        text-align: center;
    }
}
@media screen and (min-width: 1001px) {
    .rr-logo {
        display: inline;
    }
    .rr-logo-top {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .btn-group a.btn-default span {
        display: none !important;
    }
}
#chart-container,
#previous-chart-container {
    padding-top: 40px;
}
.legend-table {
    margin: 40px auto 30px;
}
.legend-table td {
    width: 20%;
    border-bottom: none !important;
}
.rr-logo {
    width: 200px;
    margin-left: -115px;
}
.logo-header {
    vertical-align: top;
    padding-top: 10px;
}
.checkbox-options span {
    white-space: normal !important;
}
input[type="radio"] ~ i.fa.fa-circle-o {
    color: #999;
    display: inline;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o,
label input[type="radio"] ~ i.fa.fa-check-circle-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-circle-o {
    color: #7aa3cc;
    display: inline;
}
label.disabled input[type="radio"] ~ i.fa.fa-check-circle-o {
    display: none;
}
label.disabled input[type="radio"] ~ i.fa.fa-circle-o {
    display: inline;
    color: #c8c8c8;
}
label:hover:not(.disabled) input[type="radio"] ~ i.fa {
    color: #7aa3cc;
}
label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: grey;
    display: inline;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o,
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #7aa3cc;
    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #7aa3cc;
}
.table-responsive div[data-toggle="buttons"] label {
    display: inline;
    padding: 6px 12px 6px 1px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0 solid #4d4d4d;
    border-radius: 3px;
    color: #737373;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
div[data-toggle="buttons"] label:not(.disabled):hover {
    color: #7aa3cc;
}
div[data-toggle="buttons"] label.active,
div[data-toggle="buttons"] label:active {
    box-shadow: none;
}
.evidence {
    text-align: center;
    padding: 20px;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.header-text {
    padding-top: 10px;
    padding-bottom: 20px;
}
.your-gender {
    padding: 0;
}
.your-gender table {
    margin: 0 !important;
}
.your-gender td {
    padding: 0 8px !important;
}

@media screen and (max-width: 767px) {
    .nav-tabs li a {
        background-color: #f3f5f5;
        font-weight: 400;
        border: none;
        color: #787684;
        text-decoration: none;
        font-size: 10px;
        width: 100px;
		border: solid 1px #0f456f;
        text-align: center;
        box-sizing: border-box;
    }
    .nav-tabs li.active a {
        background-color:  #0074d9;
        color: #585663;
        border-bottom: 2px solid #fff;
    }
}
label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #999;
    display: inline;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o,
label input[type="radio"] ~ i.fa.fa-check-circle-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-circle-o {
    color: #7aa3cc;
    display: inline;
}
label.disabled input[type="radio"] ~ i.fa.fa-check-circle-o {
    display: none;
}
label.disabled input[type="radio"] ~ i.fa.fa-circle-o {
    display: inline;
    color: #c8c8c8;
}
label:hover:not(.disabled) input[type="radio"] ~ i.fa {
    color: #7aa3cc;
}
label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: grey;
    display: inline;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o,
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #7aa3cc;
    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #7aa3cc;
}
div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px 6px 1px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0 solid #4d4d4d;
    border-radius: 3px;
    color: #737373;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
div[data-toggle="buttons"] label:not(.disabled):hover {
    color: #7aa3cc;
}
div[data-toggle="buttons"] label.active,
div[data-toggle="buttons"] label:active {
    box-shadow: none;
}
.fa-2x {
    font-size: 1.4em;
}

/* CUSTOM STYLES */
/*
.your-gender h4 {
  font-size: 16px !important;
  margin: 0;
}
*/

/* .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
} */

@media screen and (max-width: 1000px) {
    .logo-header-main {
        text-align: center;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .your-gender {
        padding: 0 7.5%;
    }
}
@media screen and (min-width: 768px) {
    .your-gender {
        padding: 0;
        display: flex;
        align-items: center;
        border-top: 1px solid #eee;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .your-gender {
        padding: 0 0;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .nav-tabs li a {
        font-size: 14px;
    }
}
#step2 #additional-table .answer-step2  input[type="radio"]:checked + label button.button-step2-answer {
    background-color: #0074d9;
    color: #fff;
 }
 #step1 input[type="radio"]:checked + label button {
    background-color: #0074d9;
    color: #fff;
 }
input[type="radio"]:checked + label button {
    background-color: #0074d9;
    color: #fff;
 }
input[type="radio"] + label button {
    height: 40px;
    padding: 8px 12px 12px;
    border-radius: 6px;
    border: solid 1px #0f456f;
    color: #0f456f;
    background-color: #f5f9fc;
 }
 .table-responsive  td.text.custom-check-box{
    display: flex;
}

.table-responsive  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: unset;
}

.table-responsive .btn:active, .btn.active {
    outline: 0;
    box-shadow: unset;
}