/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 14, 2018, 11:53:22 AM
    Author     : EclipseZ
*/

@media print {

    body {margin:0;
          padding:0;
          line-height: 1.4em;
          word-spacing:1px;
          letter-spacing:0.2px;
          font: 13px Arial, Helvetica,"Lucida Grande", serif;
          color: #000;
    }

    .no-print,
    .linkU,
    header,
    footer,
    .go-top,
    .search-header,
    #sendInfoModal{
        display: none;
    }
    span{
        display: block;
    }


    .no-margin{
        margin: 0 !Important;
    }
    .no-margin-bottom{
        margin-bottom: 0 !important;
    }

    /*from materialize css*/
    .container {
        margin: 0 auto;
        max-width: 1280px;
        width: 90%;
    }

    .container .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .section.no-pad {
        padding: 0;
    }

    .section.no-pad-bot {
        padding-bottom: 0;
    }

    .section.no-pad-top {
        padding-top: 0;
    }

    .row {
        margin-left: auto;
        margin-right: auto;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .row .col {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.75rem;
        min-height: 1px;
    }

    .row .col[class*="push-"], .row .col[class*="pull-"] {
        position: relative;
    }


    .row .col.print4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.print8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }


    img.responsive-img,
    video.responsive-video {
        max-width: 100%;
        height: auto;
    }

    img{
        border:0;
    }

    .resultsTop{
        font-size: 15px !important; 
    }
}