html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

#topbar {
  background: #2d3235;
  line-height: 40px;
  color: #FFFFFF;
}

#topbar a {
  color: #FFFFFF;
  text-decoration: none;
}

.navbar {
  background: #2d3235;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding-right: 5px;
}

.navbar-header {
  position: absolute;
  width: 250px;
  height: 60px;
  background: #d3091f;
  color: #fff;
  font-size: x-large;
  border-bottom-right-radius: 10px;
  padding: 10px;
  text-align: center;
  z-index: 2000;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #777;
}

.header .navbar .glyphicon {
  margin: 0 5px;
}
.header .navbar li {
  padding: 15px 0;
}
.header .navbar a {
  padding: 0 15px;
  border-right: 1px solid #A5A5A5;
  line-height: 19px;
}
.header .navbar li:last-child a {
  border-right: none;
}

.dataTables_scrollHead, .dataTable thead th {
  background-color: #cccdcf;
  color: #000;
}

.dataTables_wrapper {
  overflow: hidden;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  border-top-width: 0;
}

table.dataTable thead th {
  vertical-align: middle;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #eef3f7;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
}

table.dataTable thead .sorting span,
table.dataTable thead .sorting_asc span,
table.dataTable thead .sorting_desc span {
  background-image: url("../images/table-sort-a2090f2e0d359865c4d2f7c937279374.png");
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right top;
}

table.dataTable thead .sorting_asc span {
  background-position: right -52px;
}

table.dataTable thead .sorting_desc span {
  background-position: right -30px;
}

table.dataTable thead .sorting:hover span {
  background-position: right -83px;
}

table.dataTable thead .sorting_asc:hover span {
  background-position: right -138px;
}

table.dataTable thead .sorting_desc:hover span {
  background-position: right -110px;
}

th.dt-center, td.dt-center {
  text-align: center;
}

#filter-search {
  border-color: #ddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  padding: 15px 0 15px 15px;
  display: flex;
}
#filter-search form {
  display: flex;
}
#filter-search select {
  margin-right: 15px;
}

.dataTables_filter {
  margin-right: 15px;
}

.dataTables_filter input {
  min-width: 350px;
}

.dataTable td {
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
}

footer {
  background: #fff;
}

#footer-right {
  padding-top: 20px;
  font-size: 16px;
  line-height: 40px;
  color: #f1f1f1;
}
#footer-right a {
  font-size: 12px;
}
#footer-right img {
  width: 90px;
  margin-left: 20px;
}

footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}

#wrap {
  display: none;
  position: fixed;
}

#wrap.active {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 400;
  display: block;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  padding-top: 65px;
  background: #2d3235;
  color: #fff;
  transition: all 0.3s;
  margin-left: -250px;
  position: fixed;
  height: 100%;
  z-index: 500;
}

#sidebar.active {
  margin-left: 0px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 20px 30px;
  font-size: 1.1em;
  display: block;
  color: #fff;
}

#sidebar ul li a:hover {
  color: #d3091f;
  background: #fff;
}

#sidebar ul li a.active, a[aria-expanded=true] {
  color: #d3091f;
  background: #ffffff;
  font-weight: bold;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}
.wo-row {
  padding-bottom: 10px;
  padding-top: 10px;
}

.content {
  padding: 150px 15px 0 15px;
  transition: all 0.3s;
  width: 100%;
}

.subHead {
  position: absolute;
  width: 100%;
  top: 50px;
  background: #cccdcf;
  padding: 20px 20px;
}
.subHead h2 {
  display: inline-block;
}

