@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,900,700,500,300,100);
* {
  margin: 0;
  box-sizing: border-box;
}
#bill_title {
  padding-right: 14px;
}

#formDownloadBill {
  padding-left: 10px;
}

#btnDownloadBill {
  padding-top: 13px;
  float: right;
}

::selection {
  background: #ffb900;
  color: #FFF;
}

::moz-selection {
  background: #ffb900;
  color: #FFF;
}

#bill_invoice h1 {
  font-size: 18px;
  color: #222;
}

#bill_table_pdf h3 {
  font-size: 25px;
}

#bill_invoice h2 {
  font-size: 15px;
}

#bill_invoice p {
  font-size: 13px;
  color: #666;
  line-height: 1.2em;
}

#bill_invoiceholder {
  width: 100%;
  height: 100%;
}

#bill_headerimage {
  float: left;
  height: 100px;
  background: url('http://localhost/ToutPourToulouse/images/logo/tpt_logo_facture.png') no-repeat;
}

#bill_invoice {
  background: #FFF;
}

[id*='invoice-'] {
  border-bottom: 1px solid #EEE;
  padding: 30px;
}

#bill_invoice-top {
  min-height: 120px;
}

#bill_invoice-mid {
  min-height: 120px;
}

#bill_invoice-bot {
  min-height: 250px;
}

#bill_table {
  width: 100%;
  border-collapse: collapse;
}

#bill_invoice .logo {
  float: left;
  height: 60px;
  width: 60px;
  background: url(https://i.imgur.com/ZFrafHH.png) no-repeat;
  background-size: 60px 60px;
}

#bill_invoice .info {
  display: block;
  float: left;
}

#bill_invoice .title h1{
  text-align: right;
}

#bill_invoice .title p {
  text-align: right;
}

#bill_user h2 {
  margin-left: 5px;
  text-align: left;
}
#bill_user p {
  margin-left: 10px;
  text-align: left;
  font-size: 14px !important;
}
#bill_address h2 {
  margin-left: 250px;
  text-align: left;
}
#bill_address p {
  margin-left: 255px;
  text-align: left;
  font-size: 13px !important;
}
#bill_number {
  font-size: 13px;
}

#bill_invoice td {
  padding: 5px 0 5px 15px;
  border: 1px solid #EEE
}

#bill_invoice .tabletitle {
  padding: 5px;
  background: #EEE;
}

#bill_invoice .service {
  border: 1px solid #EEE;
}

#bill_invoice .item {
  width: 50%;
}
#bill_invoice .order_qty {
  width: 7%;
}

#legalcopy {
  margin-top: 30px;
}

#bill_invoice form {
  float: right;
  margin-top: 30px;
  text-align: right;
}

#bill_invoice .effet2 {
  position: relative;
}

#bill_invoice .effect2:before,
#bill_invoice .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

#bill_invoice .effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#bill_invoice .legal {
  width: 70%;
}
