@font-face {
    font-family: industry;
    src: url("https://use.typekit.com/af/4e8610/00000000000000003b9adf50/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.com/af/4e8610/00000000000000003b9adf50/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.com/af/4e8610/00000000000000003b9adf50/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-style: normal;
    font-weight: 300;
}

body {
    font-family: industry;
    font-size: 13px;
    line-height: 1.42857143;
    color: #5e5e5e;
    background-color: #efe7e4;
}


.login-content {
    text-align: center;
    height: 100%;
}

.btn-primary {
    background-color: #a1715a !important;
}

.btn-primary:hover {
    background-color: #94644d !important;
}

.page-wrap .block-header h2 > small {
    margin-top: 0px !important;
}

header {
    background-color: rgba(0,0,0,0.6) !important;
}
.logo {
    font-weight: bold;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.fault-reasons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
}

header .logo img {
    margin-top: -13px;
}

.login-content:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    content: "";
    z-index: 0;

}
.login-content:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1px;
    height: 100%;
}

.lc-block {
    margin-top: 42px;
    margin-bottom: 10px;
}

.lc-block h2 {
    color: #333;

}

#logo-wrap {
   text-align: center;
   width: 100%;
   padding-top: 42px;
}

#login-logo {
    width: 330px;
}

.top-menu > li > a {
   cursor: pointer;
}

.top-menu > li > a:hover {
   color: #a1715a !important;
}

.pointer {
    cursor: pointer;
}

.phase-list {
    padding-left: 0px !important;
}

.phase-list li {
    margin-top: 10px;

}


td.commands {
    width: 100px;
}

span.edit, span.reorder  {
    margin-right: 5px;
}


td.editing {
}

tr.editing {
    background-color: #fff !important;
}

tr.editing input {
    background-color: #fff;
    padding-left: 0px !important;
}

table a {
    cursor: pointer !important;
}


.typeahead-list {
    list-style-type: none;
    padding: 5px;
    margin-top: 3px;
    border: solid 1px grey;
    border-radius: 3px;
    position: absolute;
    z-index: 2;
    background-color: white;
    overflow-y: scroll;
    max-height: 300px;
    width: 445px}


.typeahead-item {
  padding: 3px;
}

li.highlighted
{
  padding: 3px;
  border: 1px solid grey;
  background-color: grey;
  color: white;
}

