/* line 1, ../sass/_template.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #2271b1;
}

/* line 5, ../sass/_template.scss */
.clearfix {
  clear: both;
}

/* line 10, ../sass/_template.scss */
section#convoyage .success {
  position: relative;
  padding: 25px;
  margin-bottom: 1rem;
  border-radius: 10px;
  color: #fff;
  background-color: #FFD00C;
}
/* line 18, ../sass/_template.scss */
section#convoyage .hide {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: -500000px;
}
/* line 26, ../sass/_template.scss */
section#convoyage h2 {
  margin-bottom: 30px;
  font-size: 32px;
  color: #032755;
}
/* line 31, ../sass/_template.scss */
section#convoyage h3 {
  font-size: 20px;
  font-weight: 600;
}
/* line 35, ../sass/_template.scss */
section#convoyage small {
  font-size: 10px;
  font-weight: 400;
  display: block;
}
/* line 40, ../sass/_template.scss */
section#convoyage a.back {
  color: #666666;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
  background: transparent url("../imgs/arrow_back_ios.svg") no-repeat center left;
  padding: 0 0 0 24px;
}
/* line 48, ../sass/_template.scss */
section#convoyage a#datepicker {
  padding: 15px 25px 0 25px;
  height: 44px;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  background: #e6eaee;
  color: #595959;
  margin-top: 20px;
  border-radius: 4px;
}
/* line 58, ../sass/_template.scss */
section#convoyage a#datepicker:hover {
  color: #032755;
}
/* line 62, ../sass/_template.scss */
section#convoyage .sep {
  border-top: 1px solid #a3dbe2;
  margin-top: 12px;
}
/* line 66, ../sass/_template.scss */
section#convoyage .field, section#convoyage table tr td {
  padding-bottom: 15px;
}
/* line 67, ../sass/_template.scss */
section#convoyage .field label, section#convoyage table tr td label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  width: 30%;
  float: left;
  padding: 2px 30px 3px 0;
  color: #333333;
}
/* line 76, ../sass/_template.scss */
section#convoyage .field input, section#convoyage .field select, section#convoyage .field textarea, section#convoyage table tr td input, section#convoyage table tr td select, section#convoyage table tr td textarea {
  width: 60%;
  float: left;
  border-radius: 6px;
  padding: 8px;
  border: none;
}
/* line 85, ../sass/_template.scss */
section#convoyage table {
  border: none !important;
  background: #f9f9f9;
  border-radius: 10px;
}
/* line 92, ../sass/_template.scss */
section#convoyage table tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #333333;
  padding: 20px 10px;
}
/* line 100, ../sass/_template.scss */
section#convoyage table tr:nth-child(even) td {
  background: #fff;
}
/* line 103, ../sass/_template.scss */
section#convoyage table tr td {
  padding: 10px 10px;
  border-right: 1px solid #e4e4e4;
  position: relative;
}
/* line 107, ../sass/_template.scss */
section#convoyage table tr td.day {
  text-align: center;
  color: #4B7AB7;
}
/* line 111, ../sass/_template.scss */
section#convoyage table tr td:last-child {
  border-right: none;
}
/* line 114, ../sass/_template.scss */
section#convoyage table tr td.dosimetre {
  width: 165px;
}
/* line 117, ../sass/_template.scss */
section#convoyage table tr td.date {
  width: 140px;
}
/* line 120, ../sass/_template.scss */
section#convoyage table tr td.action {
  width: 48px;
}
/* line 123, ../sass/_template.scss */
section#convoyage table tr td input, section#convoyage table tr td textarea {
  width: 100%;
  float: none;
  border: 1px solid #ccebef;
  color: #666;
  font-size: 12px;
}
/* line 129, ../sass/_template.scss */
section#convoyage table tr td input:read-only, section#convoyage table tr td textarea:read-only {
  border: none;
  background: transparent;
}
/* line 134, ../sass/_template.scss */
section#convoyage table tr td input.place {
  width: 100px;
}
/* line 137, ../sass/_template.scss */
section#convoyage table tr td input.km {
  width: 78px;
}
/* line 140, ../sass/_template.scss */
section#convoyage table tr td input.time {
  width: 85px;
}
/* line 143, ../sass/_template.scss */
section#convoyage table tr td a.edit {
  background: transparent url("../imgs/stylus2.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 5px;
}
/* line 150, ../sass/_template.scss */
section#convoyage table tr td a.delete {
  background: transparent url("../imgs/delete.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  display: block;
}
/* line 156, ../sass/_template.scss */
section#convoyage table tr td a.cancel {
  background: transparent url("../imgs/remove.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  display: block;
  background-size: 12px;
  position: absolute;
  top: 58px;
  right: 15px;
}
/* line 166, ../sass/_template.scss */
section#convoyage table tr td div.client {
  text-align: center;
}
/* line 168, ../sass/_template.scss */
section#convoyage table tr td div.client a {
  font-size: 12px;
}
/* line 172, ../sass/_template.scss */
section#convoyage table tr td div.client div.input input {
  margin-top: 5px;
  padding-right: 24px;
}
/* line 177, ../sass/_template.scss */
section#convoyage table tr td div.client small {
  color: #FFD00C;
  line-height: 10px;
  font-size: 9px;
}
/* line 184, ../sass/_template.scss */
section#convoyage table tr:nth-child(2) a.delete {
  display: none;
}
/* line 187, ../sass/_template.scss */
section#convoyage table tr:last-child:nth-child(odd) td {
  border-bottom: 1px solid #e4e4e4;
}
/* line 191, ../sass/_template.scss */
section#convoyage table tr.foot td {
  background: #fffbe7;
  text-align: center;
  color: #FFD00C;
}
/* line 195, ../sass/_template.scss */
section#convoyage table tr.foot td.white {
  background: #fff;
  border-bottom: 1px solid #fff;
}
/* line 201, ../sass/_template.scss */
section#convoyage a.reset {
  color: #a7a7a7;
}
/* line 204, ../sass/_template.scss */
section#convoyage input.datepicker, section#convoyage input.dp {
  background: #fff url("../imgs/calendar.svg") no-repeat center right 10px;
  background-size: 16px;
}
/* line 208, ../sass/_template.scss */
section#convoyage .btn1, section#convoyage .btn2, section#convoyage .btn3 {
  margin-left: 30px;
  background-color: #FFD00C;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 15px 20px 0 20px;
  height: 44px;
  font-size: 13px;
  display: inline-block;
  transition: all 0.3s;
  border: 1px solid #FFD00C;
}
/* line 222, ../sass/_template.scss */
section#convoyage .btn1:hover, section#convoyage .btn2:hover, section#convoyage .btn3:hover {
  background-color: #009AB1;
  border: 1px solid #009AB1;
  color: #fff;
}
/* line 228, ../sass/_template.scss */
section#convoyage .btn2 {
  background-color: #009AB1;
  border: 1px solid #009AB1;
}
/* line 231, ../sass/_template.scss */
section#convoyage .btn2:hover {
  background-color: #FFD00C;
  border: 1px solid #FFD00C;
}
/* line 236, ../sass/_template.scss */
section#convoyage .btn3 {
  background-color: #fff;
  border: 1px solid #FFD00C;
  color: #FFD00C;
  cursor: pointer;
}
/* line 242, ../sass/_template.scss */
section#convoyage input.btn1 {
  border: 1px solid #FFD00C;
  padding-top: 2px;
  cursor: pointer;
}
/* line 247, ../sass/_template.scss */
section#convoyage input.btn2 {
  border: 1px solid #009AB1;
  padding-top: 2px;
  cursor: pointer;
}
/* line 252, ../sass/_template.scss */
section#convoyage .bottom {
  text-align: right;
  margin-top: 30px;
}
/* line 255, ../sass/_template.scss */
section#convoyage .bottom a, section#convoyage .bottom input {
  margin-bottom: 12px;
}
/* line 258, ../sass/_template.scss */
section#convoyage .bottom small {
  margin-bottom: 20px;
}
/* line 262, ../sass/_template.scss */
section#convoyage .infos {
  background: #ccebef;
  padding: 26px 26px 24px 26px;
  border-radius: 10px;
  margin-bottom: 30px;
}
/* line 267, ../sass/_template.scss */
section#convoyage .infos .edit {
  float: right;
  background: transparent url("../imgs/stylus.svg") no-repeat center left;
  display: inline-block;
  padding: 0 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
