/* CSS Document  for PRINTING only 
styles comes in addition to THEME_SYTLE.CSS file
*/

.print-only{
  display : block; 
}

#network {
    position: relative;
    top: auto;
    height: auto;
    z-index: 100;
    width : 100%;
}

#site {
    padding-top: 0px !important;
}

.addetails H1 {
    font-size: 2em;
}

.navigation-wrapper,
#dashboard,
#footer, 
#breadcrumbs,
#network #hdr-logged-user,
#network #hdr-notifs-section,
#network #hdr-buttons-section,
#network-wrapper-flags,
#ScrollTop,
#topgallery,
#debug-toolbar
{
display : none!important;
}


#banner_pos_list_center_top
{
display : none!important;
}

#panel_vendor .link-to-profile {
  display : none!important;
}

@page {
    size:  210mm 297mm; /* portrait */
    margin: 1mm;
    margin-right: 1mm; /* for compatibility with both A4 and Letter */
}


.container{
/*width : 600px; */
} 

.details-actions
,#panel_links
,#panel_stats_admin
,#panel_audio_video
,.buttons-in-panel
 
{
    display : none!important; 
}

#coms_wrapper .com_form 
, #logs
, #calendar_list
{
    display : none!important; 
}

/* remove href text*/
a[href]:after {
    content: none !important;
}


body {
 background: #FFF!important;
}


/*this is caused by the page only being a few hundred "pixels" across (~500px), meaning the other media queries normally meant for phones/tablets apply to page print as well – Bojangles Nov 13 '13 at 8:25*/

.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;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666666666666%;
}
.col-md-10 {
  width: 83.33333333333334%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666666666666%;
}
.col-md-7 {
  width: 58.333333333333336%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666666666667%;
}
.col-md-4 {
  width: 33.33333333333333%;
 }
 .col-md-3 {
   width: 25%;
 }
 .col-md-2 {
   width: 16.666666666666664%;
 }
 .col-md-1 {
  width: 8.333333333333332%;
 }
