@charset "UTF-8";
/*

This software is the property of visoma gmbh
and is protected by copyright law - it is NOT freeware.

Any unauthorized use of this software without a valid license
is a violation of the license agreement and will be
prosecuted by civil and criminal law.

Alle Rechte vorbehalten

copyright © 2017, visoma gmbh
http://www.visoma.de
dev@visoma.de

*/
/* 
    Created on : 18.12.2017, 14:07:26
    Author     : Stefan Große
*/
/*
 *
 * This software is the property of visoma gmbh
 * and is protected by copyright law - it is NOT freeware.
 *
 * Any unauthorized use of this software without a valid license
 * is a violation of the license agreement and will be
 * prosecuted by civil and criminal law.
 *
 * Alle Rechte vorbehalten
 *
 * copyright © 2017, visoma gmbh
 * http://www.visoma.de
 * office@visoma.de
 *
 */
/* 
    Created on : 23.11.2017, 15:28:20
    Author     : Fabriece Knedel <fk@visoma.de>
*/
@media print {
  body {
    background: #fff;
    padding: 0;
    margin: 0;
  }

  #wrapper,
#wrapper.toggled {
    padding: 0;
    margin: 0;
  }

  /* hide nav */
  #sidebar-wrapper,
#vsm-navbar,
.buttonpanell,
.panel-hide {
    display: none;
  }

  /* hide query profiling / yii log */
  .yiiLog {
    display: none;
  }

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

  /* button panel */
  .buttonpanell {
    background: #fff;
    border: 0px solid #000;
    border-bottom: 1px solid #000;
    position: unset;
  }

  .buttonpanell > div > div *:not(h3) {
    display: none;
  }

  .buttonpanell h3 {
    text-align: left;
    float: left !important;
  }

  /* Ticketlist */
  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper,
.filter,
.pager {
    display: none;
  }

  /* WORKEND */
  #workend-quickview,
.workend .gaptime .btn-group {
    display: none;
  }

  .workend table.workendlist * {
    border-color: #000 !important;
  }

  #page-content-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* show tab content 	
  .tab-content > .tab-pane {
  	display: block !important;
  	opacity: 1 !important;
  	visibility: visible !important;
  	page-break-after: always;
  }
  */
  /* hide tabs nav
  .nav-tabs {
  	display:none;
  }
  */
  /* reordering for col-sm-12 to change positions */
  .row.reorder-sm {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    direction: rtl;
    /* Fix the horizontal alignment */
  }

  .row.reorder-sm > [class*=col-] {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    direction: ltr;
    /* Fix the horizontal alignment */
  }
}