.subFoot {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tableHead {
  background: linear-gradient(#cdcdcd, #f1f1f1);
  padding: 15px 15px 30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 2px #ddd;
  border-bottom-width: 0;
}
.tableHead span {
  font-size: 20px;
}

label {
  font-weight: bold;
}

.panel-heading:after {
  font-family: "Glyphicons Halflings", sans-serif;
  content: "\e114";
  float: right;
}

.panel-heading.collapsed:after {
  content: "\e080";
}

.panel table > tbody > tr > td {
  border: 0;
}

table.dataTable {
  margin-bottom: 0;
}

div .panel-group .panel {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.owl-carousel {
  padding: 10px 0;
  height: 65px;
  border-top: solid #f1f1f1;
  border-bottom: solid #f1f1f1;
}

.static-carousel .carousel-family {
  cursor: pointer;
  text-transform: uppercase;
}
.static-carousel .selected {
  color: #d3091f;
  font-weight: 700;
}

.owl-item .selected {
  color: #d3091f;
  font-weight: 700;
}

.owl-prev,
.owl-next {
  top: -3px;
  font-size: 30px;
  position: absolute;
}
.owl-prev i,
.owl-next i {
  font-size: 1.9em;
}

.owl-next {
  right: -40px;
}

.owl-prev {
  left: -40px;
}

.draw-wrapper {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.draw-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.draw-canvas {
  position: absolute;
  border: 2px solid #ddd;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sign-wrapper {
  position: relative;
  width: 500px;
  height: 350px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sign-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ddd;
}

#drawShow {
  position: absolute;
  top: 0;
  left: 0;
}

#sign-clear {
  display: inline-block;
  margin-top: 10px;
}

.loader {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.loader img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

div .draw-size-btn, div .draw-color-btn {
  margin: 0 7px;
  font-size: 32px;
  width: 64px;
  background: #A5A5A5;
  display: inline-block;
}
div .draw-size-btn.active, div .draw-color-btn.active {
  background: #d3091f;
}

div .draw-color-btn {
  padding: 4px;
  font-size: 0;
  line-height: 0;
  width: auto;
  vertical-align: top;
  background: #ffffff;
  box-shadow: none;
}
div .draw-color-btn .draw-color {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  display: inline-block;
}
div .draw-color-btn .draw-color.black {
  background: #000000;
}
div .draw-color-btn .draw-color.white {
  background: #FFFFFF;
}
div .draw-color-btn .draw-color.red {
  background: #d3091f;
}
div .draw-color-btn .draw-color.blue {
  background: #1470a5;
}

#draw-color-blue {
  margin-right: 40px;
}

#draw-clear-btn, #draw-prev {
  display: inline-block;
  margin: 0 50px;
  font-size: 32px;
  width: 64px;
}
#draw-clear-btn span, #draw-prev span {
  top: -3px;
}

#modal-draw-text {
  width: 100%;
}

.operation-value, .operation-header {
  padding-left: 0;
  padding-right: 0;
}

.operation-header {
  opacity: 0;
}

.operation-row {
  padding-bottom: 60px;
  height: 40px;
}

.sizeable_integer_widget input {
  display: inline;
}
.sizeable_integer_widget a {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.sizeable_integer_widget a.minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sizeable_integer_widget a.plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sizeable_integer_widget input {
  border-radius: 0;
  margin-right: -5px;
  margin-left: -5px;
  height: 36px;
}

input[type=checkbox] {
  margin: 10px 0 0 10px;
}

.checkbox-big {
  width: 36px;
  height: 36px;
  background: #A5A5A5;
  left: 50%;
  margin-left: -18px;
  border-radius: 7px;
  position: relative;
}

.checkbox-big label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #f1f1f1;
}

.checkbox-big input[type=checkbox]:checked + label {
  background: url("../images/check-7828bc7334b8a5a20e719df7b8976e9a.png") no-repeat;
  background-size: 100%;
}

.select2 {
  min-width: 100%;
}

.selection span.select2-selection {
  height: 34px;
}
.selection .select2-selection__arrow {
  height: 32px;
}
.selection .select2-selection__rendered {
  line-height: 32px;
}

.selection span.select2-selection--multiple {
  height: auto;
}

@media (min-width: 992px) {
  .operation-header {
    opacity: 1;
  }
  .operation-row:nth-child(odd) {
    border-right: solid #f1f1f1;
  }
}
.family-name {
  margin-bottom: 15px;
}

.operation {
  margin-bottom: 5px;
}

