/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 8, ../sass/screen.scss */
.clr {
  clear: both;
}

/* line 12, ../sass/screen.scss */
.nav-header {
  -moz-box-shadow: 0px 0px 5px black;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
/* line 14, ../sass/screen.scss */
.nav-header .retour-site {
  border-left: solid 1px #9d9d9d;
  padding: 10px 15px;
}

/* line 22, ../sass/screen.scss */
.nom-boulange {
  margin-bottom: 15px;
  text-align: center;
}
/* line 25, ../sass/screen.scss */
.nom-boulange span {
  position: relative;
  top: -12px;
  background-color: #337ab7;
  color: white;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 5px 5px;
  font-size: 20px;
  padding: 8px 15px;
  margin-bottom: 20px;
}

/* line 39, ../sass/screen.scss */
.table thead th.actions {
  width: 220px;
}
/* line 42, ../sass/screen.scss */
.table thead th.order {
  width: 58px;
}
/* line 45, ../sass/screen.scss */
.table thead th.actif {
  width: 75px;
  text-align: center;
}
/* line 51, ../sass/screen.scss */
.table tbody td.center {
  text-align: center;
}

/* line 59, ../sass/screen.scss */
#page-commande h1 .btn-group {
  float: right;
}
/* line 64, ../sass/screen.scss */
#page-commande #jours-production {
  display: none;
}
/* line 69, ../sass/screen.scss */
#page-commande #calendar .fc-header-title {
  margin-left: 10px;
}
/* line 75, ../sass/screen.scss */
#page-commande #calendar .dayWithEvent {
  background-color: #fee48d;
  cursor: pointer;
}
/* line 79, ../sass/screen.scss */
#page-commande #calendar .fc-event-container {
  display: none;
}
/* line 80, ../sass/screen.scss */
#page-commande #calendar .fc-today {
  border-bottom: solid 1px #C9302C;
  background-color: white;
}
/* line 84, ../sass/screen.scss */
#page-commande #calendar .fc-today.dayWithEvent {
  background-color: #fee48d;
}
/* line 89, ../sass/screen.scss */
#page-commande #calendar .fc-day {
  cursor: pointer;
  text-align: center;
}
/* line 92, ../sass/screen.scss */
#page-commande #calendar .fc-day:hover {
  -moz-box-shadow: 0px 0px 2px black inset;
  -webkit-box-shadow: 0px 0px 2px black inset;
  box-shadow: 0px 0px 2px black inset;
}
/* line 97, ../sass/screen.scss */
#page-commande #calendar .current-date {
  -moz-box-shadow: 0px 0px 2px black inset;
  -webkit-box-shadow: 0px 0px 2px black inset;
  box-shadow: 0px 0px 2px black inset;
}
/* line 101, ../sass/screen.scss */
#page-commande #calendar .fc-day-number {
  float: none;
  padding-top: 2px;
}
/* line 108, ../sass/screen.scss */
#page-commande #produits-production input.quantite-max {
  background-color: white;
  border: 1px solid #e0e0e0;
  text-align: center;
  width: 50px;
}
/* line 116, ../sass/screen.scss */
#page-commande .form-commandes-point-vente {
  margin-top: 20px;
}
/* line 120, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .title-point-vente {
  background-color: #fff8e2;
  border-left: solid 3px #fdd44b;
  font-weight: bold;
}
/* line 126, ../sass/screen.scss */
#page-commande .form-commandes-point-vente input.quantite {
  width: 50px;
  background-color: white;
  border: solid 1px #e0e0e0;
  text-align: center;
}
/* line 133, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .td-produit {
  text-align: center;
}
/* line 137, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .submit-pv {
  float: right;
}
/* line 141, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .select-user {
  background-color: #F9F9F9;
  border: solid 1px #e0e0e0;
}
/* line 146, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .date-commande {
  font-size: 12px;
}
/* line 150, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
  background-color: white;
  border: solid 1px #e0e0e0;
  margin-top: 3px;
  width: 100px;
}
/* line 158, ../sass/screen.scss */
#page-commande .form-commandes-point-vente td.center {
  text-align: center;
}
/* line 162, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .depasse {
  color: #b32815;
}
/* line 166, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .total strong span {
  font-weight: normal;
  font-size: 13px;
}
/* line 171, ../sass/screen.scss */
#page-commande .form-commandes-point-vente .vrac {
  display: none;
}

/* line 183, ../sass/screen.scss */
#email-masse-form #ids-users {
  line-height: 30px;
}
/* line 185, ../sass/screen.scss */
#email-masse-form #ids-users .label {
  text-transform: capitalize;
}