/* line 276, ../sass/_template.scss */
section#convoyage .infos .info {
  float: left;
  width: 340px;
  padding-top: 12px;
  font-weight: 400;
}
/* line 281, ../sass/_template.scss */
section#convoyage .infos .info.bold {
  font-weight: 500;
}
/* line 284, ../sass/_template.scss */
section#convoyage .infos .info.phone {
  background: transparent url("../imgs/call.svg") no-repeat top 19px left;
  padding-left: 30px;
}
/* line 288, ../sass/_template.scss */
section#convoyage .infos .info.mail {
  background: transparent url("../imgs/mail.svg") no-repeat top 19px left;
  padding-left: 30px;
}
/* line 294, ../sass/_template.scss */
section#convoyage .reference-area {
  padding: 26px 26px 15px 26px;
  background: #009AB1;
  border-radius: 10px;
  margin-bottom: 30px;
}
/* line 300, ../sass/_template.scss */
section#convoyage .reference-area .field label {
  color: #fff;
  padding-top: 4px;
}
/* line 305, ../sass/_template.scss */
section#convoyage .reference-area small {
  color: #fff;
}
/* line 309, ../sass/_template.scss */
section#convoyage .depistage-area {
  padding: 26px 26px 15px 26px;
  background: #F1F1F1;
  border-radius: 10px;
}
/* line 314, ../sass/_template.scss */
section#convoyage .send-area {
  padding: 26px 26px 15px 26px;
  background: #009AB1;
  border-radius: 10px;
  margin-bottom: 30px;
}
/* line 319, ../sass/_template.scss */
section#convoyage .send-area .field {
  padding-bottom: 0;
}
/* line 321, ../sass/_template.scss */
section#convoyage .send-area .field label {
  color: #fff;
  padding-top: 4px;
  width: 50%;
  text-align: left;
}
/* line 327, ../sass/_template.scss */
section#convoyage .send-area .field input {
  width: 40%;
}
/* line 332, ../sass/_template.scss */
section#convoyage .toggle-datas {
  padding: 26px 26px 25px 26px;
  border-radius: 10px;
  color: #333333;
  background: #F1F1F1 url("../imgs/down.svg") no-repeat right 30px center;
  cursor: pointer;
}
/* line 339, ../sass/_template.scss */
section#convoyage .month-area {
  padding: 25px 26px 8px 26px;
  background: #F9F9F9;
  border-radius: 10px;
  margin-bottom: 30px;
}
/* line 344, ../sass/_template.scss */
section#convoyage .month-area h4 {
  color: #032755;
}
/* line 347, ../sass/_template.scss */
section#convoyage .month-area .trajet-area {
  display: none;
}
/* line 351, ../sass/_template.scss */
section#convoyage .month-area.month0 .trajet-area {
  display: block;
}
/* line 355, ../sass/_template.scss */
section#convoyage .month-area h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-top: -20px;
  padding-top: 20px;
  cursor: pointer;
  position: relative;
}
/* line 363, ../sass/_template.scss */
section#convoyage .month-area h3:after {
  position: absolute;
  content: '';
  right: 0;
  top: 15px;
  background: transparent url("../imgs/down.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
/* line 374, ../sass/_template.scss */
section#convoyage .month-area h3.on:after {
  transform: rotate(180deg);
}
/* line 378, ../sass/_template.scss */
section#convoyage .month-area h3 small {
  display: inline-block;
  font-size: 12px;
}
/* line 383, ../sass/_template.scss */
section#convoyage .month-area .period {
  color: #4B7AB7;
  padding-bottom: 10px;
}
/* line 387, ../sass/_template.scss */
section#convoyage .month-area .infos {
  background: #fff;
  border-radius: 10px;
  position: relative;
  height: 100px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
