﻿.print {
    DISPLAY: none;
}

.NewPage {
    /*/margin-top: 30px !important;*/
    break-after: page;
    page-break-before: always !important;
    page-break-after: always !important;
}


@media print {
    .NewPage {
        break-after: page;
        page-break-before: always !important;
        page-break-after: always !important;
    }

    .noprint {
        display: none;
    }

    body * {
        visibility: hidden;
    }

    #printable, #printable * {
        visibility: visible;
    }

    #printable {
        position: static;
    }

    .tab-content > .active {
        padding-top: 0px !important;
        display: block !important;
        /*width: 100% !important;*/
    }

    #app-content-main {
        overflow: visible !important;
        padding: 0px;
    }

    #root-card {
        overflow: visible !important;
    }

    .app-page-title {
        margin: 0px;
        padding: 0px;
        top: 0px;
    }

    .position-fixed {
        position: static !important;
    }

    .app-header__logo {
        display: none !important;
    }

    .vertical-nav-menu {
        display: none !important;
    }

    #dvMenu {
        display: none !important;
    }

    #FooterContex {
        display: none !important;
    }

    #MenuContex {
        display: none !important;
    }

    .fixed-sidebar .app-main .app-main__outer {
        padding-left: 0px !important;
    }

    .app-main .app-main__inner {
        padding-top: 0px !important;
    }

    .app-header header-shadow {
        display: none !important;
    }

    .scrollbar-sidebar, .scrollbar-container {
        position: absolute !important;
    }

    #toolContex {
        display: none !important;
    }

    .he-100 {
        height: auto !important;
    }

    /*.w-100 {
        width: auto !important;
    }*/

    #ctl00_GeneralContex {
        padding-top: 0px !important;
    }

    #toolContex {
        top: 0px !important;
    }

    #toolIntegration {
        padding-top: 0px !important;
    }

    /*@page {
        size: letter portrait;
        margin: 0;
    }*/
}

.close.modal-close {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #515151 !important;
    position: absolute;
    right: 0px;
    opacity: 1;
    font-size: .8rem;
    z-index: 999;
    cursor: pointer;
    outline: none;
}

.svg-icon.svg-icon-light {
    stroke-width: 2;
}

.svg-icon {
    width: 55px;
    height: 55px;
    stroke: currentColor;
    stroke-width: 3;
    vertical-align: text-bottom;
    --layer1: currentColor;
    --layer2: currentColor;
}

h2, .modal-title {
    font-weight: 700;
    font-size: 2.7rem;
}

.btn-corp {
    background-color: #00569d;
    color: #fff;
}

.tab-content.extend > .active {
    padding-top: 1em;
}

.tab-content.extend {
    padding-bottom: 0em;
    border-bottom: 1px solid #dee2e6;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.swal-footer {
    margin-top: -8px !important;
}

.swal-title {
    margin-top: -20px !important;
}

#footer {
    width: 100%;
    position: fixed;
    bottom: 0 !important;
    bottom: -1px;
    z-index: 1000;
    text-align: center;
    font-size: 10px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e7e7 26%, #d8d8d8 73%, #ececec 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#e7e7e7 26%,#d8d8d8 73%,#ececec 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#e7e7e7 26%,#d8d8d8 73%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 );
}

.generic-Header-Icon {
    font-size: 1.4rem;
    margin-left: 2px;
    background-color: transparent;
}

.btn.btn-icon.btn-lg.kt-pulse.pulse-primary {
    width: 3rem;
}
