﻿/* ------------------------------------------------------------------------ */
/*                                 Print                                    */
/* -------------------------------------------------------------------------*/

.monitoringTasksToPrint {
    display: none;
}

@media print {

    .print-only {
        display: block;
    }

    body {
        font-size: 16px !important;
    }

    #header {
        display: none;
    }

    #breadcrumb {
        display: none;
    }

    .menu-nuevo {
        display: none !important;
    }

    #footer {
        display: none;
    }

    .modal-footer {
        display: none;
    }

    .close {
        display: none;
    }

    .home-content {
        float: left;
        width: 98% !important;
        left: 0px !important;
    }

    .label {
        border: 0px !important;
    }

    .noprint {
        display: none;
    }

    .button {
        display: none;
    }

    .buttonOn {
        display: none;
    }

    .entityEdit input,
    .entityEdit textarea,
    .entityEdit span,
    .entityEdit .select2-choice
    .entityEdit .select2-arrow
    .entityEdit .select2-search-choice-close {
        border: 0px solid !important;
        font-size: 16px !important;
    }

    .entityEdit .editableDetails {
        margin: 0px;
    }

    .entityEdit .mandatoryCaption {
        font-style:normal;
        font-weight: normal;
    }

    .entityEdit .title td {
        font-size: 16px !important;
    }

    .select2-container > * {
        border: 0px solid !important;
    }

    .select2-container .select2-choice {
        border: 0px solid !important;
    }

    .select2-container-multi .select2-choices {
        border: 0px solid !important;
    }

    .collapsablePanel {
        border: solid 0px;
    }

    .collapsablePanel .container {
        border: solid 0px;
    }

    .collapsablePanel .title {
        border: solid 0px !important;
    }

    .entityEdit .editableDetails {
        padding: 5px;
    }

    .entityEdit .editableDetails .headerCell {
        padding: 7px 50px 7px 5px !important;
    }

    .entityEdit .editableDetails .controlCell {
        padding: 0px 50px 5px 5px !important;
    }

    .entityEdit .editableHeader .captionCell {
        height: 35px;
        text-align: left;
        padding: 0px;
        vertical-align: top;
        padding-right: 20px;
    }

    .entityEdit .editableHeader .controlCell {
        height: 35px;
        text-align: left;
        padding: 0px 0px 0px 30px;
        vertical-align: top;
    }

    .captionCell .caption {
        padding-top: 5px;
        line-height: 19px;
        float: left;
    }

    .captionCell .mandatoryCaption {
        padding-top: 5px;
        line-height: 19px;
        float: left;
    }

    .controlCell .label {
        padding: 0px !important;
        padding-top: 4px !important;
        line-height: 19px;
    }

    .controlCell input {
        padding-top: 2px;
    }

    .textArea {
        padding-left: 7px;
    }

    .editableHeader {
        padding-left: 10px;
    }

    .controlCell img {
        display: none;
    }

    .entityEdit .openButton,
    .entityEdit .openButtonDisabled,
    .entityEdit .button,
    .entityEdit .buttonOn,
    .entityEdit .iconButton,
    .entityEdit img {
        display: none;
    }

    .entityEdit .caption {
        width: auto !important;
    }

    .entityEdit .datePicker .input {
        width: 120px;
    }

    #logo {
        display: inherit !important;
        float: right;
        margin-top: -50px;
    }

    #graphContainer {
        border: solid 0px #d6bfcf;
        margin-top: 40px;
        float: left;
    }

    .entityEdit .validator {
        display: none;
    }

    .select2-container.select2-container-disabled .select2-choice {
        border: 0px !important;
    }

    #content.from-iframe {
        -ms-zoom: 0.85;
        -moz-transform: scale(0.85);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.85);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.85);
        -webkit-transform-origin: 0 0;
    }

    .editableDetails tr {
    }

    th.actions,
    td.actions {
        border: 0px !important;
        display: none;
    }

    th.imageLimit,
    td.imageLimit {
        border: 0px !important;
        /* display: none; */
    }

    .customGrid > table {
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

    .profile-header {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .profile-header-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .profile-header label {
        width: 120px; /* o el ancho que prefieras */
        font-weight: bold;
        margin-right: 8px;
    }

    .profile-header span {
        flex: 1;
    }

    .profile-documents {
        font-size: 14px;
    }

    .profile-documents-row {
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }

    .profile-documents-row label,
    .profile-documents-row span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .profile-documents-codigo {
        width: 20%;
    }

    .profile-documents-nombre {
        width: 55%;
    }

    .profile-documents-sector {
        width: 10%;
    }

    .profile-documents-obligatorio {
        width: 15%;
        text-align: right;
    }

}

.print_container .customGrid {
    border-collapse: collapse;
    border: solid 0px;
    float: left;
    margin-top: 20px;
}

.print_container .customGrid td, .print_container .customGrid th {
    border: 1px solid #ccc;
}

.print_container .customGrid tr:first-child th {
    border-top: 0 !important;
}

.print_container .customGrid tr:last-child td {
    border-bottom: 0 !important;
}

.print_container .customGrid tr td:first-child,
.print_container .customGrid tr th:first-child {
    border-left: 0 !important;
}

.print_container .customGrid tr td:last-child,
.print_container .customGrid tr th:last-child,
.print_container .customGrid tr th.last-column {
    border-right: 0 !important;
}

.print_container .customGrid tr th.actions {
    display: none;
}

.print_container .print_title {
    font-family: Verdana, Helvetica, sans-serif !important;
    border-bottom: solid 0px !important;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.print_container .print_logo {
    float: right;
    margin-top: -30px;
}

.print_container .print_header {
    font-family: Verdana, Helvetica, sans-serif !important;
    float: left;
}

.print_container .print_footer {
    font-family: Verdana, Helvetica, sans-serif !important;
    float: left;
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
}

.print_container .print_filters {
    font-family: Verdana, Helvetica, sans-serif !important;
    float: left;
}