beeathy-test {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding-bottom: 16px;
}

beeathy-test .u-full-width{
    width: 98%;
}

beeathy-test .columns{
    position: relative;
}

beeathy-test select{
    padding-left: 35px;
}

select select:disabled{
    opacity: 0.5;
}

beeathy-test .select-arrow{
    right: unset;
    left: 8px;
}

beeathy-test .select-arrow{
    margin-left: 8px;
}

beeathy-test [name="sesso"]{
    padding-left: 32px;
    padding-right: 32px;
}

beeathy-test .avatar{
    width: 50%;
    margin: 0 auto;
    float: none;
    clear: both;
    height: 170px;
    text-align: center;
    z-index: 2000;
    width: auto;
    position: relative;
}

beeathy-test .avatar img{
    display: block;
    margin: 0 auto 12px;
}

beeathy-test .avatar label{
    display: none;
}

beeathy-test  [data-type="info"] label{
    display: none;
}

beeathy-test  [data-type="info"] .row .six.columns{
    margin-bottom: 12px;
}

beeathy-test [data-type="popup"]{
    position: fixed;
    left: 0;
    top: 67px;
    width: 100vw;
    height: auto;
    background-color: rgba(0,0,0,0.6);
    z-index: 2000000;
    bottom: 0;
}

beeathy-test .multiplechoice-list{
    padding-left: 0;
    padding-right: 16px;
}

beeathy-test .multiplechoice-list > label{
    display: block;
    position: relative;
    padding-left: 26px;
    margin: 0 0 8px 8px;
}

.label--checkbox {
    position: relative;
    margin: .5rem;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
}

.checkbox {
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.checkbox + span:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 2px solid #a7a8ac;
    margin-top: -2px;
}
.checkbox:checked + span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 8px;
    border-color: #0a8fe7;
    border-top-style: none;
    border-right-style: none;
    margin-top: 0;
    margin-left: 2px;
}

.checkbox + span:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: transparent;
    cursor: pointer;
}

beeathy-test [data-type="popup"] .container{
    width: 90%;
    min-width: 480px;
    background-color: #fff;
    padding: 32px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    border-radius: 3px;
}

beeathy-test [data-type="popup"] nav{
    text-align: center;
    border-top: 1px dashed #ccc;
    padding-top: 16px;
    margin-top: 32px;
}

beeathy-test [data-type="popup"] .container .button.close{
    position: absolute;
    right: 16px;
    border: none;
    font-size: 1.4em;
}

beeathy-test [data-type="popup"] .container .button.close:hover{
    color: #33C3F0;
}

beeathy-test [data-type="popup"] .container .button.close:active{
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
}

beeathy-test [data-type="popup"] nav button{
    background: #2196F3;
}

beeathy-test [data-type="popup"][data-for="data"] .infografica{
    background: transparent url('../../../../images/beeathy/misure.png') 50% 0 no-repeat;
    min-height: 320px;
    background-size: contain;
}

.split-button {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
    font-size: 12px;
}