/* line 395, ../sass/_template.scss */
section#convoyage .month-area .infos.sended {
  background: #eff6db;
}
/* line 398, ../sass/_template.scss */
section#convoyage .month-area .infos .info {
  font-size: 12px;
  line-height: 16px;
  padding: 16px 25px;
}
/* line 402, ../sass/_template.scss */
section#convoyage .month-area .infos .info h4 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 8px;
}
/* line 407, ../sass/_template.scss */
section#convoyage .month-area .infos .info .create {
  color: #009AB1;
  padding-bottom: 8px;
}
/* line 411, ../sass/_template.scss */
section#convoyage .month-area .infos .info .status {
  color: #FFD00C;
  background: transparent url("../imgs/check_circle.svg") no-repeat center left;
  padding-left: 20px;
}
/* line 415, ../sass/_template.scss */
section#convoyage .month-area .infos .info .status.waiting {
  color: #bdbdbd;
  background: transparent url("../imgs/pending.svg") no-repeat center left;
}
/* line 421, ../sass/_template.scss */
section#convoyage .month-area .infos .actions {
  position: absolute;
  right: 0;
}
/* line 424, ../sass/_template.scss */
section#convoyage .month-area .infos .actions a {
  height: 100px;
  display: block;
  border-left: 1px solid #F1F1F1;
  float: right;
  width: 80px;
  color: #1F1F1F;
  padding: 24% 18%;
}
/* line 433, ../sass/_template.scss */
section#convoyage .month-area .infos .actions .edit {
  background-position: center center;
}
/* line 436, ../sass/_template.scss */
section#convoyage .month-area .infos .actions .view {
  background: transparent url("../imgs/eye.svg") no-repeat center center;
  background-size: 20px;
}
/* line 440, ../sass/_template.scss */
section#convoyage .month-area .infos .actions .download {
  background: transparent url("../imgs/download.svg") no-repeat center center;
}
/* line 443, ../sass/_template.scss */
section#convoyage .month-area .infos .actions .delete {
  background: transparent url("../imgs/delete2.svg") no-repeat center center;
}

