/* Minification failed. Returning unminified contents.
(487,15): run-time error CSS1039: Token not allowed after unary operator: '-secondColor'
(510,26): run-time error CSS1039: Token not allowed after unary operator: '-secondColor'
(523,15): run-time error CSS1039: Token not allowed after unary operator: '-secondColor'
(811,21): run-time error CSS1036: Expected expression, found '!important'
 */
/*
IMPORTANT : Installer Mindscape Web Workbench  : http://www.mindscapehq.com/products/web-workbench
Voir http://sass-lang.com/ pour la syntaxe
*/
/* 	Colors */
.lineContainer {
  width: 100%;
  display: inline-block;
  min-height: 40px;
  margin-bottom: 5px;
}
.lineContainer .k-input {
  padding: 0 !important;
}

.labelContainer {
  float: left;
  width: 20% !important;
  box-sizing: border-box !important;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  padding-right: 10px;
}
.labelContainer > label {
  white-space: nowrap;
}

.inputContainer {
  float: left;
  width: 30% !important;
  min-height: 40px;
  box-sizing: border-box !important;
  padding-left: 20px;
  padding-right: 10px;
}
.inputContainer textarea {
  width: 100%;
  min-height: 5em;
}
.inputContainer .k-numerictextbox {
  margin-top: 2px;
  width: 100%;
}
.inputContainer .k-datetimepicker:not(.dateRange-calendar) {
  width: 100%;
  margin-top: 2px;
  padding: 0;
}
.inputContainer .k-datetimepicker .k-picker-wrap {
  padding-right: 2.5em;
}
.inputContainer .checkbox-container {
  top: 50%;
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.inputContainer input[type=text]:disabled {
  background-color: #f4f4f4;
}
.inputContainer input[type=text]:focus::placeholder {
  color: transparent;
}

#rootReport textarea {
  box-sizing: border-box;
}

.readOnly input {
  background-color: lightgray;
  color: #333;
}

.col-x3 {
  width: 80% !important;
  box-sizing: border-box !important;
}
.col-x3 div.from, .col-x3 div.to {
  float: left;
  width: calc(37% + 20px);
  padding-right: 30px;
  box-sizing: border-box;
}

.displayContainer {
  float: left;
  width: 30%;
  box-sizing: border-box;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 10px;
}

.extensible-form .inputContainer {
  padding-left: 0;
}

.k-i-calendar, .k-i-calendar:hover {
  background-image: url("/Look/Content/Images/arrow_down_red.gif") !important;
  background-size: 15px 15px !important;
  background-position: center top !important;
  top: -4px;
  position: relative;
}

.linkadmin .k-i-calendar, .linkadmin .k-i-calendar:hover {
  top: 0;
  left: -2px;
}
.linkadmin .k-i-clock {
  top: 5px;
  position: relative;
  left: -8px;
}

