/*--- SNR CUSTOM Styles ---*/

/*= PAGE =*/
/* Limit height of browser page */
iframe#LegacyOA {
    height: 90vh;
}
/* the default is
.jss64 {
    width: 100%;
    border: 0;
    height: 400vh;
}
*/

/*= DRAWER =*/
/* Enlarge open drawer to show full names */
.MuiPaper-root.MuiDrawer-paper.jss52.MuiDrawer-paperAnchorLeft.MuiDrawer-paperAnchorDockedLeft.MuiPaper-elevation0 {
    width: 100%;
    z-index: 1000;
    max-width: 427px;
    overflow-x: hidden;
    transition: width 0ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

/*= HEADER TOOLBAR =*/
/* Hide Account label */
p.MuiTypography-root.jss20.MuiTypography-body1 {
    visibility: collapse !important;
}

/* Hide Account combobox */
button[id^="toolbar-dropdown-button"] {
    visibility: collapse !important;
}

/* Hide Help button*/
button[Title="Help"] {
    visibility: collapse !important;
}

/* Hide dividers */
hr.MuiDivider-root.jss12.MuiDivider-vertical {
    visibility: collapse !important;
}


/*= HomePage statistics =*/
/* disable width limitation and set color for links on Store HomePage */
.SNR_StoreHomeLinks {
    color: #2073bc;
    width: auto !important;
}

    .SNR_StoreHomeLinks a {
        color: #2073bc !important;
    }