/* line 452, ../sass/_template.scss */
.ui-datepicker-week {
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
}

/* line 456, ../sass/_template.scss */
.ui-datepicker table {
  background: #F9F9F9;
}

/* line 459, ../sass/_template.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent;
  background: transparent;
  font-size: 12px;
  height: 24px;
}

/* line 465, ../sass/_template.scss */
.ui-widget.ui-widget-content {
  border: none;
  background: #F9F9F9;
  padding: 6px 10px;
}

/* line 470, ../sass/_template.scss */
.ui-widget-header {
  background: #F9F9F9;
  border: none;
}

/* line 474, ../sass/_template.scss */
.ui-datepicker td span, .ui-datepicker td a {
  padding: 0;
}

/* line 478, ../sass/_template.scss */
.ui-datepicker-calendar tr td {
  margin: 2px 0;
  background: #ececec !important;
  border-bottom: 6px solid #F9F9F9;
  padding: 0;
  text-align: center;
}
/* line 484, ../sass/_template.scss */
.ui-datepicker-calendar tr td a {
  text-align: center;
}
/* line 488, ../sass/_template.scss */
.ui-datepicker-calendar tr td:last-child {
  background: transparent !important;
}

/* line 493, ../sass/_template.scss */
.ui-datepicker-calendar tr:hover td {
  background: #fbe89a !important;
}
/* line 496, ../sass/_template.scss */
.ui-datepicker-calendar tr:hover td:last-child {
  background: transparent !important;
}