.operation-type-heading, .wo-show-heading {
  font-weight: bold;
  padding-bottom: 10px;
}

.type-list {
  position: relative;
  margin-bottom: 30px;
}

@media all and (max-width: 900px) {
  .sep {
    display: none;
  }
}
.sep::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  border: 1px solid #ddd;
}

#wo-edit-content .control-label {
  line-height: 32px;
}

#modal-write-cancel {
  margin-right: 30px;
}

#modal-checkbox, #modal-checkbox-label {
  display: inline-block;
  margin-top: 10px;
}

.box-upload {
  background-color: #f1f1f1;
  font-size: 1.25rem; /* 20 */
  outline: 2px dashed #d3091f;
  outline-offset: -10px;
  padding: 80px 20px;
  position: relative;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}

.box-upload.is-dragover {
  background-color: #fff;
  outline-color: #ed0c20;
  outline-offset: -15px;
}

.box-upload-dragndrop,
.box-upload-icon {
  display: inline;
}

.box-upload .box-upload-icon {
  display: block;
  fill: #d3091f;
  height: 80px;
  margin-bottom: 40px;
  width: 100%;
}

.box-input label {
  color: #2d3235;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: normal;
}
.box-input label strong {
  font-weight: bold;
}

.box-input + label:hover strong,
.box-input:focus + label strong,
.box-input.has-focus + label strong {
  color: #d3091f;
}

.box-upload.is-uploading .box-input,
.box-upload.is-error .box-input {
  visibility: hidden;
}

.box-upload-error,
.box-upload .box-file,
.file-info,
.is-uploading .box-upload,
.box-upload-button,
.file-selected .box-upload {
  display: none;
}

.is-error .box-upload-error {
  display: block;
}

.box-upload label:hover strong,
.box-upload:focus label strong,
.box-upload.has-focus label strong {
  color: #ed0c20;
}

*, body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
}

body {
  position: relative;
}

.main-title {
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 7px;
  font-size: 2em;
  line-height: 2em;
  color: #2d3235;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
}
.main-title span {
  text-transform: none;
}

.secondary-title {
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 7px;
  font-size: 1.8em;
  color: #2d3235;
}

.thrith-title {
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 7px;
  font-size: 1.5em;
  color: #2d3235;
}

.color-default {
  color: #2d3235;
}

.color-red {
  color: #d3091f;
}

a {
  color: #2d3235;
}
a:hover {
  color: #d3091f;
  text-decoration: none;
}
a .disabled {
  cursor: default;
}

#main {
  padding: 20px 15px 0 15px;
}

.sub-header {
  margin-top: 50px;
  background: #cccdcf;
  padding: 20px;
}
.sub-header h2 {
  display: inline-block;
}

.btn {
  color: #ffffff;
  background: #d3091f;
  padding: 5px 15px;
  border-radius: 4px;
  border: none;
  box-shadow: 1px 1px 2px 0 #C1C9C8;
  transition: all 0.15s ease-in;
}
.btn:hover {
  color: #ffffff;
  background-color: #ed0c20;
  text-decoration: none;
}
.btn:focus {
  color: #ffffff;
}

.btn-lg {
  color: #ffffff;
  background: #d3091f;
  border: none;
  box-shadow: 1px 1px 2px 0 #C1C9C8;
  transition: all 0.15s ease-in;
}
.btn-lg:hover {
  color: #ffffff;
  background-color: #ed0c20;
  text-decoration: none;
}
.btn-lg:focus {
  color: #ffffff;
}
.btn-lg:disabled {
  background-color: #C3C3C3;
}

.btn-lg.minor {
  color: #ffffff;
  background: #A5A5A5;
  border: none;
  box-shadow: 1px 1px 2px 0 #C1C9C8;
  transition: all 0.15s ease-in;
}
.btn-lg.minor:hover {
  color: #ffffff;
  background-color: #A5A5A5;
  text-decoration: none;
}
.btn-lg.minor:focus {
  color: #ffffff;
}

