﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    @page landscape-page {
        size: A4 landscape !important;
        margin: 2mm;
    } 

    @page portrait-page {
        size: A4 portrait;
        margin: 2mm;
    }
    
}


/*small devices and most phones*/
/*@media only screen and (Min-width: 480px) {*/
    .menu {
        display: table;
        width: 100%;
        border: 1px solid black;
        border-right: none;
        box-sizing: border-box;
    }

    .shadowmobile {
        display: none;
    }

    .shadow {
        display: block;
    }


    .alignmobile {
        margin-left: 25%;
        margin-right: 25%;
    }

    #chartdiv {
        width: 90%;
    }

    .webinar {
        font-size: 14px;
    }

    .chkboxop {
        margin-left: 5%;
    }

    .date-select-simple-date {
        width: 160px !important;
    }

.ssyLogoWithName {
    content: url("/images/whitessyicon.svg");
}

    .logodiv {
        width: 40px;
        height: 30px;
    }

.nav-grid {
    display: grid;
    grid-template-columns: 75px auto 25px;
    gap: 5px;
    width: 100%;
}


/*}*

/*most tablets*/
@media only screen and (Min-width: 576px) {
    .chartsizemobilefriendly {
        height: 600px !important;
    }

    .aligndatatablemobile {
        text-align: right !important;
    }

    .alignmobile {
        margin-left: 2%;
        margin-right: 2%;
    }

    .mobilefriendlydiv {
        margin-bottom: -13px;
    }

    .webinar {
        display: block;
    }

    .ssyLogoWithName {
        content: url("/images/whitessylogo.svg");
    }

    .logodiv {
        width: 100%;
        height: 100%;
    }

    .chkboxop {
        margin-top: 0.5%;
    }

    .chkboxopclear {
        margin-top: 0.5%;
        visibility: hidden
    }

    .mainbodymargins {
        margin-left: 2%;
        margin-right: 2%;
    }

    .ssy-h1 {
        font-size: 45px;
    }

   


   
}

/*smaller desktop viewpoints*/
@media only screen and (Min-width: 992px) {

    
}

/*large devices and wide screens*/
@media only screen and (Min-width: 1200px) {
    .chartsizemobilefriendly {
        height: 80% !important;
    }

    .aligndatatablemobile {
        text-align: right !important;
    }

    .mobilefriendlydiv {
        color: black;
        font-size: 100%;
        margin-left: 1%;
        margin-top: -4px;
        margin-bottom: -13px;
    }

    .webinar {
        font-size: 15px;
        margin-left: 4% !important;
    }

    .ssyLogoWithName {
        content: url("/images/whitessylogo.svg");
    }

    .logodiv {
        width: 100%;
        height: 100%;
    }

    .nav-grid {
        display: grid;
        grid-template-columns: 310px auto 25px;
        gap: 5px;
        width: 100%;
    }

  

}

/* Extra Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1250px) {

    .webinar {
        margin-left: 5% !important;
    }

    table.dataTable {
        margin-left: 1% !important;
    }

    .ssyLogoWithName {
        content: url("/images/whitessylogo.svg");
    }

    .logodiv {
        width: 100%;
        height: 100%;
    }

    .nav-grid {
        display: grid;
        grid-template-columns: 310px auto 25px;
        gap: 5px;
        width: 100%;
    }

   

   
}

/* Extra Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1830px) {

    .webinar {
        margin-left: 20% !important;
    }


    .ssyLogoWithName {
        content: url("/images/whitessylogo.svg");
    }

    .logodiv {
        width: 100%;
        height: 100%;
    }

    .nav-grid {
        display: grid;
        grid-template-columns: 310px auto 25px;
        gap: 5px;
        width: 100%;
    }

   

   
}


