@media print 
{
  aside#sidebar_left {
    width: 0px !important;
  }
  section#content_wrapper, .sb-l-o #content_wrapper {
    margin: 0px !important;
    position: relative !important;
    left: 0px !important;

  }


  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
  }
  /*a,
  a:visited {
    text-decoration: underline;
  }*/
  /*a[href]:after {
    content: " (" attr(href) ")";
  }*/
  
  body{
    width:1024px;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }


  /* CSS for Printing */
  input, select, textarea, header, #sidebar_left, #customizer, #sidebar_right, i.fa,  .navbar-logo-wrapper{
    display: none !important;
  }

  #sidebar_left {
    width: 0px !important;
  }
  #content_wrapper {

    position: relative;
    /*margin:0px !important;*/
/*
    left: 0 !important;*/
    margin: 0px !important; 

  }

  #content_wrapper {
      margin-left: 0px !important;
  }

  .sb-l-o #content_wrapper {
      margin-left: 0px !important;
  }


  #content, body {
    background :#ffffff !important;
  }

  

  #content .panel {
    box-shadow: 0px 0px 0 #e5eaee !important;
    padding: 0px;
    border:0px !important;
    width: 100% !important;
  }

  .table tbody > tr > td, .table thead > tr > th 
  {
    font-size:1.3rem !important;
  }

  #sidebar_left 
  {
    width: 0px !important;
  }

  h3 > small 
  {
    font-size:1.5rem !important;
  }

  span.footable-sort-indicator {
      display: none !important;
  }

  .table thead > tr > th {
      background: #2a2f43 !important;
      color: #ffffff !important;
  }

  h3 
  {
    font-size:1.5em !important; 
  }


  .no_print {
    display: none !important;
  }

  a {
    text-decoration: none;
  }

  a[href]:after {
     content:"" !important;
     /*color:#868686;
     background-color:inherit;
     font-style:italic;
     size:90%;*/
  }
  .product_row td {
    background: #f3f3f3 !important
  }
  .part_separation {
    box-shadow: 0px 0px 0px !important;
  }

  .show_print {
      display: block !important;
  }
  
  .attendance_sheet.table tbody > tr > td
  {
      font-size: 1.1rem !important;
      font-weight: normal !important;
      padding: 2px 2px;
      border: 1px solid #e4e4e4;
  }
  .attendance_sheet.table thead > tr > th {
      font-size: 1.1rem !important;
      font-weight: normal !important;
      padding: 2px 4px;
      border-radius: 0px;
  }

  .print-pull-right { float:right !important; }
  .print-pull-center { float:none !important; margin:0px !important; text-align: center !important;}
  .no-screen { display: block;}

  div#main:before, div#main {
        background: #ffffff !important;
    }  
  
}



  .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-1 {
    width: 8%;
  }
  .col-md-2 {
    width: 16%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33%;
  }
  .col-md-5 {
    width: 42%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58%;
  }
  .col-md-8 {
    width: 66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83%;
  }
  .col-md-11 {
    width: 92%;
  }
  .col-md-12 {
    width: 100%;
  }


  

}