.datepicker-wrapper {
  position: relative;
}
.datepicker.dp-inline {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker.dp-dropdown {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  min-width: 160px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ccc; // IE8 fallback
  border: 1px solid rgba(0,0,0,.15);
  background-clip: padding-box;

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td {
    cursor: pointer;
}
.datepicker td.month, td.year, {
    text-align: center;
    line-height: 54px;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span {
    display: block;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
/*  background-color: #0044cc; */
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker td:hover, td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


div.mini-charts-item {
    cursor: pointer;

}
.mini-charts-item .count {
    padding: 8px 12px;
}

.mini-charts-item .chart {
    padding: 8px 16px;
}

#bgimage {
  position: fixed;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: #e2e2e2 url('../img/background_general.jpg') top center repeat;
  background-size: cover;
}



body.jobsite {
    background: none;
}

.quil-editor-wrap {
    border: 1px solid #e2e2e2;
    margin: 0px 0px 20px 0px;
}

.quil-editor {

}

.quil-toolbar {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;

}

.ql-active {
    color: #ffffff;
    background-color: #2196f3;
    border-color: #0d8aee;
}


.loading-box {
    text-align: center;
}

td.commands, th.commands {
  padding: 3px !important;

}

.modal {
    position: absolute !important;
    overflow: visible;
    height: 100%;
    width: 100%;
}
.modal.fixed {
    position: fixed !important;
}

.modal .modal-content {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 95%;
}

.modal .modal-body {
}


.modal.fade.in {
    display: block;
}
.w-95-procent {
    width: 95% !important;
}

.h-95-procent {
    height: 95%;
}


.block-header h2 {
    color: #333;
}

.dropdown-menu {
    width: 300px;
}

.table-responsive {
    overflow-x: visible;
}




.table-order_id thead th {
}

.table-order_id  thead th:nth-of-type(1) {
    width: 30px;
}

.table-order_id  thead th:nth-of-type(2) {
    width: 100px;
}

.table-order_id  thead th:nth-of-type(4) {
    width: 70px;
}

.table-order_id  thead th:nth-of-type(5) {
    width: 60px;
}

.table-order_id  thead th:nth-of-type(6) {
    width: 60px;
}

.table-order_id  thead th:nth-of-type(7) {
    width: 60px;
}

.table-order_id  thead th:nth-of-type(8) {
    width: 60px;
}


.timeline-widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.timeline-step-wrap {
}

.timeline-step  {
    width: 226px;
    display: inline-block;
    position: relative;
}
.timeline-step:last-of-type {
    margin-right: 0;
}
.timeline-step .btn {
    width: 33.33333%;
}
.timeline-step .btn-group {
    display: inline;
}


.timeline-step .btn-group a {
    text-align: left !important;
    font-size: 8pt;
    padding-left: 7px;

}
.progress-formatter {
    display: flex;
}

.timeline-step .timeline-popup,
.alert-widget .alert-popup

{
    position: absolute;
    background-color: white;
    border-radius: 3px;
    box-shadow: 1px 1px 0px #aaa;
    border: 1px solid #ccc;
    z-index: 99999;
    padding: 10px;

}

.stepheading {
    height: 30px;
    width: 100%;
    border-left: 0px solid #ccc;
    background-color: #ededed;
    display: inline-block;
    text-align: center;
}

.stepheading span {
    width: 12%;
    font-size: 8pt;
    display: inline-block;
    text-align: center;
    color: #888;
    margin-top: 4px;
    vertical-align: middle;
}

.stepheading span.step-divider {
    display: inline-block;
    text-align: center;
    color: #ccc;
    font-size: 16pt;
    margin-bottom: 4px;
}

.stepheading span:last-of-type {
    margin-right: 0;
}


.timeline-popup {
    min-width: 500px;
}

.order-alert {
    font-size: 16pt;
    margin-top: 14px;
    color: #e35241;
    line-height: 0.0;
}
.table.popup-table {
    background-color: white;
}
.table.popup-table tr td:first-of-type {
    font-weight: bold;
    width: 40%;
}
.table.popup-table tr td ul {
    padding-left: 0px !important;
}

.table.popup-table tr td ul li {
    list-style-position: outside;
    list-style-type: none;

}

.edit-event-modal .modal-dialog.w-95-procent {
    width: 60% !important;
    max-width: 1010px !important;
    height: 100%;

}

input.plus-min {
    margin-right: 10px;
    margin-left: 10px;
    height: 30px;
    text-align: center;

    padding-bottom: 4px;
    width: 42px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.plus-min-container .plus-min-span {
    display: inline-block;
    border: 0px solid red;
}

.plus-min-container label {
    display: inline !important;
    font-size: 12pt;
    margin-right: 20px;
    color: #777;
    vertical-align: baseline;
}

.modal .modal-content {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 95%;
}

.growl-animated {
    position: fixed;
    margin: 0px;
    z-index: 1000031;
    display: inline-block;
    bottom: 20px;
    right: 20px;
    font-size: 16pt;
    /*
    background-color: rgba(96,125,139,1);
    border: 0px solid black;
*/

    -webkit-animation: fadeinout 4s linear forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinout 4s linear forwards; /* Firefox < 16 */
        -ms-animation: fadeinout 4s linear forwards; /* Internet Explorer */
         -o-animation: fadeinout 4s linear forwards; /* Opera < 12.1 */
            animation: fadeinout 4s linear forwards;

}
.growl-check {
    font-size: 16pt;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  15%,85% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  15%,85% { opacity: 1; }
}

ul.product-searcher li:hover {
    background-color: #ededed;
    cursor: pointer;

}

.prio-hoog {
    color: red;
}

.prio-normaal{

}
.prio-laag {
    color: #777;

}

@media screen and (max-width: 1024px) {
    .order-overview-grid .timeline-step a {
        font-size: 8pt;
        padding: 2px;

    }

}





@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #d43f3a;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #eea236;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.info {
  border-color: #46b8da;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .icon.success {
  border-color: #4cae4c;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.shortage {
  color: red;
}

.enough {
   color: green;
}

.title-bar-planning {
   color: #444 !important;
}


@media (min-width: 1200px) {
  .container {
    width: 1440px;
  }
}


.timeline-table th {
   width: 100px !important;
}

.timeline-table td {
}

.timeline-table td:nth-of-type(1) {
   width: 160px;
}

.timeline-table {
   margin-top: 10px;
   border: 1px solid #efefef;
}

.timeline-table td:nth-of-type(1),
.timeline-table td:nth-of-type(2),
.timeline-table td:nth-of-type(3) {
   font-weight: bold;
}

.timeline-table td:nth-of-type(3) {
   border-right: 1px solid #ededed;
}

.timeline-table {
}

td.current-week {
    border-left: 1px dashed red;
    height: 24px;
}

.timeline-table .cell-content {

}

.timeline-cell {
   position: relative;
}

.popover {
   z-index: 99999999999;
   background-color: white;
   display: block;
}

.max-1160 {
   max-width: 1160px;
}

.error-shown {
  float: left;
}
.error-hidden {
   color: #ccc;
   height: 32px;
   float: left;
   text-decoration: line-through;
}
.error-controller {
   margin-left: 20px;
   float: right;

}

/* drag and drop */
.draggable, .dropped-element,
.track-steps-drop-zone {
    position: relative;
}

.track-steps-drop-zone .dropped-element {
    margin-bottom: 3px;
}


.drop-marker {
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    background-color: orange;
}

.draggable .drag-mask,
.dropped-element .drag-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color: rgba(0,0,0,0.2);
    z-index: 9999;
}

.drop-zone.highlight {
}

.drag-box-wrap {
    z-index: 999999999 !important;
}

.drag-box {
    position: fixed;
    background-color: rgba(0,0,0,0.1);
    z-index: 999999999 !important;
    height: 0px;
    width: 0px;

}

.product-drop-zone-wrap {
}

.product-edit-row, .product-row {
    padding: 5px;
}

.product-row {
    border-bottom: 1px solid #ededed;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropped-element {
    /* border-bottom: 1px solid #ededed; */
}


.product-drop-zone-marker {
    height: 2px;
    background-color: #ededed;
    border: 1px solid black;
}


/* TODO style me */
.drag-handle {
    cursor: move;
    cursor: -webkit-grab;
}


.step-wrap {
    border: 1px solid #ededed;
    padding: 10px 10px;

}

.step-wrap .step-header {
    display: flex;
    justify-content: space-between;
}

.step-wrap .step-header .step-icon {
    width: 20px;
    text-align: center;
    height: 20px;
    border: 0px solid black;
    padding-top: 10px;
}

.step-wrap .step-header .step-title {
    flex-grow: 1;
}

.step-wrap .step-header > div {
    cursor: pointer;
}


.drag-handle.col-md-1 {
    width: 20px !important;
    padding-top: 15px;
}


.dropped-element-body.col-md-11 {
    width: calc(100% - 30px) !important;
}


.av-grid {
    display: grid;
    row-gap: 20px;
}


.av-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.av-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}



.av-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.av-grid-col-gap-20 {
    column-gap: 20px;
}

.av-grid-row-gap-20 {
    row-gap: 20px;
}


.av-grid-col-gap-25 {
    column-gap: 25px;
}

.av-grid-row-gap-25 {
    row-gap: 25px;
}


.av-grid-col-gap-30 {
    column-gap: 30px;
}

.av-grid-row-gap-30 {
    row-gap: 30px;
}


.av-grid-col-gap-40 {
    column-gap: 40px;
}

.av-grid-row-gap-40 {
    row-gap: 40px;
}

.av-grid .card {
    margin-bottom: 0px;
}

.product-search-combobox {
    position: relative;
}

.search-results {
    position: absolute;
    top: 30px;
    left: 0px;
    border: 1px solid #ededed;
}

.search-result {
    padding: 3px 5px;
    cursor: pointer;
    background-color: white;
    border-bottom: 1px solid #ededed;
}

.search-result:hover {
    background-color: #ededed;
}

.field-options .option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
    max-width: 100%;
}


