﻿.report {
    margin: 12px;
}

.report1 {
    margin: 20px;
    height: 200px;
    text-align: center;
}

.reportHistorial {
    text-align: center;
}

.contenedorBoton {
    text-align: center;
}

.btnEnviar,
.btnRegresar,
.btnReport,
.btnFoto {
    border: 0px;
    border-radius: 3px;
    background-color: #cc8500;
    color: white;
    height: 40px;
    margin: 10px 5px;
    text-transform: capitalize;
    outline: 0;
    width: 230px;
}

.areas {
    text-transform: capitalize;
}

.subAnswer {
    background-color: orange;
    padding: 5px 10px;
    color: white;
}

.answer {
    border: 0;
    width: 94%;
    height: 127px;
}

.subAnswer,
.answer {
    padding: 4px 8px;
}

.observacion,
.areas,
.info {
    border: 0;
    font-size: .875rem;
    color: #333;
    width: 100%;
    background: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    outline: none;
}

.observacion {
    height: 72px;
}

.row {
    display: table;
    width: 100%;
    margin: 4px;
}

.col {
    display: table-cell;
}

.fileImage {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 250px;
    border: 1px solid #bbb;
}

/* CARD HSITORIAL */
.ContenedorM {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    overflow-y: hidden
}

.card {
    background: #eaeaea;
    /* border: 1px solid grey; */
    margin: 0 auto 10px;
    width: 280px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.cardHeader {
    background-color: #f05a28;
    padding: 10px 15px;
    display: -webkit-box;
    color: white;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.cardBody {
    padding: 10px 15px;
    justify-content: space-between;
    display: flex;
}

.sub {
    vertical-align: middle;
    margin: 4px;
}

.text {
    overflow: hidden;
    white-space: nowrap;
}

.textFolio {
    margin-left: 6px;
    line-height: 26px;
}

#colEstatus {
    text-align: center;
}

.col1 {
    text-align: center;
}

.cardFooter {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.btnSlide,
.btnSlide2,
.btnSlide3,
.btnSlide4 {
    background-color: #f05a28;
    height: 22px;
    text-align: center;
    -webkit-border-radius: 4px 4px 4px 4px;
}

/* RESPUESTAS */
.cardAnswer {
    background: #eaeaea;
    border: 1px solid grey;
    margin: 0 auto 10px;
    width: 280px;
    height: 330px;
}

.comment2 {
    background: #eaeaea;
    border: 1px solid grey;
    margin: 0 auto 10px;
    width: 290px;
    height: 170px;
}

/* caja comentarios */
.obsEnviada,
.resRecibida {
    width: 244px;
    height: 104px;
}

.tuComentario {
    height: 120px;
}

.comment {
    display: flex;
    flex-direction: row;
}

.colComment {
    width: 100%;
}

.colButton {
    border: 0px;
    background-color: forestgreen;
    color: white;
    height: 116px;
    text-transform: capitalize;
    outline: 0;
    width: 80px;
    padding-top: 54px;
    padding-left: 10px;
}

.subButton {
    padding-left: 4px;
}
