﻿.print-content {
    display: none;
}

.page-header, .page-header-space {
    height: 350px;
}

.page-footer, .page-footer-space {
    height: 100px;
}

.page-footer-td {
    border: none !important;
}

.page-footer {
    display: none;
}

.page-header {
    display: none;
}

.page-footer-image {
    display: hidden;
}

.cert-grid {
    display: grid;
    margin: auto;
    text-align: center;
}

form {
    background: whitesmoke;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    margin: auto;
}

form, input {
    width: 50%;
    max-width: 35rem;
    height: auto;
}


img {
    max-width: 50%;
    height: auto;
    margin: auto;
}

.cert-main-container {
    padding-top: 10px;
    margin: auto;
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 4rem;
}

.display-table {
    margin: auto;
    table-layout: fixed;
    width: 60%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

    .display-table th {
        font-weight: bold;
        border: 1px dotted #cfcfcf;
        border-collapse: collapse;
        text-align: center;
        color: black;
        padding: 10px;
    }

    .display-table td {
        padding: 10px;
        border: 1px dotted #cfcfcf;
        border-collapse: collapse;
        text-align: center;
    }

.total-footer {
    display: grid;
    grid-template-columns: 80% 20%;
    justify-items: right;
}

.total-footer-item {
    display: grid;
    font-weight: bold;
}

.totalCount {
    border: 0 !important;
    border: none !important;
}

.page-header-grid {
    display: grid;
    grid-template-areas: "img content na"
        "h2 h2 h2";
    grid-template-columns: 30% 40% 30%;
    grid-gap: 10px;
}

.page-header-image {
    display: none;
}

.page-header-content {
    grid-area: content;
    text-align: center;
    font-weight: bold;
    justify-self: center;
    align-self: center;
    font-size: 20px;
}

.page-header-title {
    text-align: center;
    padding-top: 0px;
}

.page-header-title-person {
    display: grid;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.user-name-non-print {
    border: none !important;
}

/* -- CSS FOR SESSION GROUPINGS ON PRINT 
.session-display {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-column-gap: 30px;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
}

.session-display-info {
    display: grid;
    align-items: start;
    text-align: start;
}

.session-display-credit {
    display: grid;
    grid-template-areas: "start end"
        "table table"
        "na total";
}

.start-section {
    grid-area: start;
    display: grid;
    justify-self: start;
    align-self: end;
}

.end-section {
    grid-area: end;
    display: grid;
    justify-self: center;
    align-self: start;
    text-align: start;
}

.table-section {
    grid-area: table;
}

.total-section {
    grid-area: total;
    display: grid;
    justify-self: end;
    text-align: end;
}*/

.page {
    line-height: 2;
    width: calc(100vw - 50px);
    margin: auto;
}

.session-table {
    width: 80%;
    margin: auto;
}

    .session-table tr {
        border-bottom: 2px solid #cecece;
    }

.session-table-header {
    background-color: #b8cadf;
}

td {
    padding-top: 50px;
    border-bottom: 2px solid #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #0176ab !important;
    border-color: #0176ab !important;
    margin-top: 20px;
    padding: 10px;
    margin: 10PX;
}

    .btn-primary:hover {
        background-color: #AA1D2D !important;
        border-color: #AA1D2D !important;
    }

.sessionDescription {
    text-align: left !important;
}

.sessionTrack {
    text-align: left !important;
}

h4 {
    border: hidden;
}



@media print {

    html {
        zoom: 80% !important;
    }

    @page {
        size: landscape;
    }

    h4 {
        border: hidden;
    }

    table {
        margin: 0 auto;
    }

    title {
        display: none;
    }

    .page-title {
        top: 0 !important;
    }

    td {
        padding-top: 0;
    }

    .table-div {
        height: 100%;
    }

    .cert-grid {
        display: grid;
        margin: auto;
        text-align: center;
    }

    .hiddenName {
        text-align: center !important;
    }

    .non-print-content {
        display: none !important;
    }

    .print-content {
        display: block; /* This may need to change */
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;

    }

    tbody {
    }

    body {
        

    }

    .table-div {
        display: block;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: center;
        font-size: 8pt;
        padding: 5px;
        margin-top: 5em;
        text-align: center;
    }

        .table-div th {
            border-collapse: collapse;
            font-weight: bold;
            border: 1px dotted #cfcfcf;
            text-align: center;
            color: black;
            
        }

        .table-div td {
            border-collapse: collapse;

            border: 1px dotted #cfcfcf;
            text-align: center;
        }


    .btn-primary {
        display: none;
    }

    th {
        color: black !important;
    }

    h3 {
        display: none;
    }

    strong {
        font-size: 20px;
    }

    /*hr {
        border-top: 2px solid black;
    }*/

    .page-header {
        display: block;
        top: 0;
    }

    .page-header-title {
        display: none;
    }

    .page-header-grid {
        display: none;
    }

    .page-header-image {
        max-width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }

    .page-footer-image2 {
        margin-top: 10px;
    }

    .page-footer {
        position: fixed;
        bottom: 60px;
        width: 100%;
        display: grid;
        text-align: center !important;
        font-size: 8pt;
        margin-top: 50px;
    }

    .page-footer-space {
        display: none;
    }

    .page-footer-td {
        display: none;
    }

    /*.page-header {
        top: 0;
        width: 100%;
    }*/

    .footer-description {
        margin-left: 10px !important;
        text-align: center !important;
    }

    /*
    .sessionStartTime {
        text-align: left !important;
    }

    .sessionDataThree {
        text-align: left !important;
    }

    .sessionDataFour {
        text-align: left !important;
    }

    .sessionCreditDisplay {
        text-align: center !important;
    }*/

    .sessionDescription {
        text-align: left !important;
    }

    .user-name-non-print {
        display: none;
    }

    .user-name-print {
        border: none !important;
    }

    .user-name {
        text-align: left;
        margin-top: 6em;
    }

    form {
        display: none;
    }

    .mainLogo {
        display: none;
    }

    .pb-3 {
        top: 0;
    }

    .FRIPDT{
        text-align: right;
        font-size: 20px;
        margin-left: 25em;
    }
}
