body {
}

header {
    position: fixed;
    display: block;
    top: 0;
}

* {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
}
/* Black prints faster: h5bp.com/s */
a, a:visited {
    text-decoration: underline;
}

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

abbr[title]:after {
    content: " (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
/* Don't show links for images, or javascript/internal links */
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}
/* h5bp.com/t */
thead, tr, img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    size: A4;
    margin: 0.5cm;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
}

h2, h3 {
    page-break-after: avoid;
}

th, td {
    background: transparent !important;
    color: black !important;
}

table {
    page-break-inside: auto;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

.logocontainer {
    width: 100%;
}

.dsglogo {
    margin: 5px;
    float: left !important;
}

.iacadlogo {
    float: right !important;
}

.navbar-right {
    display: none !important;
}

#sidebar {
    display: none !important;
}

body #content {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.menunav {
    display: none;
}

#topbar {
    border: none;
}

#topbar ol li {
    display: none;
}

#topbar ol li.active {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 32px;
}

#topbar ol li.active:before {
    content: none;
}

.breadcrumb {
     float: left;
}

#content > .container {
    padding: 0px;
}

.footernav {
    display: none;
}

#pagefooter > div {
    display: none;
}

    #pagefooter > div.container {
        display: block;
    }

        #pagefooter > div.container > div.row {
            display: none;
        }

        #pagefooter > div.container > div.rightsReserved {
            display: block !important;
            text-align: center;
        }

button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
    display: none;
}

select {
    pointer-events: none;
    -webkit-appearance: none;
    white-space: pre-wrap;
}

    select.form-control {
        height: auto;
        padding: 0px;
    }

    select::-ms-expand {
        display: none;
    }

.input-group > span.input-group-addon {
    display: none;
}

.form-control {
    border: 1px solid transparent;
}

.form-group {
    display: table-row;
    margin-top: 0px;
}

    .form-group label {
        display: table-cell;
        margin-top: -10px;
    }

    .form-group div {
        display: table-cell;
    }

.input-group .form-control {
    float: none;
}

.datepicker {
    pointer-events: none;
}

.noPrint {
    display: none;
}

