﻿body, html {
    background: none !important;
    overflow-x: hidden;
    min-height: 0;
    height: auto;
}

.fixed-header #main {
    margin-top: 0;
    padding: 20px;
}

#pointResult, .loadingData {
    padding: 50px;
    padding-top: 0;
    padding-bottom: 10px;
}

.connectionError {
    display: none;
}

.reportFontBold {
    font-weight: bold;
}

.loadingData {
    display: none;
}

#main_image {
    position: absolute;
    top: 3px;
    right: 0;
    max-width: 240px;
    max-height: 60px;
}

.reportSummary {
    position: relative;
}
.scroll {
    max-height: 543px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media only screen and (max-width: 780px) {
    /* Force table to not be like tables anymore */
    .heading {
        display: none;
    }

    .item:before {
        content: attr(data-title);
        font-weight: bold;
    }
}

.fixed-navigation nav > ul {
    height: auto;
    overflow-y: visible;
    width: 100%;
    padding-right: 0;
}

nav li.open ul {
    display: block;
}

nav ul span.menu-item-parent {
    width: 85%;
}

#main {
    margin-left: 220px;
}
 #left_panel_print {
    display: none;
}

#left-panel, #left_panel_print {
    left: 0;
    padding-top: 0;
}

.pointHeading {
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}

h1, h2 {
    color: red;
    font-weight: bold;
}

h1, h2, h3 {
    font-weight: bold;
    border-bottom: 1px solid red;
    padding-bottom: 5px;
}

    h3.h4 {
        border-bottom: 1px solid rgba(255,0,0,0.4);
    }

.reportHeadLine {
    border-bottom: none;
}

.tocNumber {
    display: none;
}

.tocHeading {
    display: none;
}

.reportSummary.print {
    display: none;
}

@media (max-width: 1077px) {
    #left-panel, #left_panel_print {
        display: none;
    }

    #main {
        margin-left: 0;
    }
}

@media (max-width: 700px) {
    body, html {
        min-width: 700px;
        overflow-x: scroll;
    }
}

.main_image_print{
    display: none;
}


@media print {
    .main_image_print {
        display: block;
    }

    .main_image_screen {
        display: none;
    }

    * {
        min-height: 0 !important;
    }

    html, body, #toc *, .table-responsive td, .table-responsive th {
        font-size: 10px !important;
    }

    .reportSummary.print {
        display: block;
    }

    .reportSummary.screen {
        display: none;
    }

    h1 {
        font-size: 18px !important;
        margin: 7px 0 !important;
    }

    h2 {
        font-size: 16px !important;
        margin: 14px 0 !important;
    }

    h3 {
        font-size: 14px !important;
        margin: 14px 0 !important;
    }

    h6 {
        font-size: 10px !important;
        margin: 7px 0 !important;
    }

    .fixed-navigation #left-panel {
        height: auto;
        position: initial;
    }

    aside {
        width: auto;
    }
    #left-panel{
        display:none;
    }
    #left_panel_print {
        display: block;
    }

    .minifyme {
        display: none;
    }

    #main {
        width: auto;
        margin: 0;
    }

    [class^="col-"], [class*=" col-"] {
        white-space: nowrap;
        overflow: visible;
    }


    nav li ul {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }

    .collapse-sign {
        display: none;
    }

    h1 {
        page-break-before: always;
    }

    .table-responsive {
        overflow-x: visible;
    }

    .table-condensed.table > tbody > tr > td,
    .table-condensed.table > tbody > tr > th,
    .table-condensed.table > tfoot > tr > td,
    .table-condensed.table > tfoot > tr > th,
    .table-condensed.table > thead > tr > td,
    .table-condensed.table > thead > tr > th
    {
        padding: 2px !important;
    }


    .tocNumber {
        display: inline-block;
        font-weight: bold;
        margin-right: 3px;
    }

    .tocIcon {
        display: none;
    }

    nav ul:before, nav li:before {
        display: none !important;
    }

    .tocHeading {
        display: block;
    }

    nav a
    {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
    .scroll {
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

}