﻿@media print
{
    html {
        color: #000000;
        font: normal 11px Kenvue_Sans-Regular;
        font-family: Kenvue_Sans-Regular;
    }

    #header
    {
        display: none;
    }

    #menu
    {
        display: none;
    }

    .user a
    {
        display: none;
    }

    .content
    {
        padding-bottom: 0 !important;
    }

    #content-wrapper 
    {
        border: none;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .modified-by 
    {
        display:none;
    }

    #body-content .frame-body .content-box h3,
    #body-content .frame-body .content-box h2
    {
        position: static;
        margin-left: 0;
        left: 0;
        padding: 0;
    }

    .protocol-details
    {
        page-break-before: always;
    }

    .protocol-details:first-child
    {
        page-break-before: avoid;
    }

    .print-occurrence
    {
        display: none;
    }

    .occurrence-detail .detail-item .detail
    {
        float: left;
        margin-left: 8px;
        width: 115px;
        text-align: justify;
    }

    .occurrence-detail .label
    {
        display: inline-block;
        margin: 5px 5px 10px 0;
        width: 110px !important;
    }

    .occurrence-wrapper-print
    {
        border-bottom: none !important;
        padding-bottom: 30px;
        margin-bottom: 50px;
        overflow: hidden;
        page-break-before: always;
    }

    .occurrence-wrapper-print:first-child
    {
        page-break-before: avoid;
    }

    .user-list ul li div,
    .user-list ul li ul li,
    .user-list ul li
    {
        color: #000;
    }

    .office-button
    {
        display: none;
    }

    .remove-invoice-item-row{
        display: none;
    }

    .sales-structure-print,
    .remove-invoice-item-row {
        display: none;
    }

    .workflow-task-wrapper
    {
        display:none;
    }

    /*PROTOCOL*/
    .protocol-details
    {
        border: none !important;
    }

    .print-button
    {
        display: none;
    }

    .grid .RadGrid .rgRow td,
    .grid .RadGrid .rgAltRow td {
        border-top-width: 3px !important;
        font: normal 11px Kenvue_Sans-Regular;
    }

    .grid .RadGrid .nested-wrapper .rgRow td,
    .grid .RadGrid .nested-wrapper .rgAltRow td {
        border-top: 1px !important;
        font: normal 11px Kenvue_Sans-Regular;
    }

    .RadGrid_Transparent .rgMasterTable {
        font-size: 10px !important;
        font: normal 11px Kenvue_Sans-Regular;
        font-family: Kenvue_Sans-Regular;
    }

    .protocol-details .form-item.protocol-number,
    .protocol-details .second-line .form-item.carrier
    {
        width: 100%;
    }

    .protocol-details .form-item.middle
    {
        margin: 10px 0 10px 0;
        width: 100%;
    }

    .protocol-details .rgRow.rgHoveredRow td,
    .protocol-details .rgAltRow.rgHoveredRow td {
        border-width: 0 0 1px 1px !important;
        font: normal 11px Kenvue_Sans-Regular;
    }

    .rgRow.rgHoveredRow > td:first-child {
        border-left-width: 0 !important;
        font: normal 11px Kenvue_Sans-Regular;
    }
        

    /*end of protocol*/

    /*Occurrence Detail*/

    .section-header-cancel
    {
        display: none;
    }

    /*End of occurrence detail*/
    #footer
    {
        display: none;
    }

   
}

@font-face {
    font-family: Kenvue_Sans-Regular;
    src: url('../Font/Kenvue_Sans-Regular.otf');
}
