﻿

@media all {
    .ocultarImprimir {
        display: block;
    }

    label.descripcion {
        display: none;
    }

    section.ocultarImprimir {
        display: block;
    }

    div.descripcione {
        display: none;
    }


    a.iconoSupervisor {
        display: block;
        float: right;
    }

    div.bottomEstado {
        display: block;
    }

    div.adjuntos {
        display: block;
    }

    div.ImprimirTable {
        display: none;
    }

    div.descripcion {
        display: none;
    }
}

@media print {


    div.ImprimirTable {
        display: block;
    }

    div.ocultarImprimir {
        display: none;
    }

    div.divImprimir {
        width: 100%;
        height: 100%;
    }

    img.descripcion {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    label.descripcion {
        display: block;
        text-align: center;
    }

    div.descripcion {
        display: block;
        text-align: left;
    }

    .ocultarImprimir {
        display: none;
    }

    section.content {
        margin: 0px;
    }

    div.descripcione {
        display: block;
        text-align: center;
        margin-left: 2px;
    }

    .total {
        text-align: right;
        margin-left: 10%;
    }

    .insta {
        text-align: right;
        margin-left: 70%;
    }

    .img-perfil {
        height: 60px;
        width: 60px;
        background-size: cover;
        border-radius: 50%;
        background-position: top center;
        border: #CCC solid 5px;
        margin-left: 20%;
    }

    table.tableTotal {
        width: 400px;
        background-position: top left;
        margin-left: 700px;
    }

    div.descripcion {
        margin-left: 10%;
    }

    td.ocultarComentario {
        display: none;
        opacity: 0;
    }

    th.ocultarComentario {
        display: none;
        opacity: 0;
    }


    div.adjuntos {
        display: none !important;
    }



    h2 {
        font-size: 10px;
    }

    h4 {
        font-size: 15px;
    }

    .lineaFirma {
        font-weight: bold;
    }
    /*table, th {
        border-style: dotted dashed solid double;
    }*/

    table {
        width: 100%
    }

    /*th {
        border-style: dotted dashed solid double;
    }*/
    html, body {
        width: 100%;
        height: 100%;
    }

    body {
        font-size: 13px;
    }

    .form-control {
        font-size: 13px;
        border: 0;
        padding: 0;
        word-break: break-all;
        text-wrap: normal;
    }
}
