﻿@media print {

    @page {
        size: A4;
        margin: 0.166in 0.166in 0.166in 0.166in;
        mso-header-margin: 0.166in;
        mso-footer-margin: 0.166in;
        mso-paper-source: 0;
    }

    .container {
        min-width: 750px;
        height: auto !important;
    }

    html {
        font-family: Arial;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    html {
        font-size: 10pt;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        line-height: 1 !important;
    }

    html, body {
        min-width: 750px;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        page-break-after: avoid;
        page-break-before: avoid;
    }

    body {
        margin: 0 auto;
        padding: 0 !important;
        min-width: 750px;
        font-family: Arial;
        font-size: 10pt;
        line-height: 1 !important;
        color: #000000;
        background-color: #ffffff;
        float: none;
    }

    b,
    strong, .bold {
        font-weight: bold;
    }


    .panel-heading {
        font-size: 20px;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        height: 0px;
        width: 0px;
    }

    .red{
        display:none;
    }

    hr {
        box-sizing: content-box;
        height: 0;
    }

    table {
        font-size: 10pt;
        font-weight: normal !important;
        margin: 0px !important;
        margin-top: 0px !important;
        padding: 0 !important;
        padding-top: 0 !important;
    }

    .control-label {
        font-weight: bold;
    }

    .form-group {
        padding-bottom: 10px;
    }

    .TitleClass {
        padding: 3px;
        height: auto;
        border-collapse: collapse;
        border-top: 1px solid #808080;
        border-left: 1px solid #808080;
        font-size: 15px;
        background-color: #A9A9A9;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-weight: bold;
    }

    .control-label {
        font-weight: bold;
    }

    th {
        font-weight: bold;
    }

    .navbar {
        display:none;
    }

    .hidden-print {
        display:none;
    }

    .visible-print{
        display:block!important;
    }

    pre {
        display: none!important;
    } 

    /* avoid page-breaks inside a listingContainer*/
    .listingContainer {
        page-break-inside: avoid;
    }

    /* Improve colour contrast of links */
    a:link, a:visited {
        color: #781351
    }

    /* URL */
    a:link, a:visited {
        background: transparent;
        color: #333;
        text-decoration: none;
    }

    a[href]:after {
        content: "" !important;
    }

    a[href^="http://"] {
        color: #000;
    }

    button {
        display: none!important;
    }

    .btn {
        display: none !important;
    }

    .AddPeople {
        display: none !important;
    }

    .Addbtn {
        display: none !important;
    }

    .remove-row {
        display: none !important;
    }

    .panel {
        -webkit-box-shadow: none;
        margin-bottom: 0px;
    }

    /*    input[type=radio]::-ms-check {
        display:none;
    }*/

    /*    input[type="radio"] {
        -webkit-appearance: none;
        border: none;
        width: 25px;
        height: 25px;
        background-image: url(https://Parts.brandenburg.com/asset/img/radiounchecked.png);
        background: url(https://Parts.brandenburg.com/asset/img/radiounchecked.png) left center no-repeat;
        background-size: 25px;
    }

        input[type="radio"]:checked {
            -webkit-appearance: none;
            border: none;
            width: 25px;
            height: 25px;
            background: url(https://Parts.brandenburg.com/asset/img/radiochecked.png) left center no-repeat;
            background-image: url(https://Parts.brandenburg.com/asset/img/radiochecked.png);
            background-size: 25px;
        }

    input[type="checkbox"] {
        -webkit-appearance: none;
        border: none;
        width: 25px;
        height: 25px;
        background-image: url(https://Parts.brandenburg.com/asset/img/checkno.png);
        background: url(https://Parts.brandenburg.com/asset/img/checkno.png) left center no-repeat;
        background-size: 25px;
    }

        input[type="checkbox"]:checked {
            -webkit-appearance: none;
            border: none;
            width: 25px;
            height: 25px;
            background: url(https://Parts.brandenburg.com/asset/img/checkyes.png) left center no-repeat;
            background-image: url(https://Parts.brandenburg.com/asset/img/checkyes.png);
            background-size: 25px;
        }*/

    #logo{
        display:inline!important;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .radio-inline,
    .checkbox-inline {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        vertical-align: middle;
        font-weight: normal;
        cursor: pointer;
    }

}
