.grafic .close{
    color: orange ;
    font-size: 16px !important;
    opacity: 1;
}
.grafic .close:hover{
    opacity: 1;
    color: rgba(255, 166, 0, 0.856) ;
}
.controls {
    padding: 10px;
}
ul {
    margin-left: 34px;
}
.questions .card-custom .row{
    border-top: 1px solid hsl(0, 0%, 71%);
    padding-top: 10px;
    padding-bottom: 5px;
}
.answer .form-group.col-xs-12, .grafic .form-group.col-xs-12{
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #b5b5b5;
    padding-top: 7px;
}
.answer .form-group{
    margin-bottom: 0;
}
.text-form{
    color: #58585a;
    font-size: 16px;
    font-weight: normal;
}
.green_title{
    color: #3fa674;
    font-weight: bold;
}
label{
    color: #58585a;
    font-size: 16px;
    font-weight: normal;
}
.modal-body-answer p, .modal-body-answer ol{
    font-size:16px;
    color: #58585a;
}
.checkbox input[type="radio"]:focus + label::before {
    outline: 0;
}
.checkmark {
    height: 20px;
    width: 20px;
}
.radio-style .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #0a6ff1;
}
input[type="radio"] + label {
    cursor: pointer;
}
.container-tooltip{
    background: #000000;
    padding: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    transition: opacity 0.3s;
    top: 65px;
    z-index: 1;
    opacity: 0.95;
    border-radius: 1px 10px 10px 10px
}
.container-tooltip:before {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 14px 19px;
    border-style: solid;
    border-color: transparent transparent #000000;
}
.chart.chart-doughnut {
    max-width: 500px !important;
    max-height: 500px !important;
}
body.static #controls-container.fixed {
    padding-left: 280px;
}
@media only screen and (max-width: 447px){
    .questions .positive-answer, .questions .negative-answer, .questions .uncertain-answer, .questions .na-answer{
        width: 45%;
    }
    #risk-container {
        padding: 0;
    }
}
@media only screen and (min-width: 448px) and (max-width: 767px){
    .questions .positive-answer, .questions .negative-answer, .questions .uncertain-answer, .questions .na-answer{
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .questions .positive-answer, .questions .negative-answer, .questions .uncertain-answer, .questions .na-answer{
        width: 45%;
    }
}
@media only screen and (max-width: 767px) {
    .controls .col-xs-12.col-sm-4.align-right, .controls .col-xs-12.col-sm-4.align-left{
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .col-sm-5.col-md-4.answers-row{
        float: left;
    }
    .card-custom .col-sm-7.col-md-8{
        padding-left: 0px;
    }
    .card-custom {
        padding: 30px 25px;
	}
}