.message {
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0;
  text-align: center;
  color: #222222;
}
.message.message-error {
  color: #FFFFFF;
  background-color: #d3091f;
}
.message.message-success {
  background-color: #4dcc5a;
}
.message.message-info {
  background-color: #6fb2cc;
}
.message.message-warning {
  background-color: #ffed48;
}

.ajax-loader {
  min-width: 150px;
  min-height: 250px;
  background: url("../images/loader-485545546ee678a681e1a350c7485b9e.gif") no-repeat center center;
}

/* STYLES FORMULAIRES */
.form-group label {
  font-weight: bold;
}

.form-control, .form-group input[type=text], .form-group input[type=email] {
  border: 1px solid #A5A5A5;
  border-radius: 3px;
}

.form-control:focus, .form-group input[type=text]:focus, .form-group input[type=email]:focus {
  border: 1px solid #2d3235;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-control:disabled, .form-group input[type=text]:disabled, .form-group input[type=email]:disabled,
.form-control[readonly], .form-group input[type=text][readonly], .form-group input[type=email][readonly],
.form-control[readonly=readonly], .form-group input[type=text][readonly=readonly], .form-group input[type=email][readonly=readonly] {
  background: transparent;
  padding-left: 0;
}

.form-full-page {
  margin: 18% auto;
}

.has-error .form-control, .has-error input[type=email], .has-error input[type=text] {
  border-color: #a94442;
}

.form-horizontal input, .form-horizontal label {
  height: 34px;
  padding: 6px 12px;
}

.checkbox-horizontal div input {
  height: auto;
}
.checkbox-horizontal label {
  padding-top: 0;
}
.checkbox-horizontal div label {
  padding: 0 12px 0 5px;
}

.checkbox-vertical div input {
  height: auto;
  float: left;
  clear: both;
}
.checkbox-vertical label {
  padding-top: 0;
}
.checkbox-vertical div label {
  padding: 0 12px 0 5px;
  float: left;
}

/* FIN STYLES FORMULAIRES */
/* STYLES PAGE LOGIN */
#form-login {
  max-width: 315px;
}
#form-login label {
  font-weight: normal;
}
#form-login .form-links a {
  color: #2d3235;
  font-size: 12px;
  padding: 0 3px;
}

/* FIN STYLES PAGE LOGIN */
/* petit override du datepicker */
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #d3091f;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted.focus:active,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.focus:active,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.focus:active,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled.active.focus:hover,
.datepicker table tr td span.active.disabled.active:hover:focus,
.datepicker table tr td span.active.disabled.active:hover:hover,
.datepicker table tr td span.active.disabled.focus:hover:active,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.focus:active,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active.active.focus:hover,
.datepicker table tr td span.active.active:hover:focus,
.datepicker table tr td span.active.active:hover:hover,
.datepicker table tr td span.active.focus:hover:active,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  background-color: #d3091f;
}

#form-agency {
  max-width: 350px;
}

.state-label {
  display: inline-block;
  background: #A5A5A5;
  padding: 5px 10px;
  color: #FFFFFF;
  vertical-align: bottom;
  text-align: center;
  margin-left: 5px;
}

.field-value {
  color: #A5A5A5;
}

.panel-section-header {
  text-transform: uppercase;
  background: linear-gradient(#cdcdcd, #f1f1f1);
  padding: 15px 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-color: #ddd;
  border-width: 2px;
  border-bottom-width: 0;
}

.spaced-bloc {
  padding-bottom: 10px;
}

.navbar-header span {
  font-size: x-large;
}

#sidebarCollapse, .panel-heading, .clickable-row {
  cursor: pointer;
}

#content-top-action {
  margin-bottom: 15px;
}
#content-top-action a {
  display: block;
  float: left;
}

