/*.page {*/
/*width: 35cm;*/
/*min-height: 49.5cm;*/
/*padding: 2cm;*/
/*margin: 1cm auto;*/
/*border: 1px #D3D3D3 solid;*/
/*border-radius: 5px;*/
/*background: white;*/
/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
/*}*/

div > h4.indent {
    text-indent: 50px;
}
.questionFormKiosk{
    background: #fff;
    padding: 0 60px 40px;
    font-size: 20px;
}
.form_title{
    position: fixed;
    top: 0;
    background: white;
    margin: 0 auto;
    width: 100%;
    left: 0;
    padding: 0 70px;
}
.general_info{
    margin-top: 260px;
}
.btn-insert{
    position: fixed;
    right: 70px;
    top: 27px;
    z-index: 10;
    padding: 15px;
    font-size: 20px;
}
.questionFormKiosk .table.table-answer tr>td {
    border-top: 0px solid #fff;
    text-align: center;
    vertical-align: top;
}
.img-icon{
    width: 50px;
    display: block;
    margin: auto;
    border-radius: 50%;
}
.img-icon.active{
    border: 4px solid #0f90ff;
}
.pageA4 {
    max-width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto 1cm;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.deparment_title h3:after {
    content: '';
    border-bottom: 1px #000 solid;
    position: absolute;
    top: 50px;
    left: 37px;
    width: 145px;
}

li > label {
    font-size: 17px;
}

textarea {
    width: 600px;
    height: 100px;
}

.middle {
    width: 100%;
    text-align: center;
}

.middle table td.active {

}

.table-question tr span {
    min-width: 35px;
    border: 2.5px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.table-question tr span.active {
    border: 2.5px solid #39bde2;
}

.table-question tr span {
    font-size: 18px;
    font-weight: bold;
}

.table-question tr td.pointer:hover {
    background: #f3f3f3;
}

.table-question tr td:hover span:not(.active) {
    border: #f3f3f3;
}

@media (max-width: 992px) {
    .fullScreemEvaluation .col-xs-12 {
        padding: 10px;
    }

    .fullScreemEvaluation .content {
        padding: 0;
    }


}

@media (max-width: 768px) {
    input.other_idea {
        width: 100%;
    }
    .pageA4 {
        max-width: 21cm;
        min-height: 29.7cm;
        padding: 15px 45px;
        margin: 0 -30px;
        border: 1px #D3D3D3 solid;
        border-radius: 5px;
        background: white;
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    }
    .margin-sm-0{
        margin: 0px;
    }
}

@media (min-width: 992px) {



}
.bg-orange {
    background-color: #ce7a58 !important;
    color: #ffffff;
}