/* line 500, ../sass/_template.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #454545;
}

@media screen and (max-width: 1023px) {
  /* line 506, ../sass/_template.scss */
  section#convoyage .month-area .infos {
    height: auto;
  }

  /* line 509, ../sass/_template.scss */
  section#convoyage .infos .info {
    width: 70%;
  }

  /* line 512, ../sass/_template.scss */
  section#convoyage .month-area .infos .actions {
    width: 30%;
  }

  /* line 515, ../sass/_template.scss */
  section#convoyage .month-area .infos .actions a {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  /* line 524, ../sass/_template.scss */
  section#convoyage a.back {
    font-size: 12px;
  }

  /* line 527, ../sass/_template.scss */
  section#convoyage h2 {
    font-size: 22px;
    line-height: 30px;
  }

  /* line 531, ../sass/_template.scss */
  section#convoyage .infos .info {
    width: 100%;
  }

  /* line 534, ../sass/_template.scss */
  section#convoyage .infos .edit {
    width: 20px;
    overflow: hidden;
  }

  /* line 538, ../sass/_template.scss */
  section#convoyage .infos {
    padding: 20px 15px 20px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
  }

  /* line 543, ../sass/_template.scss */
  section#convoyage .infos {
    font-size: 14px;
  }

  /* line 546, ../sass/_template.scss */
  section#convoyage .infos .info.phone,
  section#convoyage .infos .info.mail {
    background-size: 15px;
    background-position: top 9px left;
  }

  /* line 551, ../sass/_template.scss */
  section#convoyage .infos .info {
    padding-top: 0px;
  }

  /* line 554, ../sass/_template.scss */
  section#convoyage .infos .edit {
    right: 5px;
    position: absolute;
    height: 20px;
  }

  /* line 559, ../sass/_template.scss */
  section#convoyage .infos .bot {
    padding-top: 10px;
  }

  /* line 562, ../sass/_template.scss */
  section#convoyage .infos .bot .info {
    width: 50%;
  }

  /* line 565, ../sass/_template.scss */
  section#convoyage table {
    display: block;
    overflow-x: scroll;
  }

  /* line 569, ../sass/_template.scss */
  section#convoyage table tr th {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    padding: 10px 10px;
  }

  /* line 575, ../sass/_template.scss */
  section#convoyage table tr td div.client a {
    font-size: 10px;
    line-height: 13px;
    display: block;
    padding-top: 5px;
  }

  /* line 581, ../sass/_template.scss */
  section#convoyage table tr td input, section#convoyage table tr td textarea {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 585, ../sass/_template.scss */
  section#convoyage input.btn1 {
    font-size: 12px;
    white-space: normal;
    line-height: 16px;
  }

  /* line 590, ../sass/_template.scss */
  section#convoyage .bottom {
    text-align: center;
  }

  /* line 593, ../sass/_template.scss */
  section#convoyage .field label, section#convoyage table tr td label {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  /* line 600, ../sass/_template.scss */
  section#convoyage small {
    display: block;
    line-height: 12px;
  }

  /* line 604, ../sass/_template.scss */
  section#convoyage .month-area h3 {
    font-size: 15px;
    line-height: 22px;
    background-position: right 0 top;
    font-weight: bold;
  }

  /* line 610, ../sass/_template.scss */
  section#convoyage .btn1, section#convoyage .btn2, section#convoyage .btn3 {
    margin-left: 0;
  }

  /* line 613, ../sass/_template.scss */
  section#convoyage .prelevement-area .infos .info {
    width: 70%;
  }

  /* line 616, ../sass/_template.scss */
  section#convoyage .month-area .infos .actions {
    position: relative;
    float: right;
  }
  /* line 619, ../sass/_template.scss */
  section#convoyage .month-area .infos .actions .edit {
    position: relative;
  }
  /* line 622, ../sass/_template.scss */
  section#convoyage .month-area .infos .actions a {
    border: none;
  }

  /* line 626, ../sass/_template.scss */
  section#convoyage .send-area .field label {
    width: 100%;
  }

  /* line 629, ../sass/_template.scss */
  section#convoyage .send-area {
    padding: 20px 20px 15px 20px;
  }

  /* line 632, ../sass/_template.scss */
  section#convoyage .field input, section#convoyage .field select, section#convoyage .field textarea, section#convoyage table tr td input, section#convoyage table tr td select, section#convoyage table tr td textarea {
    width: 100%;
    float: none;
  }

  /* line 636, ../sass/_template.scss */
  section#convoyage .month-area {
    padding: 25px 15px 8px 15px;
  }

  /* line 639, ../sass/_template.scss */
  section#convoyage .month-area .infos .info h4 {
    font-size: 14px;
  }

  /* line 642, ../sass/_template.scss */
  section#convoyage .month-area .infos .actions {
    position: absolute;
    width: 15px;
    right: 24px;
    top: 13px;
  }

  /* line 648, ../sass/_template.scss */
  section#convoyage .month-area .infos .actions a {
    float: none;
    height: auto;
  }

  /* line 652, ../sass/_template.scss */
  section#convoyage .btn3 {
    height: auto;
    padding-bottom: 15px;
  }
}
/* line 659, ../sass/_template.scss */
#bo_datas {
  border-collapse: collapse !important;
}
/* line 661, ../sass/_template.scss */
#bo_datas th, #bo_datas td {
  border: 1px solid #ddd !important;
  padding: 8px;
}
/* line 665, ../sass/_template.scss */
#bo_datas th {
  text-align: left !important;
}
