/*!
 * FullCalendar v1.6.7 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
 
 
 /* Events
-----------------------------------------------------*/
 
.fc-event {
	background: #fff !important;
	color: #000 !important;
	}
	
/* for vertical events */
	
.fc-event-bg {
	display: none !important;
	}
	
.fc-event .ui-resizable-handle {
	display: none !important;
	}
	
	
.nav-header {
  display: none;
}

.navbar-inner {
  display: none;
}

.grc-action-comment-preview, .grc-action-comment, .grc-operation-screen {
  display: none;
}

.grc-action-comment-print, .grc-operation-print {
  display: block;
}

#topmenu, .oe_wrapper, .block_3 .block_2 .user_1 {
  display: none;
}

/*
 * grcTabs
 */
.grc-legend {
  font-size: 1em;
}

#grcTabs .ui-tabs-nav {
  display: none;
}

#DistelRepresentative_Form_grcFilter {
  display: none;
}

#grcTabs table {
  border: 1px #000 solid;
  border-collapse: collapse;
  page-break-inside: auto;
}

#grcTabs td.grc-date {
  border: 1px #000 solid;
  white-space: nowrap;
  font-size: 0.8em;
}

#grcTabs td.capitalize {
  border: 1px #000 solid;
  white-space: nowrap;
}

#grcTabs td {
  border: 1px #000 solid;
  padding: 4px;
  vertical-align: middle;
}

#grcTabs th a {
  border: 1px #000 solid;
  box-shadow: inset 0 0 0 1000px #000;
  vertical-align: bottom;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  padding: 5px;
}

#grcTabs th.operation {
  border: 1px #000 solid;
  box-shadow: inset 0 0 0 1000px #fff;
  vertical-align: bottom;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #000;
  padding: 5px;
}

#grcTabs table thead {
  border: 1px #000 solid;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #fff;
}

#grcTabs table tbody tr th, table thead tr th {
  vertical-align: center;
  box-shadow: inset 0 0 0 1000px #e0e0e0;
  border: 1px #000 solid;
  border-collapse: collapse;
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

#grcTabs table thead tr th a:hover a {
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  padding: 2px;
}

#grcTabs a, a:hover {
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #fff;
}

#grcTabs table tbody td:nth-child(even) {
  box-shadow: inset 0 0 0 1000px #e0e0e0;
}

/*
 * Catalogue 
 */
.btn-group {
  display: none;
}

#adv1 {
  display: none;
}

#product_list table {
  border: 2px #000 solid;
  border-collapse: collapse;
  page-break-inside: auto;
}

#product_list td {
  border: 1px #000;
  padding: 4px;
  vertical-align: middle;
  border-right: dotted;
  border-top: solid;
}

#product_list table td:last-child {
  border: 1px #000;
  padding: 4px;
  vertical-align: middle;
  border-right: solid;
  border-top: solid;
}

#product_list img {
  max-height: 30px;
  max-width: 30px;
}

#product_list button {
  display: none;
}

#product_list a, a:hover {
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

#img-product img {
  height: 50px;
  width: 50px;
}

.logo img {
  height: 30px;
}

.img-mini {
  text-align: center;
}

img.img-product {
  max-height: 38px;
  max-width: 38px;
}

li {
  display: inline-block;
}

#header img.logo {
  height: 40px;
  width: 170px;
}

body {
  font-size: 1.8em;
  font-family: "Helvetica Neue","Helvetica","Arial","sans-serif";
}

.footer {
  display: none;
}

.ul .li[role="tab"] {
  display: none;
}

a[href]:after {
  content: "";
}

.history {
  display: none;
}

.productView .product_edit_detail {
  display: none;
}
.productView .alib a {
  font-size: 22px;
}
.productView .titleProduit .aref {
  font-size: 16px;
}
.productView .aprice {
  font-size: 16px;
}
.productView .aunitprice {
  font-size: 16px;
}
.productView .acoeff, .productView .apackingprice, .productView .apackingsales {
  font-size: 14px;
}
.productView .addProduct {
  display: none;
}
.productView .boxFavorisComp {
  display: none;
}
.productView #Retour {
  display: none;
}
.productView .col-md-6 {
  width: 50% !important;
  float: left;
}

.comparator, .btn-comparator-mobile {
  display: none;
}

/*# sourceMappingURL=print.css.map */
