
/*------------------------------------------------------------------

Style overrides by Pixelera (default Amplify theme) for PRINTING

(Only make changes to this file if you're trying to change the
appearance of PRINTED pages, for example, making unnecessary elements
hidden.)


[Table of contents]

    a. Quick reference
	1. Global
	2. Navbar / .navbar
	3. Subnavbar / .subnavbar
	4. Main / .main; Tables / .table
	5. Extra / .extra
	6. Footer / .footer
	7. Widget / .widget
	8. Error / .error-container
	9. Modals
	10. Forms
	11. Video
	12. Carousel
	13. Progress Bars
	14. Miscellaneous

-------------------------------------------------------------------*/


@media print {


    /*------------------------------------------------------------------
    [1. Global]
    */

    *.noPrint, *.noPrint * {display:none!important;}

    body {
        /*margin: 0.2in;*/
    }

    a[href]:after { /* overriding bootstrap's display of href after links on print */
        content: "";
        display: none;
    }

    header {display:none;}

    img, * img {
        width: auto!important;
        height: auto!important;
        max-width: 4in!important;
        position: static;
        }

    a#back-to-top {
        position:static;
        display:none!important;
    }

    /*------------------------------------------------------------------
    [2. Navbar / .navbar]
    */



    /*------------------------------------------------------------------
    [3. Subnavbar / .subnavbar]
    */

    .subnavbar {display:none;}


    /*------------------------------------------------------------------
    [4. Main / .main; Tables / .table]
    */


    /* TABLES */



    /*------------------------------------------------------------------
    [5. Extra / .extra]
    */



    /*------------------------------------------------------------------
    [6. Footer/ .footer]
    */

    .footerWrapper, .footerWrapperNoExtra {display: none;}

    /*------------------------------------------------------------------
    [7. Widget / .widget]
    */

    .widget .widget-content {border:none;}


    /*------------------------------------------------------------------
    [8. Error / .error-container]
    */



    /*------------------------------------------------------------------
    [9. Modals]
    */




    /*------------------------------------------------------------------
    [10. Forms]

    (Specific little bits from forms can go here.)
    */




    /*------------------------------------------------------------------
    [11. Videos]

    */

                                                                                                                                                                                                                                                                    -moz-border-radius: 100%;


    /*------------------------------------------------------------------
    [12. Carousel]

    */                                                                                                                                                                                                                                                                                                                                           -webkit-border-radius: 100%;




    /*------------------------------------------------------------------
    [13. Progress Bars]
    */




    /*------------------------------------------------------------------
    [14. Miscellaneous]


    (Specific little bits from various sections can go here.)
    */

    body .pagination, body ul.pagination, body ul.pagination>li, body .pagination>li, body .pagination>li>a,
    .pagination, ul.pagination, ul.pagination>li, .pagination>li, .pagination>li>a,
    .pagination li, .pagination li a{display: none;}

    body #selRecordPaging {display:none;}


    /*#publicDirectorySearchResults .widget .widget-content {margin-bottom:20px; padding-bottom: 20px;}*/

    /*#publicDirectorySearchResults .result {position:static; margin-top: 20px;}*/
    #publicDirectorySearchResults * {position:static; float: none; width: auto;}
    #publicDirectorySearchResults .result {min-height: 1.8in; height: auto!important; padding-bottom: 10px;}
    #publicDirectorySearchResults .widget {border-top:1px solid #ddd;}
    #publicDirectorySearchResults .widget .logo {clear: both; margin-bottom: 10px;}




    /*-----------------------------------------------------------------*/

} /* @media print */