.k-datetimepicker .k-picker-wrap, .k-datepicker .k-picker-wrap {
  background-image: none !important;
  background-color: white !important;
  border-radius: 0;
}
.k-datetimepicker .k-picker-wrap.k-state-border-down, .k-datepicker .k-picker-wrap.k-state-border-down {
  border-radius: 0 !important;
}
.k-datetimepicker .k-picker-wrap.k-state-border-down .k-i-calendar, .k-datetimepicker .k-picker-wrap.k-state-border-down .k-i-calendar:hover, .k-datepicker .k-picker-wrap.k-state-border-down .k-i-calendar, .k-datepicker .k-picker-wrap.k-state-border-down .k-i-calendar:hover {
  -ms-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.select2-search input, .select2-focused input {
  border: 1px solid #d3d3d3 !important;
  border-left: none !important;
  border-right: none !important;
  background-image: url("/look/Content/select2.png") !important;
}

.select2-search input.select2-active {
  border-left: none !important;
  border-right: none !important;
  background-image: url("/look/Content/images/wait-16.gif") !important;
}

.select2-container, .select2-drop, .select2-search, .select2-search input, .select2-container-active .select2-choice, .select2-container-active .select2-choices {
  box-shadow: none !important;
}

.select2-container .select2-choice, .select2-container .select2-choices {
  border: 1px solid #d3d3d3 !important;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #d3d3d3 !important;
}

.select2-container .select2-choice div {
  border-left: 1px solid #d3d3d3 !important;
}

li.select2-search-choice {
  background-image: none !important;
  background-color: white !important;
}

.lookform button.add-row:focus {
  outline: none;
}
.lookform .select2-container {
  width: 100%;
  margin-top: 5px;
}
.lookform .select2-container.select2-container-multi .select2-choices {
  border: 1px solid #d3d3d3;
  background-image: none;
  min-height: 30px !important;
  box-sizing: border-box;
}
.lookform .select2-simple {
  width: 100%;
  height: 30px;
}
.lookform .checkbox-container {
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  top: 50%;
}
.lookform .tra-selector .select2-container {
  width: calc(100% - 50px);
  float: left;
}
.lookform .tra-selector .popUp.search-tra {
  width: 50px;
  float: left;
  margin-top: 5px;
}
.lookform .popUp:not(.search-tra) input.popUp-link {
  margin-top: 7px;
}
.lookform .expandable-panel {
  width: 100%;
  margin-bottom: 5px;
}
.lookform .expandable-panel a.expandable-panel-title {
  text-decoration: none;
}
.lookform .expandable-panel .expandable-panel-title {
  font-weight: bold;
  font-size: 0.9em;
  display: block;
  width: calc(100% - 20px);
  clear: both;
  padding: 10px;
}
.lookform label.modified-label {
  background-color: #f9e85d;
  color: #333;
  font-weight: bold;
}
.lookform .k-numerictextbox .k-numeric-wrap:before {
  content: none;
}
.lookform .k-numerictextbox .k-link {
  max-height: 50%;
}
.lookform .k-numeric-wrap {
  background-image: none !important;
  background-color: white !important;
  border-radius: 0 !important;
}
.lookform .k-numeric-wrap .k-select {
  width: 30px;
}
.lookform .k-numeric-wrap .k-select .k-i-arrow-s {
  background-image: url("/Look/Content/Images/arrow_down_red.gif") !important;
  background-size: 15px 15px !important;
  background-position: top !important;
  vertical-align: top !important;
}
.lookform .k-numeric-wrap .k-select .k-i-arrow-n {
  background-image: url("/Look/Content/Images/arrow_down_red.gif") !important;
  background-size: 15px 15px !important;
  background-position: top !important;
  -ms-transform: rotate(180deg) translateX(-1px) !important;
  -moz-transform: rotate(180deg) translateX(-1px) !important;
  -webkit-transform: rotate(180deg) translateX(-1px) !important;
  -o-transform: rotate(180deg) translateX(-1px) !important;
  transform: rotate(180deg) translateX(-1px);
}

.forgotpasswordform .labelContainer {
  float: left;
  width: 20% !important;
}
@media only screen and (max-width: 600px) {
  .forgotpasswordform .labelContainer {
    width: 100% !important;
    margin-top: 0;
  }
}
.forgotpasswordform .inputContainer {
  float: left;
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .forgotpasswordform .inputContainer {
    width: 100% !important;
    margin-top: 0;
  }
}

.settings-container .summary {
  margin-bottom: 5px;
}
.settings-container .table-header {
  text-transform: uppercase !important;
}
.settings-container .abo-table .table-header .column-title:nth-child(3) {
  -ms-transform: translate(-17px, 50%);
  -moz-transform: translate(-17px, 50%);
  -webkit-transform: translate(-17px, 50%);
  -o-transform: translate(-17px, 50%);
  transform: translate(-17px, 50%);
}
.settings-container .abo-table .lineContainer .column-title {
  float: left;
  top: 50%;
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.settings-container .abo-table .lineContainer .column-title:nth-child(1) {
  width: calc(50% - 20px);
  padding-left: 20px;
}
.settings-container .abo-table .lineContainer .column-title:nth-child(2) {
  width: 30%;
}
.settings-container .abo-table .lineContainer .column-title:nth-child(3) {
  text-align: right;
  width: 15%;
}
.settings-container .abo-table .lineContainer .column-title:nth-child(4) {
  text-align: right;
  width: 5%;
}
.settings-container .abo-table .lineContainer .column-title:nth-child(4) .icon-square-cross {
  margin-right: 10px;
  cursor: pointer;
}
.settings-container .table-content {
  overflow-y: scroll;
  max-height: calc(100vh - 350px);
  min-height: 120px;
}
.settings-container .tra-table .table-header .right-cell {
  -ms-transform: translate(-17px, 50%);
  -moz-transform: translate(-17px, 50%);
  -webkit-transform: translate(-17px, 50%);
  -o-transform: translate(-17px, 50%);
  transform: translate(-17px, 50%);
}
.settings-container .tra-table .left-cell {
  float: left;
  width: calc(100% - 165px);
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.settings-container .tra-table .right-cell {
  float: right;
  width: 125px;
  text-align: right;
  position: relative;
  top: 50%;
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.settings-container .tra-table .right-cell input[type=checkbox] {
  float: right;
  margin-right: 20px;
}

input.text-box {
  width: 100%;
  border: 1px solid lightgray;
  height: 30px;
  margin-top: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}

.pdqcontainer .btnContainer {
  float: left;
  min-width: 50px;
  max-width: 350px;
  margin-top: -5px;
}

.savePdq-container .select2-container {
  width: 100%;
}

.deletePdq-container p {
  text-align: center;
}

.deletePdq-container table {
  width: 100%;
}

#input-icon-delete {
  background-color: #fff;
}

#input-icon-delete.disabled {
  background-color: #d3d3d3 !important;
}

.search-action {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.search-action-without-title {
  display: block !important;
}

.search-action .search-action-title h2 {
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
}

.search-action .select2-container, .PDQ .select2-container {
  width: 280px !important;
}

.search-action input[type=button] {
  float: left;
}

.btnSpacer {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  height: 1px;
}

.hidden {
  display: none;
}

button {
  background-color: white;
  color: black;
  border: 1px solid lightgray;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.fileUploader {
  position: relative;
}

input.fileUploader-text.text-box {
  width: 70%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fileUploader-button {
  color: black;
  padding: 2px 5px;
  border-left: 1px solid lightgray;
  text-decoration: none;
  height: 30px;
  width: 30%;
  display: inline-block;
  border: 1px solid lightgray;
  background-color: white;
  box-sizing: border-box !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}

.fileUploader .fileUploader-file {
  cursor: pointer;
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 30px;
  margin-top: 5px;
}

input[type=button]:active, .button:active, button:active {
  color: var(--secondColor);
}

input[type=button], .button {
  background-color: white;
  color: black;
  padding: 5px;
  min-width: 50px;
  border: 1px solid lightgray;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
input[type=button][disabled], .button[disabled] {
  background-color: #d3d3d3 !important;
  cursor: default;
}

.pdq-container input[type=button] {
  margin-right: 10%;
}

input[type=submit] {
  background-color: var(--secondColor) !important;
  color: white !important;
  font-weight: bold !important;
  padding: 5px !important;
  min-width: 50px !important;
  border: none !important;
  cursor: pointer !important;
  float: right !important;
  margin-left: 5px !important;
  text-transform: uppercase;
}
input[type=submit]:active {
  background-color: white !important;
  color: var(--secondColor) !important;
  border: 1px solid lightgray !important;
  font-weight: bold !important;
}
input[type=submit][disabled] {
  background-color: #d3d3d3 !important;
  color: #333333 !important;
  cursor: default;
  font-weight: normal !important;
}

.required-star {
  color: #e84242;
}

.field-validation-error {
  color: #e84242;
}

.input-validation-error {
  border: 1px solid #e84242 !important;
}

.input-validation-error-container {
  border-color: #e84242 !important;
}
.input-validation-error-container > .select2-container {
  border: 1px solid #e84242 !important;
}

.editorDragNDrop .dragitems {
  width: 100%;
  float: left;
  background: #f1f1f1;
  list-style-type: none;
  padding-left: 5px;
  display: block;
  margin: 5px;
}
.editorDragNDrop .dragitems li.draggable {
  float: left;
  margin: 2px;
  padding: 1px;
  position: relative;
  color: #333;
  cursor: default;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#f4f4f4",GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.editorDragNDrop .drag-helper {
  pointer-events: none;
  list-style-type: none;
  background-color: #f1f1f1;
  opacity: 0.7;
}
.editorDragNDrop .editor-droppable {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  padding: 2px;
  background: #f1f1f1;
}
.editorDragNDrop .editor-text {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}
.editorDragNDrop .dropitems {
  position: relative;
  width: 100%;
  float: left;
  margin: 10px 0;
  height: 80px;
}
.editorDragNDrop .word {
  margin-top: 2px;
}
.editorDragNDrop .word.key {
  padding: 0 1px 0 18px;
  position: relative;
  color: #333;
  cursor: default;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#f4f4f4",GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.editorDragNDrop a.removeKey {
  left: 3px;
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}
.editorDragNDrop a.removeKey:hover {
  background-position: right -11px;
}

.CEVA .k-i-calendar, .CEVA .k-i-calendar:hover {
  filter: invert(24%) sepia(90%) saturate(6094%) hue-rotate(355deg) brightness(94%) contrast(89%);
}

/*
IMPORTANT : Installer Mindscape Web Workbench  : http://www.mindscapehq.com/products/web-workbench
Voir http://sass-lang.com/ pour la syntaxe
*/
/* Trigrammes colors */
/* Pastel */
/*
$HOMColor: $LinkBlue!important;
$CDEColor: #F9D289!important;
$INVColor: #FF3C74!important;
$DEMColor: #91e097!important;
$RCPColor: #E1DDFF!important;
$SHPColor: #91C4E0!important;
$ARTColor: #C4BCA4!important;
*/
/*
IMPORTANT : Installer Mindscape Web Workbench  : http://www.mindscapehq.com/products/web-workbench
Voir http://sass-lang.com/ pour la syntaxe
*/
/* 	Colors */
/* 	Colors */
/*#region Overrides Styles */
* {
  box-shadow: none !important; }

#main {
  margin: 0;
  padding: 0;
  min-height: 70vh;
  font-size: 1.1em;
  color: #544b4b; }

.summary {
  padding: 10px;
  margin-bottom: 15px; }

.main-container {
  padding: 0px;
  min-height: 80vh;
  position: relative; }

.shipmentTracking {
  display: none; }

.culture-selection .culture-list {
  right: -32px; }

.footer {
  text-align: right;
  display: inline-block;
  position: relative;
  width: 95%; }

#requestPopup {
  float: right; }

.disabledbutton {
  pointer-events: none;
  opacity: 0.4; }

.entry-form {
  padding: 0;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px; }

fieldset {
  border: none;
  margin: 40px 0 0 0;
  padding: 10px 0;
  background-color: #eee; }
  fieldset legend {
    background-color: #f7f7f7;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 24px; }

.doubleSelect2 .select2-container {
  width: 49%; }
  .doubleSelect2 .select2-container .select2-choice {
    line-height: 1.65em;
    height: 1.65em; }

.containerGroup {
  display: none; }

.checkCorrect label {
  width: auto !important; }

.noLimit {
  width: 260px !important; }

.popUp.search-tra {
  display: inline-block; }

.codIncHide {
  display: none; }

.customError {
  border-color: red; }

.recap .leftCol, .recap .rightCol {
  width: 50%;
  float: left; }

.recap .line label {
  font-weight: bold; }
  .recap .line label[for] {
    font-weight: normal; }

.recap h2 {
  margin: 0;
  font-size: 24px;
  clear: both; }

.recap table {
  border-collapse: collapse;
  border-spacing: 0; }
  .recap table thead tr {
    background-color: #ccc; }
  .recap table thead th {
    border-right: 1px solid black;
    padding: 2px 6px; }
    .recap table thead th:last-child {
      border: none; }
  .recap table tbody td {
    border-right: 1px solid black;
    padding: 2px 6px; }
    .recap table tbody td:last-child {
      border: none; }

.textError, .hide {
  display: none; }

.textError {
  color: red; }

.settings-container .lineContainer {
  background-color: #ebebeb;
  color: #333; }

.settings-container .lineContainer.table-header {
  background-color: !important #bebebe;
  font-weight: bold; }

/*.labelContainer {
        width: 40% !important;
    }

    .inputContainer.col-x3 {
        width: 60% !important;
    }*/
.labelContainer, [role='menuitem'] {
  text-transform: uppercase; }

.title-entry-form {
  font-size: 1.0em;
  font-weight: bold;
  margin: 20px 0;
  margin-left: 0.5em; }

.change-password-header {
  line-height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 5px; }

.change-password-form {
  display: inline-flex;
  width: 100%;
  background-color: #ebebeb; }
  .change-password-form .labelContainer {
    width: 40% !important; }
  .change-password-form .inputContainer {
    width: 60% !important; }
  .change-password-form .change-password-instructions {
    width: 50%;
    padding: 10px 0 0 30px;
    font-size: 1rem; }
    .change-password-form .change-password-instructions .password-warning {
      padding-bottom: 20px; }
      .change-password-form .change-password-instructions .password-warning span {
        background-color: #e1dfdd; }
    .change-password-form .change-password-instructions ul {
      box-sizing: border-box;
      padding: 0px 0px 0px 40px; }
      .change-password-form .change-password-instructions ul li {
        box-sizing: border-box; }

/*#region KENDO UI */
.k-picker-wrap input {
  border: none !important; }

.k-numerictextbox {
  position: relative;
  display: inline-block;
  width: 8.4em;
  overflow: visible;
  border-width: 0;
  vertical-align: middle; }

.smallBox .k-numerictextbox {
  width: 25% !important; }

.noSpin {
  border-radius: 0 !important; }
  .noSpin.smallBox .k-numerictextbox {
    width: 25% !important; }
  .noSpin .k-select {
    display: none; }
  .noSpin .k-numeric-wrap {
    padding: 0;
    background: none;
    border: none; }

/*#endregion */