.field-options .option .value {
    flex-grow: 1;
    margin-right: 10px;
}

.field-options .option .value input {
    width: 100%;
}


.measurements-grid {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.measurement-error {
    color: red;
}

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

.delivery-grid-item tr td:first-of-type {
    width: 50% !important;
}

.blueprint-grid {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.blueprint-render img {
    width: 100%;
}

.tests-panel .tests .test .fields {
    display: grid;
    grid-column-gap: 20px;
    grid-template-areas: "na st"
                         "req req";
}

.tests-panel .tests .test {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px;
    border: 1px solid #ededed;
}

.requirement {
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.requirement label {
    margin-right: 5px;
}

.tests-panel .tests .test .fields .input-name {
    grid-area: na;
}
.tests-panel .tests .test .fields .step-name {
    grid-area: st;
}

.requirements-wrap {
    grid-area: req;
}
.samples-form  {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.sample-registration .registrations {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}



.sample-registration .registrations .registration {
    border: 1px solid #ededed;
    padding: 5px;
    padding-top: 20px;
}

.bold-row {
    font-weight: bold;
}


.test-report thead th {
    background-color: #a1715a;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.sample-title-row {
    background-color: #ededed;
    font-weight: bold;
}

radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
}

.fg-float .fg-label {
    color: #333;
    white-space: normal;
}

.registration-panel h4 {
    border-top: 3px solid #efe7e4;
    padding-top: 10px;
    font-weight: bold;
}

.main-drawing {
    width: 100%;
    max-width: 500px;
}

.alert.alert-warning {
    color: black !important;
}

.timeline-grid thead tr th {
    vertical-align: top;
    height: 150px;
}

.measure-input {
    margin-bottom: 20px;
}
.measure-input .error  {
    color: red;
    margin-top: -20px;
    margin-bottom: 40px;
    display: block;
}

li.exact-alert {
    background-color: #a15954;
    border: 2px solid red;
}
a.exact-alert {
    color: white;
}

.version-apr4 {
    background-color: #333;
}