.split-button label,
.split-button .label{
    border-radius: 20px 0 0 20px;
    background-color: #9e9e9e;
    color: #fff;
    line-height: 26px;
    padding-left: 12px;
    padding-right: 8px;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button.button-primary:focus {
    background-color: #172734;
    border-color: #172734;
}

.split-button input{
    display: none;
}

.split-button input:checked ~ ul{
    display: block;
}

[data-type="gruppi_alimentari"] {
    text-align: center;
}

[data-type="gruppi_alimentari"] .split-button{
    pointer-events: none;
}

[data-type="gruppi_alimentari"].active .split-button{
    pointer-events: all;
}

[data-type="gruppi_alimentari"] .evidence{
    line-height: 1em;
    margin-bottom: 12px;
    white-space: nowrap;
}

[data-type="gruppi_alimentari"] .evidence small{
    display: block;
    white-space: normal;
}

.split-button label{
    border-radius: 0 20px 20px 0;
    display: inline-block;
    white-space: normal;
    font-size: unset;
    line-height: unset;
    min-height: unset;
    border-left: 1px solid #fff;
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
    margin-right: 0;
    padding-left: 4px;
}

.split-button input.active ~ label,
.split-button input.active ~ .label{
    background-color: #5ebb5e;
}

.split-button label span{
    font-size: inherit;
    border-radius: 20em;
    display: inline-block;
    min-width: 12px;
    z-index: 0;
    line-height: 26px;
}

.split-button label:hover{
    background-color: #7e7f6d;
}

.split-button input.active ~ label:hover{
    background-color: #066922;
}

.bevande{
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #999;
}

.bevande .split-button input.active ~ label,
.bevande .split-button input.active ~ .label{
    background-color: #0083ff;
}

.split-button input:checked ~ label .icons8-drop-down-arrow:before{
    content: '\f11d';
}

.split-button ul{
    list-style: none;
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    min-width:  190px;
    max-width: 224px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    padding: 4px;
    z-index: 2;
    cursor: pointer;
    text-align: left;
}

.bevande .split-button ul{
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    margin-top: -24px;
}

.split-button ul::before{
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -6px;
    margin-top: -6px;
}

.bevande .split-button ul::before{
    top: auto;
    position: absolute;
    bottom: 0;
    left: 22px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -3px;
    margin-bottom: -6px;
}

.bevande .evidence small{
    font-weight: 600;
    color: #666;
    font-size: 0.8em;
}

.split-button ul::after{
    content: '';
    position: fixed;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0);
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */

    -webkit-transform: translate(-50%, -95%);
    -moz-transform: translate(-50%, -95%);
    -ms-transform: translate(-50%, -95%);
    -o-transform: translate(-50%, -95%);
    transform: translate(-50%, -95%);
    z-index: -1;
    display: none;
}

.split-button ul li{
    line-height: 23px;
    padding: 8px;
    margin-bottom: 0;
    text-align: center;
    color: #666;
    min-width: 36px;
    height: 36px;
    border-top: 0;
    display: inline-block;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
}

.split-button ul li[data-type="info-label"]{
    pointer-events: none;
    display: block;
    width: 100%;
    /* background-color: #f0f0f0; */
    color: #666;
    text-align: center;
    border-radius: 0;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ccc;
}

.split-button ul li.active,
.split-button ul li.active:hover,
.split-button ul li:hover{
    background-color: #0A8FE7;
    color: #fff;
}

.split-button ul li:last-child{
    border-bottom: 1px solid #f0f0f0;
}

beeathy-test [data-type="popup"][data-for="data"] .inputs .columns{
    width: 20%;
    margin-left: 0;
    display: inline-block;
}

