﻿
/* Feedback Report */
.feedback-title{
    margin-bottom: 20px;
    color: #717171;
}
.personal-data, .resumen-data{
    height:210px;
}
.personal-data{
    padding: 40px 10px;
    border-right: 3px solid #ccc;
}
.personal-data > .bgi-persona{
    background: url("images/FeedbackReport/fondo-usuario.png") center top no-repeat;
    width: 100px;
    height: 100px;
}
.personal-data > .content {
    width: calc(100% - 100px);
    height: 150px;
}
.personal-data > .content table {
    width: 100%;
    height: 100%;
    color: #717171;
    font-size: 16px;

}
.personal-data > .content th{
    text-align: right;
    vertical-align: top;
}
.personal-data > .content td{
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
}

.resumen-data{
    padding: 0;
}
.resumen-data .tbl-resumen{
    width: 100%;
}
.tbl-resumen .resumen-final-text{
    color: #717171;
    font-size: 28px;
    padding: 20px;
    line-height: 1;
    width: 120px;
}
.tbl-resumen .border-top{
    height: 40px;
    color: #717171;
    font-size: 16px;
    border-top: 3px solid #ccc;
}
.tbl-resumen .bgi-final-score,
.tbl-resumen .bgi-final-level {
    min-width: 108px;
    height: 128px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
}
.tbl-resumen .bgi-final-score{
    background: url("images/FeedbackReport/fondo-circulo-acertividad.png") center center no-repeat;
    color: #fff;
}
.tbl-resumen .bgi-final-level{
    background: url("images/FeedbackReport/fondo-circulo-nivel.png") center center no-repeat;
}

.feedback-border{
    margin-bottom: 20px;
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 0;
}

.tbl-information{
    width: 100%;
    min-height: 170px;
    margin:0px;
}
.tbl-information .fb-icon{ 
    width: 16px;
    background: #d6d6d6 url("images/FeedbackReport/icono-flecha.png") center center no-repeat;
}

.listening .fb-imagen{ 
    width: 200px;
    height: 180px;
    background: #d6d6d6 url("images/FeedbackReport/titulo-escucha.png") center center no-repeat;
}
.listening .fb-circle {
    width: 120px;
    background: url("images/FeedbackReport/fondo-circulo-porcentaje.png") center center no-repeat;
    color: #1978bb;
    font-size: 26px; 
    font-weight: bold;
}
.listening .fb-text {
    color: #717171;
    font-size: 20px;
} 

.structure .fb-imagen {
    width: 200px;
    background: #d6d6d6 url("images/FeedbackReport/titulo-estructuras.png") center center no-repeat;
}
.structure .fb-text{
    color: #717171;
    font-size: 18px;
    padding: 10px 20px;
}
.structure .fb-text span {
    color: #1978bb;
    font-size: 30px; 
    font-weight: bold;
    display: block;
}

.vocabulary .fb-imagen{
    width: 200px;
    background: #d6d6d6 url("images/FeedbackReport/titulo-vocabulario.png") center center no-repeat;
}
.vocabulary .fb-text {
    color: #717171;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
}
.vocabulary .fb-text span {
    color: #1978bb;
    font-size: 16px; 
    font-weight: bold;
    text-transform: none;
    padding-left: 30px;

}
.vocabulary .fb-like {
    width: 100px;
    background: url("images/FeedbackReport/fondo-mano-ok.png") center center no-repeat;
}
.vocabulary .fb-dislike {
    width: 100px;
    min-height: 100px;
    background: url("images/FeedbackReport/fondo-mano-mal.png") center center no-repeat;
}

.function .fb-imagen{
    width: 200px;
    height: 206px;
    background: #d6d6d6 url("images/FeedbackReport/titulo-funciones.png") center center no-repeat;
}
.function .fb-text {
    color: #717171;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
}
.function .fb-text table {
    width:100%;
    margin: 30px 0px;
}
.function .fb-text table th,
.function .fb-text table td {
    padding: 15px;
}
.function .fb-text table th {
    font-size: 16px;
    background-color: #f3f3f3;
}
.function .fb-text table td {
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    color: #3d8d9a;
    border-bottom: 1px solid #ccc; 
}

.final{
    border-collapse: separate;
}
.final hr{
    margin: 0px 20px;
}
.final .underline{
    vertical-align: bottom;
    padding-left:  0px 10px;
    height: 80px;
}
.final .firma{
    vertical-align: top;
    height: 50px;
    font-size: 20px;
    color: #717171;
}
.final .stamp{
    width: 200px;
    height: 125px;
    background: url("images/FeedbackReport/sello-test.png") center center no-repeat;
}

.btn-volver,
.btn-volver:focus{
    width: 120px;
    height: 40px;
    color: #FFF;
    background-color: #484848;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
}
.btn-volver:active,
.btn-volver:hover{
    background-color: #333333;
    color: #FFF;
}