.calculator{
    padding-top: 7rem;
    background-color: #fff;
}

.calculator h1{
    font-size: 1.5rem;
    font-weight: bold;
}

.side-column h2{
    font-size: 1.2em;
    font-weight: bold;
}

.btn-information{
    width: 100%;
    color:#fff;
}
.btn-information:hover{
    color:#fff;
}

.back_color-roche{
    background-color: #0067ce;
}
.color-roche{
    color: #0067ce;
}
.inputs {
    border-top: 1px solid #d7d7d7;
}
.question{
    padding: 0 11px 6px 8px;
    border-radius: 2px;
    /* color: #8f8f8f; */
    /* background-color: #f0f0f0; */
    max-width: 100%;
    margin: 0;
}
.question:not(:first-child){
    border-top: 1px solid silver;
}

.input_wrapper h3{
    /* border-left: 1px solid silver;
    border-right: 1px solid silver; */
    margin-bottom: 0;
    padding: 0 5px 5px 5px;
}
.main-column{
    padding-bottom: 2rem;
}
.main-column h3{
    font-size: 1em;
    font-weight: bold;
}
.input input[type=radio] {
    display: none;
}
.main-column h2{
    font-size: 1.2em;
}
.calc label{
    margin-bottom: 0;
    /* padding-bottom: 0.5rem; */
    padding: 11px 10px 9px;
    width: 100%;
}
.points_info__link, .points_info__link:visited{
    color: #fff;
}
.points_info__link{
    border: 1px solid silver;
    padding: 3px;
    border-radius: 5px;
    transition: all 0.5s ease-out;
}
.points_info__link:hover{
    background-color: rgb(0, 53, 211);
    text-decoration: none;
    cursor: pointer;
}

/* .pointer-null{
    cursor: none!important;
}
.pointer-class:hover{
    cursor: pointer;
} */

.points-input{
    background-color: aqua;
}

@media(min-width:1200px){
    div.fixed_bottom{
        /* width: 1110px; */
        width:1110px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    div.fixed_bottom{
        width: 930px;
        /* width:690px; */
    }
}
@media(min-width:991px){
    .styles-results{
        font-size: 1.25em;
    }
}
@media(max-width:991px){
    .side-column{
        display: none;
    }
    .styles-results{
        font-size: 1.125em;
    }
}
@media(min-width:769px) and (max-width:991px){
    div.fixed_bottom{
        width:690px;
    }
}
@media(min-width:576px) and (max-width:768px){
    div.fixed_bottom{
        width:510px;
    }
}
@media(max-width:575px){

div.fixed_bottom{
        width:calc(100% - 30px)
    }
    .points, .points_info{
        width: 100%;
        padding: 5px 12px 8px;
        min-height: 50px;
    }
    .points p{
        margin-bottom: 0;
    }
    p#points_info{
        margin-bottom: 0.5em;
    }
    .points_info__link{
        display: block;
        text-align: center;
        margin-bottom: 3px;
    }

    .points{
        border-bottom: 1px solid silver;
    }
    .results{
        flex-wrap: wrap;
    }
}
@media (min-width: 576px){
    .top-content {
        padding-bottom: 40px;
    }
    .input .question, .input .input_wrapper{
        width: 50%;
    }
    .points, .points_info{
        width: 50%;
    }
    .points{
        border-right: 1px solid silver;
    }
    .points, .points_info{
        padding: 10px 25px 15px;
        min-height: 100px;
    }
}

.inputs{
    /* display: flex;
    align-items: flex-start;
    flex-wrap: wrap; */
}
.input{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 1rem 0;
}


h2.func_systems{
    font-size: 2rem;
    color: #0067ce;
    padding: 1em 0;
}

.inputButton{
    background-color: #f0f0f0;
    border: 1px solid silver;
    /* padding: 11px 10px 9px; */
    transition: all 0.5s ease-out;
    display: flex;
    align-items: center;
    opacity: 50%;
    pointer-events: none;
}
/* .inputButton label:hover{
    cursor: pointer;
} */
.add-pointer ~ label:hover{
    cursor: pointer;  
}

.add-background-color-and-opacity:hover{
    background-color: #ccc;
}

.add-background-color-and-opacity{
    opacity: 100%;
    pointer-events: auto;
}

/* .inputButton:hover{
    background-color: #ccc;
} */
.inputButton.is-selected:hover{
    background-color: #0067ce;;
}

.is-selected{
    background-color: #0067ce;
    color: #fff;
}
#results-info .nav-tabs a.nav-item{
    width: 33.3333%;
    border: 1px solid silver;
    background-color: #f0f0f0;
}
#results-info .nav-tabs a.active{
    background-color: #0067ce;
    color: #fff;
}

#results-info .nav-link{
padding: 1rem;
text-align: center;
}
/* #results-info .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #0067ce;
    color: #fff;
} */
#results-info .tab-pane.active{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 11px;
    background-color: #f0f0f0;
    min-height: 170px;
}
#results-info nav{
    padding-top: 15px;
    padding-bottom: 15px;
}

.results{
    display: flex;
    align-items: flex-start;
    color: #fff;
}



.divider{
    padding: 1rem 0;
}
.divider hr{
    margin: 0;
}

h3 + div.inputButton{
        border-radius: 10px 10px 0 0;
}

.fixed_bottom{
    position: fixed;
    bottom: 0;
}

.tab-pane .author{
    max-width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center; 
    justify-content:flex-start;
    border: 1px solid #d7d7d7;
}

#results-info div.tab-pane{
    padding: 10px;
}

.tab-pane .author img{
    padding-right: 2em;
}
.literature_img{
    margin-right: 1em;
}

.up {
    position: fixed;
    border-radius: 50%;
    z-index: 110;
    bottom: 5%;
    background-image: url('/edss-calculator/img/angle-up-solid.svg');
    background-color: #007bff;
    background-repeat: no-repeat;
    /* transition: 0.3s background-color; */
    display: none;
}
.up-show {
    display: block;
}
.up:hover{
    cursor: pointer;
}

@media (min-width: 1200px)
{
    .up {
        width: 50px;
        height: 50px;
        background-position: 9px -2px;
    }
}
@media(min-width:1200px) and (max-width:1349px){
    .up{
        right: 1%;
    }
}
@media(min-width:1350px){
    .up{
        right: 5%;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .up {
        width: 40px;
        height: 40px;
        background-position: 8px -2px;
        right: 3%;
    }
}
@media (min-width: 426px) and (max-width: 767px)
{
    .up {
        width: 35px;
        height: 35px;
        background-position: 6px -2px;
        right: 3%;
    }
}
@media (max-width: 425px)
{
    .up {
        width: 30px;
        height: 30px;
        background-position: 5px -2px;
        right: 3%;
    }
}