/* STYLES input number */
.sizeable_integer_widget .glyphicon {
  top: 0;
}
.sizeable_integer_widget .sizeable_integer {
  width: 40px;
  text-align: center;
  border: 1px solid #A5A5A5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* FIN STYLES input number */
/* STYLES yes no radio */
.yes_no_choice_widget input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.yes_no_choice_widget label {
  float: left;
  display: inline-block;
  width: 60px;
  color: #888;
  background-color: #e4e4e4;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px #aaa;
  box-shadow: 0 0 3px #aaa;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.yes_no_choice_widget label:hover {
  cursor: pointer;
}

.yes_no_choice_widget input:checked + label {
  background-color: #d3091f;
  color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.yes_no_choice_widget label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.yes_no_choice_widget label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* FIN STYLES yes no radio */
.margin-right-button {
  margin-right: 30px;
}

.margin-left-button {
  margin-left: 30px;
}

/* STYLES checkbox */
.checkbox-custom {
  width: 36px;
  height: 36px;
  background: #A5A5A5;
  border-radius: 7px;
  position: relative;
}

.checkbox-custom label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #f1f1f1;
}

.checkbox-custom input[type=checkbox]:checked + label {
  background: url("../images/check-7828bc7334b8a5a20e719df7b8976e9a.png") no-repeat;
  background-size: 100%;
}

.has-no-supplies {
  margin: 0 0 10px;
}

/* FIN STYLES checkbox */
.selection span.select2-selection--multiple {
  height: auto;
}

.export-button {
  margin-left: 15px;
  margin-right: 5px;
}

.wo-date-label {
  padding: 6px;
}

.wo-date-input {
  width: 75%;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/minireset.scss%22,%22../../assets/styles/header.scss%22,%22../../assets/styles/vars.scss%22,%22../../assets/styles/datatables.scss%22,%22../../assets/styles/footer.scss%22,%22../../assets/styles/mixins.scss%22,%22../../assets/styles/menu.scss%22,%22../../assets/styles/wo.scss%22,%22../../assets/styles/app.scss%22,%22../../assets/styles/headings.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAuBE;EACA;;;AAeF;EACE;;;AAIF;AAAA;AAAA;AAAA;EAIE;;;AAIF;EACE;;;AAGF;EACE;;AACA;EAEE;;;AAKJ;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;;;AAIF;EACE;;;AAIF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;;;ACxFF;EACE;EACA,aCYmB;EDXnB;;;AAGF;EACE;EACA;;;AAGF;EACE,YCbY;EDcZ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA,YC3BW;ED4BX;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;;;AAGA;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;;AE5DJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;AAAA;AAAA;EAGE;;;AAEF;AAAA;AAAA;EAGE;EACA;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;ACjFF;EACE;;;AAGF;EACE;ECLA,WHWkB;EGVlB,aHYmB;EGXnB,OHHkB;;AEQlB;EACE;;AAEF;EACE;EACA;;;AEbJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA,YJhCY;EIiCZ;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAEF;EACE,OJhEW;EIiEX;;;AAGF;EACE,OJrEW;EIsEX;EACA;;;AAGF;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;;AClFJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;;AAGJ;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;;AAIJ;EACI;;;AAIF;EACE;EACA;EACA;;;AAIF;EACE;;;AAIF;EACE;;;AAIJ;EACE;;;AAKI;EACE;EACA;;;AAMR;EACE;EACA;EACA;EACA;;;AAGA;EACE;EACA;;AAEF;EACE,OLpFS;EKqFT;;;AAIF;EACE,OL1FS;EK2FT;;;AAIJ;AAAA;EAEE;EACA;EACA;;AACA;AAAA;EACE;;;AAGJ;EACE;;;AAEF;EACE;;;AAOF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAEF;EAUI;EACA;EACA;EACA;EACA;;AAbF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AASJ;EACE;EACA;EACA;EACA,YLtLkB;EKuLlB;;AACA;EACE,YL/LS;;;AKkMb;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;;AAIN;EACE;;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACE;;;AAIJ;EACE;;;AAMF;EACE;EACA;;;AAEF;EACE;;;AAKF;EACE;EACA;;;AAKA;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;;;AAKJ;EACE;;;AAEF;EACE;E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%22,%22file%22:%22app.output.css%22%7D */
