﻿* {
    -webkit-print-color-adjust: exact;
}

body {
    height:auto;
    overflow:visible;
}

.RadButton {
    display: none !important;
}

.main-viewbanner {
    display: none !important;
}

.sidebar {
    display:none !important;
}

.currentUser {
    display:none !important;
}

.secondaryMenu {
    display:none !important;
}

.gridWrapper {
    display:none !important;
}

.mailDetails {
    background: #fff !important;
    border: 0 !important;
    height: auto !important;
    overflow: visible !important;
    width: 100% !important;
    float: none;
}

.section {
    position: absolute;
    top: 50px !important;
    left: 0 !important;
    width: 100% !important;
    min-width: 900px;
    border: 0 !important;
    height: auto !important;
    overflow: visible !important;
}

_:-ms-fullscreen, :root .ie11up {
    /* IE10+ CSS */
    .section {
        float: left !important;
    }

    .mailDetails {
        float: left !important;
    }
}

@supports (-ms-accelerator:true) {
    /* IE Edge 12+ CSS */
    .section {
        float: left !important;
    }

    .mailDetails {
        float: left !important;
    }
}

.page {
    height: auto !important;
    overflow: visible !important;
}

.scroller {
    overflow: visible !important;
    background: #fff !important;
    width: 100% !important;
    height: auto !important;
}

.mailDetails .header {
    background: #fff !important;
}

body {
    background: #fff !important;
}

.container {
    background: #fff !important;
    width: 100% !important;
}

.printNone {
    display:none;
}

.printShow {
    display:block;
}

