<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(2096,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* #region header
// © 2014 Koninklijke Philips N.V.  All rights reserved.
// Reproduction or transmission in whole or in part, in any form or by any means, 
// electronic, mechanical or otherwise, is prohibited without the prior  written consent of 
// the owner.
// Author:      Hima Kona
// Date:        2/24/2014 9:00:00 AM
//
// Descriptions: ECI Application Layout and Header Styles
*/
/* #region header
// © 2014 Koninklijke Philips N.V.  All rights reserved.
// Reproduction or transmission in whole or in part, in any form or by any means, 
// electronic, mechanical or otherwise, is prohibited without the prior  written consent of 
// the owner.
// Author:      Kevin.Quan
// Date:        2/18/2014 1:12:27 PM
//
// Descriptions: ECI button styles
*/
/* #region btn colors definitions */
/*#endregion */
/*#region buton dimension*/
/*#endregion*/
/*#region mixins*/
/*#endregion*/
/*#region standard button definitions */
.btn-std {
  border: none;
  align-content: center;
  background-color: rgba(138, 139, 140, 0.85);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #595959;
  -moz-box-shadow: 0px 1px 0px 0px #595959;
  box-shadow: 0px 1px 0px 0px #595959;
}
.btn-std:hover {
  background-color: #8a8b8c;
}
.btn-std:active {
  background-color: #5d5d5d;
}
.btn-std:focus {
  /* Chrome add extra outline to the button - this line disable it*/
  outline: none;
}
.btn-std-diabled {
  border: none;
  align-content: center;
  background-color: rgba(138, 139, 140, 0.3);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #595959;
  -moz-box-shadow: 0px 1px 0px 0px #595959;
  box-shadow: 0px 1px 0px 0px #595959;
}
/*#endregion*/
/*#region default blue button definitions */
.btn-default-blue {
  border: none;
  align-content: center;
  background-color: rgba(20, 116, 164, 0.85);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #3a5268;
  -moz-box-shadow: 0px 1px 0px 0px #3a5268;
  box-shadow: 0px 1px 0px 0px #3a5268;
}
.btn-default-blue:hover {
  background-color: #1474a4;
}
.btn-default-blue:active {
  background-color: #40689d;
}
.btn-default-blue:focus {
  /* Chrome add extra outline to the button - this line disable it*/
  outline: none;
  background-color: #1474a4;
}
.btn-default-blue-disabled {
  border: none;
  align-content: center;
  background-color: rgba(20, 116, 164, 0.3);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #3a5268;
  -moz-box-shadow: 0px 1px 0px 0px #3a5268;
  box-shadow: 0px 1px 0px 0px #3a5268;
}
.btn-default-blue:disabled {
  border: none;
  align-content: center;
  background-color: rgba(20, 116, 164, 0.3);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #3a5268;
  -moz-box-shadow: 0px 1px 0px 0px #3a5268;
  box-shadow: 0px 1px 0px 0px #3a5268;
}
.btn-signal-blue {
  border: none;
  align-content: center;
  background-color: rgba(4, 171, 255, 0.85);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #3a5268;
  -moz-box-shadow: 0px 1px 0px 0px #3a5268;
  box-shadow: 0px 1px 0px 0px #3a5268;
}
.btn-signal-blue:hover {
  background-color: #04abff;
}
.btn-signal-blue:active {
  background-color: rgba(4, 171, 255, 0.85);
}
.btn-signal-blue:focus {
  /* Chrome add extra outline to the button - this line disable it*/
  outline: none;
}
.btn-signal-blue-disabled {
  border: none;
  align-content: center;
  background-color: rgba(4, 171, 255, 0.3);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #3a5268;
  -moz-box-shadow: 0px 1px 0px 0px #3a5268;
  box-shadow: 0px 1px 0px 0px #3a5268;
}
.btn-signal-blue:disabled {
  border: none;
  align-content: center;
  background-color: rgba(4, 171, 255, 0.3);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #3a5268;
  -moz-box-shadow: 0px 1px 0px 0px #3a5268;
  box-shadow: 0px 1px 0px 0px #3a5268;
}
/*#endregion*/
/*#region green button definitions*/
.btn-green {
  border: none;
  align-content: center;
  background-color: #59b454;
  color: #f5f5f5;
  height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #709778;
  -moz-box-shadow: 0px 1px 0px 0px #709778;
  box-shadow: 0px 1px 0px 0px #709778;
}
.btn-green:hover {
  background-color: #acdaaa;
}
.btn-green:active {
  background-color: #3b7838;
  -webkit-box-shadow: 0px 1px 0px 0px #10511e;
  -moz-box-shadow: 0px 1px 0px 0px #10511e;
  box-shadow: 0px 1px 0px 0px #10511e;
}
.btn-green:focus {
  /* Chrome add extra outline to the button - this line disable it*/
  outline: none;
}
.btn-green-disabled,
.btn-green.input:disabled,
input[disabled].btn-green {
  border: none;
  align-content: center;
  background-color: rgba(89, 180, 84, 0.3);
  color: #f5f5f5;
  height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 16px;
  opacity: 0.6;
  -webkit-box-shadow: 0px 1px 0px 0px #709778;
  -moz-box-shadow: 0px 1px 0px 0px #709778;
  box-shadow: 0px 1px 0px 0px #709778;
}
.btn-dark-blue {
  border: none;
  align-content: center;
  background-color: rgba(28, 45, 102, 0.85);
  color: #f5f5f5;
  height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #1c2d66;
  -moz-box-shadow: 0px 1px 0px 0px #1c2d66;
  box-shadow: 0px 1px 0px 0px #1c2d66;
}
.btn-dark-blue:hover {
  background-color: #1c2d66;
}
.btn-dark-blue:active {
  background-color: #1c2d66;
  -webkit-box-shadow: 0px 1px 0px 0px #14204a;
  -moz-box-shadow: 0px 1px 0px 0px #14204a;
  box-shadow: 0px 1px 0px 0px #14204a;
}
.btn-dark-blue:focus {
  /* Chrome add extra outline to the button - this line disable it*/
  outline: none;
}
.btn-dark-blue-disabled,
.btn-dark-blue.input:disabled,
input[disabled].btn-dark-blue {
  border: none;
  align-content: center;
  background-color: #40689d;
  color: #f5f5f5;
  height: 40px;
  width: auto;
  border-radius: 3px;
  font-size: 16px;
  opacity: 0.6;
  -webkit-box-shadow: 0px 1px 0px 0px #1c2d66;
  -moz-box-shadow: 0px 1px 0px 0px #1c2d66;
  box-shadow: 0px 1px 0px 0px #1c2d66;
}
.btn-arrow-left {
  border: none;
  align-content: center;
  background-color: rgba(138, 139, 140, 0.85);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #595959;
  -moz-box-shadow: 0px 1px 0px 0px #595959;
  box-shadow: 0px 1px 0px 0px #595959;
  width: 56px;
}
.btn-arrow-left:hover {
  background-color: #8a8b8c;
}
.btn-arrow-left:active {
  background-color: #5d5d5d;
}
.btn-arrow-left:focus {
  outline: none;
}
.btn-arrow-right {
  border: none;
  align-content: center;
  background-color: rgba(138, 139, 140, 0.85);
  color: #f5f5f5;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 0px 0px #595959;
  -moz-box-shadow: 0px 1px 0px 0px #595959;
  box-shadow: 0px 1px 0px 0px #595959;
  width: 56px;
}
.btn-arrow-right:hover {
  background-color: #8a8b8c;
}
.btn-arrow-right:active {
  background-color: #5d5d5d;
}
.btn-arrow-right:focus {
  outline: none;
}
/*#endregion*/
/* #region fonts*/
.iconfont16 {
  font-family: dls-icons-16 !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont24 {
  font-family: "dls-icons-24" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont32 {
  font-family: "dls-icons-32" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*#endregion*/
/* #region header
// © 2014 Koninklijke Philips N.V.  All rights reserved.
// Reproduction or transmission in whole or in part, in any form or by any means, 
// electronic, mechanical or otherwise, is prohibited without the prior  written consent of 
// the owner.
// Author:      Hima Kona
// Date:        3/04/2014 9:00:00 AM
//
// Descriptions: Jqx customization  
*/
/* #region Jqx Tree Dropdown style */
.jqx-icon-arrow-down-eciorgdropdown,
.jqx-icon-arrow-down-eciorgtree {
  margin-top: -13px;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-left: none;
  border-bottom: none;
  border-right: none;
  border-top: none;
  text-align: center;
  background-image: none !important;
}
.jqx-icon-arrow-down-eciorgdropdown:before,
.jqx-icon-arrow-down-eciorgtree:before {
  font-family: dls-icons-16 !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  content: "\f001";
  color: rgba(255, 255, 255, 0.85);
}
.jqx-fill-state-normal-eciorgdropdown,
.jqx-input-button-content-eciorgdropdown,
.jqx-fill-state-normal-eciorgtree {
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  background: #1a3670 !important;
  border: none !important;
  border-radius: 0px;
}
.jqx-fill-state-hover-eciorgdropdown {
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: silver;
}
.jqx-fill-state-pressed-eciorgtree {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #b3b3b3;
  background: rgba(123, 164, 217, 0.25) !important;
  width: 100%;
  border-radius: 0px;
}
.jqx-tree-item-hover-eciorgtree,
.jqx-item-hover-eciorgtree,
.jqx-tree-item-li-hover-eciorgtree {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  background: #294275;
  border: none !important;
  width: 100%;
  border-radius: 0px;
  margin-left: 0px !important;
}
.jqx-tree-item-li-eciorgtree {
  margin: 0px !important;
  height: 48px;
}
.jqx-tree-item-eciorgtree {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  border: none !important;
  border-radius: 0px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.jqx-tree-dropdown-root {
  padding: 0px;
}
.jqx-tree-dropdown-root-eciorgtree {
  background-color: #1a3670;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  min-width: 210px !important;
}
#applicationList {
  min-width: 250px !important;
  max-width: 600px !important;
}
#panelContentpanelapplicationList {
  background-attachment: local;
  border: none !important;
  box-sizing: content-box !important;
  background-color: #1a3670;
}
#panelContentpanelapplicationList &gt; .jqx-tree-dropdown-root-eciorgtree {
  width: 100% !important;
}
.jqx-panel-bottomright-eciorgtree {
  border: none !important;
}
.jqx-item-eciorgtree {
  border: none !important;
}
.jqx-popup-eciorgdropdown {
  top: 56px !important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  border-top: none;
  border-top-width: 0px !important;
}
.jqx-dropdownlist-state-selected-eciorgtree {
  border-radius: 0px;
}
.jqx-fill-state-focus-eciorgdropdown {
  border-color: black;
}
.jqx-noshadow-eciorgdropdown {
  border-radius: 0px !important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  border-top: none;
  border-top-width: 0px !important;
  margin-top: 1px;
}
.jqx-tree-eciorgtree {
  border-style: none;
}
/*#endregion*/
/* #region jqx window popup styles*/
.sp-window-title-logout {
  font-family: CentraleSans-Book;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.jqx-window-logout {
  border-radius: 0px;
  background-color: #ffffff;
}
.jqx-window-content-logout {
  padding: 0px;
  background-color: #ffffff;
}
.jqx-window-header-logout {
  border-radius: 0px;
  border: none;
  background-color: #ffffff;
  font-family: CentraleSans-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.jqx-window-close-button-logout:disabled {
  width: 25px;
  height: 25px;
  background: url(../../Images/Philips/icon-close_unavailable.svg) no-repeat;
  background-position: center;
}
.jqx-validator-hint {
  background-color: #E65800;
  font-family: CentraleSans-Book;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding: 8px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
  border: none;
}
.jqx-validator-hint:before {
  font-family: "dls-icons-16" !important;
  vertical-align: middle;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f26a";
  margin-right: 2px;
}
.jqx-validator-hint-arrow {
  display: none !important;
}
.jqx-window-content-about {
  height: 100%;
}
.jqx-window-header-about {
  background-color: #fff;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-right: 12px;
}
.sp-window-title-about div {
  padding-left: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.jqx-window-close-button-about {
  width: 25px;
  height: 25px;
  background: url("../../Images/Philips/icon-close_idle.png") no-repeat;
  background-position: center;
}
.jqx-window-close-button-about:hover {
  width: 25px;
  height: 25px;
  background: url("../../Images/Philips/icon-close_mouseover.png") no-repeat;
  background-position: center;
}
.jqx-window-close-button-about:active {
  width: 25px;
  height: 25px;
  background: url("../../Images/Philips/icon-close_clicked.png") no-repeat;
  background-position: center;
}
.jqx-window-close-button-about:disabled {
  width: 25px;
  height: 25px;
  background: url("../../Images/Philips/icon-close_unavailable.png") no-repeat;
  background-position: center;
}
.jqx-fill-state-normal-about,
.jqx-fill-state-pressed-about {
  font-size: 16px;
  background-color: transparent;
  border: none !important;
  border-radius: 0px;
}
.jqx-dropdownlist-content-about {
  padding-left: 0px;
}
.jqx-tree-item-hover-about,
.jqx-item-hover-about {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  background: #294275;
  border: none !important;
  width: 100%;
  border-radius: 0px;
}
.jqx-tree-item-about {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
}
.jqx-item-about {
  border: none !important;
}
.jqx-dropdownlist-state-selected-about {
  border-radius: 0px;
}
.jqx-rc-all-eci {
  border-radius: 0px;
}
.jqx-rc-t-eci {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* #endregion*/
.jqx-dropdownlist-content {
  text-overflow: ellipsis;
}
/* #region header
// © 2014 Koninklijke Philips N.V.  All rights reserved.
// Reproduction or transmission in whole or in part, in any form or by any means, 
// electronic, mechanical or otherwise, is prohibited without the prior  written consent of 
// the owner.
// Author:      Hima Kona
// Date:        3/04/2014 11:00:00 AM
//
// Descriptions: ECI hyperlink styles
*/
/* #region hyperlink colors definitions */
.a-std {
  font-family: CentraleSans-Book;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.a-std:hover:focus {
  font-family: CentraleSans-Book;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #66a6ff;
}
.a-account {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #6fa9ff;
}
.a-account:hover:focus {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #6fa9ff;
}
/* #region header
// © 2014 Koninklijke Philips N.V.  All rights reserved.
// Reproduction or transmission in whole or in part, in any form or by any means, 
// electronic, mechanical or otherwise, is prohibited without the prior  written consent of 
// the owner.
// Author:      Hima Kona
// Date:        2/18/2014 9:00:00 AM
//
// Descriptions: ECI Input styles
*/
/* #region input colors definitions */
.cb-default {
  border-radius: 0px;
  border: solid 1px #b9b9b9;
  background-color: #ffffff;
  width: 16px !important;
  height: 16px !important;
}
.cb-default-hover {
  border-radius: 0px;
  border: solid 1px #b9b9b9;
  background-color: #ffffff;
  width: 16px !important;
  height: 16px !important;
  border: solid 1px #3285ff;
}
.cb-default-active {
  border-radius: 0px;
  border: solid 1px #b9b9b9;
  background-color: #ffffff;
  width: 16px !important;
  height: 16px !important;
  border: solid 1px #5d5d5d;
}
.cb-default:hover {
  border-radius: 0px;
  border: solid 1px #b9b9b9;
  background-color: #ffffff;
  width: 16px !important;
  height: 16px !important;
  border: solid 1px #3285ff;
}
.cb-default:active {
  border-radius: 0px;
  border: solid 1px #b9b9b9;
  background-color: #ffffff;
  width: 16px !important;
  height: 16px !important;
  border: solid 1px #5d5d5d;
}
.cb-default:disabled {
  border-radius: 0px;
  border: solid 1px #b9b9b9;
  background-color: #ffffff;
  width: 16px !important;
  height: 16px !important;
  border: solid 1px rgba(93, 93, 93, 0.5);
  background: url("../../Images/Philips/icon-checkmark-16x16_unavailable.svg") center center no-repeat;
}
.cb-default:checked {
  border-radius: 0px;
  border: solid 1px #b9b9b9;
  width: 16px !important;
  height: 16px !important;
  border-radius: 0px !important;
  background-color: #ffffff;
  background: url("../../Images/Philips/icon-checkmark-16x16_pressed.svg") center center no-repeat;
}
/*#endregion */
/*#region input dimension*/
/*#endregion*/
/*#region validation images*/
/*#endregion*/
/*#region mixins*/
.box-shadow {
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
}
.dropshadow {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
}
/*#endregion*/
/*#region standard input definitions */
.input-std {
  background-color: #ffffff;
  width: 250px;
  border: 1px solid #cccccc;
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  display: block;
  outline: 0;
  height: 2.5em !important;
  padding: 0 0.75em;
  border-width: 0.0625em;
  border-style: solid;
  border-radius: 0.125em !important;
  font-size: 16px !important;
}
.input-std::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}
.input-std:-ms-input-placeholder {
  color: #b3b3b3 !important;
}
.input-std:hover {
  cursor: text;
}
.input-std:active {
  cursor: text;
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
}
.input-std:focus {
  /* Chrome add extra outline to the control - this line disables it*/
  outline: none;
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
}
.input-std:disabled {
  background-color: #ffffff;
  width: 250px;
  border: 1px solid #cccccc;
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  display: block;
  outline: 0;
  height: 2.5em !important;
  padding: 0 0.75em;
  border-width: 0.0625em;
  border-style: solid;
  border-radius: 0.125em !important;
  font-size: 16px !important;
  cursor: default!important;
  opacity: 0.4;
}
.input-validation-error::-webkit-input-placeholder {
  color: #E65800 !important;
}
.input-validation-error:-ms-input-placeholder {
  color: #E65800 !important;
}
.input-validation-error::-moz-placeholder {
  color: #E65800 !important;
}
/*#endregion*/
/*#region required input definitions */
.input-req {
  background-color: #fff5d7;
  height: 2.5em !important;
  width: 250px;
  border: 1px solid #e98300;
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
}
.input-req:hover {
  cursor: text;
}
.input-req:active {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
  cursor: text;
}
.input-req:focus {
  /* Chrome add extra outline to the control - this line disables it*/
  outline: none;
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
}
.input-req:disabled {
  background-color: #fff5d7;
  height: 2.5em !important;
  width: 250px;
  border: 1px solid #e98300;
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  opacity: 0.4;
  cursor: default!important;
}
.input-req:disabled {
  background-color: #ffffff;
  width: 250px;
  border: 1px solid #cccccc;
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  display: block;
  outline: 0;
  height: 2.5em !important;
  padding: 0 0.75em;
  border-width: 0.0625em;
  border-style: solid;
  border-radius: 0.125em !important;
  font-size: 16px !important;
}
/*#endregion*/
/*#region account input definitions */
.input-account {
  background-color: rgba(255, 255, 255, 0.3);
  height: 2.5em !important;
  width: 250px;
  border: 0px solid rgba(255, 255, 255, 0.3);
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  color: #ffffff !important;
}
.input-account::-webkit-input-placeholder {
  color: #ffffff;
}
.input-account:-ms-input-placeholder {
  color: #ffffff;
}
.input-account-error::-webkit-input-placeholder {
  color: #e98300;
}
.input-account-error:-ms-input-placeholder {
  color: #e98300;
}
.input-account:hover {
  cursor: text;
}
.input-account:active {
  cursor: text;
  outline: none;
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
}
.input-account:focus {
  outline: none;
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
}
.input-account-disabled {
  background-color: rgba(255, 255, 255, 0.3);
  height: 2.5em !important;
  width: 250px;
  border: 0px solid rgba(255, 255, 255, 0.3);
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  color: #ffffff !important;
  opacity: 0.4;
}
/*#endregion*/
/* #region Checkbox */
.checkbox-std {
  border-radius: 0px !important;
  border: solid 1px #b9b9b9 !important;
  background-color: #ffffff !important;
  width: 16px !important;
  height: 16px !important;
}
.checkbox-std:hover {
  border-radius: 0px !important;
  border: solid 1px #b9b9b9 !important;
  background-color: #ffffff !important;
  width: 16px !important;
  height: 16px !important;
  border: solid 1px #3285ff !important;
}
.checkbox-std:active {
  border-radius: 0px !important;
  border: solid 1px #b9b9b9 !important;
  background-color: #ffffff !important;
  width: 16px !important;
  height: 16px !important;
  border: solid 1px #5d5d5d !important;
}
.checkbox-std:checked {
  border: solid 1px #b9b9b9 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 0px !important;
  background-color: #ffffff !important;
  background: url("../../Images/Philips/icon-checkmark-16x16_pressed.svg") center center no-repeat !important;
}
/* #endregion*/
/* #region Label */
.label-std {
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #b9b9b9;
}
/* #endregion*/
/*#region standard input list definitions */
.select-std {
  background-color: #ffffff !important;
  color: #5d5d5d !important;
  border: 1px solid #cccccc !important;
  height: 2.5em;
  width: 265px;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  border-collapse: separate;
  text-shadow: none;
  font-size: 16px;
  border-radius: 0.125em !important;
}
.select-std:focus {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
  background-color: #ffffff !important;
  color: #5d5d5d !important;
}
.select-std:hover {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
  background-color: #ffffff !important;
  color: #5d5d5d !important;
}
.select-std:focus option {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
  background-color: #ffffff !important;
  color: #5d5d5d !important;
}
.select-account {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  height: 2.5em;
  width: 265px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  border-collapse: separate;
  text-shadow: none;
}
.select-account:focus {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
  background-color: #ffffff !important;
  color: #5d5d5d !important;
}
.select-account option {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
}
.select-account:focus option {
  -webkit-box-shadow: 0px -1px 0px #5081c7 !important;
  box-shadow: 0 0.0625em 0.125em silver !important;
  border: 1px solid rgba(20, 116, 164, 0.1) !important;
  border-collapse: separate;
  background-color: #ffffff !important;
  color: #5d5d5d !important;
}
/*#endregion*/
/*#region invalid error input definitions */
.input-invalid-error {
  background-color: #ffffff;
  height: 2.5em !important;
  width: 250px;
  border: 3px solid #e30613;
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
}
.input-invalid-error:hover {
  cursor: text;
}
.input-invalid-error:active {
  cursor: text;
}
.input-invalid-error:focus {
  /* Chrome add extra outline to the control - this line disables it*/
  outline: none;
}
/*#endregion*/
/*#region invalid warning input definitions */
.input-invalid-warning {
  background-color: #ffffff;
  height: 2.5em !important;
  width: 250px;
  border: 3px solid #e98300;
  text-shadow: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
}
.input-invalid-warning:hover {
  cursor: text;
}
.input-invalid-warning:active {
  cursor: text;
}
.input-invalid-warning:focus {
  /* Chrome add extra outline to the control - this line disables it*/
  outline: none;
}
.validation-icon {
  height: 30px;
  width: 40px;
  display: flex;
  justify-content: flex-end;
}
.validation-attention {
  background: url("../../Images/Philips/Icon-EntryValidation_attention.svg") center center no-repeat;
}
.validation-success {
  background: url("../../Images/Philips/Icon-EntryValidation_good.svg") center center no-repeat;
}
.validation-unrecognized {
  background: url("../../Images/Philips/Icon-EntryValidation_not-recognized.svg") center center no-repeat;
}
.textarea-detail {
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  width: 235px;
  border: solid 1px rgba(204, 204, 204, 0.5);
  border-radius: 0px;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: none;
  /* This next line disables Webkit browsers resizing tool */
  resize: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
label,
input[type="radio"],
input[type="checkbox"] {
  cursor: auto;
}
button:disabled,
input[type="button"]:disabled,
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: default;
}
.access-token {
  font-family: CentraleSans-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.single-line {
  min-height: 20px;
}
/*#endregion*/
/* #region header
// © 2014 Koninklijke Philips N.V.  All rights reserved.
// Reproduction or transmission in whole or in part, in any form or by any means, 
// electronic, mechanical or otherwise, is prohibited without the prior  written consent of 
// the owner.
// Author:      Paul Lemay
// Date:        11/11/2014 13:17:29
//
// Descriptions: ECI Application Header Definitions
*/
/* #region font definitions */
@font-face {
  font-family: CentraleSans-Bold;
  src: url(Fonts/CentraleSans-Bold/CentraleSans-Bold.ttf) format('truetype'), /* IE */ url(Fonts/CentraleSans-Bold/CentraleSans-Bold.woff), /* Chrome */ url(Fonts/CentraleSans-Bold/CentraleSans-Bold.svg) format('svg');
}
@font-face {
  font-family: CentraleSans-Book;
  src: url(Fonts/CentraleSans-Book/CentraleSans-Book.ttf), /* IE */ url(Fonts/CentraleSans-Book/CentraleSans-Book.woff) format('truetype'), /* Chrome */ url(Fonts/CentraleSans-Book/CentraleSans-Book.svg) format('svg');
}
@font-face {
  font-family: CentraleSans-Medium;
  src: url(Fonts/CentraleSans-Medium/CentraleSans-Medium.ttf), /* IE */ url(Fonts/CentraleSans-Medium/CentraleSans-Medium.woff) format('truetype'), /* Chrome */ url(Fonts/CentraleSans-Medium/CentraleSans-Medium.svg) format('svg');
}
@font-face {
  font-family: CentraleSans-Light;
  src: url(Fonts/CentraleSans-Light/CentraleSans-Light.ttf) format('truetype'), /* IE */ url(Fonts/CentraleSans-Light/CentraleSans-Light.woff), /* Chrome */ url(Fonts/CentraleSans-Light/CentraleSans-Light.svg) format('svg');
}
@font-face {
  font-family: dls-icons-16;
  src: url(Fonts/dls-icons-16/dls-icons-16.ttf) format('truetype');
}
@font-face {
  font-family: dls-icons-24;
  src: url(Fonts/dls-icons-24/dls-icons-24.ttf) format('truetype');
}
@font-face {
  font-family: dls-icons-32;
  src: url(Fonts/dls-icons-32/dls-icons-32.ttf) format('truetype');
}
/* #endregion */
/* #region Application Header */
.headerfill {
  height: 56px;
  background-color: #1a3670 !important;
  width: 100%;
  max-width: 100%;
  padding: 0px 0px 0px 0px;
  box-sizing: content-box;
}
.appHeader-navbar {
  padding: 0px 0px 0px 0px !important;
  box-sizing: content-box;
  margin-bottom: 0px;
}
.logo {
  margin: 18px 0px 10px 24px;
  float: left;
  height: 28px;
}
.logo {
  margin: 18px 0px 10px 24px;
  float: left;
  height: 28px;
}
.logoLink,
.logoLink:hover,
.logoLink:active,
.logoLink:focus {
  font-family: CentraleSans-Medium;
  font-size: 20px;
  text-align: left;
  font-style: normal;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.rightMenuContainer {
  margin-right: 46px !important;
  margin-top: 18px !important;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}
.appMenu {
  margin-top: 9px !important;
  margin-right: 0px !important;
  margin-left: 20px;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}
.appName {
  margin-left: 80px;
}
.orgContainer {
  text-align: left;
}
.helpMenu {
  cursor: pointer;
  padding: 0 0 10px 40px;
  margin-right: 40px;
  box-sizing: content-box;
}
.userMenu {
  text-align: left;
  cursor: pointer;
  padding-bottom: 10px;
}
.helpMenu:hover,
.userMenu:hover {
  color: #ffffff;
}
.userMenu span.caret-eci,
.helpMenu span.caret-eci {
  float: right;
  margin-top: -20px;
}
.ellipsis {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.textWithEllipsis {
  margin-right: 20px;
}
.orgDropdownContent {
  text-align: right !important;
  margin-top: 1px;
  height: 18px;
}
/* #endregion*/
/* #region Bootstrap customizations for Application Header */
.dropdown-menu {
  border-radius: 0px;
  padding: 5px 0px 15px 0px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #b3b3b3;
  background-color: #1c2d66;
  z-index: 20000;
}
.appHeader-dropdown-menu {
  top: 28px;
  min-width: 160px;
  margin: 0px;
  margin-top: 10px !important;
  border-radius: 0px !important;
  padding: 8px 0px 8px 0px !important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: #b3b3b3 !important;
  border-top: none;
  border-top-width: 0px !important;
  z-index: 20000;
}
.overflowMenu-span {
  margin-left: 10px;
  line-height: 38px;
  position: absolute;
  top: -4px;
}
.overflowMenuTrigger {
  margin-left: 13px;
  line-height: 38px;
  position: absolute;
  top: 2px;
}
.overflowMenuTab {
  list-style-type: none;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  cursor: pointer;
}
.overflowMenuTab-disabled {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
  list-style-type: none;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  opacity: 0.55;
  filter: alpha(opacity=45);
}
.overflowMenuTab :hover {
  color: #ffffff;
}
.overflowMenuTab-selected {
  border-bottom: 0.12em solid #ffffff;
  padding-bottom: calc(17px - 0.12em);
  color: #ffffff;
}
.caret {
  border-top: 4px solid rgba(255, 255, 255, 0.85);
  margin-left: 8px !important;
}
.caret:hover {
  color: #ffffff;
}
.appHeader-dropdown-menu &gt; li &gt; a:hover,
.appHeader-dropdown-menu &gt; li &gt; a:focus {
  outline: none;
  background-color: #294275 !important;
  background-image: none !important;
}
.appHeader-dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 13px 12px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-toggle {
  margin: -15px;
}
.caret-eci {
  width: 18px;
  height: 18px;
  border-left: none;
  border-bottom: none;
  border-right: none;
  border-top: none;
}
.nav .dropdown-toggle .caret-eci,
.caret-eci {
  width: 18px;
  height: 18px;
  border-left: none;
  border-bottom: none;
  border-right: none;
  border-top: none;
  text-align: center;
}
.appHeader-navbar .nav &gt; li &gt; a:focus {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #b3b3b3;
  text-shadow: none;
}
.appHeader-navbar .nav li.dropdown.open {
  z-index: 9999 !important;
}
.appHeader-navbar .nav li.dropdown.open &gt; .dropdown-toggle {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #b3b3b3;
  text-shadow: none;
  background: #333333 !important;
}
.appHeader-navbar .nav &gt; li &gt; a:hover,
a:active,
a:focus {
  outline: thin dotted #333;
  text-shadow: none;
}
.dropdown-menu li &gt; .selected {
  background-image: none;
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: silver;
  background-color: rgba(123, 164, 217, 0.25) !important;
  filter: none;
}
.appHeader-dropdown-menu li &gt; .selected,
.appHeader-dropdown-menu li &gt; a:hover,
.appHeader-dropdown-menu li &gt; a:focus,
.appHeader-dropdown-submenu:hover &gt; a {
  font-family: CentraleSans-Book !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: #c0c0c0 !important;
}
.appHeader-dropdown-menu li &gt; a {
  font-family: CentraleSans-Book !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.dropdown-menu::before,
.dropdown-menu:after {
  border: none !important;
  content: none !important;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-submenu:hover &gt; a,
.dropdown-submenu:focus &gt; a {
  background-color: #294275;
  background-image: none;
}
.dropdown-menu &gt; li &gt; a {
  padding: 14px 20px;
  color: rgba(255, 255, 255, 0.85);
}
/* #endregion*/
/* #region Application Layout */
.mainBody {
  overflow-y: hidden;
  padding: 0 !important;
}
.appContainer {
  padding: 0 !important;
  margin: 0 !important;
  overflow-y: hidden;
  position: absolute !important;
  width: 100%;
  height: 100%;
  min-width: 960px;
}
.appContentContainer {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  bottom: 0px !important;
  top: 56px;
}
.validation-text-details:before {
  font-family: "dls-icons-16" !important;
  vertical-align: middle;
  color: #E65800;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f26a";
  margin-right: 8px;
}
.validation-text-details {
  top: 0;
  font-family: CentraleSans-Book;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #E65800;
  background-color: white;
}
.validation-container {
  padding-top: 8px;
  height: 27px;
  position: absolute;
  z-index: 2;
}
.validationtext {
  top: 0;
  font-family: CentraleSans-Book;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #E65800;
  background-color: white;
}
.validationtext ul {
  list-style-type: none;
  margin: 0px;
}
.validationtext ul &gt; li {
  vertical-align: middle;
  line-height: 24px;
}
.validationtext ul &gt; li:before {
  font-family: "dls-icons-16" !important;
  vertical-align: middle;
  color: #E65800;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f26a";
  margin-right: 8px;
}
.input-validation-error {
  background-color: #fff5d7 !important;
  color: #5d5d5d !important;
  height: 27px;
  width: 250px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #e98300 !important;
  text-shadow: none;
  border-collapse: separate;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.4) !important;
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
}
/* #endregion*/
/* #region Application Framework */
.buttoncontainer {
  margin-top: 24px;
}
.title {
  margin-top: 120px;
  margin-bottom: 60px;
  font-family: CentraleSans-Light;
  font-size: 32px;
  text-align: left;
  font-style: normal;
  font-weight: 200;
  color: #888888;
}
.instructions {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #888888;
  margin-top: 30px;
  max-width: 550px;
}
.instuctional-copy {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #888888;
  max-width: 550px;
  margin-bottom: 24px;
}
.instructionsTitle {
  font-family: CentraleSans-Light;
  font-size: 18px;
  text-align: left;
  font-style: normal;
  font-weight: 200;
  color: #ffffff;
  margin-left: 25px;
}
.instructionsSubTitle {
  font-family: CentraleSans-Book;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 16px;
  max-width: 550px;
}
.registrationInstructions {
  font-family: CentraleSans-Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-top: -30px;
  margin-bottom: 30px;
  width: 360px;
}
.changePassword {
  padding-left: 20px;
  display: block;
  margin: 0;
}
.colstartspacer {
  width: 175px;
}
.colsectionspacer {
  width: 90px;
}
.rowspacer {
  margin-bottom: 20px;
}
.labelspacer {
  margin-bottom: 7px;
}
.privacy-agreement-checkbox {
  margin-top: 0px !important;
}
.displayInlineBlock {
  display: inline-block;
  font-family: CentraleSans-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #cccccc;
  margin-left: 8px;
}
.displayInline {
  display: inline;
}
.buttonWidth {
  width: 100px !important;
}
.appMenuMinWidth {
  min-width: 730px;
}
/* #endregion */
/* #region GenericError*/
.contentContainer {
  margin-left: 175px;
  margin-top: 56px;
}
.errorTitle {
  font-family: CentraleSans-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  color: #5d5d5d;
}
.errorMessage {
  font-family: CentraleSans-Book;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  width: 355px;
  margin-top: 25px;
}
.errorButton {
  margin-top: 25px;
}
.popupTitle {
  font-family: CentraleSans-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  color: #5d5d5d;
  padding-left: 33px;
  padding-top: 27px;
}
.popupMessage {
  font-family: CentraleSans-Book;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #5d5d5d;
  margin-top: 49px !important;
  margin-left: 33px;
  width: 434px;
}
.popupMessage span {
  font-family: CentraleSans-Book;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #cd202c;
}
.popupMessage &gt; span.infoMsg {
  font-family: CentraleSans-Book !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: #5d5d5d !important;
}
.popupButtonContainer {
  margin-top: 18px;
  margin-right: 33px;
  float: right;
}
.popupButtonSpacer {
  margin-right: 25px;
}
.popupLine {
  background-color: #ababab;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  height: 1px;
  padding: 0px;
}
#keep-me-logged-in-button,
#keep-me-logged-in-button:active {
  background: transparent;
  border: none !important;
  outline: none !important;
  display: none;
}
#keep-me-logged-in-icon {
  width: 30px;
  height: 22px;
  padding-left: 20px;
}
/* #endregion*/
#lblDisposalDate {
  position: relative;
}
.unselectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.about-basics {
  background-color: #fff;
  color: #333;
}
.about-body {
  background-color: #fff;
  color: #333;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.about-text-spacer-upper {
  height: 20px;
}
.about-text-spacer-lower {
  height: 20px;
}
.about-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  /* IE9 : We need to set height otherwise part of the SVG is missing*/
  height: 65px;
}
.about-heading {
  font-size: 16px;
}
.about-label {
  font-family: CentraleSans-Light;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  font-weight: 200;
  color: #666;
  margin-top: 5px;
  margin-bottom: 0px;
}
.ref-icons {
  margin-top: 10px;
  margin-bottom: 0px;
}
.about-value {
  margin-top: 5px;
}
.about-icon {
  margin-right: 3px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.about-footer-icons {
  width: 100%;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
}
.aboutDropdownContent {
  font-size: 16px;
  color: #333;
}
/*#endregion*/
/*#region Login */
.about-brand {
  text-align: center;
  color: #666;
}
.about-brand-normal {
  font-family: CentraleSans-Light;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 200;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 8vh;
  line-height: 24px;
}
.about-brand-bold {
  font-family: CentraleSans-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  color: #666;
}
.about-product-licenses {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-glyph {
  height: 34px;
  margin-right: 8px;
}
.about-brand-subtitle {
  font-family: CentraleSans-Light;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  font-weight: 200;
  color: #666;
  line-height: 1.375em;
  margin-bottom: 16px;
}
.div-popup-margin-about {
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 450px) {
  .appContainer {
    min-width: 200px;
  }
  .title {
    margin-top: 60px;
  }
  .colstartspacer {
    width: 50px;
  }
  #main-menu-appMenu {
    display: none;
  }
  #main-menu-orgMenu {
    display: none;
  }
  #main-menu-helpMenu {
    display: none;
  }
  #main-menu-userMenu {
    display: none;
  }
  .appMenuMinWidth {
    min-width: 300px;
  }
  /*Loader/spinner*/
  .loader,
  .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }
  .loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(240, 240, 240, 0.2);
    border-right: 1.1em solid rgba(240, 240, 240, 0.2);
    border-bottom: 1.1em solid rgba(240, 240, 240, 0.2);
    border-left: 1.1em solid #ddd;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  .animateStart {
    animation-play-state: running !important;
  }
  .animateStop {
    animation-play-state: paused !important;
  }
  .loaderSmall,
  .loaderSmall:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
  }
  .loaderSmall {
    margin: 2px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 0.6em solid #b4b4b4;
    border-right: 0.6em solid #b4b4b4;
    border-bottom: 0.6em solid #b4b4b4;
    border-left: 0.6em solid #ddd;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    position: fixed;
    margin-left: 50%;
    margin-top: 30px;
    left: 100px;
    display: none;
    z-index: 2;
    pointer-events: none;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
}
</pre></body></html>