beeathy-test [data-type="popup"][data-for="data"] li{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

beeathy-test .navbar{
    margin-top: 16px;
}

[data-type="data"] .navbar p{
    line-height: 1.2em;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.twelve.columns.patologie {
    margin-bottom: 8px;
}

.twelve.columns.interestinbe,
.twelve.columns.intolleranze,
.twelve.columns.statofisiologico,
.twelve.columns.patologie{
    padding-left: 12px;
}

p .small-button,
[data-type="data"] .navbar p .small-button{
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
    padding: 2px 6px 2px 6px;
}

beeathy-test p .small-button:hover,
[data-type="data"] .navbar p .small-button:hover{
    background-color: #2196F3;
}

beeathy-test .evidence .small-button{

}

beeathy-test .edit{
    display: inline-block;
    width: 24px;
    height: 24px;
    clear: both;
    color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    background-color: #a7a8ac;
    cursor: pointer;
    position: absolute;
    margin-top: 11px;
    margin-left: -24px;
    top: 0;
    left: 0;
}

beeathy-test .edit:hover{
    background-color: #2196F3;
}

beeathy-test .edit svg{
    width: 60%;
    height: 60%;
    margin-left: 4px;
    margin-top: 4px;
}

beeathy-test .centered {
    text-align: center;
}

beeathy-test .button.small{
    line-height: 18px;
    height: 24px;
    font-size: 10px;
    padding: 0 12px;
    background-color: #2196F3;
    color: #fff;
    border: 0;
}

beeathy-test [data-type="data"] label{
    display: inline-block;
}

beeathy-test h6{
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 18px;
    color: #2196F3;
    border: 2px solid #2196F3;
    width: auto;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none;
}

beeathy-test [data-type="scroller"]{
    list-style: none;
    padding: 0;
    height: 18px;
    width: auto;
    position: absolute;
    display: inline-block;
    -webkit-transform: translate(-50%, 12px);
    -moz-transform: translate(-50%, 12px);
    -ms-transform: translate(-50%, 12px);
    -o-transform: translate(-50%, 12px);
    transform: translate(-50%, 12px);
    left: 50%;
    bottom: 0;
}

beeathy-test [data-type="scroller"] li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 2em;
    margin-left: 3px;
    margin-right: 3px;
    pointer-events: none;
}


beeathy-test [data-type="scroller"] li.completed,
beeathy-test [data-type="scroller"] li.completed.await{
    background-color: #3b7;
}

beeathy-test [data-type="scroller"] li.await{
    background-color: #7ed0a7;
    opacity: 0.6;
}

beeathy-test [data-type="scroller"] li.completed.await.active,
beeathy-test [data-type="scroller"] li.completed.active,
beeathy-test [data-type="scroller"] li.active{
    background-color: #333;
}

beeathy-test  [data-type="wrapper"]{
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    /*outline: 1px solid #c00;*/
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;

}

beeathy-test  [data-type="wrapper"].showall{
    overflow: visible;
}

beeathy-test  [data-type="slider"]{
    white-space: nowrap;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

beeathy-test  [data-type="slider"] input{
    margin-bottom: 0;
}

beeathy-test  [data-type="slider"] .slide{
    width: 100%;
    display: inline-block;
    padding-right: 38px;
    padding-left: 36px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    height: 0;
    margin-left: -2px;
    vertical-align: top;
    pointer-events: none;
}

beeathy-test  [data-type="slider"] .slide.active{
    height: auto;
    opacity: 1;
    white-space: normal;
    pointer-events: all;
}

beeathy-test  [data-type="slider"] p{
    margin-bottom: 0;
    color: #666;
}

beeathy-test label{
    display: block;
    white-space: normal;
    font-size: 1.2rem;
    line-height: 1em;
    min-height: 1em;
}

beeathy-test label sup{

}

beeathy-test .row.submit {
    margin-top: 16px;
}

/*
beeathy-test .row.submit button{
    background-color: #34495e;
    border-color: #203549;
}*/

beeathy-test .row.submit button:hover{
    background-color: #3b7;
    border-color: #3b7;
}


beeathy-test [data-type="scroll-buttons"]{
    position: absolute;
    width: 100%;
    margin-left: -55px;
    z-index: 0;
    pointer-events: none;
    margin-top: 80px;
    margin-top: 5em;
    display: none;
}

beeathy-test [data-type="scroll-buttons-bottom"]{
    text-align: center;
    padding-top: 16px;
    border-top: 1px dashed #ccc;
}

beeathy-test [data-type="scroll-buttons"] button{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 48px;
    height: 48px;
    min-width: 32px;
    padding: 0;
    pointer-events: all;
    border: none;
    line-height: 51px;
    z-index: 1;
    background-color: #34495e;
    background-color: #666;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}


beeathy-test [data-type="scroll-buttons-bottom"] button{
    background-color: #5fbb5f;
    border: 0;
    color: #fff;
    font-weight: bold;
}

beeathy-test [data-type="scroll-buttons-bottom"] button[data-type="forward"]:focus{
    box-shadow: 0 0 1pt 1pt #5fbb5f;
}

beeathy-test [data-type="scroll-buttons-bottom"] button[data-type="forward"].hidden{
    background-color: #5fbb5f;
    opacity: 0.8;
}

beeathy-test [data-type="scroll-buttons-bottom"] button[data-type="back"]{
    background-color: #a7a8ac;
    border: 0;
}

beeathy-test [data-type="scroll-buttons-bottom"] button:hover {
    background-color: #3b7;
    color: #fff;
}


.requireds label {
    min-width: 48px;
}

.optionals label{
    min-width: 48px;
}

.row.optionals{
    margin-top: 16px;
    margin-bottom: 16px;
}



beeathy-test [data-type="scroll-buttons"] button.hidden{
    pointer-events: none;
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
}



beeathy-test [data-type="scroll-buttons-bottom"] button.hidden:hover{
    background-color: #5fbb5f;
    border-color: #5fbb5f;
    outline: 0;
}



beeathy-test [data-type="scroll-buttons-bottom"] button[data-type="back"].hidden:hover,
beeathy-test [data-type="scroll-buttons-bottom"] button[data-type="back"].hidden{
    background-color: #666;
    border-color: #666;
    opacity: 0.2;
}

beeathy-test [data-type="scroll-buttons"] button[data-type="forward"].hidden{
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}

beeathy-test [data-type="scroll-buttons-bottom"] button[data-type="back"]:hover {
    background-color: #203549;
    border-color: #203549;
}


beeathy-test [data-type="scroll-buttons"] button:hover{
    /*border-right: 1px dashed #2196F3;
    background-color: rgba(255, 255, 255, 0.8);*/
    -webkit-transform: translate(-6px, 0);
    -moz-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    -o-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

beeathy-test [data-type="scroll-buttons"] button span{
    font-size: 3rem;
}

beeathy-test [data-type="scroll-buttons"] button[data-type="forward"]{
    right: -45px;
    position: absolute;
    background-color: #3b7;
}

beeathy-test [data-type="scroll-buttons"] button[data-type="forward"]:hover{
    -webkit-transform: translate(6px, 0);
    -moz-transform: translate(6px, 0);
    -ms-transform: translate(6px, 0);
    -o-transform: translate(6px, 0);
    transform: translate(6px, 0);
}

beeathy-test input.number{
    width: 50%;
    padding-left: 4px;
    padding-right: 3px;
}

beeathy-test [data-type="patologie"] input,
beeathy-test [data-type="patologie"] li{
    margin-bottom: 0;
    list-style: none;
}

beeathy-test [data-type="patologie"] input {
    margin-right: 6px;
}

beeathy-test [data-type="slider"] .evidence{
    color: #739d73;
    padding-bottom: 8px;
    white-space: normal;
}

beeathy-test [data-type="slider"] .container.p1,
beeathy-test [data-type="slider"] .container.p2{
    white-space: normal;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

beeathy-test [data-type="slider"] .small-space{
    width: 33%;
    display: inline-flex;
}

beeathy-test [data-type="slider"] .small-space.v1{

}

beeathy-test .material-checkbox > input{
    position: absolute;
}

beeathy-test [data-type="patologie"]{
    width: 100%;
    margin: 0;
    padding: 0;
}

beeathy-test [data-type="patologie"] .patologie{
    width: 100%;
}

beeathy-test .material-checkbox > span{
    padding-left: 26px;
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 3px;
}

beeathy-test .material-checkbox > span::before{
    margin-right: 2px;
    position: absolute;
    left: 0;
}

beeathy-test .material-checkbox small{
    display: block;
    color: #999;
    line-height: 1em;
}

beeathy-test [data-type="patologie"] .evidence{
    padding-bottom: 12px;
}

beeathy-test span.error{
    display: none;
    position: absolute;
    background-color: #c00;
    color: #fff;
    padding: 2px 12px;
    border-radius: 2px;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    pointer-events: none;
    font-size: 12px;
    white-space: nowrap;
    z-index: 6;
}

beeathy-test span.error::before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: #c00 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -3px;
    top: -6px;
    left: 12px;
}

beeathy-test input.error{
    border-color: #c00;
}

beeathy-test input.error + .error{
    display: block;
    position: absolute;
    background-color: #c00;
    color: #fff;
}

beeathy-test [data-type="patologie"] .columns:last-child{
    /*border-top: 1px dashed #666;*/
    margin-top: 12px;
    padding-top: 12px;
}

.material-checkbox {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-height: 24px;
}

.material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.42);
    outline: none;
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(0); /* Graceful degradation for IE */
    transition: opacity 0.5s, transform 0.5s;
}

.material-checkbox > input:checked {
    background-color: #2196f3;
}

.material-checkbox:active > input {
    opacity: 1;
    transform: scale(0);
    transition: opacity 0s, transform 0s;
}

.material-checkbox > input:disabled {
    opacity: 0;
}

.material-checkbox > input:disabled + span {
    color: rgba(0, 0, 0, 0.38);
    cursor: initial;
}

.material-checkbox > span::before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    border: solid 2px rgba(0, 0, 0, 0.42);
    border-radius: 2px;
    width: 14px;
    height: 14px;
    vertical-align: -4px;
    transition: border-color 0.5s, background-color 0.5s;
}

.material-checkbox > input:checked + span::before {
    border-color: #2196f3;
    background-color: #2196f3;
}

.material-checkbox > input:active + span::before {
    border-color: #2196f3;
}

.material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.42);
}

