/* =====================================================
    Print CSS for Higher Mass Limits Map	      
    Copyright (c) 2014 Roads and Maritime Services NSW                             
    Created on:    2014-01-06                              					
    Last updated: 2014-02-06                              					
    Version: 1.0.0                                         
   ===================================================== */


/* ***************************
 * Main Page Styles
 * *************************** */
@media print {
    html, body {
        height: auto;
		font-family:"Arial"; 
    }

    #map-canvas {
        height: 540px;
        overflow: hidden;
    }

    #emergency-alert-message {
        display: none;
    }

    #disclaimer-alert-message {
        display: none;
    }
}

h1.main  {
    font-size: 20pt;
    color: #808080;
    font-weight: normal;
}

/* ***************************
 * CartoDb Styling
 * *************************** */
.cartodb-logo {
    display: none !important;
}

#cartodb-gmaps-attribution {
    display: none  !important;
}

@-moz-document url-prefix() {
    /* hide the system icon for loading images */
    img:-moz-loading {
        visibility: hidden;
    }
    /* hide the system icon for broken images */
    img:-moz-broken {
        -moz-force-broken-image-icon: 0;
    }
}


/* ***************************
 * Disabled Screen Styles
 * *************************** */
#footer{
    display:none;  
}

#legend-menu-screen{
    display:none;
}

#map-canvas{
    display:none;
}

#loading-screen {
	display:none;
}

.max{
    width:100%;
}

