﻿/* Modal print*/
@media print {
    /*body > *:not(printSection) {
        display: none;
    }*/

    a[href]:after {
        content: none !important;
    }

    .modal-header {
        visibility: visible;
    }

    .modal-body * {
        visibility: visible;
    }

    .btn, .glyphicon, .dont-print {
        display: none;
    }
}

@page {
    margin: 0.5cm;
}

body {
    background: white;
    font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
}

header, nav, footer, #header, #buckets, #tabsetTabs {
    display: none;
}

a[href]:after {
    content: none !important;
}

.btn, .btn-group, .form-group, select {
    display: none;
}

.text-center {
    text-align: center;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
}

h5 {
    font-size: 10pt;
    font-weight: 400;
}

h6 {
    font-size: 8pt;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
    font-weight: 300;
    line-height: 120%;
    color: #000;
    margin: 20px 0 17px 0;
}