.material-checkbox > input:disabled + span::before {
    border-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox > input:checked:disabled + span::before {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox > span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 10px;
    border: solid 2px transparent;
    border-left: none;
    border-top: none;
    transform: translate(5.5px, 1px) rotate(45deg);
    -ms-transform: translate(5.5px, 2px) rotate(45deg);
}

.material-checkbox > input:checked + span::after {
    border-color: #fff;
}

.intolleranze,
.statofisiologico,
.questions{
    margin-left: 0;
    position: relative;
}

.nutrizionista .toggler,
.intolleranze .toggler,
.statofisiologico .toggler,
.questions .toggler{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
}

.nutrizionista .toggler{
    margin-left: 12px;
}

.nutrizionista .toggler{
    left: 0;
}

.nutrizionista .evidence,
.intolleranze .evidence,
.statofisiologico .evidence,
.questions .evidence{
    padding-left: 62px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    padding-top: 8px;
    line-height: 1em;
}


.questions .evidence small{
    display: block;
    color: #666;
    white-space: normal;
}

.patologia{
    display: inline-table;
    vertical-align: top;
    width: 25%;
}


/**
* TOGGLERS
* */

.toggler-input{
    display: none!important;
}

.toggler{
    width: 28px;
    visibility: hidden;
}

.slide.active .toggler{
    visibility: visible;
}


.toggler {
    -webkit-animation: showToggler 300ms ease-out;
    animation: showToggler 300ms ease-out;
    cursor: pointer;
    height: 25px;
    margin: 10px 0;
}
.toggler .choices {
    transition: background-color 300ms ease-out;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 25px;
    display: flex;
    background-color: #a7a8ac;
    z-index: 2;
}
.toggler .choices:before, .toggler .choices:after {
    transition: background-color 300ms ease-out;
    content: '';
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #a7a8ac;
    border-radius: 100%;
    z-index: 1;
}
.toggler .choices:before {
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.toggler .choices:after {
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.toggler .choice {
    transition: opacity 300ms ease-out;
    position: relative;
    flex: 1;
    display: block;
    width: 50%;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}
.toggler .on {
    opacity: 0;
}
.toggler .knob {
    -webkit-animation: inactiveKnob 300ms ease-out;
    animation: inactiveKnob 300ms ease-out;
    transition: left 300ms ease-out;
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 19px;
    background: #fff;
    z-index: 3;
}
.toggler .knob:before, .toggler .knob:after {
    content: '';
    position: absolute;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #fff;
}
.toggler .knob:before {
    left: -10px;
}
.toggler .knob:after {
    right: -9px;
}
.toggler .toggler-input:checked + .choices {
    background: #E91E63;
}
.toggler .toggler-input:checked + .choices:before, .toggler .toggler-input:checked + .choices:after {
    background: #E91E63;
}
.toggler .toggler-input:checked + .choices .knob {
    -webkit-animation: activeKnob 300ms ease-out forwards;
    animation: activeKnob 300ms ease-out forwards;
    left: 99%;
}
.toggler .toggler-input:checked + .choices .on {
    opacity: 1;
}
.toggler .toggler-input:checked + .choices .off {
    opacity: 0;
}

@-webkit-keyframes showToggler {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showToggler {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes activeKnob {
    20% {
        width: 50%;
    }
    90% {
        width: 0;
    }
}
@keyframes activeKnob {
    20% {
        width: 50%;
    }
    90% {
        width: 0;
    }
}
@-webkit-keyframes inactiveKnob {
    40% {
        width: 50%;
    }
    60% {
        width: 0;
    }
}
@keyframes inactiveKnob {
    40% {
        width: 50%;
    }
    60% {
        width: 0;
    }
}


beeathy-test .avatar{
    display: block;
    width: 120px;
}


@media (max-width: 480px) {
    body.hp .as.cell{
        width: 100%;
    }

    beeathy-test .row{
        width: 100%;
        float: none;
    }

    beeathy-test [data-type="data"] .four.columns{
        width: 33%!important;
        display: inline-block;
    }

    beeathy-test [data-type="data"] .four.columns input{
        width: 90%;
    }

    beeathy-test .row.questions{
        margin-left: 0;
    }

    beeathy-test [data-type="slider"] .evidence{
        white-space: normal;
    }

    .intolleranze, .statofisiologico, .questions{
        margin-left: 0;
    }

    [data-type="forward"], [data-type="back"] {
        width: 40%;
        padding: 0 12px;
    }

    beeathy-test [data-type="slider"] .slide.active{
        padding-left: 2px;
        padding-right: 2px;
    }

    beeathy-test [data-type="slider"] .evidence{
        display: block;
        float: none;
        margin: 0;
        padding: 12px 0;
    }

    beeathy-test [data-type="popup"]{
        top: 67px;
        bottom: 0;
        padding: 32px;
        overflow: auto;
        height: 100vh;
        width: 100vw;
    }

    beeathy-test [data-type="popup"] .container {
        width: 100%;
        min-width: 100%;
        top: 67px;
        transform: none;
        left: 0;
        bottom: 0;
        position: fixed;
        overflow: auto;
    }

    .patologia{
        width: 100%;
        padding-left: 32px;
    }

    beeathy-test [data-type="popup"] nav{
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: 0;
        left: 0;
        background-color: #fff;
    }

    beeathy-test [data-type="popup"] nav::before {
        content: '';
        height: 16px;
        width: 100%;
        position: absolute;
        left: 0;
        margin-top: -33px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .nutrizionista .toggler,
    .intolleranze .toggler,
    .statofisiologico .toggler,
    .questions .toggler{
        position: relative;
        display: block;
        margin-left: 12px;
    }

    beeathy-test .edit {
        margin-left: 70px;
        margin-top: 9px;
        top: auto;
    }

    .split-button .label{
        text-align: left;
        padding-left: 12px;
        line-height: 26px;
    }

    .split-button label {
        line-height: 26px;
    }
}

@media (max-width: 550px){
    .four.columns {
        width: 30.6666666667%;
    }

    .intolleranze, .statofisiologico, .questions {
        margin-left: 0;
    }
}