/* Minification failed. Returning unminified contents.
(1207,95): run-time error CSS1030: Expected identifier, found '#ExactAssistantIconWhite'
(1207,119): run-time error CSS1031: Expected selector, found ')'
(1207,119): run-time error CSS1025: Expected comma or open brace, found ')'
(1210,95): run-time error CSS1030: Expected identifier, found '#ExactAssistantIconBlue'
(1210,118): run-time error CSS1031: Expected selector, found ')'
(1210,118): run-time error CSS1025: Expected comma or open brace, found ')'
(1222,88): run-time error CSS1030: Expected identifier, found '#ExactAssistantIconBlue'
(1222,111): run-time error CSS1031: Expected selector, found ')'
(1222,111): run-time error CSS1025: Expected comma or open brace, found ')'
(15938,26): run-time error CSS1039: Token not allowed after unary operator: '-dt-html-background'
(15942,26): run-time error CSS1039: Token not allowed after unary operator: '-dt-html-background'
(15955,26): run-time error CSS1039: Token not allowed after unary operator: '-dt-html-background'
(23516,44): run-time error CSS1030: Expected identifier, found '.'
(23516,53): run-time error CSS1031: Expected selector, found ')'
(23516,53): run-time error CSS1025: Expected comma or open brace, found ')'
(23519,44): run-time error CSS1030: Expected identifier, found '.'
(23519,53): run-time error CSS1031: Expected selector, found ')'
(23519,53): run-time error CSS1025: Expected comma or open brace, found ')'
(23522,44): run-time error CSS1030: Expected identifier, found '.'
(23522,55): run-time error CSS1031: Expected selector, found ')'
(23522,55): run-time error CSS1025: Expected comma or open brace, found ')'
(25421,25): run-time error CSS1030: Expected identifier, found '.'
(25421,41): run-time error CSS1031: Expected selector, found ')'
(25421,41): run-time error CSS1025: Expected comma or open brace, found ')'
(26198,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26199,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27328,58): run-time error CSS1030: Expected identifier, found '#MultiOrderReviewCart'
(27328,79): run-time error CSS1031: Expected selector, found ')'
(27328,79): run-time error CSS1025: Expected comma or open brace, found ')'
(27610,36): run-time error CSS1030: Expected identifier, found '#RwfOeiUsername'
(27610,51): run-time error CSS1031: Expected selector, found ')'
(27610,51): run-time error CSS1025: Expected comma or open brace, found ')'
(27618,13): run-time error CSS1030: Expected identifier, found '.'
(27618,41): run-time error CSS1031: Expected selector, found ')'
(27618,41): run-time error CSS1025: Expected comma or open brace, found ')'
(27621,35): run-time error CSS1030: Expected identifier, found '.'
(27621,56): run-time error CSS1031: Expected selector, found ')'
(27621,56): run-time error CSS1025: Expected comma or open brace, found ')'
(28932,68): run-time error CSS1030: Expected identifier, found '.'
(28932,87): run-time error CSS1031: Expected selector, found ')'
(28932,87): run-time error CSS1025: Expected comma or open brace, found ')'
(28993,100): run-time error CSS1030: Expected identifier, found '.'
(28993,115): run-time error CSS1031: Expected selector, found ')'
(28993,115): run-time error CSS1025: Expected comma or open brace, found ')'
(29000,104): run-time error CSS1030: Expected identifier, found '['
(29000,109): run-time error CSS1031: Expected selector, found '='
(29000,109): run-time error CSS1025: Expected comma or open brace, found '='
(29115,56): run-time error CSS1030: Expected identifier, found '.'
(29115,68): run-time error CSS1031: Expected selector, found ')'
(29115,68): run-time error CSS1025: Expected comma or open brace, found ')'
(29120,54): run-time error CSS1030: Expected identifier, found '.'
(29120,66): run-time error CSS1031: Expected selector, found ')'
(29120,66): run-time error CSS1025: Expected comma or open brace, found ')'
(29136,10): run-time error CSS1030: Expected identifier, found '.'
(29136,36): run-time error CSS1031: Expected selector, found ')'
(29136,36): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Image paths */
/*Default styling dropzone*/

/******************************************************************/

/*PLEASE MAKE YOUR CHANGES FOR THE DROPZONE IN STYLE-DROPZONE.LESS*/

/******************************************************************/

/* The MIT License */

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #880000;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../images/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eeeeee));
  background-image: -webkit-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: linear-gradient(top, #fafafa 0, #eeeeee 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaaaaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666666;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
/* this style is needed on EOL Classic, but ignored on EOL ExactDesignSystem */

.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
/* Exact Fuel v1.0 */

/* For all css hacks, scroll to the bottom of this page. */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}
body {
  font-family: Arial;
  color: #232323;
  font-size: 12px;
  border: 0;
}
table {
  padding: 0;
  margin: 0;
  border: none;
}
img,
fieldset {
  border: 0;
}
.icon16x16 {
  width: 16px;
  height: 16px;
}
.ProcessStageImage {
  height: 40px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.HelpDocument ul {
  list-style: disc;
}
input,
textarea,
keygen,
select,
button,
isindex,
datagrid {
  font: inherit;
}
option {
  padding-right: 10px;
}
button {
  cursor: pointer;
}
input,
fieldset,
button {
  vertical-align: middle;
}
button:disabled {
  cursor: default;
}
input.Selected {
  border: 1px solid #333333;
}
input.Search {
  border: solid 1px #21404e;
  font-size: xx-small;
}
input {
  padding: 0 3px;
}
.exTextInput {
  background: white;
  color: #232323;
  height: 19px;
  padding: 0 3px 0 6px;
  width: 120px;
  border: 1px solid #b2bec4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 19px;
}
.HeaderContainer input {
  padding: 0 3px;
  margin-right: -3px;
}
input[type="checkbox"] {
  margin: 0 3px;
}
input[type=text],
input[type=textarea] {
  -webkit-appearance: none;
}
.HighlightControl {
  border: 2px solid #f7971d !important;
}
.Placeholder {
  color: #808183;
  position: absolute;
  display: inline-block;
  cursor: text;
  *position: fixed;
  *margin-left: -260px;
}
.LeftPanel {
  display: none;
}
.MainWindow {
  overflow: auto;
  display: block;
  *width: 99.5%;
}
a:link,
a:visited {
  text-decoration: none;
  color: #0277bd;
}
a:hover {
  text-decoration: underline;
  color: #0277bd;
}
li.last {
  border-top: #bec9d0 1px solid;
}
li.first {
  margin-top: 3px;
}
.DottedLine {
  border-bottom: 1px dotted #cccccc;
}
.HeaderSeparator {
  border-bottom: #bec9d0 1px solid;
}
.BlockedStatus {
  color: #c1272c;
}
.readonly {
  color: #808183;
  background-color: #dddddd;
}
.muted {
  color: #cccccc;
}
.Hidden {
  display: none;
}
.Invisible {
  visibility: hidden;
}
.Absolute {
  position: absolute;
}
.vAlignInherit {
  vertical-align: inherit;
}
.BoxSizingBorderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flexbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.HeaderContainer {
  background: #fbfbfb;
  height: 65px;
  z-index: 0;
  border-bottom: #0c85b4 3px solid;
  *min-height: 65px !important;
}
.MessageBar {
  width: 328px;
  background: white;
  position: absolute;
  left: 125px;
  z-index: 2;
}
.MessageBar td {
  vertical-align: top;
  padding-top: 3px;
}
.MessageCollapse,
.MessageExpand {
  background: black;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 453px;
  z-index: 2;
}
.MessageCollapse {
  background: url('../../styles/ExactFuel/images/close-cross.png') no-repeat bottom;
}
.MessageExpand {
  background: url('../../styles/ExactFuel/images/show-trial-text.png') no-repeat top;
}
.Logo {
  float: left;
  width: 150px;
  height: 18px;
  margin: 11px 0 0 17px;
}
.LogoIcon {
  background: url('../../styles/ExactFuel/images/logo-exact-menu.png') no-repeat;
  padding: 9px 0 9px 150px;
  position: absolute;
}
.HomeIcon {
  background: url('../../styles/ExactFuel/images/icon-home.png') no-repeat;
  padding: 2px 0 10px 26px;
  position: absolute;
}
.HomeIcon:link,
.HomeIcon:visited {
  color: #0277bd;
  text-decoration: none;
}
.TabsContainer {
  float: left;
  color: #0277bd;
  clear: left;
  *z-index: 18;
  *position: absolute;
}
ul.Tabs {
  height: 25px;
  margin-top: 6px;
}
ul.Tabs li {
  list-style: none;
  *min-width: 60px;
}
ul.Tabs li div a {
  font-size: 14px;
  font-weight: bold;
}
ul.Tabs ul li {
  color: #4b4b4b;
  float: left;
}
ul.FunctionList {
  position: absolute;
  padding: 5px 0 0 5px;
  background: white;
  border: 1px solid #9f9f9f;
  border-top: 3px solid #0277bd;
  margin-top: -4px;
  z-index: 2000;
}
/* Part of an IE specific fix for dropdowns being displayed underneath iframes with PDF */

.IEIFrameOverlay {
  position: absolute;
  z-index: 1000;
  display: none;
}
.IEIFrameOverlayContainer {
  z-index: 100;
}
.IEIFrameOverlayDatePicker {
  position: absolute;
  border: none;
}
ul.FunctionList,
.DropdownMenuBody,
.DropdownMenuContainer.Active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
ul.FunctionList li ul li {
  clear: both;
  font-weight: normal;
}
ul.FunctionList li table td.More a {
  font-size: 11px;
  line-height: 12px;
  text-align: right;
}
.More {
  background: url('../../styles/ExactFuel/images/show-all.png') no-repeat scroll 160px 8px transparent;
  *background-position-x: 168px;
  text-align: left;
  margin-top: 2px;
}
.OuterTable {
  padding-bottom: 12px;
}
.OuterTable th {
  text-align: left;
}
.OuterTable td {
  vertical-align: top;
  width: 170px;
}
.OuterTable td.First,
.OuterTable td table tr td {
  border: none;
}
ul.FunctionList li table thead th {
  text-align: left;
}
ul.FunctionList li table tbody td {
  font-weight: normal;
}
ul.FunctionList li table th,
ul.FunctionList li table td {
  padding-right: 8px;
}
ul.FunctionList li table th {
  background: #e5e5e5 repeat scroll 0 0;
  line-height: 22px;
  padding-left: 8px;
  font-weight: normal;
}
.NextRow td table {
  margin-top: 20px;
}
ul.FunctionList li table a {
  padding: 5px 2px 0 8px;
}
li.TabStart {
  overflow: hidden;
  float: left;
}
li.TabStart a {
  display: block;
}
li.TabStart > div {
  cursor: pointer;
  height: 19px;
  padding: 7px 17px 5px 17px;
}
li.TabStart > div > a {
  text-decoration: none;
}
li.TabStart.Hover {
  background: #0277bd;
}
li.TabStart.Hover > div > a {
  color: white;
}
li.TabStart.Active {
  background: #0277bd;
}
li.TabStart.Active > div > a {
  color: white;
}
/* Note: font-size 11px virtually equals 12px in IE8 */

.SearchInput {
  background: white;
  color: #232323;
  float: left;
  padding: 0 3px 0 6px;
  border: 1px solid #b2bec4;
  white-space: nowrap;
}
.Placeholder.SearchInput {
  padding: 0 3px;
  margin-right: -3px;
  padding-top: 3px;
  height: 16px;
}
.SearchBar .Placeholder.SearchInput {
  height: 16px\9;
  line-height: 12px;
}
.Administration .SearchButton {
  background: url('../../../docs/images/BacoBrowser.gif') no-repeat;
  float: left;
  text-indent: -999em;
  height: 16px;
  width: 16px;
  margin: 2px 5px 0 10px;
  border: none;
  cursor: pointer;
}
.Administration .Placeholder {
  padding-top: 1px;
  height: 18px;
  *position: fixed;
  *margin-left: -226px;
}
.ImageCaptionContainer {
  margin-bottom: 15px;
}
.ImageCaptionContainer img {
  margin-left: 15px;
}
.ImageCaptionContainer img:first-child {
  margin-left: 0;
}
.CellImageTextContainer {
  text-align: center;
}
.CellImageTextContainer .CellImageTextImage {
  border: 0;
  vertical-align: middle;
  padding-right: 5px;
}
.CellImageTextContainer .CellImageTextLink {
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}
.HelpDocumentIcon {
  background: url('../../../docs/images/mtr_docs-t2.png') no-repeat;
  padding: 2px 0 4px 20px;
  white-space: nowrap;
}
.HelpGuidanceIcon {
  background: url('../../../docs/images/imgGuidance2.png') no-repeat;
  padding: 2px 0 2px 20px;
  white-space: nowrap;
}
.DropdownMenuContainer {
  float: right;
  padding: 6px 0 0 0;
  position: relative;
  border: none;
}
.DropdownMenuContainer span {
  float: left;
}
.DropdownMenuHeader {
  cursor: pointer;
  color: white;
  line-height: 18px;
  height: 26px;
  position: relative;
  z-index: 10002;
}
.DropdownMenuHeader.NoAdminLink {
  cursor: default;
}
.DropdownMenuHeader:hover {
  text-decoration: none;
  color: white;
}
.DropdownMenuBody {
  display: none;
  position: absolute;
  padding: 3px 0;
  background: #fbfbfb;
  font-size: 11px;
  border: 1px solid #9f9f9f;
  z-index: 10001;
  margin-top: -1px;
  right: -1px;
}
.DropdownMenuBody li {
  margin: 0 10px;
  padding: 7px 0;
  list-style: none;
}
.DropdownMenuBody li span {
  margin-top: -1px;
  padding: 0 5px 0 0;
}
.DropdownMenuBody li .DropdownMenuActivityText span {
  margin-top: 0;
  padding: 0;
}
.DropdownMenuHeader .HeaderText {
  padding: 0 4px 0 6px;
  margin-left: 9px;
}
.DropdownMenuBody .CheckMarkYes {
  background-position: 3px 1px;
  width: 12px;
}
.DropdownMenuContainer.Active {
  background: #fbfbfb;
  border: none;
}
.DropdownMenuContainer.Active > .DropdownMenuBody {
  display: block;
}
.DropdownMenuContainer.Active > .DropdownMenuHeader {
  color: #232323;
}
.DropdownMenuContainer.HelpMenu {
  *width: 49px;
  margin-right: 21px;
}
.DropdownMenuContainer.HelpMenu .DropdownMenuBody {
  min-width: 280px;
}
.DropdownMenuContainer.HelpMenu .SearchButton {
  margin-bottom: 10px;
  border-radius: 0;
}
.DropdownMenuContainer.HelpMenu .SearchButton,
.SearchFieldButton {
  background: url('../../styles/ExactFuel/images/search-button.png') top center no-repeat;
  height: 21px;
  width: 17px;
  text-indent: -9999px;
  float: left;
  border: none;
  cursor: pointer;
}
.DropdownMenuContainer.MyDocuments .DropdownMenuBody {
  min-width: 160px;
}
.DropdownMenuContainer.Dossier .DropdownMenuBody {
  min-width: 160px;
}
.DropdownMenuContainer.MyExactOnline .DropdownMenuBody td {
  padding: 3px;
  vertical-align: top;
}
.DropdownMenuContainer.MyWorkflow > .DropdownMenuBody {
  min-width: 160px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask {
  position: relative;
  min-width: 390px;
  line-height: 18px;
  padding-bottom: 0;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask > div {
  display: inline-block;
  width: 100%;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskContainer,
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskAddedContainer,
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskErrorContainer {
  border-bottom: 1px solid #bec9d0;
  width: 100%;
  padding-bottom: 5px;
  min-height: 25px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTask {
  color: #0277bd;
  cursor: pointer;
  float: left;
  height: 26px;
  padding: 0 5px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTask button {
  display: none;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskInputbox input,
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTask input {
  background: white;
  color: #232323;
  float: left;
  height: 19px;
  padding: 0 3px 0 6px;
  width: 120px;
  border: 1px solid #b2bec4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 19px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskInputbox input {
  width: 160px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskInputbox .Placeholder {
  height: 16px\9;
  line-height: 20px;
  padding-left: 8px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTask input {
  width: 75px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskName {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskName select {
  max-height: 100px;
  color: #0277bd;
  cursor: pointer;
  border: 0;
  width: 100px;
  background: transparent;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskName select option {
  color: #232323;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask button {
  background-color: #0277bd;
  float: right;
  height: 21px;
  line-height: 19px;
  width: 75px;
  padding: 0 5px;
  margin: -1px 0 0 5px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask button:hover {
  background-color: #01528f;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask button.exButton:disabled {
  background-color: #e5e5e5;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .MyTaskNameArrow {
  background: url('../../styles/ExactFuel/images/arrow-customise-up-down.png') bottom center no-repeat;
  height: 6px;
  right: 3px;
  position: absolute;
  top: 6px;
  width: 7px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskForTxt {
  margin-left: 10px;
  float: left;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .DropdownMenuBody {
  display: none;
  border-top: 2px solid;
  min-width: 180px;
  top: 26px;
  right: 96px;
  border-color: #0277bd #bec9d0 #bec9d0;
  height: 200px;
  overflow: auto;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .DropdownMenuBody > li {
  padding: 4px 0;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskAddedContainer {
  display: none;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask .AddTaskErrorContainer {
  display: none;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask.Active .MyTaskNameArrow {
  background-position: top center;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask.Active .AddTask {
  background-color: #0277bd;
  color: white;
  box-shadow: 2px 3px 3px 0 #777777;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuAddTask.Active .DropdownMenuBody {
  display: block;
}
.DropdownMenuContainer.MyWorkflow .HeaderText {
  background: url('../../styles/ExactFuel/images/icon-workflow.png') bottom center no-repeat;
  height: 16px;
  width: 16px;
  margin-top: 2px;
}
.DropdownMenuContainer.MyDocuments .HeaderText {
  background: url('../../styles/ExactFuel/images/icon-documents.png') bottom center no-repeat;
  height: 16px;
  width: 14px;
  margin-top: 2px;
}
.DropdownMenuContainer.MyDocuments .ArrowUp,
.DropdownMenuContainer.MyDocuments .ArrowDown {
  margin-right: 8px;
}
.DropdownMenuContainer.MyWorkflow.Active .HeaderText,
.DropdownMenuContainer.MyDocuments.Active .HeaderText,
.DropdownMenuContainer.QuickMenu.Active .HeaderText {
  background-position: top center;
}
.DropdownMenuContainer.QuickMenu .HeaderText {
  height: 16px;
  width: 16px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody {
  overflow: hidden;
  min-width: 50%;
  white-space: nowrap;
  width: auto;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody > div {
  width: 200px;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody div ul {
  width: 100%;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody table {
  width: 100%;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody thead td {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody td {
  padding: 3px;
  vertical-align: top;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody .DropdownQuickMenuItemText {
  float: left;
  text-overflow: ellipsis;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody td div.ShowMore {
  text-align: right;
}
.DropdownMenuContainer.QuickMenu .DropdownMenuBody td div.ShowMoreArrow {
  background: url('../../styles/ExactFuel/images/show-all.png') no-repeat scroll;
  width: 6px;
  display: inline-block;
  height: 7px;
  margin-left: 3px;
  margin-top: 4px;
}
.DropdownMenuContainer.QuickMenu .DefaultHeaderIcon {
  background-image: url('../../styles/ExactFuel/images/PlusIconThick.png');
}
.DropdownMenuContainer.MyWorkflow .DropDownMenuMyActivities {
  font-weight: bold;
  padding-top: 8px;
  border-bottom: 1px solid #cccccc;
}
.DropdownMenuContainer.MyWorkflow .DropDownMenuMyActivities a {
  float: right;
  font-weight: normal;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuBody a#ActivitiesList {
  float: right;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuBody .DropDownMenuMyRequestsList {
  min-width: 300px;
  height: 12px;
  float: none;
  clear: both;
  padding: 7px 0 9px;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuBody .DropdownMenuActivityText {
  float: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuBody .DropdownMenuActivityText span {
  float: none;
  display: inline;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuBody .DropdownMenuActivityDate {
  float: right;
}
.DropdownMenuContainer.MyWorkflow .DropdownMenuBody .DropdownMenuActivityDate.Overdue {
  color: #d15d62;
}
.DropdownMenuContainer.MyWorkflow .Notifications {
  background-color: #0277bd;
  border-radius: 3px 3px 3px 3px;
  font-size: 10px;
  font-weight: bold;
  line-height: 11px;
  padding: 0 3px;
  position: absolute;
  left: 24px;
  top: -5px;
  border-bottom: 1px #474747 solid;
  border-right: 1px #474747 solid;
}
.DropdownMenuContainer.MyWorkflow.Active .Notifications {
  color: white;
}
.DropdownMenuContainer.Administration > .DropdownMenuBody {
  min-width: 250px;
  padding: 27px 0 0 0;
  margin-top: 0;
  top: 0;
  border-top: none;
}
.DropdownMenuContainer.Administration > .DropdownMenuBody > table {
  padding: 3px;
  width: 100%;
}
.DropdownMenuContainer.Administration .DropdownMenuHeader {
  position: relative;
  z-index: 10002;
}
.DropdownMenuContainer.AIAssistant.right-menu {
  margin-top: 0;
}
.DropdownMenuContainer.AIAssistant.right-menu.Active .DropdownMenuHeader .StartTitleTable:has(#ExactAssistantIconWhite) {
  display: none;
}
.DropdownMenuContainer.AIAssistant.right-menu.Active .DropdownMenuHeader .StartTitleTable:has(#ExactAssistantIconBlue) {
  display: inline-table;
}
.DropdownMenuContainer.AIAssistant.right-menu.Active .DropdownMenuHeader .NotificationCounter {
  background-color: #0277bd;
  color: white;
}
.DropdownMenuContainer.AIAssistant.right-menu .DropdownMenuHeader {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.DropdownMenuContainer.AIAssistant.right-menu .DropdownMenuHeader .StartTitleTable:has(#ExactAssistantIconBlue) {
  display: none;
}
.DropdownMenuContainer.AIAssistant.right-menu .DropdownMenuHeader .NotificationCounter {
  color: #0277bd;
  border-radius: 5px;
  background-color: white;
  line-height: 10px;
  padding: 3px 4px 3px;
}
.DropdownMenuContainer.AIAssistant.right-menu .DropdownMenuBody {
  min-width: 140px;
}
.DropdownMenuContainer.Administration .DropdownMenuBody .ListFooter td,
.DropdownMenuContainer.Administration .DropdownMenuBody table tfoot td {
  text-align: right;
  padding: 10px 10px 0 0;
  background: url('../../styles/ExactFuel/images/show-all.png') no-repeat scroll right 14px;
  line-height: 15px;
  color: #b2bec4;
}
.DropdownMenuContainer.Administration .DropdownMenuBody table {
  width: 100%;
  margin-top: 5px;
}
.DropdownMenuContainer.Administration .DropdownMenuBody td {
  padding: 3px;
  vertical-align: top;
}
.DropdownMenuContainer.Administration .DropdownMenuBody .ListTitle:not(:first-child) td {
  padding-top: 8px;
}
.DropdownMenuContainer.Administration .DropdownMenuBody .DropdownMenuContainer.Administration .DropdownMenuBody .ListTitle td,
.DropdownMenuContainer.Administration .DropdownMenuBody thead td {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
.DropdownMenuContainer.Administration .HeaderText:hover,
.DropdownMenuContainer.MyExactOnline .HeaderText:hover {
  text-decoration: underline;
}
#DropdownPackageEfficiencyProgressFill {
  width: 100%;
  background-color: #dddddd;
}
#DropdownPackageEfficiencyProgressTrack {
  width: 0%;
  height: 3px;
  background-color: #8812e1;
}
.right {
  float: right;
}
.RecentLogin:hover {
  cursor: pointer;
  text-decoration: underline;
}
/*
	The purpose of this section is to mimic a table with hyperlinks, but with the first part (a code) right aligned,
	a hyphen in the middle and the administration's title left aligned
*/

.Administration table.AdministrationList {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 2px;
}
.Administration table.AdministrationList .Selected td {
  color: #232323;
  padding-top: 5px;
}
.Administration table.AdministrationList .ListItem td:first-child {
  width: 16px;
}
.Administration table.AdministrationList .ListItem:not(.Selected):hover {
  cursor: pointer;
  text-decoration: underline;
  color: #0277bd;
}
.Administration table.AdministrationList .ListItem:not(.Selected) * + * {
  padding-left: 0;
  padding-right: 0;
  border: none;
  color: #1a7aad;
}
.Administration table.AdministrationList .ListItem td + td {
  text-align: right;
}
.Administration table.AdministrationList .ListItem td + td + td {
  text-align: center;
}
.Administration table.AdministrationList .ListItem td + td + td + td {
  text-align: left;
}
.Administration.Active {
  box-shadow: none;
}
.DropdownMenuContainer.HelpMenu .HeaderText {
  background: url('../../styles/ExactFuel/images/icon-question-mark.png') bottom center no-repeat;
  height: 16px;
  width: 10px;
  margin-top: 2px;
}
.DropdownMenuContainer.HelpMenu.Active .HeaderText {
  background-position: top center;
}
.DropdownMenuImages {
  vertical-align: middle;
  padding-right: 5px;
}
.DropdownMenuImages.CreateWorkflowTask,
.DropdownMenuImages.NewDocument {
  background: url('../../styles/ExactFuel/images/icon-add.png') top left no-repeat;
  height: 16px;
  width: 16px;
  float: left;
}
.DropdownMenuImages.MyWorkflow,
.DropdownMenuImages.OverviewDocuments {
  background: url('../../styles/ExactFuel/images/icon-overview.png') no-repeat;
  height: 16px;
  width: 16px;
  float: left;
}
.DropdownMenuImages.SearchDocuments {
  background: url('../../../docs/images/BacoBrowser.gif') no-repeat;
  height: 16px;
  width: 16px;
  float: left;
}
.DropdownMenuImages.ScanService {
  background: url('../../styles/ExactFuel/images/icon-scan.png') no-repeat;
  height: 16px;
  width: 16px;
  float: left;
}
.DropdownMenuImages.UnassignedEmails {
  background: url('../../styles/ExactFuel/images/icon-unassignemails.png') no-repeat;
  height: 16px;
  width: 16px;
  float: left;
}
.DropdownMenuImages.MyDigitalPostbox {
  background: url('../../styles/ExactFuel/images/icon-mailbox.png') no-repeat;
  height: 16px;
  width: 16px;
  float: left;
}
.DropdownMenuImages.MyTaskBoard {
  background: url('../../styles/ExactFuel/images/icon-calendar.gif') no-repeat;
  height: 16px;
  width: 16px;
  float: left;
}
.EmployeeImage {
  border-radius: 25px;
  height: 50px;
  width: 50px;
}
.WflActivities .DataOutline2 td {
  height: 36px;
  padding: 0;
  vertical-align: bottom;
}
.WflActivities .Status {
  height: 22px;
  float: left;
  line-height: 21px;
  padding: 0 10px;
  background-color: #9f9f9f;
  color: white;
}
.WflActivities .Status.Today {
  background-color: #20843a;
}
.WflActivities .Status.Overdue,
.WflActivities .Status.Rejected {
  background-color: #d15d62;
}
.WflActivities .Status.Upcoming {
  background-color: #9f9f9f;
  color: white;
}
.WflActivities .OverdueDate {
  color: #d15d62;
}
.WflActivities .TagContainer {
  margin-top: 1px;
  position: relative;
  overflow: hidden;
  height: 40px;
}
.WflActivities .TagContainer .TagImage {
  background: url('../../styles/ExactFuel/images/lefttagside.png') top left no-repeat;
  height: 15px;
  width: 8px;
}
.WflActivities .TagContainer .TagText {
  color: white;
  background-color: #9f9f9f;
  border-radius: 0 3px 3px 0;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  top: -15px;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  white-space: nowrap;
}
.WflActivities .DataDark,
.WflActivities .DataLight {
  color: #59595b;
}
.WflActivities .DataDark td:first-child div,
.WflActivities .DataLight td:first-child div {
  margin-left: 5px;
}
.WflActivities .DataDark td,
.WflActivities .DataLight td {
  line-height: 17px;
  min-width: 150px;
  vertical-align: top;
}
.WflActivities .Contact,
.WflActivities .User {
  min-width: 240px;
}
.WflActivities .Contact .UserImage,
.WflActivities .User .UserImage,
.WflActivities .Contact .ContactImage,
.WflActivities .User .ContactImage {
  border-radius: 25px;
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.WflActivities .Contact .UserText,
.WflActivities .User .UserText,
.WflActivities .Contact .ContactText,
.WflActivities .User .ContactText {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.WflActivities .Contact .UserText .ContactCompanyName,
.WflActivities .User .UserText .ContactCompanyName,
.WflActivities .Contact .ContactText .ContactCompanyName,
.WflActivities .User .ContactText .ContactCompanyName {
  font-weight: bold;
}
.WflActivities table.ListView tr.Header > th {
  background: none;
  border-color: #e5e5e5;
  color: #59595b;
  font-weight: bold;
  padding: 15px 3px 4px 5px;
}
.WflActivities .ListViewContainer tr.Header > th {
  border: none;
}
.WflActivities .FilterSection td.Field input {
  height: 19px;
  margin-right: -5px;
  border-radius: 3px 0 0 3px;
  border-right: medium none;
}
.WflActivities .FilterSection td.Field a {
  margin-left: 80px;
}
.WflActivities .FilterSection td.Field .SearchFieldButton {
  border: none;
  float: inherit;
  height: 21px;
}
.WflSearchCustomer {
  min-width: 840px;
}
.WflSearchCustomer table.ListView tr.DataDark > td,
.WflSearchCustomer table.Listview tr.DataLight > td {
  width: 175px;
  vertical-align: top;
}
.WflSearchCustomer .Header #th_dRemarks {
  width: 300px;
}
.ActivityMenu .ActivityMenuColumn {
  width: 50%;
  float: left;
}
.ActivityMenu .ActivityMenuColumn .ActivityMenuCategory {
  font-size: 14px;
  color: black;
  padding-bottom: 10px;
  padding-right: 10px;
}
.ActivityMenu .ActivityMenuColumn .ActivityMenuCategory div {
  border-bottom: 1px solid #bec9d0;
  padding: 0 5px 5px;
}
.ActivityMenu .ActivityMenuColumn .ActivityMenuCategory li {
  font-size: 12px;
  background: url(../../../docs/images/icon_bullet_green.png) center left no-repeat;
  padding: 8px 5px 8px 15px;
}
.ContactUs .Header {
  border-bottom: 1px solid #bec9d0;
  padding: 15px 0 7px 10px;
  font-size: 14px;
}
.ContactUs .MainContainer {
  padding: 16px 3px 3px 5px;
  width: 225px;
}
.ContactUs .MainContainer div {
  padding: 4px;
}
.ContactUs .MainContainer div.Caption {
  font-weight: bold;
  font-size: 13px;
  padding: 4px 0 0 2px;
}
.ContactUs button.exButton {
  width: 230px;
  margin-bottom: 3px;
  height: 27px;
}
.ContactUs span.Online {
  color: #00dd77;
}
.ContactUs td {
  padding: 0;
  vertical-align: top;
}
.ContactUs a {
  font-weight: bold;
}
.TrialMessage {
  height: 25px;
  padding: 0;
  margin: -3px 5px 0;
  font-weight: bold;
}
.TrialMessageLiteral {
  background-color: #d15d62;
  padding: 3px 5px;
  color: white;
  height: 19px;
}
.TrialMessage .exButton,
.TrialMessage .exButton:hover {
  font-weight: normal;
  margin-right: 0;
  padding: 1px 10px 4px;
}
.DropdownMenuContainer.Active .TrialMessage {
  color: white;
}
#liReSetup {
  border-bottom: 1px solid #bec9d0;
}
#liReSetup div,
#liBuy div {
  background: url('../../styles/ExactFuel/images/show-all.png') left 4px no-repeat;
  padding: 0 0 0 12px;
}
#liReSetup div a,
#liBuy div a {
  font-weight: bold;
}
.HeaderProperty {
  font-size: 10px;
}
.HeaderProperty.Separator {
  border-top: 1px solid #b2bec4;
}
.DateTime {
  color: #9f9f9f;
}
.ActiveSign {
  background: url('../../../docs/images/checkmark.png') no-repeat top left;
  width: 14px;
  height: 10px;
  float: left;
}
.AlignRight {
  text-align: right;
}
.DropdownArrow {
  width: 7px;
  height: 6px;
  cursor: pointer;
  display: block;
  margin: 5px 0 0 2px;
}
.ArrowUp,
.ArrowDown {
  background: url('../../styles/ExactFuel/images/arrow-up-down.png') no-repeat bottom center;
  margin: 7px 15px 0 2px;
}
.ArrowDown {
  background-position: top center;
}
.DropdownMenuContainer.HeaderButtons.Active .ArrowDown {
  background-position: top center;
}
.DropdownButtonContainer {
  top: 26px;
  left: 0;
  white-space: nowrap;
}
.BtnAttachments {
  margin-left: 10px;
  cursor: pointer;
}
.Divider {
  font-size: 18px;
  color: #686868;
  margin-top: 2px;
  float: right;
}
.SearchBar {
  float: right;
  clear: both;
  margin: 9px 25px 0 0;
}
.DetectionBar {
  height: 1px;
  width: 100%;
  display: block;
  float: right;
  clear: left;
}
.HdrSeparator {
  color: #b2bec4;
  font-size: 22px;
  padding: 0 4px;
  vertical-align: top;
}
.WizardHeader .HdrTitle .HdrSeparator {
  font-size: 16px;
}
div.translation {
  position: static;
  overflow: auto;
  height: 100px;
  width: 100%;
}
.transRow td {
  border-bottom: dashed 1px #c1d0cf;
  height: 18px;
}
span.translation {
  color: #808183;
}
.WaitMessage {
  background-color: #eeeeee;
  border: none;
  height: 0;
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
.WaitMessage table {
  width: 100%;
  height: 100%;
}
.WaitMessage table:hover {
  cursor: wait;
}
.WaitMessage td {
  text-align: center;
  font-size: 36pt;
}
#SearchType {
  background: #a7b5d7;
}
select {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  font-size: 100%;
  min-height: 18px;
  padding: 0;
  height: 20px;
}
optgroup {
  font-style: normal;
}
textarea {
  font-size: 12px;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
pre {
  font-size: x-small;
}
.saveHistory {
  behavior: url(#default#savehistory);
}
.Message {
  min-height: 40px;
  border: solid 1px;
  margin: 4px 4px 16px;
  position: relative;
  padding: 10px 10px 10px 70px;
  border-radius: 2px;
  box-sizing: content-box;
}
.Message.ElectronicInvoicing {
  margin-bottom: 0px;
  margin-top: 8px;
}
.Message .MessageHeader {
  font-weight: bold;
  line-height: 18px;
  color: #232323;
}
.Message img {
  margin: 0;
  padding: 10px 12px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.Message > span {
  vertical-align: top;
  line-height: 18px;
  font-size: 12px;
  background: transparent none;
  padding: 0;
}
.Message.Error {
  background-color: #e8b6b6;
  border-color: #ba7d7d;
}
.Message.Warning {
  background-color: #fde69a;
  border-color: #bda760;
}
.Message.Notification {
  background-color: #aad4ed;
  border-color: #7495b2;
}
.Message.Notification.ApprovalStatusMessage {
  min-height: 0px;
  padding: 5px;
  margin: 3px auto;
}
.Message.Notification.ApprovalStatusMessage img {
  padding: 2px;
  position: relative;
  margin-right: 5px;
  float: left;
}
.Message.Notification.ApprovalStatusMessage p {
  padding: 7px 5px 5px 5px;
}
.Message.Success {
  background-color: #ade0a5;
  border-color: #5b9c51;
}
.Message.Question {
  background-color: #aad4ed;
  border-color: #7495b2;
}
.Message.Information {
  background-color: #aad4ed;
  border-color: #7495b2;
}
.TMessage_Information.Message {
  min-height: 40px;
}
.Message.Information table {
  width: 100%;
  font-size: small;
}
.Message.Information td.Image {
  vertical-align: top;
  height: 40px;
}
.Message.Information td.Image table {
  position: absolute;
  top: 0;
  left: 0;
}
.Message.Information td.Text {
  vertical-align: top;
}
.Message.Information td.Action {
  vertical-align: bottom;
  text-align: right;
}
.Message.Information td.Action img {
  vertical-align: top;
  right: 0;
  left: auto;
}
.Message.MessageHtmlCustom .Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Message.MessageHtmlCustom .Right-section {
  display: flex;
  align-items: center;
}
.Message.MessageHtmlCustom .Right-section a {
  margin-right: 10px;
}
.Message.MessageHtmlCustom .Close {
  min-width: 12px;
  height: 20px;
  background: url('../../../docs/images/xmark.svg') center center no-repeat;
  cursor: pointer;
}
.MessageContents .MessageText a,
.MessageContents .MessageHeader a {
  text-decoration: none;
  color: #0277bd;
}
.MessageContents .MessageText a:hover,
.MessageContents .MessageHeader a:hover {
  text-decoration: underline;
  color: #0277bd;
}
.NoDataFound {
  color: #d15d62;
  padding: 5px 0;
}
.ContextMenu {
  min-width: 150px;
  cursor: default;
  position: absolute;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #9f9f9f;
  white-space: nowrap;
  padding: 5px;
  background-color: white;
  box-shadow: 2px 3px 3px 0 #777777;
}
.ContextMenuItems {
  height: 23px;
  cursor: pointer;
}
.ContextMenuItems > td {
  padding: 0 5px;
}
.ContextMenuItems:hover,
.ContextMenuItems.Selected {
  background: #e5e5e5;
}
.ContextMenuHeader {
  font-weight: bold;
  background: #ededed;
  color: #808183;
}
.GeneralConditions {
  border: 1px solid #6c8794;
  overflow: auto;
  width: 100%;
  position: static;
  height: 250px;
}
.SelectLink {
  font-size: x-small;
  font-weight: bold;
  color: #498fcd;
}
.MenuTable,
.MenuTable table {
  width: 100%;
}
.MenuTable td {
  padding: 3px 25px 3px 0;
}
.MenuTable th {
  padding: 5px;
  text-align: left;
  background: #e5e5e5;
  font-size: 16px;
  font-weight: normal;
  height: 20px;
}
.MenuTable table td {
  padding: 0 0 0 6px;
  text-align: left;
  height: 25px;
}
.MenuTable table td:hover {
  background: #f1f3f4;
}
.MenuTable th img {
  border: solid 1px black;
  vertical-align: middle;
  margin: 1px 5px 1px 1px;
}
.MenuTable td table th img {
  margin: 0 5px 0 0;
}
.MenuTable td img {
  border: none;
  vertical-align: middle;
  float: right;
  margin: 0 5px 0 0;
}
.MenuTable a {
  width: 100%;
  padding: 6px 0;
  display: block;
}
.ConfirmWindow {
  background: white;
  padding: 2px;
}
.ConfirmWindow th {
  background: #0277bd;
  color: white;
}
.ConfirmWindow td.Explanation {
  font-size: xx-small;
  font-weight: normal;
  padding: 7px;
}
.ExportOptionsWindow {
  font-size: small;
  font-weight: bold;
  color: #808183;
  width: 100%;
  min-width: 350px;
}
.ExportOptionsWindow tr:first-child {
  height: 60px;
}
.ExportOptionsWindow tr:first-child img {
  padding: 60px 0 16px 0;
}
.ExportOptionsWindow tr:first-child > td,
.ExportOptionsWindow .MessageHeader {
  text-align: center;
}
.ExportOptionsWindow div.exButtonBar {
  text-align: center;
  white-space: nowrap;
}
.SlsSalesInvoicesPeppol form {
  margin-left: 16px;
}
.Progressbar {
  border: solid 1px #6c8794;
}
.Progressbar table {
  background: white;
  font-size: small;
  font-weight: bold;
  color: #808183;
  padding: 2px;
}
.Progressbar th {
  background: #6c8794;
  color: #6c8794;
}
.Progressbar td.Explanation {
  font-size: xx-small;
  font-weight: normal;
  padding: 7px;
}
#HeaderMaintenance.HeadrButton {
  border-bottom: 0;
  float: right;
}
.HdrTitleLine {
  margin-bottom: 12px;
}
.HdrRefs {
  font-size: 11px;
  padding: 8px 0 0 8px;
  font-weight: normal;
}
td.hdrBtn {
  padding-right: 10px;
}
.hdrBtn {
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.hdrBtn button {
  margin: 2px 0;
  overflow: hidden;
  width: 22px;
  height: 22px;
  border-right: solid 1px black;
  border-top: solid 1px #737373;
  border-left: solid 1px #737373;
  border-bottom: solid 1px black;
  cursor: pointer;
  background-repeat: no-repeat;
  background: #e3e3e3;
}
.hdrBtn a {
  color: #498fcd;
  display: block;
  height: 16px;
}
.hdrBtn a:hover {
  background: #e5eaec;
  text-decoration: none;
}
.hdrSep {
  width: 10px;
  color: white;
  padding: 0 0 0 5px;
}
div.Body {
  border: 1px solid black;
  padding: 2px;
  margin: 0 -4px 4px 4px;
  width: 99%;
}
div.FooterRow {
  padding-top: 20px;
}
#ApprovalStatusTableData {
  padding: 3px 0px;
}
.Form {
  margin: 0 0 15px 0;
  width: 99%;
  border-spacing: 0;
  padding-left: 4px;
}
.Form tr.Section th {
  text-indent: -1pt;
  text-align: left;
}
.FormNoPad {
  padding: 0;
  margin: 0;
  width: 100%;
}
.Form td.NoPadding {
  padding: 0;
}
.Form td.Field,
.Form td div.Field {
  padding: 8px 13px;
}
.Form td.NoLabelField {
  padding-left: 0;
}
.Field > table > tbody > tr > td.Field {
  padding: 0;
}
.Form td.Field input[type="checkbox"] {
  height: 13px;
  margin: 3px;
}
.Field > table > tbody > tr > td {
  padding-left: 0;
}
.Field .Placeholder {
  margin: 0 7px;
  padding-top: 4px;
  padding-left: 3px;
}
.Form td.Label,
.Form td div.Label {
  padding: 8px 13px;
  background: #e5e5e5;
}
.Form td.Label.Top {
  vertical-align: top;
  padding-top: 16px;
}
.Form tr.SubSection td {
  text-align: left;
  padding-left: 4px;
  font-weight: normal;
}
.Form td.LabelHilite {
  background: #6c8794;
  border: solid 1px white;
  padding: 0 3px 0 2px;
}
table.Form td.LabelSelected {
  background: #6c8794;
  padding: 0 3px 0 2px;
  border: solid 1px #a5a5a5;
}
#TableDifference {
  margin: 0 0 0 4px;
}
#TableDifference,
#TableTotal {
  margin-top: 1px;
  background: #e5e5e5;
}
#TableDifference td,
#TableTotal td {
  padding: 0;
}
#TableDifference td input,
#TableTotal td input {
  border: none;
}
#TableTotal {
  margin-left: 4px;
}
#TableTotal td {
  border-bottom: none;
}
.Form .ColumnsStyle {
  width: 100%;
}
.Form .ColumnsStyle td {
  border: 0;
}
.CustomiseColumnSelector .Toolbar,
.Form .Toolbar {
  overflow: hidden;
  height: 26px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.CustomiseColumnSelector .Toolbar.Start,
.Form .Toolbar.Start {
  background: url('../../../docs/images/edit.toolbar.start.gif') no-repeat;
  width: 3px;
  padding-right: 0;
}
.CustomiseColumnSelector .Toolbar.Element,
.Form .Toolbar.Element {
  background: url('../../../docs/images/edit.toolbar.background.gif') repeat-x;
  width: 30px;
}
.CustomiseColumnSelector .Toolbar.Separator,
.Form .Toolbar.Separator {
  background: url('../../../docs/images/edit.toolbar.background.gif') repeat-x;
  width: 3px;
}
.CustomiseColumnSelector .Toolbar.End,
.Form .Toolbar.End {
  background: url('../../../docs/images/edit.toolbar.end.gif') no-repeat;
  width: 3px;
}
.TabMainDiv .FilterSection {
  margin-top: 18px;
}
.TabMainDiv > .FilterSection td {
  padding: 5px 10px;
}
.TabMainDiv .ListBox .ColumnAvailable {
  width: 280px;
}
.TabMainDiv .ListBox .ColumnAvailable th {
  line-height: 18px;
  text-indent: 5px;
}
.TabMainDiv .DualListBox .SelectBox select {
  padding: 3px 0 0 3px;
}
.CustomiseColumnSelector {
  margin: 18px 0 40px 0;
}
.CustomiseColumnSelector > tbody > tr > td:first-child {
  padding: 3px 24px 3px 4px;
}
.CustomiseListViewSeparator {
  border-top: 1px solid #d6d6d6;
  margin-left: 6px;
}
.TabMainDiv .ListView {
  margin: 1px 0 0 6px;
}
.CustomiseListViewHeader {
  margin: 0 0 8px 5px;
}
.CustomiseListViewHeader,
.TabMainDiv .SectionHeader {
  font-size: 14px;
}
.TabMainDiv .SectionHeader th {
  padding-left: 4px;
}
.TabMainDiv .Form .SectionHeader th {
  padding-left: 1px;
}
.TabMainDiv .Form {
  margin-top: 18px;
}
.TabMainDiv .DualListBox td {
  padding-left: 0;
}
tr.RowReadOnly {
  background-color: #d6d6d6;
}
.ColumnEditor th {
  background: #d6d6d6;
  color: #808183;
  padding: 3px;
  font-weight: bold;
  vertical-align: text-top;
  text-align: left;
}
.ColumnEditor td {
  margin-top: 2px;
  background: #efeded;
  border: solid 1px #d6d6d6;
  height: 16px;
  padding: 2px;
}
tbody.ColumnEditor td.Selected,
tbody.ColumnEditor td.ui-draggable-dragging,
table.ColumnAvailable td.Selected,
table.ColumnAvailable td.ui-draggable-dragging {
  background-color: #0277bd;
}
tbody.ColumnEditor td.ui-draggable-dragging,
table.ColumnAvailable td.ui-draggable.Selected {
  color: white;
}
.ListBox table.ColumnAvailable {
  height: auto;
  width: 300px;
}
.ListBox table.ColumnAvailable th {
  text-align: left;
}
.ListBox table.ColumnAvailable td {
  padding-left: 30px;
}
.Form td table.ListView {
  border: 0;
}
.SuggestionButton {
  margin: 0 3px 6px 0;
  padding: 5px 5px 4px;
  background-color: #e9eff7;
  color: #0277bd;
  border-radius: .25em;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.SuggestionButton:hover {
  background-color: #0288d1;
  color: white;
  text-decoration: none;
}
.ToggleCheckbox {
  font-size: 0;
  padding-left: 1px;
  position: relative;
}
.ToggleCheckbox > input {
  opacity: 0;
  width: 0;
  position: absolute;
}
.ToggleCheckbox > label {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px;
  cursor: pointer;
  border: 1px solid #9f9f9f;
  color: dimgray;
  margin-left: -1px;
}
.ToggleCheckbox > input + label[disabled=disabled]:hover,
.ToggleCheckbox > input + label[disabled=disabled] {
  background-color: #fbfbfb;
  color: #e5e5e5;
  cursor: default;
  outline: none;
  border: 1px solid #e5e5e5;
}
.ToggleCheckbox > label:first-of-type {
  border-radius: 2px 0 0 2px;
}
.ToggleCheckbox > label:last-of-type {
  border-radius: 0 2px 2px 0;
}
.ToggleCheckbox > input:checked + label {
  background-color: #0277bd;
  color: white;
  outline: 2px solid #0c83b5;
}
.ToggleCheckbox > input:checked + label[disabled=disabled]:hover,
.ToggleCheckbox > input:checked + label[disabled=disabled] {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: white;
  outline: none;
  cursor: default;
}
.ToggleCheckbox > input + label:hover:not([disabled=disabled]) {
  background-color: #01528f;
  color: white;
  border-color: #01528f;
}
.ToggleSwitch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 14px;
}
.ToggleSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dadede;
  -webkit-transition: .4s;
  transition: .4s;
  margin-top: 0;
}
.ToggleSwitch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.ToggleSwitch .slider.round {
  border-radius: 31px;
}
.ToggleSwitch .slider.round:before {
  border-radius: 31px;
}
.ToggleSwitch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ToggleSwitch input:checked + .slider {
  background-color: #0650d0;
}
.ToggleSwitch input:checked + .slider:before {
  transform: translateX(8px);
}
.SmartAllocationConfiguration div.transbox {
  margin: 0;
  border: 1px solid #cccccc;
}
.SmartAllocationConfiguration div.transbox p {
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
.SmartAllocationConfiguration div.transbox p.transboxHeader {
  font-size: 24px;
  font-weight: bold;
}
.SmartAllocationConfiguration table.Automation {
  border-spacing: 5px 0px;
  margin-left: 5px;
  margin-right: 5px;
}
.SmartAllocationConfiguration table.Automation tr td.Manual {
  padding: 8px;
  background-color: #f0f0f0;
}
.SmartAllocationConfiguration table.Automation tr td.Automated {
  padding: 8px;
  background-color: #faa819;
  color: white;
  vertical-align: bottom;
}
.SmartAllocationConfiguration div.learn-more {
  text-align: right;
  vertical-align: middle;
  width: 100%;
  background-color: #faa819;
}
.SmartAllocationConfiguration div.learn-more button {
  background-color: #f59719;
  color: white;
  height: 25px;
  padding: 2px 10px 4px;
  border: none;
}
.SmartAllocationConfiguration input[type=text] {
  padding: 0px;
  border-radius: 2px;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #9f9f9f;
  padding-right: 5px;
  width: 36px;
  min-height: 22px;
}
.SmartAllocationConfiguration input[type=text][readonly] {
  background-color: #fbfbfb;
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
/*top right hyperlink for purchase overview*/

.top-right-link {
  padding: 2px 10px 4px;
  margin-right: 6px;
  margin-top: 14px;
  text-align: right;
  font-size: 13px;
  float: right;
}
.top-right-hyperlink {
  padding: 0px 10px 4px;
  margin-right: 6px;
  margin-top: 1px;
  text-align: right;
  font-size: 13px;
  float: right;
}
/*white-separator in the header of an overview*/

.white-separator {
  background: white !important;
  border-bottom-color: white !important;
  text-align: center !important;
}
tr.SectionHeader th {
  padding: 2px 10px 5px;
  text-align: left;
  font-weight: normal;
}
tr.SectionHeaderError th {
  border: solid 1px;
  background-color: #e8b6b6;
  border-color: #ba7d7d;
}
tr.SectionHeaderWarning th {
  border: solid 1px;
  background-color: #fde69a;
  border-color: #bda760;
}
.PlanningBoardFooter tr.SectionHeader input,
.PlanningBoardFooter tr.SectionHeader .ListviewPage,
.ListView tr.SectionHeader input,
.ListView tr.SectionHeader .ListviewPage {
  font-size: 12px;
}
tr.SectionHeader.Card > th {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}
tr.SectionHeader.Card > th a {
  color: #0277bd;
}
.MyPlanningDetailTitle {
  font-size: 16px;
  line-height: 30px;
}
.MyPlanningDetailDate {
  color: #59595b;
  font-size: 14px;
}
.MyPlanningDetailFooter {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 35px;
  text-align: right;
  padding-top: 10px;
}
.MyPlanningDetail form {
  height: 330px;
}
table.ListView > tbody > tr.SectionHeader th {
  border-bottom: 1px dotted #6c8794;
  padding: 4px 10px 5px;
}
td.ListViewBtns {
  padding: 0;
  text-align: right;
  font-size: 12px;
}
tr.SectionHeader > th > table > tbody > tr > td > input {
  background: white;
  color: #232323;
  height: 19px;
  padding: 0 3px 0 6px;
  border: 1px solid #b2bec4;
  border-right: none;
  margin: 0 -3px 0 0;
  border-radius: 3px 0 0 3px;
}
tr.SectionHeader > th > table > tbody > tr > td > .pgButton {
  background: url('../../styles/ExactFuel/images/search-button.png');
  width: 17px;
  height: 19px;
  text-indent: -1000em;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
}
tr.SectionHeader > th.CardRowNrOfColumns {
  text-align: left;
  padding: 2px 10px 10px 17px;
}
tr.SectionHeader > th.CardColumnNumber {
  padding: 8px 15px;
  background-color: #e5e5e5;
  font-size: 16px;
}
.CSDroppable > td {
  border: 2px dotted #0277bd;
  margin: 4px 0;
  height: 4px;
  width: 100%;
}
.CCDroppable {
  border: 2px dotted #0277bd;
  margin: 0 4px;
  height: 100%;
  width: 4px;
}
.c1 {
  font-style: italic;
}
.c2,
.FontBold {
  font-weight: bold;
}
.c3 {
  font-size: medium;
}
.c4 {
  font-size: large;
}
.c5 {
  font-size: larger;
}
.leftTab {
  margin-left: 4em;
}
.QuickView {
  width: 100%;
}
.CheckMarkNo {
  background: url('../../styles/ExactFuel/images/icon-exclamation.gif') top left no-repeat;
  height: 16px;
  width: 16px;
}
.CheckMarkYes {
  background: url('../../styles/ExactFuel/images/checkmarkyes.png') center no-repeat;
  height: 16px;
  width: 16px;
}
div.Planning_RadSplitter {
  padding: 0;
  margin: 0;
  width: 100%;
}
table.PlanningBoardFooter {
  bottom: 0;
  padding: 1px 0 0 0;
  margin: 0;
  width: 100%;
}
table.ListView ul ul {
  margin: 5px 0 0 20px;
}
div.ListView {
  margin-left: 4px;
  margin-right: 8px;
  background-color: white;
  border: #bababa 1px solid;
}
div.ListView table.ListView {
  border: none;
  margin: 0 14px 0 0;
  width: 100%;
}
.ListViewContainer {
  margin: 0 14px 4px 4px;
}
.ListViewContainer.ListViewContainerDynamic {
  overflow-x: auto;
  overflow-y: hidden;
}
.ListViewContainer .ListView {
  border: 1px solid #cccccc;
  margin: 0;
}
.ListView.ParentTableHeader {
  border: 0;
  margin: 0;
}
.ListView.ParentTableFooter {
  border: 0;
  margin: 0;
  background: #e5e5e5;
}
.ListView tfoot .SectionHeader,
.PlanningBoardFooter tfoot .SectionHeader {
  background: #e5e5e5;
}
.ListView.ParentTableBody {
  background-color: white;
}
.ListView.ParentTableBody.ParentTableBodyDynamic {
  height: 155px;
  margin-top: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ListViewContainer table.ListView {
  border: none;
}
table.Alt input {
  margin-top: 6px;
}
.WizardSpace .ListViewContainer {
  margin: 0;
}
.EntryHeader {
  border: 1px solid #9f9f9f;
  margin-left: 4px;
  padding: 6px;
}
.EntryHeaderBox {
  border: 1px solid #9f9f9f;
}
.PurchaseEntryHeader {
  border-color: #cccccc;
}
.EntryHeader td.Field,
.EntryHeader td.Label {
  padding: 6px 3px;
}
.EntryHeader table {
  border-collapse: collapse;
}
.EntryHeader > tbody > tr > th {
  padding: 8px 3px;
}
table.ListView tr.Header {
  color: #232323;
  font-weight: normal;
}
table.ListView tr.Header td {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
table.ListView tr.Header > th:first-child > div > img {
  float: left;
}
table.ListView tr.Header td.DataLight {
  padding: 4px;
  vertical-align: text-top;
  text-align: left;
  font-size: x-small;
  border-left: solid 1px #c7d1d8;
}
table.ListView tr.HeaderBL th {
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #d6d6d6;
  padding-right: 3px;
  padding-left: 3px;
  font-weight: bold;
  vertical-align: text-top;
  text-align: left;
}
table.ListView tr.HeaderBL th div {
  overflow: hidden;
  width: 100%;
  clip: rect(0px, auto, 1px, auto);
  height: 1px;
}
.TableHeader.ListView tr:first-child th {
  border-top: 0;
}
table.ListView tr.Footer td,
table.PlanningBoardFooter tr.Footer td {
  padding: 0;
}
table.ListView tr.Footer table.ListView,
table.PlanningBoardFooter tr.Footer table.PlanningBoardFooter {
  border: none;
  margin: 0;
  width: 100%;
}
table.ListView tr.Footer table.ListView td,
table.PlanningBoardFooter tr.Footer table.PlanningBoardFooter td {
  padding: 2px 4px 2px 3px;
}
div.Footer table.ListView {
  margin-bottom: 0;
}
.ListViewPin {
  text-align: left;
  cursor: pointer;
  width: 15px;
  height: 11px;
}
.ListviewPage {
  padding-right: 4px;
}
.HeadPin {
  z-index: 1;
  position: relative;
  top: expression(this.offsetParent.scrollTop); ;
}
.ColumnPin {
  position: relative;
}
table.ListView tr.DataDark {
  background: white;
}
table.ListView td {
  padding: 5px;
}
table.ListView td.SortableRight {
  padding-right: 16px;
}
table.ListView tr.DataLight {
  background: white;
}
.DarkLight table.ListView tr.DataDark {
  background: #e5e5e5;
}
.DarkLight table.ListView tr {
  vertical-align: top;
}
.SysSearch table.ListView tr.DataDark > td,
.SysSearch table.ListView tr.DataLight > td {
  vertical-align: top;
}
.ReportTbl {
  border-spacing: 0;
  width: 100%;
}
.ReportTbl table.ListView td {
  padding: 5px 0;
}
#cockpit .ListView {
  border: none !important;
}
table.ListView tr.Section th {
  text-align: left;
}
table.ListView tr.DataOutline0,
table.ListView tr.DataOutline1,
table.ListView tr.DataOutline2,
table.ListView tr.DataOutline3,
table.ListView tr.DataOutline4,
table.ListView tr.DataOutline5,
table.ListView tr.DataOutline6 {
  font-weight: bold;
}
table.ListView tr.DataOutline0 td,
table.ListView tr.DataOutline1 td,
table.ListView tr.DataOutline2 td,
table.ListView tr.DataOutline3 td,
table.ListView tr.DataOutline4 td,
table.ListView tr.DataOutline5 td,
table.ListView tr.DataOutline6 td {
  border-bottom: solid 1px #e5e5e5;
}
table.ListView tr.Total {
  font-weight: bold;
  vertical-align: text-top;
}
table.ListView tr.SectionHeader th > div > img {
  float: left;
}
table.ListView tr.SectionHeader td {
  font-weight: bold;
}
table.ListView tr.SectionHeader td a {
  font-weight: normal;
}
table.ListView td.SearchEntity {
  font-size: 14px;
  font-weight: bold;
}
table.ListView td.SearchType {
  color: #999999;
}
table.ListView tr.Search td {
  border-top: solid 1px #d6d6d6;
}
table.ListView th.Image {
  padding: 0;
  width: 29px;
}
table.ListView th.Image a:hover {
  background: transparent;
}
table.ListView tr.DataDark td.FirstRow,
table.ListView tr.DataLight td.FirstRow {
  border-bottom: none;
}
table.ListView tr.DataDark:hover .onHoverContainer,
table.ListView tr.DataLight:hover .onHoverContainer {
  visibility: visible;
}
table.ListView td > .onHoverContainer {
  text-align: right;
  visibility: hidden;
}
table.ListView td > .onHoverContainer.show,
table.ListView td > .onHoverContainer.Active {
  visibility: visible;
}
table.ListView td > .onHoverContainer img {
  margin-right: 4px;
}
table.ListView td > .onHoverContainer button {
  margin-bottom: 0;
}
table.ListView img[onclick] {
  cursor: pointer;
}
table.ListView .ImageWithCaption {
  float: left;
  width: 30px;
}
table.Grid {
  white-space: nowrap;
  margin: 0 0 0 4px;
  width: 99%;
}
table.Grid colgroup col.MatrixButtonColumnGroup {
  width: 20px;
}
table.Grid tr {
  height: 23px;
}
table.Grid tr.Header {
  background: #e5e5e5;
  padding: 2px;
  border: 1px solid white;
}
table.Grid tr.Header th.CellColumnHeader {
  text-align: center;
  white-space: nowrap;
}
table.Grid tr.Header th {
  text-align: left;
  font-weight: normal;
  padding: 0 6px;
}
table.Grid tr.Header th.Extra {
  text-align: center;
}
table.Grid tr.HeaderBL {
  color: #d6d6d6;
  padding: 2px;
  height: 20px;
}
table.Grid tr.HeaderBL th {
  text-align: left;
}
table.Grid tr td.ExpandableColumn {
  vertical-align: bottom;
}
table.Grid tr td.ExpandableColumn a {
  width: 100%;
  display: inline;
}
table.Grid td {
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 6px;
}
table.Grid.Matrix {
  padding: 0;
  border-spacing: 0;
}
table.Grid.Matrix.Fixed {
  position: fixed;
}
table.Grid.Matrix colgroup col.MatrixButtonColumnGroup {
  width: 24px;
}
table.Grid.Matrix colgroup col.ExpandableMatrixColumnGroup {
  width: 20%;
}
table.Grid.Matrix colgroup col.ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup {
  width: 12%;
}
table.Grid.Matrix colgroup col.ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup {
  width: 4%;
}
table.Grid.Matrix colgroup col.ExpandableMatrixNotes {
  width: 32px;
}
table.Grid.Matrix colgroup col.ExpandableMatrixUnit {
  width: 60px;
}
table.Grid.Matrix colgroup col.ExpandableMatrixCellColumnGroup,
table.Grid.Matrix colgroup col.ExpandableMatrixPriceFC,
table.Grid.Matrix colgroup col.ExpandableMatrixTime {
  width: 6.5%;
}
table.Grid.Matrix colgroup col.ExpandableMatrixRowTotalColumnGroup {
  width: 10%;
}
table.Grid.Matrix colgroup col.ExpandableTotalColumn {
  width: 3.5%;
}
table.Grid.Matrix colgroup col.ExpandableMatrixCurrency {
  width: 5.2%;
}
table.Grid.Matrix tr.Header th {
  padding: 0 8px;
  overflow: hidden;
}
table.Grid.Matrix tr.Header th.CellColumnHeader {
  text-align: right;
  padding-right: 12px;
  white-space: nowrap;
}
table.Grid.Matrix tr.Header th.CellColumnHeader.NationalHoliday {
  color: #bdbdbd;
}
table.Grid.Matrix tr.Header th.ExpandableMatrixPriceFC,
table.Grid.Matrix tr.Header th.ExpandableMatrixTime {
  padding-right: 12px;
}
table.Grid.Matrix tr.Header th.ExpandableMatrixTime {
  text-align: center;
}
table.Grid.Matrix tr.Header.Footer td {
  border-bottom: none;
  padding-right: 12px;
  box-sizing: border-box;
}
table.Grid.Matrix tr.Header.Footer td.RowNumber {
  padding-right: 8px;
}
table.Grid.Matrix tr.Header.Footer td.ExpandableCellColumn {
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
}
table.Grid.Matrix tr.Header.Footer td.ExpandableCellColumn.NationalHoliday {
  color: #bdbdbd;
}
table.Grid.Matrix tr.Header.Footer td.ExpandableTotalColumn {
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
  padding-right: 8px;
}
table.Grid.Matrix tr.Header.Footer td.ExpandableTotalColumn.TextBold {
  font-weight: bold;
}
table.Grid.Matrix tr.Header.Footer td.ExpandableMatrixStatus {
  font-size: 14px;
}
table.Grid.Matrix tr.Header.Footer td.ExpandableMatrixUnit {
  padding-top: 3px;
}
table.Grid.Matrix tr.Header td button.Image {
  width: 16px;
}
table.Grid.Matrix tr:not(.Header) td {
  box-sizing: border-box;
  padding: 5px 8px;
  display: table-cell;
}
table.Grid.Matrix tr:not(.Header) td.RowNumber,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixStatus {
  cursor: pointer;
}
table.Grid.Matrix tr:not(.Header) td.RowNumber span,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixStatus span {
  display: inline;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableButton {
  width: 24px;
  padding: 0 4px;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableButton button.Image {
  width: 16px;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableButton:nth-child(4) {
  padding-right: 8px;
}
table.Grid.Matrix tr:not(.Header) td .BlankMemo,
table.Grid.Matrix tr:not(.Header) td .FilledMemo {
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
table.Grid.Matrix tr:not(.Header) td .BlankMemo {
  background-image: url('../../../docs/images/mtr_docs-t.gif');
}
table.Grid.Matrix tr:not(.Header) td .FilledMemo {
  background-image: url('../../../docs/images/browserterms.gif');
}
table.Grid.Matrix tr:not(.Header) td.ExpandableColumn {
  vertical-align: top;
  padding: 2px 8px;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableColumn.ExpandableMatrixAttachment {
  max-width: 40px;
  cursor: pointer;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableColumn label,
table.Grid.Matrix tr:not(.Header) td.ExpandableColumn input,
table.Grid.Matrix tr:not(.Header) td.ExpandableColumn button {
  display: none;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixCurrency {
  cursor: pointer;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixCurrency select {
  display: none;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixNotes textarea {
  display: none;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixUnit input {
  width: 100%;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixUnit span {
  display: inline-block;
  padding-top: 13px;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableCellColumn span,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixPriceFC span,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixTime span {
  height: 21px;
  font-size: 14px;
  padding-top: 7px;
  padding-right: 4px;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableCellColumn input,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixPriceFC input,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixTime input {
  height: 30px;
  font-size: 14px;
  text-align: center;
  padding-right: 3px;
  box-sizing: border-box;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableCellColumn a.Reference,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixPriceFC a.Reference,
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixTime a.Reference {
  margin-top: 3px;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableCellColumn.NationalHoliday span,
table.Grid.Matrix tr:not(.Header) td.ExpandableCellColumn.NationalHoliday input {
  border-color: #dddddd;
  color: #bdbdbd;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableMatrixTime span {
  text-align: center;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableTotalColumn {
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  cursor: pointer;
}
table.Grid.Matrix tr:not(.Header) td.ExpandableTotalColumn span {
  padding: 0;
}
table.Grid.Matrix tr.FocusRow {
  background: #f0f0f0;
}
table.Grid.Matrix tr.FocusRow .Reference {
  background: #f0f0f0;
}
table.Grid.Matrix tr.ExpandedRow {
  background: #f0f0f0;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.RowNumber,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableButton,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableCellColumn,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixNotes,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableTotalColumn,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixStatus,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixPriceFC {
  vertical-align: top;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.RowNumber,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixStatus {
  padding-top: 15px;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableButton button.Image {
  margin-top: 14px;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableColumn {
  padding: 8px;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableCellColumn,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixPriceFC,
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixTime {
  padding-top: 7px;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixUnit {
  padding-top: 11px;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableTotalColumn {
  padding-top: 14px;
}
table.Grid.Matrix tr.ExpandedRow:not(.Header):not(.Footer) td.ExpandableMatrixCurrency {
  padding-top: 12px;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv {
  margin: 4px 0;
  min-height: 22px;
  display: flex;
  align-items: center;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv:first-child {
  margin-top: 0;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv:last-child {
  margin-bottom: 0;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv label {
  display: inline-block !important;
  min-width: 100px;
}
@media (max-width: 1279px) {
  table.Grid.Matrix tr.ExpandedRow .ExpandableDiv label {
    min-width: 80px;
  }
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv input[type=text] {
  text-overflow: ellipsis;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv .browser {
  flex: 0 0 16px;
  margin: 0 3px;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv .Reference {
  background: #f0f0f0;
  max-width: 20vw;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv .ExpandableDatabar {
  width: calc((33%) - (-5px));
  height: 14px;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv .ExpandableDatabar Span {
  height: 100%;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv .DatabarReference {
  margin: 0 0 0 3px;
  padding: 0;
  border: none;
  display: block;
  width: 67%;
  background: #f0f0f0;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv .DatabarReference[value^="-"] {
  color: red;
}
table.Grid.Matrix tr.ExpandedRow .ExpandableDiv a.Reference {
  padding-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixNotes {
  vertical-align: top;
  padding: 44px 8px 57px 8px;
  width: 16px;
}
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixNotes .BlankMemo,
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixDailyNotes .BlankMemo {
  margin-top: 0;
}
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixNotes textarea,
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixDailyNotes textarea {
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid #b2bec4;
  margin-left: 16px;
  position: absolute;
  height: 66px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixNotes textarea:disabled,
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixDailyNotes textarea:disabled {
  background-color: #e7e7e7;
}
table.Grid.Matrix tr.ExpandedRow td.ExpandableTotalColumn,
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixStatus,
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixCurrency {
  cursor: auto;
}
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixUnit,
table.Grid.Matrix tr.ExpandedRow td.ExpandableMatrixCurrency {
  vertical-align: top;
}
table.Grid.Matrix tr:not(.ExpandedRow) .ExpandableDiv {
  min-height: 20px;
  display: flex;
  align-items: center;
}
table.Grid.Matrix tr:not(.ExpandedRow) .ExpandableDiv .ExpandableDatabar {
  width: 100%;
}
table.Grid.Matrix tr:not(.ExpandedRow) .ExpandableDiv .DatabarReference {
  display: none;
}
table.Grid.Matrix tr:not(.ExpandedRow) .ExpandableDiv .Reference {
  min-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  padding-left: 0;
  cursor: pointer;
}
table.Grid.Matrix tr:not(.ExpandedRow) td.ExpandableColumn {
  vertical-align: bottom;
}
table.Grid.Matrix tr:not(.ExpandedRow) td.ExpandableColumn.ExtraPaddingTop {
  vertical-align: middle;
}
table.Grid.Matrix tr:not(.ExpandedRow) td.ExpandableMatrixUnit input {
  cursor: pointer;
}
table.Grid.Matrix tr:not(.ExpandedRow) td.ExpandableCellColumn span,
table.Grid.Matrix tr:not(.ExpandedRow) td.ExpandableCellColumn a {
  cursor: pointer;
}
table.Grid.Matrix.Daily colgroup col.ExpandableMatrixColumnGroup {
  width: 26%;
}
@media (max-width: 1279px) {
  table.Grid.Matrix.Daily colgroup col.ExpandableMatrixColumnGroup {
    width: 24%;
  }
}
@media (max-width: 1024px) {
  table.Grid.Matrix.Daily colgroup col.ExpandableMatrixColumnGroup {
    width: 20%;
  }
}
table.Grid.Matrix.Daily colgroup col.ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup {
  width: 16%;
}
@media (max-width: 1279px) {
  table.Grid.Matrix.Daily colgroup col.ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup {
    width: 14%;
  }
}
@media (max-width: 1024px) {
  table.Grid.Matrix.Daily colgroup col.ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup {
    width: 12%;
  }
}
table.Grid.Matrix.Daily colgroup col.ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup + .ExpandableMatrixColumnGroup {
  width: 4%;
}
table.Grid.Matrix.Daily colgroup col.ExpandableMatrixStatus.WithNotes {
  width: 15%;
}
@media (max-width: 1599px) {
  table.Grid.Matrix.Daily colgroup col.ExpandableMatrixStatus.WithNotes {
    width: 12%;
  }
}
@media (max-width: 1279px) {
  table.Grid.Matrix.Daily colgroup col.ExpandableMatrixStatus.WithNotes {
    width: 9%;
  }
}
table.Grid.Matrix.Daily tr.ExpandedRow:not(.Header):not(.footer) td {
  vertical-align: top;
}
table.Grid.Matrix.Daily tr:not(.Header) td.ExpandableMatrixDailyNotes {
  cursor: pointer;
}
table.Grid.Matrix.Daily tr:not(.Header) td.ExpandableMatrixDailyNotes .DivMemoContent {
  display: inline-block;
  max-height: 28px;
  margin: 0 8px 0 16px;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  vertical-align: top;
}
table.Grid.Matrix.Daily tr:not(.Header) td.ExpandableMatrixDailyNotes textarea {
  display: none;
}
table.Grid.Matrix.Daily tr:not(.ExpandedRow) td.ExpandableMatrixDailyNotes .FilledMemo {
  vertical-align: top;
  padding-top: 16px;
}
table.Grid.Matrix.Daily tr:not(.ExpandedRow) td.ExpandableMatrixDailyNotes .DivMemoContent {
  margin-top: 2px;
  max-width: 20vw;
}
table.Grid.Matrix.Daily tr.ExpandedRow td.ExpandableMatrixDailyNotes {
  padding-top: 8px;
}
table.Grid.Matrix.Daily tr.ExpandedRow td.ExpandableMatrixDailyNotes.ExtraPadding {
  padding: 44px 8px 57px 8px;
}
table.Grid.Matrix.Daily tr.ExpandedRow td.ExpandableMatrixDailyNotes .DivMemoContent {
  display: none;
}
table.Grid td.RowNumber {
  font-weight: bold;
  padding: 3px 0;
}
table.Grid td.RowNumber:first-child {
  padding: 3px 2px;
}
table.Grid td.RowNumber:first-child div {
  min-width: 16px;
}
table.Grid td button.Image {
  width: 20px;
  background: transparent;
  border: none;
  overflow: hidden;
}
table.Grid .GridRow > td.SplitRowVerticalAlign a,
table.Grid .GridRow > td.SplitRowVerticalAlign span,
table.Grid .GridRow > td.SplitRowVerticalAlign div {
  padding-top: 4px;
}
table.Grid .GridRow > td.SplitRowVerticalAlign span a {
  padding-top: unset;
}
table.Grid .GridRow > td.SplitRowVerticalAlign input.Reference {
  padding-top: 1px;
}
table.Grid .GridRow > td.SplitRowVerticalAlign button {
  padding-top: 2px;
  height: 100%;
  display: block;
  overflow: visible;
}
table.Grid input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  padding: 0 0 0 3px;
}
table.Grid input.HighlightDiscountLeadingField,
table.Grid input.HighlightOrderChargeLeadingField {
  border: 2px solid #0277bd;
}
table.Grid select {
  height: 20px;
}
table.Grid input:focus {
  border: 1px solid #333333;
}
table.Grid .Reference,
table.Grid .Reference:focus {
  border: none;
}
table.Grid .DraggedOverEntryLine {
  border: 1px #0c85b4 solid;
  background-color: #cbe6ef;
}
table.Grid tr span {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.Grid tr a {
  width: 100%;
  display: block;
}
table.Grid .exButton {
  margin-bottom: 0;
}
table.Totals {
  white-space: nowrap;
  margin: 0 0 15px 4px;
  width: 99%;
}
table.Totals tr.Header {
  height: 23px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-weight: bold;
}
table.Totals tr.Header th {
  background: #e5e5e5;
  color: #232323;
  padding: 5px;
}
table.Totals tr.SubHeader {
  height: 23px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
table.Totals tr.SubHeader td {
  background: #e5e5e5;
  color: #232323;
  padding: 5px;
}
table.Totals tr {
  height: 23px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
table.Totals tr.EntryRow {
  background: none repeat scroll 0 0 white;
}
table.Totals tr.EntryRow td {
  background: white;
  color: #232323;
  padding: 5px;
}
table.Totals tr.SubTotal {
  height: 23px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
table.Totals tr.SubTotal td {
  background: #e5e5e5;
  color: #232323;
  padding: 5px;
}
table.Totals tr.Total {
  height: 23px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-weight: bold;
}
table.Totals tr.Total td {
  background: #e5e5e5;
  color: #232323;
  padding: 5px;
}
.Grid.PurchOrders tr.Header.Top th,
.Grid.MfgPurchaseAdvice tr.Header th {
  border-bottom: 1px solid white;
}
.Grid.PurchOrders tr.Header th.WhiteSpace {
  border-right: 1px solid white;
}
.Grid.MfgPurchaseAdvice tr.Header th.WhiteSpace {
  border-left: 1px solid white;
}
.Grid .Footer {
  background: #e5e5e5;
}
.Grid .Footer td {
  border: 0;
  border-bottom: 1px solid white;
  padding: 0 6px;
}
.Grid .Footer .Label {
  padding: 0;
}
.Grid .Footer .Amount {
  padding: 0;
  text-align: right;
}
.Grid .Footer .ExtraFooter {
  border-spacing: 0;
  width: 100%;
}
.Grid .Footer .Separator {
  background: white;
  padding: 0;
  margin-left: 5px;
  width: 1px;
}
.Grid .Collapse td {
  border-bottom: 1px solid white;
}
table.Monitor {
  font-size: 12px;
  border-bottom: 1px dotted #dbdbdb;
}
table.Card {
  width: 100%;
  height: auto;
  border-spacing: 0;
}
table.Card td {
  padding: 0;
}
.CalculationSeparatorLine {
  width: 180px;
  text-align: left;
}
button.exButton.main_button {
  border-radius: 4px 0 0 4px;
  text-align: center;
}
button.exButton:disabled,
button.exButton.Default:disabled,
button.tgButton:disabled {
  background-color: #e5e5e5;
  color: #9f9f9f;
}
button.ToggleOption {
  background-color: white;
  border: 1px solid #cccccc;
  line-height: 22px;
  padding: 0 5px 0 20px;
  margin-right: -1px;
  font-weight: bold;
  font-size: 11px;
  color: #757575;
  background-position: 10px center;
  background-repeat: no-repeat;
}
button.ToggleOption:disabled {
  background-color: #e5e5e5;
  color: #9f9f9f;
}
button.ToggleOption:hover {
  background-position: 10px center;
}
button.ToggleOption[disabled=disabled] {
  background-color: #e5e5e5;
  color: #9f9f9f;
  cursor: default;
}
button.ToggleOptionLeft {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
button.ToggleOptionRight {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
button.ToggleOptionList {
  background-image: url('../../../docs/images/list_not_selected.png');
}
button.ToggleOptionList:disabled {
  background-image: url('../../../docs/images/list_selected.png');
}
button.ToggleOptionGraph {
  background-image: url('../../../docs/images/graph_not_selected.png');
}
button.ToggleOptionGraph:disabled {
  background-image: url('../../../docs/images/graph_selected.png');
}
button.ToggleOptionEnable {
  background-image: url('../../styles/ExactFuel/images/icon-type-positive.9.png');
}
button.ToggleOptionEnable:disabled {
  background-image: url('../../styles/ExactFuel/images/icon-type-positive-disabled.9.png');
}
button.ToggleOptionDisable {
  background-image: url('../../styles/ExactFuel/images/icon-type-error.9.png');
}
button.ToggleOptionDisable:disabled {
  background-image: url('../../styles/ExactFuel/images/icon-type-error-disabled.9.png');
}
button.exButton:hover,
button.Default:hover,
button.tgButton:hover {
  background-position: left bottom;
}
.exSplitButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline;
  position: relative;
}
.exSplitButton .ex-dropdown-menu {
  top: 100%;
}
.exSplitButton .ex-dropdown-menu a {
  color: #232323;
  text-decoration: none;
}
.exSplitButton .exButton:first-of-type {
  border-radius: 2px 0 0 2px;
  margin-right: 0;
  background-color: #9f9f9f;
}
.exSplitButton .exButton:first-of-type.exButton:hover,
.exSplitButton .exButton:first-of-type.exButton:focus {
  background-color: dimgray;
  border-color: dimgray;
}
.exSplitButton .exButton:first-of-type.Default {
  background-color: #0288d1;
  border-color: #0288d1;
}
.exSplitButton .exButton:first-of-type.exButton:hover.Default,
.exSplitButton .exButton:first-of-type.exButto:focus.Default {
  background-color: #01579b;
  border-color: #01579b;
}
.exSplitButton .exButton:first-of-type.exButton--outline {
  border-color: #9f9f9f;
  background-color: white;
  color: dimgray;
}
.exSplitButton .exButton:first-of-type[disabled],
.exSplitButton .exButton:first-of-type.exButton--primary[disabled] {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #9f9f9f;
  cursor: not-allowed;
}
.exSplitButton .exButton:first-of-type.exButton--outline[disabled] {
  border-color: #9f9f9f;
}
.exSplitButton .exButton + .exButton {
  border-radius: 0 3px 3px 0;
  background-color: #888888;
}
.exSplitButton .exButton + .exButton:hover {
  background-color: dimgray;
}
.exSplitButton .exButton + .exButton[disabled] {
  background-color: #dddddd;
}
.exSplitButton .exButton + .exButton[disabled]:hover {
  background-color: #dddddd;
}
.exSplitButton .exButton + .exButton:focus {
  background-color: dimgray;
}
.exSplitButton .exButton.ex-radius-nobottom {
  border-radius: 0 2px 0 0;
}
.exSplitButton .exButton.Default + .exButton {
  background-color: #0477b7;
}
.exSplitButton .exButton.Default + .exButton:hover {
  background-color: #01579b;
}
.exSplitButton .exButton.Default + .exButton:focus {
  background-color: #01579b;
}
.exSplitButton .exButton svg {
  fill: currentColor;
}
.exSplitButton .exButton.exButton--outline[disabled] {
  border-color: #9f9f9f;
}
.exIcon--12 {
  width: 12px;
  height: 12px;
}
.exIcon {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
  text-align: center;
}
.exDropDownButtonIcon {
  margin-top: 5px;
}
.exIcon--12.exSplitIcon {
  background: url('../../styles/ExactFuel/images/ex-icon-arrow-down.svg') no-repeat;
}
button.tgButton[disabled=disabled] {
  background: url('../../styles/ExactFuel/images/button-background-disabled.png');
  color: #686868;
  cursor: default;
}
button.TrialBuyNow {
  background: url('../../styles/ExactFuel/images/button-background-default.png') repeat-x left top;
  float: left;
  margin: -3px 5px;
  width: 110px;
}
button.TrialBuyNow:hover {
  background: url('../../styles/ExactFuel/images/button-background-default.png') repeat-x left top;
  float: left;
  margin: -3px 5px;
  width: 110px;
}
button.TrialLeft {
  float: left;
  margin: -3px 5px;
  width: 110px;
}
button.TrialLeft:hover {
  background: url('../../styles/ExactFuel/images/button-background-default.png') repeat-x left top;
}
input.exButton {
  background-color: #a0a0a0;
  font-weight: bold;
  font-size: 8pt;
  border: outset 1px black;
  color: black;
}
input.exButton:disabled {
  color: #8f8f8f;
}
button.pgButton {
  border: 1px solid transparent;
  background: none;
  min-height: 21px;
  font-size: 12px;
  color: #1a7aad;
  text-align: center;
  padding: 0;
}
button.pgButton:hover,
button.pgButton.Page:hover,
button.pgButton.This,
button.pgButton.This:hover {
  border: 1px solid transparent;
  background: none;
  color: #232323;
}
button.pgButton.This,
button.pgButton.This:hover {
  background-color: white;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
}
button.pgButton.Page {
  background: none;
  color: #1a7aad;
}
button.pgButton.Prev {
  background: url('../../styles/ExactFuel/images/icon-previous.png') top right no-repeat;
  height: 16px;
  width: 16px;
}
button.pgButton.Next {
  background: url('../../styles/ExactFuel/images/icon-next.png') top left no-repeat;
  height: 16px;
  width: 16px;
}
button.pgButton.First {
  background: url('../../styles/ExactFuel/images/icon-prevnumbers.png') top left no-repeat;
  height: 16px;
  width: 16px;
}
button.pgButton.PrevFewNumbers {
  background: url('../../styles/ExactFuel/images/icon-prevnumbers.png') top left no-repeat;
  height: 16px;
  margin-left: 20px;
  width: 16px;
}
button.pgButton.NextFewNumbers {
  background: url('../../styles/ExactFuel/images/icon-nextnumbers.png') top left no-repeat;
  height: 16px;
  margin-right: 20px;
  width: 16px;
}
button.pgButton.Last,
button.pgButton.FewNumbersLast {
  background: url('../../styles/ExactFuel/images/icon-lastnumbers.png') top left no-repeat;
  height: 16px;
  width: 16px;
}
button.btnPopup {
  border: none;
  overflow: hidden;
  width: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  height: 16px;
  background-color: transparent;
}
body.popup .Form.FilterSection input[type="checkbox"],
body.popup .Form.FilterSection input[type="radio"] {
  height: 13px;
}
table.Editor {
  background-color: ghostwhite;
  margin-left: 6px;
}
table.Editor td.TD_None {
  padding-left: 4px;
  width: 21px;
  background: url('../../../docs/images/edit.toolbar.background.gif');
  overflow: hidden;
  height: 26px;
}
iframe.Editor {
  width: 100%;
  height: 100%;
  border: solid 1px #cccccc;
}
iframe.Body {
  border: solid 1px #cccccc;
  margin-left: 8px;
}
.EditorToolbar {
  float: left;
  margin-right: 2px;
  display: inline;
}
.EditorToolbar > table td {
  padding: 0;
  background: url('../../../docs/images/edit.toolbar.background.gif');
}
.EditorToolbar > table td.start {
  width: 7px;
  height: 26px;
  border: none;
  background: url('../../../docs/images/edit.toolbar.start.gif');
}
.EditorToolbar > table td.end {
  width: 3px;
  height: 26px;
  border: none;
  background: url('../../../docs/images/edit.toolbar.end.gif');
}
.TBButtonSeperator {
  background: url('../../../docs/images/edit.toolbar.background.gif');
  overflow: hidden;
  height: 26px;
}
.TBButtonNormal {
  font-family: MS Sans Serif;
  font-size: 10pt;
  background: url('../../../docs/images/edit.toolbar.background.gif');
  overflow: hidden;
  height: 26px;
}
.TBButtonOver {
  background-image: url('../../../docs/images/edit.toolbarbutton.over.gif');
  font-family: MS Sans Serif;
  font-size: 10pt;
  cursor: pointer;
}
.TBButtonDown {
  background-image: url('../../../docs/images/edit.toolbarbutton.down.gif');
  font-family: MS Sans Serif;
  font-size: 10pt;
  cursor: pointer;
}
.TB_Select {
  font-size: 10pt;
  font-family: MS Sans Serif;
}
table.Editor td.Editor_StartTabOn {
  font: 8pt MS Sans Serif;
  padding: 1px;
  border-left: solid 1px whitesmoke;
  border-right: solid 1px white;
  border-top: solid 1px gainsboro;
  border-bottom: solid 1px whitesmoke;
  background-color: whitesmoke;
}
table.Editor td.Editor_StartTabOff {
  font: 10pt MS Sans Serif;
  padding: 1px;
  border-left: solid 1px whitesmoke;
  border-right: solid 1px gainsboro;
  border-top: solid 1px gainsboro;
  border-bottom: solid 1px whitesmoke;
  background-color: whitesmoke;
}
table.Editor td.Editor_TabOn {
  font: 8pt MS Sans Serif;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: solid 1px white;
  border-right: solid 1px gainsboro;
  border-top: solid 1px ghostwhite;
  border-bottom: solid 1px gainsboro;
  background-color: ghostwhite;
}
table.Editor td.Editor_TabOffRight {
  font: 8pt MS Sans Serif;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: solid 1px gainsboro;
  border-right: solid 1px gainsboro;
  border-top: solid 1px gainsboro;
  border-bottom: solid 1px whitesmoke;
  background-color: whitesmoke;
}
table.Editor td.Editor_TabOffLeft {
  font: 8pt MS Sans Serif;
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: solid 1px gainsboro;
  border-right: solid 1px white;
  border-top: solid 1px gainsboro;
  border-bottom: solid 1px ghostwhite;
  background-color: whitesmoke;
}
table.Editor td.Editor_EndTab {
  font: 8pt MS Sans Serif;
  width: 100%;
  padding: 1px;
  border-left: solid 1px whitesmoke;
  border-right: solid 1px whitesmoke;
  border-top: solid 1px gainsboro;
  border-bottom: solid 1px whitesmoke;
  background-color: whitesmoke;
}
table.Pivot {
  margin-left: 4px;
  background: white;
  border: solid 1px #6b8592;
}
table.Pivot th {
  text-align: left;
  background: #e1e7e9;
  color: #344047;
  padding: 2px 0 2px 0;
}
table.Pivot td {
  text-align: right;
  background: white;
  color: #808183;
  border-bottom: dotted 1px #d3dbdf;
  border-right: dotted 1px #d3dbdf;
}
table.Pivot td a {
  color: #2c4377;
  text-decoration: none;
}
table.Pivot td a:hover {
  color: #2c4377;
  text-decoration: underline;
}
table.Pivot td.Total {
  font-weight: bold;
}
table.Pivot td.Total a {
  color: #2c4377;
  text-decoration: none;
}
table.Pivot td.Total a:hover {
  color: #2c4377;
  text-decoration: underline;
}
table.Pivot td.GrandTotal {
  font-weight: bold;
}
table.Pivot td.GrandTotal a {
  color: #2c4377;
  text-decoration: underline;
}
table.Pivot tr.DataOutline1 td {
  background: #d3dbdf;
}
table.Pivot tr.DataOutline2 td {
  background: #f0f3f4;
}
img.selected {
  background: #acbeda;
  border: solid 1px #a5a5a5;
  text-align: center;
}
img.unselected {
  background: transparent;
  border: solid 1px white;
  text-align: center;
  cursor: pointer;
}
img.SectionCollapseButton {
  width: 17px;
  height: 17px;
  text-align: center;
  cursor: pointer;
  vertical-align: bottom;
  padding-left: 13px;
}
.WizardBody input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  margin: 0 7px;
}
.WizardBody input.Selected {
  border: #333333 1px solid;
}
.WizardMenuTopInFrame {
  background: url('../../styles/ExactFuel/images/panel-header.gif') repeat-x #e2e7ea;
  height: 30px;
  color: #232323;
  font-weight: bold;
}
.WizardMenuTop {
  font-weight: bold;
  font-size: medium;
  border: none;
  left: 0;
  right: 0;
  position: absolute;
}
.WizardLogo {
  background: url('../../styles/ExactFuel/images/logo-exact-menu.png') no-repeat;
  float: left;
  width: 99px;
  height: 21px;
  margin: 11px 18px;
  cursor: pointer;
}
.WizardTitle {
  padding-top: 10px;
  padding-right: 200px;
  font-weight: bold;
  font-size: large;
  color: white;
  text-align: right;
  vertical-align: top;
}
.WizardMenuBottom,
.WizardMenuBottomInFrame {
  height: 30px;
  font-weight: bold;
  font-size: medium;
  color: #808183;
}
.WizardBody {
  margin: 0 10% !important;
  border: 1px solid #9f9f9f;
  border-top: none;
}
.WizardButtonBar {
  margin: 0 10%;
  padding: 10px;
  border: 1px solid #9f9f9f;
  border-bottom: none;
  border-top: none;
}
.WizardPopupContentTable .WizardButtonBar {
  border: none;
  padding: 10px 0;
  margin: 0 60px;
}
.WizardContent {
  padding: 0 !important;
}
.WizardMenu {
  background-color: white;
}
.WizardHelp {
  border: black 1px solid;
  padding: 5px 5px 5px 5px;
  font-size: x-small;
  overflow: auto;
  background-color: #ffffcc;
}
.WizardButton {
  padding-left: 10px;
  font-size: medium;
  font-weight: bold;
  color: black;
}
.WizardButton a {
  background: url('../../styles/ExactFuel/images/icon-bigarrow.png') top left no-repeat;
  padding-left: 20px;
  margin-left: 2px;
}
.WizardButton a.WizardButtonSubLink {
  font-size: 12px;
  background: none;
  display: block;
  padding-top: 8px;
  font-weight: normal;
}
.WizardButton a.WizardButtonSubLink img {
  vertical-align: bottom;
  margin-right: 4px;
  margin-left: 5px;
}
.WizardButtonSubscription {
  padding-left: 10px;
  font-size: medium;
  font-weight: bold;
  color: #898989;
}
button.WizardButtonCancel,
button.WizardButtonCancel:hover {
  position: absolute;
  right: 0;
  background: url('../../styles/ExactFuel/images/icon-close.png') top left no-repeat;
  border: 1px;
  margin: 8px 35px 0 0;
  width: 20px;
}
/* The cancel button, when inside a dialog, needs a bigger offset from the right to be visible */

.Wizard.Normal .WizardButtonCancel {
  margin-right: 50px;
}
.Wizard.InFrame {
  position: absolute;
  width: 100%;
}
.WizardSpace {
  background-color: white;
  border: 0;
}
.WizardSpace div.ListView {
  margin: 0;
}
.WizardSpace table.ListView tr.Header th {
  font-size: 10px;
}
.WizardSpace div.Footer table.ListView {
  margin-left: 0;
}
.WizardHeader {
  background: #0277bd;
  color: white;
  height: 32px;
  margin-top: 18px;
  margin-right: 20px;
}
.WizardHeader .HdrTitle {
  color: white;
  font-size: 16px;
  padding: 5px 0 0 6px;
}
.WizardHeader div.HdrTitle {
  float: left;
}
.WizardHeader .HdrRefs {
  color: #232323;
  padding-top: 10px;
}
.WizardErrors {
  border: solid 1px #b80013;
}
.WizardErrors td {
  padding: 2px;
}
.WizardSections {
  width: 100%;
  padding: 10px 10px 0;
}
.WizardSections .Label,
.WizardSections .Field {
  text-align: left !important;
}
.WizardSections .Field select {
  margin-left: 7px;
}
.WizardSectionHeader th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.WizardSectionImage {
  float: right;
  width: 5%;
}
.WizardSection {
  background-color: white;
  width: 100%;
}
.WizardSection td.Label,
.WizardSections td.Label {
  background: #e5e5e5;
  padding: 7px 5px;
}
.WizardSections tr.EmailValidateLoginButton {
  height: 75px;
  background-color: transparent;
  vertical-align: bottom;
}
.WizardBackground {
  background: #d7d7d7;
}
.WizardStepsDark {
  background-color: #887b6e;
  font-size: xx-small;
  font-weight: bold;
  color: white;
}
.WizardStepsLight {
  background-color: #c9c3bd;
  font-size: xx-small;
  font-weight: bold;
  color: #aba6a1;
}
.WizardSelectionNormal {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  padding: 2px;
  margin: 4px;
  cursor: pointer;
}
.WizardSelectionSelected {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  padding: 2px;
  margin: 4px;
  cursor: pointer;
}
.WizardSelectionHeader {
  width: 100%;
  padding: 2px;
  background: #e5e5e5;
  margin: 4px;
  color: white;
  text-align: left;
  font-size: medium;
  padding-left: 10px;
}
.WizardLargeFont {
  padding-left: 10px;
  font-weight: bold;
  font-size: medium;
  color: #6c8794;
  text-align: left;
}
.WizardImageBtn {
  width: 20px;
  height: 20px;
  text-align: right;
  cursor: pointer;
}
.WizardPriceStar {
  width: 150px;
  height: 85px;
  background-image: url('../../styles/ExactFuel/images/ster-price.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 30px;
  font-size: medium;
  font-weight: bold;
  color: white;
  z-index: 1;
}
.WizardPopupContent table {
  width: 100%;
}
#weeknumber {
  padding: 2px;
  color: black;
  background: white;
}
table.OrgLevel1 {
  border-color: white;
  border-width: 5px;
  border-collapse: collapse;
}
.OrgLevel2 {
  border-color: black;
  border-width: 1px;
  border-collapse: collapse;
}
.OrgLevel3 {
  border-color: white;
  border-width: 3px;
  background: #cfe0f2;
  border-collapse: collapse;
}
.OrgLeaf {
  border-color: white;
  border-width: 3px;
  border-collapse: collapse;
}
td.OrgRight {
  border-style: solid;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  height: 10px;
}
td.OrgLeftRightTop {
  border-style: solid;
  border-bottom: 0;
  height: 10px;
}
td.OrgRightTop {
  border-style: solid;
  border-bottom: 0;
  border-left: 0;
  height: 10px;
}
td.OrgLeftTop {
  border-style: solid;
  border-bottom: 0;
  border-right: 0;
  height: 10px;
}
td.OrgTop {
  border-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  height: 10px;
}
td.OrgBotLeft {
  border-style: solid;
  border-top: 0;
  border-right: 0;
}
td.OrgLeft {
  border-style: solid;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
td.OrgInfo {
  padding: 0;
  padding-top: 5px;
}
td.OrgRelation {
  padding: 0;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.OrgText {
  text-decoration: none;
  font-size: xx-small;
  font-weight: normal;
}
.OrgText a {
  text-decoration: none;
  font-size: xx-small;
}
.OrgText a:Link {
  cursor: pointer;
  text-decoration: none;
  font-size: xx-small;
  color: black;
}
.OrgText a:Hover {
  cursor: pointer;
  text-decoration: underline;
  font-size: xx-small;
  color: black;
}
.OrgText a:Visited {
  cursor: pointer;
  font-size: xx-small;
  color: black;
}
.OrgValue {
  font-weight: normal;
  border: #000066 1px solid;
  color: black;
  background-color: white;
}
.OrgIcon {
  cursor: pointer;
}
table.ChartItem1 {
  background-color: #354459;
  color: white;
  font-weight: bold;
  text-align: left;
  border: 1px solid white;
}
table.ChartItem1 a:Link {
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
table.ChartItem1 a:Visited {
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
table.ChartItem1 a:Hover {
  cursor: pointer;
  text-decoration: underline;
  color: white;
  font-weight: bold;
}
table.ChartItem2 {
  background: #98bbd1;
  color: black;
  font-weight: bold;
  text-align: center;
  border: 1px solid #4a64a1;
}
table.ChartItem2 a:Link {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
table.ChartItem2 a:Visited {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
table.ChartItem2 a:Hover {
  cursor: pointer;
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
table.ChartItem3 {
  background-color: #e1edfa;
  color: black;
  text-align: center;
  border: 1px solid #4a64a1;
}
table.ChartItem3 a:Link {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
table.ChartItem3 a:Visited {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
table.ChartItem3 a:Hover {
  cursor: pointer;
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
table.ChartLeaf {
  background-color: #e1edfa;
  color: black;
  text-align: center;
  border: 1px solid #193c4e;
}
table.ChartLeaf a:Link {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
table.ChartLeaf a:Visited {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
table.ChartLeaf a:Hover {
  cursor: pointer;
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
table.tab {
  padding-left: 4px;
  width: 100%;
}
table.tab > tbody > tr > td {
  border-bottom: 2px solid #0277bd;
}
table.tab img {
  padding: 0 9px;
}
.HelpBody {
  background-color: white;
  margin: 0 12px;
  line-height: 18px;
}
.HelpH1 {
  color: white;
  font-size: 24px;
  padding: 8px;
  background: #0277bd;
  margin-bottom: 5px;
}
.HelpH2 {
  overflow: auto;
  padding: 5px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  padding-left: 8px;
}
.HelpH3 {
  font-size: 18px;
  margin: 20px 0 10px;
  padding-left: 8px;
}
.HelpH4 {
  color: #0277bd;
  font-size: 14px;
  font-weight: normal;
  padding-left: 8px;
}
.HelpUL {
  font-size: 12px;
  margin-bottom: 12px;
  padding: 0 8px 0 24px;
  list-style-type: disc;
}
.ExColList {
  font-size: 12px;
  padding: 0 8px;
  list-style: none;
}
.HelpLI1 {
  font-size: 12px;
  color: #232323;
  font-weight: bold;
  line-height: 150%;
}
.HelpLI2 {
  font-size: 12px;
  color: #232323;
  font-weight: normal;
  line-height: 150%;
}
.HelpTxt {
  font-size: 12px;
  color: #232323;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 12px;
  padding-left: 8px;
}
body.HelpDocument ul ul {
  margin-left: 0;
}
body.HelpDocument ol li ul li {
  margin-left: 20px;
}
.HelpLI2 ul li,
.HelpTxt ul,
.HelpTxt ol,
ul.HelpTxt,
ol.HelpTxt {
  margin-left: 16px;
}
.HelpGuideBody {
  background-color: white;
  border-right: solid thin #6c8794;
  margin: 0;
}
.HelpGuideBar {
  background-color: #6c8794;
  color: white;
  font-size: large;
}
.HelpGuideButtons {
  background: #e2e7ea;
  color: #498fcd;
}
.HelpGuideButtons a {
  cursor: pointer;
}
.HelpGuideButtons img {
  cursor: pointer;
  vertical-align: middle;
}
.HelpGuideIntro {
  font-size: medium;
  color: #232323;
  padding: 4px 0 10px 4px;
}
.HelpGuideIntroText {
  padding: 0 5px 15px 5px;
  background-color: white;
  color: #232323;
}
.HelpGuideHeader {
  background-color: #6c8794;
  color: white;
  font-size: large;
}
.HelpGuide th {
  font-weight: normal;
  background: #e2e7ea;
  color: #232323;
  padding: 4px 0 2px 4px;
  text-align: left;
}
.HelpGuide td {
  text-align: left;
  padding: 0 0 4px 4px;
  color: #6c8794;
}
.HelpGuideText {
  padding: 0 5px 15px 5px;
  background-color: #ffffcc;
}
.HelpGuidePageText {
  padding: 0 5px 15px 5px;
  background-color: lightgray;
  display: none;
}
.HelpGuideSelect {
  background-color: red;
  color: white;
}
td.HelpGuideSelect {
  background-color: red;
  color: white;
}
button.HelpGuideSelect {
  font-weight: bold;
  font-size: 8pt;
  border: inset 1px black;
  background-color: white;
  color: white;
}
.HelpGuideSelect a {
  background-color: red;
  color: white;
}
a.HelpGuideSelect {
  background-color: red;
  color: white;
}
.HelpGuideSelect td a {
  background-color: red;
  color: white;
}
.HelpGuideSelect input {
  background-color: red;
  color: white;
}
.HelpMapImg {
  border: 0;
  padding: 0;
  background-position: center center;
  font-size: 1px;
  z-index: 100;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  position: absolute;
  outline: none;
}
.HelpMapImgOver {
  border: 0;
  padding: 0;
  background-position: center center;
  font-size: 1px;
  z-index: 100;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  position: absolute;
  outline: none;
  background-color: #d4d4d4;
}
.HelpMapLine {
  position: absolute;
  overflow: hidden;
  background-color: #808183;
}
.HelpMapText {
  font-size: 10pt;
  z-index: 1100;
  position: absolute;
  width: 125px;
  text-align: center;
}
.HelpMapAnno {
  font-size: 10pt;
  z-index: 1101;
  position: absolute;
  border: solid 1px #c1d0cf;
  padding: 2px;
  background-color: #ededed;
}
.HelpMapTitle {
  font-size: 14pt;
  z-index: 1102;
  position: absolute;
}
.HelpMapTriangleTop {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  border-style: solid;
  border-top-style: none;
  border-color: white;
  border-bottom-color: #808183;
}
.HelpMapTriangleBottom {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  border-style: solid;
  border-bottom-style: none;
  border-color: white;
  border-top-color: #808183;
}
.HelpMapTriangleLeft {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  border-style: solid;
  border-left-style: none;
  border-color: white;
  border-right-color: #808183;
}
.HelpMapTriangleRight {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  border-style: solid;
  border-right-style: none;
  border-color: white;
  border-left-color: #808183;
}
table.TreeView {
  width: 100%;
}
table.TreeView tr.Header {
  color: #808183;
  background: #b0bfd1;
}
table.TreeView tr.Header th {
  border: solid 1pt #bababa;
  padding-right: 3pt;
  font-weight: normal;
  vertical-align: text-top;
  padding-top: 2pt;
  text-align: left;
}
table.TreeView td {
  text-decoration: none;
}
table.TreeView td.MouseOver,
table.TreeView td.SelectedMouseOver {
  color: black;
  background: #e5e5e5;
}
table.TreeView td.MouseOver a,
table.TreeView td.SelectedMouseOver a:hover {
  color: black;
  text-decoration: none;
}
table.TreeView td.Selected {
  padding-bottom: 2px;
  padding-right: 4pt;
  padding-left: 1pt;
  color: white;
  background-color: #6c8794;
}
table.ListView table.TreeView td.Selected {
  color: black;
  border: 1px solid #6c8794;
}
table.TreeView td > .NoEvents {
  background: white;
  text-decoration: none;
  cursor: default;
  color: black;
}
.LayHorizontalBar {
  width: 300mm;
  font-size: 1pt;
}
.LayHorizontalBar th {
  font-size: 8pt;
  width: 10mm;
  border-right: black 1px solid;
}
.LayHorizontalBar td {
  font-size: 1pt;
  width: 5mm;
  height: 10px;
  border-right: black 1px solid;
  border-bottom: black 1px solid;
}
.LayVerticalBar {
  padding: 0;
  margin: 0;
  font-size: 1pt;
  border-right: black 1mm solid;
}
.LayVerticalBar td {
  height: 5mm;
  font-size: 1pt;
  width: 10px;
  border-bottom: black 0.5mm solid;
}
.LayVerticalBar th {
  height: 5mm;
  font-size: 8pt;
  width: 10px;
  border-bottom: black 0.5mm solid;
}
.LayButtons {
  height: 100%;
  overflow: hidden;
}
.LayButtons button {
  width: 100%;
}
.LayProperties {
  height: 100%;
  overflow: hidden;
}
.LayProperties th {
  text-align: left;
  vertical-align: top;
}
.LayProperties td {
  padding-right: 3px;
  vertical-align: top;
}
.ToolBox {
  border: solid 1px #bababa;
  padding: 0;
  background: white;
  margin: 0;
}
.ToolBox tr {
  font-weight: bold;
  background: #d6d6d6;
  color: #808183;
}
.ToolBox .Selected {
  color: white;
  background-color: #6c8794;
  font-weight: bold;
  cursor: pointer;
}
.ToolBox tr th {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: solid 1px #bababa;
  border-bottom: solid 1px #bababa;
  text-align: left;
  font-weight: bold;
}
.ToolBox button {
  border: outset 2px #fefefe;
  font-weight: bold;
  font-size: 8pt;
  background: #6c8794;
  margin: 2px;
  width: 100%;
  color: white;
  text-align: center;
}
div.ListBox {
  background-color: white;
  color: black;
  font-weight: normal;
  overflow: auto;
  width: 100%;
  border: 2px inset #e2e7ea;
}
.ListBox table {
  height: 100%;
  width: 100%;
  cursor: default;
}
.ListBox tr {
  background-color: white;
  color: black;
  font-weight: normal;
}
.ListBox tr.Selected {
  background-color: #2c4377;
  color: white;
  font-weight: normal;
}
.ListBox td {
  text-indent: -10px;
  padding-right: 2px;
  padding-left: 12px;
}
/* Dual list box styling */

.DualListBox select {
  height: auto;
}
.DualListBox .SelectBox {
  width: 45%;
}
.DualListBox .SelectBox select {
  width: 100%;
  padding: 2px;
}
.DualListBox .pgButton {
  width: 25px;
}
.DualListBox .CentreColumn {
  width: 10%;
  text-align: center;
}
.DualListBox .exButton,
.DualListBox .exButton:hover {
  margin-right: 9px;
  min-width: 60px;
}
.DualListBox tbody tr .Label {
  padding: 4px 0 4px 4px;
  font-weight: bold;
}
.FeedbackForm {
  border: #bababa 1px solid;
  padding: 0;
  background-color: #e5e5e5;
  margin: 0 0 4px 4px;
  width: 99%;
}
.FeedbackRequestSection {
  width: 50%;
}
.FeedbackRequestSection table td table.Form label {
  font-size: 8pt !important;
}
.FeedbackRequestSectionProvided {
  width: 50%;
  font-size: x-small;
  vertical-align: middle;
}
.FeedbackBarchartSection {
  width: 50%;
  border-left: #bababa 1px solid;
  vertical-align: top;
}
.FeedbackBarchartTable {
  margin: 4px 0 4px 4px;
}
.FeedbackBarchartText {
  font-size: x-small;
}
.Wizard.ResponsiveFlat .FeedbackRequestSection table.Form td.Label {
  padding-left: 12px;
  padding-top: 14px;
}
.Wizard.ResponsiveFlat .FeedbackRequestSection table.Form td.Field select {
  background-color: white;
}
.Wizard.ResponsiveFlat .FeedbackRequestSection table.Form td.Label,
.Wizard.ResponsiveFlat .FeedbackRequestSection table.Form td.NoPadding .Label {
  font-size: 12px;
  font-weight: initial;
}
.Wizard.ResponsiveFlat .FeedbackRequestSection table.Form td.NoPadding .Label {
  margin-bottom: 0;
}
.Barchart {
  padding: 0;
}
.BarchartRow {
  vertical-align: bottom;
}
.BarchartBar {
  width: 100%;
  background-color: #4863a0;
  font-size: 0;
}
.Chrome {
  position: static;
  padding: 2px;
  border: none;
}
#cockpit .Chrome {
  margin: 0;
  height: auto !important;
}
.ChromeSelected {
  position: static;
  padding: 1px;
  border: solid 1px #bababa;
}
.ChromeHeader {
  background: white;
  padding: 1px;
}
.ChromeHeaderTitle {
  color: #232323;
  padding: 0 10px 0 10px;
  font-size: 16px;
}
.ChromeHeaderVerbs {
  color: white;
  font-weight: bold;
}
.ChromeHeaderImage {
  position: absolute;
  left: 10px;
  top: -5px;
  width: 32px;
  height: 31px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.ChromeHeaderIcon {
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 0 6px 4px 1px;
}
.ChromeHeaderIconDelete {
  background: url('../../styles/ExactFuel/images/icon-customize-delete.png') top left no-repeat;
  width: 16px;
  height: 16px;
}
.ChromeHeaderIconCollapse {
  background: url('../../styles/ExactFuel/images/icon-customize-min.png') top left no-repeat;
  width: 16px;
  height: 16px;
}
.ChromeHeaderIconExpand {
  background: url('../../styles/ExactFuel/images/icon-customize-max.png') top left no-repeat;
  width: 16px;
  height: 16px;
}
.ChromeHeaderIconEdit {
  background: url('../../../docs/images/icon-customize-edit.png') top left no-repeat;
  width: 16px;
  height: 16px;
}
.ChromeContent {
  position: static;
  background: white;
  padding: 1px 7px 0 7px;
  border: none !important;
}
.ChromeContent img {
  margin: 4px 0 3px 0;
}
.ChromeContentNoHeader {
  background: white;
  padding: 0;
}
#cockpit .ChromeHeader {
  background: #e5e5e5;
  height: 30px;
  padding: 3px 5px;
}
.CommonWebpartHeader {
  color: #232323;
  font-weight: bold;
  height: 20px;
}
.CommonWebpartHeader td {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
.WebPartZone {
  width: 100%;
}
.WebPartZone .WebPartZoneHeader {
  background: #0277bd;
  color: white;
  width: 99% !important;
}
.WebPartZoneHeader * {
  padding: 3px;
}
.WebPartZoneHeader .Action {
  cursor: pointer;
  background: url('../../styles/ExactFuel/images/icon-create.png') top left no-repeat;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  padding-right: 13px;
  padding-top: 3px;
}
.WebPartZoneHeader.Editor td {
  padding-left: 8px;
  height: 22px;
}
.WebPartZone .Form td.Label,
.WebPartZone table.ListView tr.Header,
.WebPartZone table.ListView tr.Header th {
  background: none;
}
.WebpartRSS td {
  line-height: 14px;
  font-size: 11px;
}
.WebpartSeparator {
  border-bottom: 1px solid #c1d0cf;
}
.ZoneHighlight {
  border: 2px dotted #0277bd;
  margin: 4px 0;
}
.ZoneHighlightHorizontal {
  margin: 4px 0;
  height: 4px;
  width: 100%;
}
.ZoneHighlightVertical {
  margin: 0 4px;
  height: 100%;
  width: 4px;
}
.EditorPartZone {
  width: 100%;
  padding: 0;
  margin-top: 3px;
}
.EditorPartZoneHeader {
  display: none;
}
.EditorPartZoneHeader .Title {
  color: white;
  font-weight: bold;
  vertical-align: middle;
}
.EditorPartChromeHeader {
  background-color: #e5e5e5;
  color: #808183;
  border-bottom: 1px dotted #7e96a1;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 10px;
}
.EditorPartChromeHeader .Title {
  color: black;
  vertical-align: middle;
}
.EditorPartChromeHeader .Title img {
  margin-right: 5px;
  margin: 0 5px\9;
}
.EditorPartChromeHeader td {
  margin: 0;
}
.EditorPartChromeContent {
  padding-right: 3px;
}
.EditorPartZoneBody,
.EditorPartZoneFooter {
  background-color: #e5e5e5;
}
.WizardSection .ChromeHeader {
  background: white;
  padding: 1px;
}
.WizardSection .ChromeHeaderTitle {
  color: #897c6f;
  font-weight: bold;
  padding: 0 10px 4px 10px;
  text-align: left;
  font-size: medium;
}
.WizardSection .ChromeRoundHeader {
  display: block;
  background: white;
  height: 4px;
  padding: 0;
  font-size: 0;
}
.WizardSection .ChromeRoundHeader * {
  display: block;
  height: 1px;
  overflow: hidden;
  background: white;
}
.WizardSection .ChromeRoundFooter {
  display: block;
  background: white;
  height: 4px;
  padding: 0;
  font-size: 0;
}
.WizardSection .ChromeRoundFooter * {
  display: block;
  height: 1px;
  overflow: hidden;
  background: white;
}
.WizardSection .ChromeHeaderIcon {
  color: white;
  cursor: pointer;
  padding: 0 4px 0 1px;
}
.WizardSection .ChromeHeaderTitle a:link {
  color: #897c6f;
  text-decoration: none;
}
.WizardSection .ChromeHeaderTitle a:visited {
  color: #897c6f;
  text-decoration: none;
}
.WizardSection .ChromeHeaderTitle a:hover {
  color: #897c6f;
  text-decoration: none;
}
table.ListView tr td.AmtOpeningBalance,
table.ListView tr td.AmtClosingBalance,
table.ListView tr td.AmtDebit,
table.ListView tr td.AmtCredit {
  white-space: nowrap;
}
table.ListView tr td.AmtCmpOpeningBalance,
table.ListView tr td.AmtCmpClosingBalance,
table.ListView tr td.AmtCmpDebit,
table.ListView tr td.AmtCmpCredit,
table.ListView tr td.AmtDifference {
  white-space: nowrap;
  background-color: #f5f7f7;
}
table.ListView tr.L0 {
  font-weight: bold;
  font-size: 14px;
  color: #232323;
  text-align: right;
}
table.ListView tr.L0 td {
  border-bottom: solid #6c8794 1px;
}
table.ListView tr.L0 td.Rs {
  text-align: left;
}
table.ListView tr.L0tot {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  color: #232323;
}
table.ListView tr.L0tot td {
  padding-top: 15px;
}
table.ListView tr.L0tot td.Rs {
  white-space: nowrap;
  padding-left: 1px;
  text-align: left;
  background-color: #f5f7f7;
}
table.ListView tr.L1 {
  font-weight: bold;
  font-size: 12px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L1 td {
  padding-top: 10px;
  border-bottom: dotted #344047 1px;
}
table.ListView tr.L1 td.Rs {
  white-space: nowrap;
  padding-left: 6px;
  text-align: left;
  background-color: #ebeef0;
  color: #344047;
}
table.ListView tr.L1tot {
  font-weight: bold;
  font-size: 13px;
  color: #6c8794;
  text-align: right;
  color: #344047;
}
table.ListView tr.L1tot td.Rs {
  white-space: nowrap;
  padding-left: 6px;
  text-align: left;
  font-style: Italic;
  background-color: #ebeef0;
  color: #344047;
}
table.ListView tr.L2 {
  font-weight: bold;
  font-size: 11px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L2 td {
  padding-top: 7px;
}
table.ListView tr.L2 td.Rs {
  white-space: nowrap;
  padding-left: 10px;
  text-align: left;
  background-color: #ebeef0;
  color: #344047;
}
table.ListView tr.L2tot {
  font-weight: bold;
  font-size: 12px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L2tot td.Rs {
  white-space: nowrap;
  padding-left: 10px;
  text-align: left;
  font-style: Italic;
  background-color: #ebeef0;
  color: #344047;
}
table.ListView tr.L3 {
  font-weight: bold;
  font-size: 11px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L3 td {
  padding-top: 7px;
}
table.ListView tr.L3 td.Rs {
  white-space: nowrap;
  padding-left: 15px;
  text-align: left;
  background-color: #f5f7f7;
}
table.ListView tr.L3tot {
  font-weight: bold;
  font-size: 12px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L3tot td.Rs {
  white-space: nowrap;
  padding-left: 15px;
  text-align: left;
  font-style: Italic;
  background-color: #f5f7f7;
}
table.ListView tr.L4 {
  font-weight: bold;
  font-size: 11px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L4 td {
  padding-top: 7px;
}
table.ListView tr.L4 td.Rs {
  white-space: nowrap;
  padding-left: 20px;
  text-align: left;
  background-color: #f5f7f7;
}
table.ListView tr.L4tot {
  font-weight: bold;
  font-size: 11px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L4tot td.Rs {
  white-space: nowrap;
  padding-left: 20px;
  text-align: left;
  font-style: Italic;
  background-color: #f5f7f7;
}
table.ListView tr.L5 {
  font-weight: bold;
  font-size: 11px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L5 td {
  padding-top: 7px;
}
table.ListView tr.L5 td.Rs {
  white-space: nowrap;
  padding-left: 25px;
  text-align: left;
  background-color: #f5f7f7;
}
table.ListView tr.L5tot {
  font-weight: bold;
  font-size: 11px;
  color: #6c8794;
  text-align: right;
}
table.ListView tr.L5tot td.Rs {
  white-space: nowrap;
  padding-left: 25px;
  text-align: left;
  font-style: Italic;
  background-color: #f5f7f7;
}
table.ListView tr.R {
  font-weight: bold;
  font-size: 14px;
  color: dimgray;
  text-align: right;
}
table.ListView tr.R td {
  padding-top: 15px;
}
table.ListView tr.R td.Rs {
  white-space: nowrap;
  padding-left: 1px;
  text-align: left;
  background-color: #f5f7f7;
}
table.ListView tr.Rtbp {
  font-weight: bold;
  font-size: 12px;
  color: dimgray;
  text-align: right;
}
table.ListView tr.Rtbp td {
  padding-top: 1px;
}
table.ListView tr.Rtbp td.Rs {
  white-space: nowrap;
  padding-left: 5px;
  text-align: left;
  background-color: #f5f7f7;
}
table.ListView tr.Rcy {
  font-weight: bold;
  font-size: 12px;
  color: dimgray;
  text-align: right;
}
table.ListView tr.Rcy td {
  padding-top: 1px;
}
table.ListView tr.Rcy td.Rs {
  white-space: nowrap;
  padding-left: 5px;
  text-align: left;
  background-color: #f5f7f7;
}
table.ListView tr.Rtot {
  font-weight: bold;
  font-size: 14px;
  color: dimgray;
  text-align: right;
}
table.ListView tr.Rtot td.Rs {
  white-space: nowrap;
  padding-left: 1px;
  text-align: left;
  font-style: italic;
  background-color: #f5f7f7;
}
table.ListView tr.Detail {
  text-align: right;
}
table.ListView tr.Detail td.Rs {
  white-space: nowrap;
  padding-left: 40px;
  text-align: left;
  background-color: #ebeef0;
}
table.ListView tr.L0 td,
table.ListView tr.L0tot td,
table.ListView tr.L1 td,
table.ListView tr.L1tot td,
table.ListView tr.L2 td,
table.ListView tr.L2tot td,
table.ListView tr.L3 td,
table.ListView tr.L3tot td,
table.ListView tr.L4 td,
table.ListView tr.L4tot td,
table.ListView tr.L5 td,
table.ListView tr.L5tot td,
table.ListView tr.R td,
table.ListView tr.Rtbp td,
table.ListView tr.Rcy td,
table.ListView tr.Rtot td,
table.ListView tr.Detail td {
  border-bottom: 1px solid #cccccc;
}
table.ListView tr[class^='L']:hover td,
table.ListView tr[class^='R']:hover td,
table.ListView tr.Detail:hover td {
  background: #e5e5e5;
}
table.ListView div.NoDataFound {
  background: none;
  padding: 4px 5px;
  text-align: left;
  margin: 1px 0 0;
}
table.ListView div.NoDataFound span {
  font-weight: normal;
  color: #232323;
  background: none;
  border: none;
  vertical-align: middle;
  padding: 0px;
}
table.ListView div.NoDataFound img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
}
table.StockPositions {
  width: 100%;
}
table.StockPositions td {
  text-align: center;
}
.StockPositionsCircle {
  background-color: #808183;
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
  margin: 1px;
  position: relative;
}
.StockPositionsCircle .ActiveLink > a,
.StockPositionsCircle .InactiveLink > a {
  display: block;
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 9px;
  min-width: 40px;
  padding: 50% 0;
  text-align: center;
  color: white;
  text-decoration-line: none;
}
.StockPositionsCircle .InactiveLink > a {
  cursor: default;
}
.StockPositionsCircle .LongestCircleText {
  visibility: hidden;
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 9px;
  text-align: center;
}
table.CardHeader {
  width: 100%;
}
table.CardHeader td.Narrow {
  width: 20%;
  vertical-align: top;
}
table.CardHeader td.Broad {
  width: 30%;
  vertical-align: top;
}
table.CardIcons3 {
  width: 220px;
  text-align: center;
}
table.CardIcons3 > tbody > tr {
  height: 52px;
}
table.CardIcons3 > tbody > tr > td {
  background: none repeat scroll 0 0 #e2e7ea;
  width: 33%;
}
table.CardIcons3 > tbody > tr > td > table > tbody > tr > td {
  width: 62px;
}
table.CardIcon1 {
  width: 70px;
  text-align: center;
}
table.CardIcon1 > tbody > tr {
  height: 52px;
}
table.CardIcon1 > tbody > tr > td {
  background: none repeat scroll 0 0 #e2e7ea;
}
table.CardIcon1 > tbody > tr > td > table > tbody > tr > td {
  width: 62px;
}
.MailMessageActions .TextFormat {
  font-size: 9pt;
  padding-left: 105px;
}
.MailMessageActions .HyperlinkFormat {
  font-size: 12pt;
  padding-left: 80px;
  padding-top: 20px;
}
.MailMessageActions .BottomMargin {
  padding-bottom: 27px;
}
.WebpartBandsWrapper .Narrow {
  height: 136px;
}
.VerticalTabStrip,
.WebpartBands {
  border-spacing: 0;
  width: 100%;
}
.WebpartBands {
  overflow: hidden;
  vertical-align: top;
  padding-right: 20px;
}
.EntityCardContainer .WidgetStatus .InactiveStatus {
  color: #58585b;
}
.EntityCardContainer .WidgetStatus img {
  margin: 0 4px;
}
.EntityCardContainer .WidgetStatus img,
.EntityCardContainer .WidgetStatus span {
  vertical-align: middle;
}
#DocumentForSoleTrader .EntityCardContainer .WidgetTitle {
  border-style: none;
}
#DocumentForSoleTrader .EntityCardContainer .WidgetStatus {
  display: none;
}
.EntityDataContainer {
  line-height: 17px;
  color: #2c2c2d;
}
.EntityDataContainer .Fixed {
  overflow: hidden;
}
.EntityDataContainer .Scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.EntityDataContainer .Form {
  border-width: 0;
  margin: 0;
}
.EntityDataContainer .Form td {
  border: none;
  border-width: 0;
  border-collapse: collapse;
  overflow: hidden;
  vertical-align: top;
}
.EntityDataContainer .Form td.Label {
  text-align: left;
}
.EntityDataContainer .Form .Field,
.EntityDataContainer .Monitor .Entity {
  color: #2c2c2d;
}
.EntityDataContainer .Monitor {
  border-collapse: separate;
  border-spacing: 0;
  height: auto;
  line-height: inherit;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 8pt;
}
.HorizontalMonitor {
  width: 100%;
  padding: 0 8px;
}
.HorizontalMonitor .SectionHeader th {
  border-bottom: 1px solid #b6c4ca;
}
.EntityCardContainer .HorizontalMonitor .SectionHeader th {
  border-bottom: 1px solid #a7b7bf;
}
.HorizontalMonitor .MonitorItems {
  width: auto;
}
.HorizontalMonitor .MonitorItems > tbody > tr > td {
  vertical-align: top;
  max-width: 150px;
  padding: 0 12px;
}
.HorizontalMonitor .MonitorItems > tbody > tr > td:first-child {
  padding-left: 0;
}
.HorizontalMonitor .MonitorItems > tbody > tr > td:last-child {
  padding-right: 0;
}
.HorizontalMonitor .MonitorItem {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 12px;
}
.HorizontalMonitor .MonitorItem .Image {
  text-align: center;
  padding: 4px 0;
  vertical-align: top;
}
.HorizontalMonitor .MonitorItem .Image img {
  height: 30px;
}
.HorizontalMonitor .MonitorItem .Entity {
  text-align: center;
}
.EntityDataContainer,
.EntityImageContainer {
  vertical-align: top;
}
.TabStripTableContent {
  vertical-align: top;
  border-style: solid;
  border-color: #6c8794;
  border-top-width: 0;
  border-width: 0 1px 1px 0;
  background: white;
  padding: 0;
}
.TabStripTableContentWithContainer {
  background: transparent;
  border-width: 0;
  padding-left: 171px;
  position: relative;
  z-index: 0;
}
.TabStripTableContentBorderLeft {
  border: #0c85b4 solid;
  border-width: 0 0 0 3px;
}
.TabStripTableOfContentItem:hover {
  background: #e5e5e5;
}
.TabStripTableOfContentItem > .Summary {
  background: white;
  color: black;
  font-weight: normal;
  /* compensate padding of container (TabStripTableOfContentItem) */
  margin: -1px -14px;
  padding: 14px;
}
.TabStripTableOfContentItem > .Summary > div {
  font-size: larger;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TabStripTableOfContentItem > .Summary > div > div {
  display: inline;
  white-space: nowrap;
}
.TabStripTableOfContentItem > .Summary > p {
  margin-top: 1em;
}
.TabStripTableOfContentItem > .Summary .Status {
  float: left;
}
.TabStripTableOfContentItem > .Summary .Status > * {
  margin-right: 0.5em;
  vertical-align: middle;
}
.TabStripTableOfContentItem > .Summary .Right {
  text-align: right;
}
.TabStripTableOfContentItem > .Summary .Emphasis {
  font-weight: bold;
}
.TabStripTableOfContentItem > .Summary .Modest {
  color: #808183;
}
.TabStripTableContent .ContentSection .ListView .SectionHeader {
  background-color: #0277bd;
  color: white;
  height: 26px;
}
.VerticalTabStrip .TabStripTableOfContent {
  border-right: 3px solid #0277bd;
  border-top: 1px solid #9f9f9f;
}
.VerticalTabStrip .TabStripTableOfContentWithContainer {
  background-color: white;
  border-top: 0;
  height: 96%;
  position: fixed;
  width: 168px;
  z-index: 999;
}
.VerticalTabStrip .TabStripHeaderContent {
  width: 160px;
  min-height: 255px;
  margin: 0 0 8px;
}
.VerticalTabStrip .TabStripTableContentWithContainer .HdrTitle.HdrTitleLine > table > tbody > tr:first-child {
  display: none;
}
.TabStripTableOfContentWithContainer .TabStripTableOfContentItem,
.TabStripTableOfContentWithContainer .TabStripTableOfContentItem.Selected {
  width: 140px;
}
.VerticalTabStripWrapper .TabStripTableContent .ListView .SectionHeader {
  background-color: white;
  color: #59595b;
}
.VerticalTabStripWrapper .TabStripTableContent .ListView .SectionHeader th {
  font-weight: bold;
}
.VerticalTabStripWrapper .TabStripTableContent .ListView .Header th {
  font-weight: normal;
}
.VerticalTabStripWrapper .TabStripTableContent .ContentSectionCardRowHeader {
  background-color: white;
  border-bottom: 1px solid #cccccc;
  color: #59595b;
  font-weight: bold;
}
.VerticalTabStripWrapper .TabStripTableContent .ContentSectionCardRowHeader,
.VerticalTabStripWrapper .TabStripTableContent .ContentSectionHeader {
  margin-bottom: 0;
}
.VerticalTabStripWrapper .TabStripTableContent .CardColumn .Form {
  padding: 0;
}
.ContentAndVerticalWorkflow {
  /* container around some content (left) and vertical workflow (right) */
  display: flex;
}
.ContentAndVerticalWorkflow > div:first-child {
  /* content */
  flex: 16 1 0em;
}
.ContentAndVerticalWorkflow > div:last-child {
  /* vertical workflow */
  flex: 1 1 16em;
  margin-left: 16px;
  /* IE does not support gap */

}
.ContentAndVerticalWorkflow h2 {
  /* title above vertical workflow, and if desired above content */
  border-bottom: thin dotted black;
  padding-bottom: 0.5em;
}
.ContentAndVerticalWorkflow h2 > img {
  /* aniGIF, visible while making AJAX call */
  float: right;
}
table.VerticalWorkflow {
  border-spacing: 0;
}
table.VerticalWorkflow > tbody > tr > td {
  padding: 1.5em 1em;
  text-align: center;
}
table.VerticalWorkflow > tbody > tr > td > h5 {
  /* Who */
  font-weight: normal;
  margin: 0.5em 0 1em;
}
table.VerticalWorkflow > tbody > tr > td > span {
  /* When */
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
  background: #e5e5e5;
  text-align: center;
  white-space: nowrap;
}
table.VerticalWorkflow > tbody > tr > td:first-child {
  /* centered vertical line; visually it connects the status icons */
  background-image: linear-gradient(to right, transparent 47%, #cccccc 48%, #cccccc 52%, transparent 53%);
  background-repeat: no-repeat;
}
table.VerticalWorkflow > tbody > tr:first-child > td:first-child {
  /* top icon needs only bottom half of the vertical line */
  background-position-y: bottom;
  background-size: 100% 50%;
}
table.VerticalWorkflow > tbody > tr:last-child > td:first-child {
  /* bottom icon needs only top half of the vertical line */
  background-position-y: top;
  background-size: 100% 50%;
}
table.VerticalWorkflow > tbody > tr:first-child:last-child > td:first-child {
  /* a single icon needs no vertical line */
  background-image: none;
}
.MyExactOnlineBody {
  overflow: auto !important;
}
.MyExactOnlineBody .VerticalTabStripWrapper {
  padding-top: 24px;
}
.MyExactOnlineBody .ContentSections {
  padding: 0 8px;
}
.MyExactOnlineBody .ContentSections .Content .FieldWithoutLabelWidth .Label + .Field {
  width: 13%;
  padding-right: 0;
}
.MyExactOnlineFullNameAndCustNumber {
  text-align: center;
  word-wrap: break-word;
}
.ContentSectionCardRowHeader,
.ContentSectionHeader,
.ContentSectionCardColumnHeader {
  margin: 0 0 1px;
  color: white;
  padding: 3px 6px;
  clear: both;
  width: 100%;
  font-weight: normal;
}
.ContentSectionCardRowHeader,
.ContentSectionCardColumnHeader {
  color: #59595b;
  font-weight: bold;
}
.ContentSectionHeader {
  background: #0277bd;
}
.ContentSectionHeader td:first-child {
  text-align: left;
}
.ContentSectionHeader span {
  vertical-align: middle;
}
.ContentSectionHeader img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: none;
  margin: 0 6px 0 0;
}
.ContentSectionHeader .header-title-wrapper {
  cursor: pointer;
}
.ContentSectionHeader.header-title-toggle .dropdown {
  width: 7px;
  height: 6px;
  cursor: pointer;
  display: block;
  margin: 5px 0 0 2px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 6px;
  background: url('../../styles/ExactFuel/images/ic_arrow_down_white_20px.svg') no-repeat center;
  transition: all 0.6s ease;
  transform: rotateX(180deg);
}
.ContentSections .loading {
  height: 30px;
  background: url('../../../docs/images/icon-wait.gif') center no-repeat;
}
.ContentSections:not(.Active) .header-title-toggle {
  margin-bottom: 10px;
}
.ContentSections.Active .dropdown {
  transform: none;
}
.ContentSections.selected .header-title-wrapper {
  pointer-events: none;
}
.ContentSections.selected .header-title-wrapper .dropdown {
  display: none;
}
.ContentSection .Content .Form,
.ContentSection .Content .ListView {
  width: 100% !important;
  border-spacing: 0;
}
.ContentSection .Content .ListView {
  margin: 0;
}
.ContentSection .Form {
  border: none;
}
.CardColumnWrapper {
  float: left;
}
.CardColumnWrapper .CardColumn {
  margin: 0 0 0 1px;
}
.CardColumnWrapper:first-child .CardColumn,
.ContentSectionCardRowHeader + .CardColumnWrapper .CardColumn {
  margin: 0;
}
.ContentSections {
  padding: 8px 8px 0;
  border-top: 1px solid #6c8794;
}
.ContentSectionsBorderLess {
  border: none;
}
.ContentSections .ContentSectionsEnd,
.ContentSection .ContentEnd {
  clear: both;
}
.ContentSection .ContentEnd {
  height: 1px;
  margin: 0 0 35px;
}
.ContentSection .CardColumnWrapper._50 .Form td.Label {
  width: 36%;
}
.ContentSection .CardColumnWrapper .Form td.Label {
  width: 18%;
}
.ContentSection .Form td.Field img {
  vertical-align: middle;
}
.ContentSection .Form tr.SectionHeader > th,
.ContentSection .ListView .SectionHeader > th {
  border-bottom: 1px solid #b6c4ca;
}
.ContentSection .ListView .SectionHeader > th {
  padding: 3px 6px;
}
.ContentSection .ListView {
  border: none;
}
.ContentSection .ListView .ListViewBtns,
.ContentSectionHeader .ContentSectionButtons {
  font-weight: normal;
  border: none;
}
.ContentSectionHeader .ContentSectionButtons a {
  text-decoration: none;
  color: white;
}
.ContentSectionHeader .ContentSectionButtons a:hover {
  text-decoration: underline;
}
.ContentSection .ListView .ListViewBtns {
  padding: 0;
}
.ContentSection .ListView .Header th {
  border: none;
  font-weight: bold;
  color: #484848;
}
.ContentSection .ListView td {
  width: auto;
}
.BandOfControls {
  vertical-align: top;
}
.BandOfControls.Collapsed {
  width: 50px;
}
.BandOfControls.Collapsed .ExpandSwitch,
.BandOfControls.Collapsed .CollapsedBandOfControls {
  display: block;
}
.BandOfControls.Collapsed .BandOfControl,
.BandOfControls.Collapsed .CollapseSwitch {
  display: none;
}
.BandOfControls.Expanded {
  width: 240px;
}
.BandOfControls.Expanded .ExpandSwitch,
.BandOfControls.Expanded .CollapsedBandOfControls {
  display: none;
}
.BandOfControls.Expanded .BandOfControl,
.BandOfControls.Expanded .CollapseSwitch {
  display: block;
}
.BandOfControls > .BandOfControlsWrapper {
  position: relative;
  padding: 10px 0 0 6px;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl:first-child {
  margin-top: 0;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl {
  margin-top: 24px;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandHeader {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #cccccc;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandHeader h3 {
  float: left;
  margin: 1px 5px 0 0;
  padding: 0;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandHeader img {
  vertical-align: middle;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper {
  position: relative;
  min-height: 100px;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContentMaskWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.8;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContentMaskWrapper > .BandContentMask {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: 0 0 0 -100px;
  width: 200px;
  text-align: center;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContentMaskWrapper > .BandContentMask img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContentMaskWrapper > .BandContentMask span {
  vertical-align: middle;
  font-weight: bold;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent {
  color: #59595b;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandSecondaryInfo {
  color: #a1a1a1;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandButtons {
  padding: 5px 0 0;
  border-top: 1px solid #cccccc;
  text-align: right;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandSection {
  margin: 5px 0;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandSection._separated {
  padding: 4px;
  background: #e6ebed;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandSection:first-child {
  margin: 0;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandSection._scrollable {
  overflow-y: auto;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper {
  padding: 5px 0;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper:first-child {
  padding: 0 0 5px;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper._separated {
  border-top: 1px solid #b0bfd1;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper._separated:first-child {
  border: none;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement {
  width: 100%;
  border-spacing: 0;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement ._bold {
  font-weight: bold;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement td {
  padding: 0;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement .BandElementContent {
  padding: 0 0 0 5px;
  vertical-align: top;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement .BandElementContent .ProfileLinkWithEllipsis {
  display: inline-block;
  overflow: hidden;
  width: 145px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement .BandElementContent ._cut {
  display: block;
  overflow: hidden;
  max-height: 32px;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement .BandElementImage {
  max-height: 48px;
  width: 48px;
  text-align: center;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement .BandElementImage img {
  max-width: 48px;
  max-height: 48px;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper > .BandElement .BandElementButtons {
  padding: 0 0 0 5px;
  width: 10%;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper .AttachButton {
  cursor: pointer;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .BandElementWrapper .TweetTime {
  color: #232323;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .LinkedInNetworkDegree {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 4px;
  min-width: 20px;
  border: 1px solid #3399cc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: -moz-linear-gradient(#c7ebf6, white);
  background: -webkit-linear-gradient(#c7ebf6, white);
  background: linear-gradient(#c7ebf6, white);
  color: #3399cc;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7ebf6', endColorstr='@White')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7ebf6', endColorstr='@White');
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContentWrapper > .BandContent .LinkedInNetworkDegree sup {
  vertical-align: bottom;
  font-weight: normal;
}
.BandOfControls > .BandOfControlsWrapper > .BandOfControl > .BandContent-end {
  clear: both;
  margin: 0 0 10px;
}
.BandOfControls > .BandOfControlsWrapper > .ExpandCollapseSwitch {
  position: absolute;
  top: 12px;
  right: 4px;
}
.BandOfControls > .BandOfControlsWrapper > .CollapsedBandOfControls {
  margin-top: 21px;
  padding-top: 10px;
  padding-left: 12px;
  border-top: 1px solid #cccccc;
}
.BandOfControls > .BandOfControlsWrapper > .CollapsedBandOfControls img {
  display: block;
  margin: 10px 0;
}
.ContentSection .Content .Monitor {
  width: 100%;
}
.ContentSection .SectionHeader,
.ContentSectionCardRowHeader,
.ContentSectionHeader,
.ContentSectionCardColumnHeader {
  height: 24px;
}
.HiddenLabels .Form,
.NarrowLabels .Form,
.WideLabels .Form {
  width: 100%;
}
.HiddenLabels td,
.NarrowLabels td,
.WideLabels td {
  padding: 0;
}
.HiddenLabels .Form,
table.HiddenLabels,
.NarrowLabels .Form,
table.NarrowLabels,
.WideLabels .Form,
table.WideLabels {
  border-spacing: 0;
  border-width: 0;
}
.HiddenLabels td.Label {
  display: none;
}
.HiddenLabels td.Field {
  padding: 0;
  width: 100%;
}
.NarrowLabels td.Label {
  padding: 0 0 0 5px;
}
.NarrowLabels td.Field {
  padding: 0 0 0 5px;
}
.WideLabels td.Label {
  padding: 8px 13px;
  font-size: 12px;
}
.WideLabels td.Field {
  padding: 8px 13px;
  font-size: 12px;
}
.NormalLabels td.Label,
.NormalLabels td.Field {
  padding: 2px 2px 2px 5px;
}
.MAligned {
  display: block;
}
label[for=ErrorMessage] {
  color: #b80013;
  padding: 0 0 0 0.3em;
}
label[for=ErrorMessage]:first-child {
  padding: 0;
}
.SingleColumn .DocumentAttachmentLabel {
  white-space: nowrap;
  width: 20%;
}
.SingleColumn,
.DualColumn > tbody > tr > td > table {
  border-collapse: collapse;
}
.DualColumn table th {
  padding-top: 10px;
}
.SingleColumn input {
  max-width: 300px;
}
.AttachmentLine.Editable .DocumentAttachmentDownLoad {
  width: 10%;
}
.InLineAttachmentList.ReadOnly,
.InLineAttachmentList.Editable {
  float: left;
  display: inline-block;
}
.InLineAttachmentList.ReadOnly .DocumentAttachmentFileName,
.InLineAttachmentList.Editable .DocumentAttachmentFileName {
  padding-left: 10px;
  padding-right: 0;
}
.InLineAttachmentList .Field.DocumentAttachmentFileDelete {
  text-transform: lowercase;
  padding-left: 0;
  padding-right: 0;
}
.InLineAttachmentList .Field.CommaSeparator,
.InLineAttachmentList .Field.AttachmentBracketClose {
  padding-left: 0;
  padding-right: 0;
}
.InLineAttachmentList .Field.AttachmentBracketOpen {
  padding-left: 5px;
  padding-right: 0;
}
.WidgetDataTable {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.WidgetDataTable td {
  vertical-align: top;
  font-size: 8pt;
  white-space: nowrap;
}
.WidgetDataLabel {
  margin: 0 0 3px;
}
.WidgetDataFieldWrapper {
  margin: 0 0 10px;
}
.WidgetDataFieldWrapper.Last {
  margin: 0;
}
.WidgetDataFieldWrapper,
.WidgetDataLabel {
  padding: 0 5px;
}
.WidgetDataColumn:first-child .WidgetDataLabel,
.WidgetDataColumn:first-child .WidgetDataFieldWrapper {
  padding: 0 5px 0 0;
}
.WidgetDataColumn.Last .WidgetDataLabel,
.WidgetDataColumn.Last .WidgetDataFieldWrapper {
  padding: 0 0 0 5px;
}
.WidgetDataField {
  background: #f0f3f4;
  color: #232323;
  padding: 20px 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.WidgetDataColumn._100 {
  width: 100%;
}
.WidgetDataColumn._50 {
  width: 50%;
}
.WidgetDataColumn._33 {
  width: 33%;
}
.QuickActionsSection {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  width: 100%;
  float: right;
  padding: 12px;
  margin-top: 15px;
}
.QuickActionItem {
  vertical-align: bottom;
  text-align: center;
  float: left;
  max-width: 150px;
  margin: 0 12px;
  padding: 0 12px;
}
.QuickActionImage {
  height: 30px;
  text-align: center;
}
.QuickActionDescription {
  float: right;
  margin-top: 6px;
}
.ItemProperty {
  width: 25%;
  min-width: 91px;
  height: 54px;
  margin-top: -5px;
  margin-bottom: 10px;
  float: left;
}
.ItemProperty .ItemPropertyInner {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 44px;
  margin: 2.5px;
  text-align: center;
  background-color: #f0f0f0;
  font-size: 11px;
}
.LogItemActivity :hover {
  background-color: #f0f0f0;
}
.Form.Collapsible {
  display: none;
}
.FormSectionExpander {
  display: none;
  padding: 5px 0;
  cursor: pointer;
  color: #498fcd;
  font: normal 8pt/16px Arial;
  border-top: 1px solid #6c8794;
}
.FormSectionExpander .Panel {
  background: white url('../../../docs/images/icon-leveldown.gif') no-repeat left center;
  padding: 0 0 0 18px;
}
.FormSectionExpander.Expanded .Panel {
  background: white url('../../../docs/images/icon-levelup.gif') no-repeat left center;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
  height: 1px;
}
.SubscriptionPopupSelect {
  vertical-align: inherit;
  height: 22px;
}
.TimeLine .Line {
  min-height: 30px;
  margin-top: 8px;
  padding: 6px;
}
.TimeLine .Line .LineIcon {
  position: absolute;
  padding: 7px;
}
.TimeLine .Line .LineContent {
  margin-left: 40px;
}
.TimeLine .Line .LineContent .LineStatus {
  font-weight: bold;
}
.TimeLine .Line .LineContent .LineMessage {
  font-style: italic;
  padding: 5px 0px;
  word-break: break-word;
}
.TimeLine .Line .LineContent .LineMessage:after {
  content: close-quote;
}
.TimeLine .Line .LineContent .LineMessage:before {
  content: open-quote;
}
.TimeLine .Line .LineContent .LineMessage .LineMessageText {
  visibility: hidden;
  width: 250px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 101%;
  left: 7%;
  padding: 10px;
}
.TimeLine .Line .LineContent .LineMessage .LineMessageText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.TimeLine .Line .LineContent .LineMessage:hover .LineMessageText {
  visibility: visible;
}
.TimeLine .Line .LineContent .LineDateTime {
  white-space: nowrap;
}
.TimeLine .PendingLine {
  background: #fbfbfb url("../../../docs/images/BallPending.png") no-repeat 14px center;
}
.TimeLine .YellowLine {
  background: #fbfbfb url("../../../docs/images/BallYellow.png") no-repeat 14px center;
}
.TimeLine .CheckedLine {
  background: #fbfbfb url("../../../docs/images/BallChecked.png") no-repeat 14px center;
}
.TimeLine .PendingGreenLine {
  background: #fbfbfb url("../../../docs/images/BallPendingGreen.png") no-repeat 14px center;
}
.TimeLine .FailedLine {
  background: #fbfbfb url("../../../docs/images/BallFailed.png") no-repeat 14px center;
}
.TimeLine .ExceededLine {
  background: #fbfbfb url("../../../docs/images/BallRed.png") no-repeat 14px center;
}
.TimeLine .ViewedLine {
  background: #fbfbfb url("../../../docs/images/BallStatusYellow.png") no-repeat 14px center;
}
.TimeLine .PendingLine.Top,
.TimeLine .YellowLine.Top,
.TimeLine .CheckedLine.Top,
.TimeLine .FailedLine.Top,
.TimeLine .ExceededLine.Top,
.TimeLine .ViewedLine.Top {
  background-position: 14px 6.5px;
}
.HeaderTable {
  width: 100%;
  padding: 10px 5px 3px;
}
.OEIMigrationInfo {
  width: 100%;
  max-width: 90em;
  padding: 0.5em;
}
.EmployeeSummary {
  width: 100%;
  height: 173px;
  font-size: 11px;
  text-align: center;
}
.EmployeeSummary .LargeSummaryItem {
  width: 50%;
  height: 110px;
  background: #e5e5e5;
  vertical-align: middle;
}
.EmployeeSummary .LargeSummaryItem table {
  width: 100%;
  height: 110px;
}
.EmployeeSummary .LargeSummaryItem .LeftPart {
  width: 50%;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
}
.EmployeeSummary .LargeSummaryItem .RightPart {
  height: 55px;
  width: 50%;
}
.EmployeeSummary .LargeSummaryItem .StatusPart {
  line-height: 55px;
  font-size: 20px;
}
.EmployeeSummary .SummaryItem {
  height: 55px;
  width: 25%;
  background: #e5e5e5 no-repeat center 6px;
  vertical-align: bottom;
}
.EmployeeSummary .TextContent {
  font-size: 30px;
  line-height: 35px;
}
.EmployeeSummary .Icon-PrcActive {
  background-image: url('../../styles/ExactFuel/images/PrcActive.png');
}
.EmployeeSummary .Icon-PrcInactive {
  background-image: url('../../styles/ExactFuel/images/PrcInactive.png');
}
.EmployeeSummary .Icon-PrcFuture {
  background-image: url('../../styles/ExactFuel/images/PrcFuture.png');
}
.EmployeeSummary .Icon-EmpTypeEmployee {
  background-image: url('../../styles/ExactFuel/images/EmpTypeEmployee.png');
}
.EmployeeSummary .Icon-EmpTypeDetached {
  background-image: url('../../styles/ExactFuel/images/EmpTypeDetached.png');
}
.EmployeeSummary .Icon-EmpTypeFlexworker {
  background-image: url('../../styles/ExactFuel/images/EmpTypeFlexworker.png');
}
.EmployeeSummary .Icon-EmpTypeStudent {
  background-image: url('../../styles/ExactFuel/images/EmpTypeStudent.png');
}
.EmployeeSummary .Icon-EmpTypeTemporary {
  background-image: url('../../styles/ExactFuel/images/EmpTypeTemporary.png');
}
.EmployeeSummary .Icon-GenderFemale {
  background-image: url('../../styles/ExactFuel/images/GenderFemale.png');
}
.EmployeeSummary .Icon-GenderMale {
  background-image: url('../../styles/ExactFuel/images/GenderMale.png');
}
.EmployeeSummary .Icon-GenderUnknown {
  background-image: url('../../styles/ExactFuel/images/GenderUnknown.png');
}
.EmployeeSummary .Icon-PresencePresent {
  background-image: url('../../styles/ExactFuel/images/PresencePresent.png');
}
.EmployeeSummary .Icon-PresenceAbsent {
  background-image: url('../../styles/ExactFuel/images/PresenceAbsent.png');
}
.EmployeeSummary .Icon-User {
  background-image: url('../../styles/ExactFuel/images/User.png');
}
.EmployeeSummary .Icon-Manager {
  background-image: url('../../styles/ExactFuel/images/Manager.png');
}
.EmployeeSummary .Icon-Subordinates {
  background-image: url('../../styles/ExactFuel/images/Subordinates.png');
}
.PaymentReceived input {
  width: 85px;
}
.InputSearchAction {
  font-weight: bold;
}
.DisableScrolling {
  overflow: hidden;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  width: 100%;
}
.ClientPortalBody {
  margin: 0;
}
.ClientPortalBody form {
  padding: 0;
  margin: 0;
}
.ClientPortalBody object {
  display: none;
}
.ClientPortalBody object.FusionCharts {
  display: block;
}
.ClientPortal .AlignedLogo {
  text-align: center;
  margin-bottom: 20px;
}
.ClientPortal .Hidden {
  display: none;
}
.ClientPortal > table {
  background-color: white;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.ClientPortal .LeftSide {
  vertical-align: top;
}
.ClientPortal .Chart {
  width: 100%;
  margin: 10px 30px 40px 10px;
  float: left;
}
.ClientPortal .Chart table.ListView,
#ClientPortal .Chart table.ListView td {
  border: none;
}
.ClientPortal .Chart .Header {
  font-size: 16px;
  color: #232323;
  background-color: #f1f1f1;
  height: 22px;
  padding: 7px 15px;
}
.ClientPortal .ChartNewRow {
  clear: both;
}
.ClientPortal .RightSide {
  vertical-align: top;
  padding: 20px 0 0 20px;
  width: 300px;
  background-color: #f1f1f1;
}
.ClientPortal .RightSideBottomAlign {
  vertical-align: bottom;
  padding: 20px 10px 5px 20px;
  width: 300px;
  background-color: #f1f1f1;
}
.ClientPortal .Footer {
  clear: both;
  background-color: #f1f1f1;
  padding-bottom: 10px;
}
.ClientPortal .Footer .WidgetTitle {
  background-color: #757575;
  color: #f1f1f1;
  margin-bottom: 10px;
  padding-left: 12px;
}
.ClientPortal .Footer .LastBand .WidgetTitle {
  padding: 0;
}
.ClientPortal .Footer .WebpartBandsWrapper {
  margin: 0;
}
.ClientPortal .Footer .WebpartBand {
  padding: 0;
}
.ClientPortal .Footer .WebpartBand.LastBand {
  padding: 0;
}
.ClientPortal .Footer .EntityCardContainer {
  padding: 0;
}
.ClientPortal .Footer .EntityDataContainer {
  padding: 0;
}
.ClientPortal .Footer .EntityDataContainer .Fixed,
.ClientPortal .Footer .EntityDataContainer .Scrollable {
  height: auto !important;
}
.ClientPortal .Footer .EntityDataContainer .Form {
  background-color: transparent;
}
.ClientPortal .Footer .EntityDataContainer .Form td.Field {
  background-color: transparent;
}
.ClientPortal .Footer .QuestionButton button {
  float: right;
}
.ClientPortal .BrandName {
  font-size: 24px;
  font-weight: bold;
  color: black;
  padding: 15px 0px 5px 15px;
}
.ClientPortal .HoverLogo {
  outline: 1px solid #0277bd;
  cursor: pointer;
}
.ClientPortal .HoverLink a {
  text-decoration: underline;
}
.ClientPortal .Logo {
  color: #0277bd;
  width: auto;
  height: 145px;
  position: relative;
  min-width: 85px;
  margin: 1px 0 0 1px;
}
.ClientPortal .Logo img {
  max-height: 102px;
  max-width: 238px;
  margin: 5px;
}
.ClientPortal .Logo .Caption {
  width: 306px;
  display: none;
  margin: 5px;
}
.ClientPortal .Logo .LogoImg {
  display: none;
}
.ClientPortal .Logo .LogoChange:hover,
.ClientPortal .Logo .LogoDelete:hover {
  color: #0277bd;
}
.ClientPortal .Logo .LogoChange {
  margin-left: 5px;
}
.ClientPortal .Logo .LogoDelete {
  float: right;
  margin-right: 5px;
}
.ClientPortal .Logo .Toolbar {
  width: 100%;
  position: absolute;
  bottom: 1px;
}
.ClientPortal .Account {
  height: 130px;
}
.ClientPortal .Account .ClientFormHintText {
  display: none;
}
.ClientPortal .Account .Container {
  padding: 7px 10px;
  background-color: #e5e5e5;
}
.ClientPortal .Account .Container input {
  width: 85%;
}
.ClientPortal .Account .ViewForm {
  display: none;
  border: 1px solid #f1f1f1;
  padding: 8px 8px 1px 8px;
}
.ClientPortal .Account .EditForm {
  display: none;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  padding: 5px;
}
.ClientPortal .Account .EditForm input {
  width: 100%;
}
.ClientPortal .Account .Caption {
  color: #0277bd;
  text-align: center;
  display: none;
  padding-top: 4px;
}
.ClientPortal .Account .Form {
  margin: 0;
  width: 99%;
  border-spacing: 0;
  padding: 0;
}
.ClientPortal .Account .Hover {
  border-color: #0277bd;
  cursor: pointer;
}
.ClientPortal .Account .ContactSelect {
  width: 85%;
}
.ClientPortal .ProfileSlider {
  padding-left: 40px;
  max-width: 178px;
  height: 164px;
}
.ClientPortal .ProfileSlider .carousel-wrapper {
  margin: 5px auto;
  position: relative;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li {
  text-align: center;
  padding: 0;
  width: 130px;
  display: block;
  float: left;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li .Caption,
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li .Logo {
  cursor: pointer;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li .LogoBack {
  background: white;
  padding: 6px 0;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li .LogoBack .Logo {
  width: 130px;
  height: 100px;
  float: none;
  margin: 0 auto;
  border-left: 1px solid #e5e5e5;
  display: table-cell;
  vertical-align: middle;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li .LogoBack .Logo img {
  max-width: 120px;
  max-height: 100px;
  margin: 0 4px;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li .Caption {
  height: 32px;
  overflow: hidden;
  background: #f1f1f1;
  margin: 13px 2px;
  font-size: 14px;
  color: #232323;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel li .Caption:hover {
  text-decoration: underline;
  color: #0277bd;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel-prev,
.ClientPortal .ProfileSlider .carousel-wrapper .carousel-next {
  position: absolute;
  top: 45px;
  width: 22px;
  height: 22px;
  text-align: center;
  background: #cccccc;
  color: #333333;
  text-decoration: none;
  font-size: 22px;
  line-height: 20px;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel-prev {
  left: -4px;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel-next {
  right: -4px;
}
.ClientPortal .ProfileSlider .carousel-wrapper .carousel .loading {
  text-align: center;
  line-height: 90px;
}
.ClientPortal .PeriodResultDefault {
  background: url('../../../docs/images/PeriodResult.png') no-repeat;
  height: 232px;
}
.ClientPortal .YearResultDefault {
  background: url('../../../docs/images/YearResult.png') no-repeat;
  height: 232px;
}
.ClientPortal .PeriodResultGerman {
  background: url('../../../docs/images/PeriodResultGerman.png') no-repeat;
  height: 232px;
}
.ClientPortal .YearResultGerman {
  background: url('../../../docs/images/YearResultGerman.png') no-repeat;
  height: 232px;
}
.ClientPortal .PeriodResultAmericanEnglish {
  background: url('../../../docs/images/PeriodResultAmericanEnglish.png') no-repeat;
  height: 232px;
}
.ClientPortal .YearResultAmericanEnglish {
  background: url('../../../docs/images/YearResultAmericanEnglish.png') no-repeat;
  height: 232px;
}
.ClientPortalUploadInvoice form {
  padding: 0;
}
.ClientPortalUploadInvoice form .exButton {
  margin-bottom: 10px;
}
.ClientPortalUploadInvoice .Form td.Field input[type=file] {
  min-height: 21px;
  height: auto;
}
.ClientPortalUploadInvoice .drag-drop-file-upload {
  padding: 0;
  border: none;
  margin: 0;
}
.ClientPortalUploadInvoice .dropzone {
  margin: 10px 4px 0px;
  min-height: 124px;
  overflow: auto;
}
.ClientPortalUploadInvoice .dropzone .dz-preview {
  height: 120px;
}
.ClientPortalUploadInvoice .dropzone .dz-preview .dz-error-message {
  height: auto;
  min-height: 48px;
  top: 34px;
}
.AccountancyCenterProfile .Form td.Field input[type=text] {
  width: 95%;
}
.AccountancyCenterProfile .Form td.Field input[type=file] {
  width: 95%;
}
.AccountancyCenterProfile span.profilePreviewError {
  display: block;
}
/*used for google map link with marker image */

.GoogleMapLink img {
  vertical-align: middle;
  margin-right: 3px;
}
.ClientForm {
  border: 1px solid #e5e5e5;
}
.ClientForm .Caption {
  color: #0277bd;
  text-align: center;
  display: none;
}
.ClientForm .ViewMode,
.ClientForm .EditMode {
  padding: 8px;
}
.ClientForm .EditMode {
  background-color: #e5e5e5;
}
.ClientForm .EditModeNoActions {
  padding: 2px;
}
.ClientForm .Form {
  margin: 0;
  width: 99%;
  border-spacing: 0;
  padding: 0;
}
.ClientForm.Hover {
  border-color: #0277bd;
  cursor: pointer;
}
.ClientFormHintText {
  color: #232323;
  font-size: 12px;
  background-color: #e5f8ce;
  padding: 1px 7px 2px 4px;
  margin-left: 3px;
}
.ClientPortalPurchaseInvoice {
  height: 100%;
}
.ClientPortalPurchaseInvoice .LeftSide {
  vertical-align: top;
}
.ClientPortalPurchaseInvoice .LeftSide .ClientPortalPurchaseInvoicePDF {
  border-style: none;
  width: 100%;
}
.ClientPortalPurchaseInvoice .RightSide {
  vertical-align: top;
  width: 320px;
  min-width: 220px;
  padding: 20px 0 0 20px;
  background-color: #f1f1f1;
  position: relative;
}
.ClientPortalPurchaseInvoice .RightSide table {
  width: 100%;
  border-spacing: 0;
}
.ClientPortalPurchaseInvoice .RightSide button,
.ClientPortalPurchaseInvoice .RightSide select {
  width: 100%;
}
.ClientPortalPurchaseInvoice .RightSide select {
  height: 22px;
  margin-right: 8px;
}
.ClientPortalPurchaseInvoice .RightSide button.exButton {
  margin-bottom: 3px;
}
.ClientPortalPurchaseInvoice .RightSide .SideBarContent {
  margin-right: 20px;
}
.ClientPortalPurchaseInvoice .RightSide .Form td > div.Wide {
  white-space: nowrap;
  margin-right: 8px;
}
.ClientPortalPurchaseInvoice .RightSide .Form td > div.Wide input {
  width: 100%;
}
.ClientPortalPurchaseInvoice .RightSide .InvoiceDateField {
  float: right;
}
.ClientPortalPurchaseInvoice .ClientFormHintText {
  background-color: #e5f8ce;
}
.ClientPortalPurchaseInvoice .Form td.Field {
  padding: 1px 0px 2px;
}
.ClientPortalPurchaseInvoice .SideBar,
.ClientPortalPurchaseInvoice .TimeLineBar {
  position: absolute;
  width: 320px;
}
.ClientPortalPurchaseInvoice .SideBar {
  top: 20px;
}
.ClientPortalPurchaseInvoice .TimeLineBar {
  bottom: 20px;
}
.ClientPortalPurchaseInvoice .PaymentButtonsContainer {
  text-align: right;
}
.ClientPortalPurchaseOverview .WarningTooltip {
  position: absolute;
  z-index: 999;
  display: none;
  background-color: gainsboro;
  padding: 2px;
  border: 1px solid #bda760;
}
.ClientPortalPurchaseOverview .WarningTooltip p {
  margin: 0;
  padding: 0;
  color: #232323;
  background-color: #fde69a;
  padding: 2px 7px;
}
.GenericWarningTooltip {
  position: absolute;
  z-index: 999;
  display: none;
  background-color: gainsboro;
  padding: 2px;
  border: 1px solid #bda760;
}
.GenericWarningTooltip p {
  margin: 0;
  padding: 0;
  color: #232323;
  background-color: #fde69a;
  padding: 2px 7px;
}
.ClientPortalSend {
  padding-top: 4px;
}
.ClientPortalSend .ContactDataHeader {
  padding-left: 11px;
}
.ClientPortalSendInvoiceEditContact {
  height: 87px;
}
.ClientPortalSendInvoiceEditContact .EditMode .WideField input {
  width: 100%;
}
.ClientPortalSendInvoiceEditContact .ClientForm .EditMode .Form td.Field {
  padding: 4px 2px 4px 0;
}
.ClientPortalSendInvoiceEditContact .ClientForm .ViewMode table {
  width: 100%;
}
.ClientPortalPrint {
  padding-top: 4px;
}
.ClientPortalControlPanel {
  text-align: right;
  margin: 9px 2px 2px 2px;
}
.popup-footer-control {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: right;
  margin: 0 !important;
}
.popup-footer-control .PopupBar {
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: #e5e5e5;
  padding: 0 10px;
}
.popup-footer-control .PopupBar button.exButton {
  margin: 0 0 0 8px;
}
.popup-footer-control .PopupBar .exButtonBar div {
  margin-top: unset;
}
.AttachmentAndPreview {
  height: 100%;
}
.AttachmentAndPreview #InvoiceDate[readonly],
.AttachmentAndPreview #InvoiceDate[readonly="readonly"] {
  color: #808183;
}
.AttachmentAndPreview .FormSection {
  height: 90%;
  padding: 10px 10px 0 10px;
}
.AttachmentAndPreview .FormSection .InvoicePreviewContainer {
  float: left;
  width: 50%;
  height: 100%;
}
.AttachmentAndPreview .FormSection .InvoicePreviewContainer .InvoicePreview {
  border-style: none;
  width: 100%;
  height: 100%;
}
.AttachmentAndPreview .FormSection .FormContainer {
  overflow: auto;
  margin-left: 50%;
  height: 100%;
}
.AttachmentAndPreview .FormSection .FormContainer textarea {
  resize: none;
}
.AttachmentAndPreview .fuel-popup-footer {
  height: 45px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #e5e5e5;
  padding-right: 10px;
}
.AttachmentAndPreview .fuel-popup-footer .SendMeCopyCheckBox {
  float: right;
  position: relative;
  padding-right: 30px;
}
.AttachmentAndPreview .fuel-popup-footer button.exButton {
  margin: 0 25px 0 0;
  min-width: fit-content;
}
.AttachmentAndPreview .Footer {
  height: 7%;
  padding: 10px 10px 0 10px;
}
.AttachmentAndPreview .Footer .ControlsContainer {
  background-color: #e5e5e5;
  height: 100%;
  padding-right: 10px;
}
.AttachmentAndPreview .Footer .ControlsContainer button {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.AttachmentAndPreview .Footer .ControlsContainer .SendMeCopyCheckBox {
  float: right;
  position: relative;
  top: 35%;
  padding-right: 30px;
}
.AttachmentAndPreview .EditEmailSection {
  height: 130px;
}
.AttachmentAndPreview .EditEmailSection .view-section {
  height: 120px;
}
.AttachmentAndPreview .EditEmailSection .action-section {
  padding-top: 10px;
  height: 10px;
}
.AttachmentAndPreview .EditEmailSection .action-section img {
  padding-right: 10px;
}
.AttachmentAndPreview .EditEmailSection .action-link {
  padding-right: 20px;
  text-decoration: none;
}
.AttachmentAndPreview .EditEmailSection .inactive {
  pointer-events: none;
  cursor: default;
  color: black;
}
.AttachmentAndPreview .AttachmentContainer {
  border-style: none;
  width: 100%;
  height: 100%;
}
.SideBar > .Header {
  margin: 10px 0;
  padding: 6px;
  font-size: 16px;
  background-color: #fbfbfb;
}
.SideBarItems {
  font-size: 12px;
  margin-bottom: 35px;
}
.SideBarItems > .Header {
  padding: 3px 6px;
  font-weight: bold;
}
.SideBarItems ul {
  padding: 0;
}
.SideBarItems li {
  list-style: none;
}
.SideBarItems li.FixedWidth {
  padding: 5px 6px;
  width: 190px;
  clear: both;
}
.SideBarItems li.FixedWidth:hover {
  background-color: transparent;
}
.SideBarItems li div:first-child {
  float: left;
  font-weight: bold;
}
.SideBarItems li .SubItem {
  float: right;
}
.SideBarItems li:hover {
  background-color: white;
}
.SideBarItems li a,
.SideBarItems li a:hover {
  padding: 7px;
  text-decoration: none;
  display: block;
}
.SideBarItems li a.SubItemLink,
.SideBarItems li a.SubItemLink:hover {
  padding: 0;
  text-decoration: none;
  display: inline;
}
.SideBarItems li .Header {
  display: block;
}
.SideBarItems li .SubHeader {
  font-size: 9px;
  color: #999999;
}
.SideBarItems li.ShowAll {
  text-align: right;
}
.SideBarItems li.Unread .Header {
  font-weight: bold;
}
.SideBarNavigationItems {
  padding: 0;
  margin: 15px 0;
}
.SideBarNavigationItem {
  list-style: none;
  margin: 6px 0;
  padding: 6px;
  font-size: 16px;
  color: #0277bd;
  background-color: #fbfbfb;
}
.SideBarNavigationItem a,
.SideBarNavigationItem a:hover {
  color: #0277bd;
  outline: none;
  text-decoration: none;
}
.SideBarNavigationItem div {
  width: 84px;
  margin-top: 2px;
  *margin-top: -20px;
  float: right;
}
.SideBarIcon {
  float: left;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
.GettingStartedTipsBullet {
  padding-top: 0;
}
/* LicUpgrade styles */

.WizardRoundedAlt .SubscriptionTitle {
  font-size: 14px;
  font-weight: bold;
}
.ListViewSortImage {
  margin-left: 3px;
}
/* Styling for DocLayoutTemplateGallery.ascx */

.TemplateGalleryBackground {
  background: #e5e5e5;
}
.TemplateGalleryMainCell {
  vertical-align: bottom;
}
.TemplateGalleryButtonBar {
  text-align: center;
  width: 193px;
  height: 37px;
}
.TemplateGalleryButtonBar .exButton {
  width: 171px;
  margin-right: 0;
  margin-bottom: 0;
}
.TemplateGalleryDescription {
  text-align: left;
  width: 193px;
  font-size: 14px;
}
.TemplateGalleryDescription hr {
  height: 1px;
  border-style: none;
  background: #e5e5e5;
}
.TemplateGalleryThumbnail {
  text-align: center;
  width: 193px;
  height: 283px;
}
.eds-enabled .TemplateGalleryBackground {
  background: white;
}
/* Styling for DocLayoutGallery.ascx & DocLayoutTemplateGalleryCustomise.ascx */

#TemplateGalleryCustomise_GalleryList_TableBody,
#LayoutGallery_GalleryList_TableBody table {
  background: #e5e5e5;
}
#LayoutGalleryNewEntrySearch {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
}
#LayoutGalleryNewEntrySearch th {
  font-weight: bold;
  font-size: 13px;
}
#LayoutGalleryNewEntrySearch_FilterCollapse {
  display: none;
}
.LayoutGalleryBackground {
  background: white;
}
.LayoutGalleryMainCell {
  vertical-align: top;
}
.LayoutGalleryDescription {
  text-align: left;
  width: 193px;
  font-size: 13px;
  margin-top: 16px;
  display: inline-block;
}
.LayoutGalleryLayoutSubject {
  font-weight: bold;
  font-size: 13px;
}
.LayoutGalleryInactiveLayoutSubject {
  font-weight: bold;
  font-size: 13px;
  color: #757575;
}
.LayoutGalleryDescription hr {
  border-style: none;
}
.LayoutGalleryThumbnail {
  border: 1px solid #cccccc;
  text-align: center;
  width: 193px;
  height: 283px;
  position: relative;
  cursor: pointer;
}
.LayoutImageOverlay {
  cursor: pointer;
  display: none;
}
.LayoutGalleryThumbnail:hover .LayoutImageOverlay .LayoutIconOverlay {
  padding-top: 110px;
}
.LayoutGalleryThumbnail:hover .LayoutImageOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 293px;
  position: absolute;
  transition: .5s ease;
}
.LayoutGalleryThumbnail:hover .LayoutImageOverlay .LayoutBtnOverlay {
  background-color: white;
  border: none;
  border-radius: 30px;
  color: #434343;
  padding: 8.5px 20px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
  margin: 20px;
  cursor: pointer;
}
.LayoutInactive {
  background-color: rgba(229, 229, 229, 0.6);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 293px;
  position: absolute;
}
.LayoutGalleryThumbnail:hover .LayoutInactive {
  display: none;
}
/* Styling for DocLayoutTemplateCustomiseNavigator.aspx */

.TemplateGalleryCustomiseBackground {
  background-color: white;
}
.PicturePreviewPopup.popup {
  margin: 0;
}
.PicturePreviewPopup Form {
  padding: 0;
  margin: 0;
}
.PicturePreviewMainTable {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 0;
}
.PicturePreviewMainTable table {
  width: 100%;
  height: 100%;
  border-spacing: 0;
}
.PicturePreviewMainTable table tr {
  vertical-align: middle;
  text-align: center;
}
/* Styling for DocLayoutTemplatePictureNavigator.aspx */

.PictureNavigatorButtonBar {
  text-align: center;
  height: 37px;
}
.PictureNavigatorButtonBar .exButton {
  width: 171px;
  margin-right: 0;
  margin-bottom: 0;
}
.PictureNavigatorPopup.popup {
  margin: 0;
}
.PictureNavigatorPopup Form {
  padding: 0;
  margin: 0;
}
.PictureNavigatorMainTable {
  width: 100%;
  height: calc((100%) - 46px);
  padding: 10px 0 10px 0;
}
.PictureNavigatorMainTable table {
  width: 100%;
  height: 100%;
  border-spacing: 0;
}
.PictureNavigatorMainTable table tr {
  vertical-align: middle;
  text-align: center;
}
.PictureNavigatorNextPreviousColumn {
  width: 34px;
}
.IconLinkSection {
  border-spacing: 0;
  width: 100%;
  border: 0;
  padding: 0;
}
.IconLinkSection .IconLinkSectionShowAll {
  text-align: right;
  font-weight: normal;
  white-space: nowrap;
}
.IconLinkSection .IconLinkSectionLink {
  vertical-align: top;
  padding-bottom: 10px;
}
.IconLinkSection .IconLinkSectionLink > div {
  cursor: pointer;
  margin: 0 auto;
  min-width: 62px;
}
.IconLinkSection .IconLinkSectionLink > div .IconLinkSectionLinkImage {
  height: 82px;
  margin: 0 auto;
}
.IconLinkSection .IconLinkSectionLink > div .IconLinkSectionLinkText {
  text-align: center;
  margin: 0 auto;
}
.IconLinkSection .IconLinkSectionDialog .IconLinkSectionLink {
  padding: 0 20px 10px 20px;
}
.IconLinkSection .IconLinkSectionDialog .IconLinkSectionLink:first-child {
  padding-left: 0;
}
.IconLinkSection .IconLinkSectionDialog .IconLinkSectionLink:last-child {
  padding-right: 0;
}
.eds-enabled .PictureNavigatorMainTable {
  height: 100%;
}
/* Styling for WmrLayoutWizard.aspx */

.WordMergeWizardContentList {
  padding-left: 17px;
}
/* Css3 animations */

@-moz-keyframes FadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Fixed buttonbar */

div.exButtonBar.FixedButtonBar {
  margin: 0;
}
.ProgressLineContainer {
  position: relative;
  height: 3px;
  margin-bottom: -2px;
  overflow: hidden;
}
.ProgressLineContainer .ProgressLine {
  width: 50%;
  position: relative;
  height: 3px;
  background-color: #0c85b4;
}
/* Request Flow*/

.ProgressBarContainer {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.ProgressBarContainer .line {
  width: 100%;
  border-bottom: 1px #cccccc solid;
  position: absolute;
  bottom: 38px;
  z-index: 1;
}
.ProgressBarContainer .Bold {
  font-weight: bold;
}
.ProgressBarContainer .CurrentStatus {
  bottom: 29px;
  display: inline-block;
  font-size: 11px;
  left: 40px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
.ProgressBarContainer .CurrentStatus div {
  border-radius: 3px;
  color: white;
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 2px 7px;
}
.ProgressBarContainer .CurrentStatus div .Bold {
  margin-right: 4px;
}
.ProgressBarContainer .ProgressBar {
  width: 80%;
  margin: 0 0 30px 120px;
  display: table;
}
.ProgressBarContainer .ProgressBar li {
  width: 25%;
  padding: 0 0 65px;
  margin: 0;
  text-align: center;
  position: relative;
  display: table-cell;
  /*empty circle*/

}
.ProgressBarContainer .ProgressBar li .Balloon {
  display: inline-block;
  position: relative;
  width: 100%;
  top: 12px;
  font-weight: bold;
  font-size: 11px;
  color: #59595b;
}
.ProgressBarContainer .ProgressBar li .BalloonTitle {
  color: #353535;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding: 0 10px;
}
.ProgressBarContainer .ProgressBar li .Approver {
  color: #59595b;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  padding: 0 10px;
}
.ProgressBarContainer .ProgressBar li .Approver a {
  color: #59595b;
}
.ProgressBarContainer .ProgressBar li .Circle {
  height: 27px;
  width: 27px;
  background: transparent url("../../styles/ExactFuel/images/circle.png") no-repeat center center;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
.ProgressBarContainer .ProgressBar li .ActionDate {
  display: inline-table;
  width: auto;
  position: absolute;
  bottom: -68px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.ProgressBarContainer .ProgressBar li .ActionDate div {
  background-color: #cccccc;
  white-space: nowrap;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  color: #59595b;
  display: inline;
}
.ProgressBarContainer .ProgressBar li .Action {
  color: #0277bd;
  position: absolute;
  bottom: -74px;
  left: 0;
  right: 0;
  margin: 0 auto;
  white-space: nowrap;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: bold;
}
.ProgressBarContainer .ProgressBar li .ProgressLine {
  border-bottom: 9px #cccccc solid;
  position: relative;
  bottom: -33px;
  display: block;
  left: 50%;
  width: 100%;
  z-index: 2;
}
.ProgressBarContainer .ProgressBar li.Active {
  color: #e5e5e5;
}
.ProgressBarContainer .ProgressBar li.Active .BalloonTitle {
  color: #e5e5e5;
  padding: 8px 0 0;
}
.ProgressBarContainer .ProgressBar li.Active .Approver {
  padding: 0;
  color: white;
}
.ProgressBarContainer .ProgressBar li.Active .ProgressLine {
  bottom: -32px;
  margin-bottom: -9px;
}
.ProgressBarContainer .ProgressBar li.Active .Balloon {
  color: white;
}
.ProgressBarContainer .ProgressBar li.last {
  border: 0;
}
.ProgressBarContainer .ProgressBar li.last .ProgressLine {
  display: none;
}
.ProgressBarContainer .Open {
  z-index: 2;
}
.ProgressBarContainer .Open .CurrentStatus div {
  background-color: #0277bd;
}
.ProgressBarContainer .Open .ProgressBar li.Active .BalloonTitle {
  color: #e5e5e5;
  padding: 8px 0 0;
}
.ProgressBarContainer .Open .ProgressBar li.Active .Balloon {
  padding: 0 20px 9px;
  background-color: #0277bd;
  border-radius: 3px;
  margin: 0 auto;
  width: auto;
  top: 0;
  color: white;
}
.ProgressBarContainer .Open .ProgressBar li.Active .Balloon .Arrow {
  width: 20px;
  height: 9px;
  margin: 0 auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  background: transparent url("../../styles/ExactFuel/images/balloonarrow.png") no-repeat center top;
  display: block;
}
.ProgressBarContainer .Open .ProgressBar li.Active .Balloon a {
  color: white;
  text-decoration: underline;
  padding: 0 5px;
}
.ProgressBarContainer .Open .ProgressBar li.Active .Balloon a:hover {
  color: white;
  text-decoration: none;
}
.ProgressBarContainer .Open .ProgressBar li.Active .Approver a {
  color: white;
}
.ProgressBarContainer .Open .ProgressBar li.Active .Circle {
  background-image: url('../../styles/ExactFuel/images/hourglass.png');
  bottom: -41px;
}
.ProgressBarContainer .Open .ProgressBar li.Active .ProgressLine {
  bottom: -23px;
}
.ProgressBarContainer .Open .ProgressBar li.Complete .BalloonTitle {
  color: #353535;
}
.ProgressBarContainer .Open .ProgressBar li.Complete .Circle {
  background-image: url('../../styles/ExactFuel/images/checkmark_blue.png');
  bottom: -37px;
}
.ProgressBarContainer .Open .ProgressBar li.Complete .ProgressLine {
  border-bottom: 9px #0277bd solid;
  bottom: -31px;
}
.ProgressBarContainer .Open .ProgressBar li.Complete .Balloon {
  color: #59595b;
}
.ProgressBarContainer .Open .ProgressBar li.Rejected .BalloonTitle {
  color: #353535;
}
.ProgressBarContainer .Open .ProgressBar li.Rejected .Circle {
  background-image: url('../../styles/ExactFuel/images/cross_red.png');
  bottom: -37px;
}
.ProgressBarContainer .Open .ProgressBar li.Rejected .ProgressLine {
  border-bottom: 9px #cccccc solid;
  bottom: -31px;
}
.ProgressBarContainer .Open .ProgressBar li.Rejected .Balloon {
  color: #59595b;
}
.ProgressBarContainer .Open .ProgressBar li.last:first-child {
  padding-bottom: 75px;
}
.ProgressBarContainer .Open .ProgressBar > li.last {
  padding-bottom: 73px;
}
.ProgressBarContainer .Open .ProgressBar > li.last.Active {
  padding-bottom: 65px;
}
.ProgressBarContainer .Rejected {
  z-index: 2;
}
.ProgressBarContainer .Rejected .CurrentStatus div {
  background-color: #d15d62;
}
.ProgressBarContainer .Rejected .ProgressBar {
  bottom: -23px;
  /* gray cross */

}
.ProgressBarContainer .Rejected .ProgressBar .Balloon {
  color: #59595b;
}
.ProgressBarContainer .Rejected .ProgressBar li .Action {
  display: none;
}
.ProgressBarContainer .Rejected .ProgressBar li .ActionDate div {
  background-color: #d15d62;
  color: white;
}
.ProgressBarContainer .Rejected .ProgressBar li .Circle {
  background: transparent url("../../styles/ExactFuel/images/circle.png") no-repeat center center;
  bottom: -38px;
}
.ProgressBarContainer .Rejected .ProgressBar li.Active .ProgressLine {
  bottom: -31px;
  margin-bottom: 0;
}
.ProgressBarContainer .Rejected .ProgressBar li.Active .Balloon,
.ProgressBarContainer .Rejected .ProgressBar li.Active .Approver {
  color: #59595b;
}
.ProgressBarContainer .Rejected .ProgressBar li.Active .Circle {
  background-image: url('../../styles/ExactFuel/images/cross_red.png');
  bottom: -37px;
}
.ProgressBarContainer .Rejected .ProgressBar li .ProgressLine {
  border-bottom: 9px #cccccc solid;
}
.ProgressBarContainer .Rejected .ProgressBar li.Complete .Circle {
  background-image: url('../../styles/ExactFuel/images/circle.png');
}
.ProgressBarContainer .Rejected .ProgressBar li .BalloonTitle,
.ProgressBarContainer .Rejected .ProgressBar li.Active .BalloonTitle {
  color: #353535;
}
.ProgressBarContainer .Rejected .ProgressBar li.last:first-child .Balloon {
  top: 2px;
}
.ProgressBarContainer .Completed {
  z-index: 2;
}
.ProgressBarContainer .Completed .CurrentStatus div {
  background-color: #20843a;
}
.ProgressBarContainer .Completed .ProgressBar {
  bottom: -23px;
}
.ProgressBarContainer .Completed .ProgressBar li .Circle {
  background-image: url('../../styles/ExactFuel/images/checkmark_green.png');
  bottom: -38px;
}
.ProgressBarContainer .Completed .ProgressBar li .Action {
  display: none;
}
.ProgressBarContainer .Completed .ProgressBar li .ProgressLine {
  border-bottom: 9px #20843a solid;
  bottom: -31px;
}
.ProgressBarContainer .Completed .ProgressBar li .BalloonTitle {
  color: #353535;
}
.ProgressBarContainer .Completed .ProgressBar li .Balloon {
  color: #59595b;
}
.ProgressBarContainer .Completed .ProgressBar li .BalloonTitle,
.ProgressBarContainer .Completed .ProgressBar li.Active .BalloonTitle {
  color: #353535;
}
.ProgressBarContainer .Completed .ProgressBar li.last:first-child .Balloon {
  top: 2px;
}
.ProgressBarContainer .Disconnect {
  z-index: 2;
}
.ProgressBarContainer .Disconnect .CurrentStatus div {
  background-color: #cccccc;
}
.ProgressBarContainer .Disconnect .ProgressBar {
  bottom: -23px;
}
.ProgressBarContainer .Disconnect .ProgressBar li .Circle {
  background-image: url('../../styles/ExactFuel/images/cross_gray.png');
  bottom: -38px;
}
.ProgressBarContainer .Disconnect .ProgressBar li .Action {
  display: none;
}
.ProgressBarContainer .Disconnect .ProgressBar li .ProgressLine {
  border-bottom: 9px #cccccc solid;
  bottom: -31px;
}
.ProgressBarContainer .Disconnect .ProgressBar li .BalloonTitle {
  color: #353535;
}
.ProgressBarContainer .Disconnect .ProgressBar li .Balloon {
  color: #59595b;
}
.ProgressBarContainer .Disconnect .ProgressBar li .BalloonTitle,
.ProgressBarContainer .Disconnect .ProgressBar li.Active .BalloonTitle {
  color: #353535;
}
.ProgressBarContainer .Disconnect .ProgressBar li.last:first-child .Balloon {
  top: 2px;
}
/* Process Flow*/

.ProcessFlow {
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: -18px;
}
.ProcessFlow .Line {
  width: 100%;
  border-bottom: 1px #cccccc solid;
  position: absolute;
  bottom: -68px;
  z-index: 2;
}
.ProcessFlow .ProcessFlowStep {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.ProcessFlow .ProcessFlowStep .Step {
  display: inline-block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 11px;
  color: #59595b;
}
.ProcessFlow .ProcessFlowStep .Step .StepContainer {
  width: 100%;
  color: #353535;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
.ProcessFlow .ProcessFlowStep .Step .StepContainer .StepTitle {
  padding: 9px 0;
}
.ProcessFlow .ProcessFlowStep .Step .Circle {
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
}
.ProcessFlow .ProcessFlowStep .ProgressLine {
  border-bottom: 6px #cccccc solid;
  position: relative;
  bottom: -19px;
  display: block;
  left: 50%;
  width: 100%;
  z-index: 2;
}
.ProcessFlow .ProcessOpen .Step .Circle {
  background: transparent url("../../styles/ExactFuel/images/circle_open.png") no-repeat center;
}
.ProcessFlow .IsCurrent .Step .StepContainer .StepTitle {
  display: inline-block;
  padding: 9px 15px;
  background-color: #0283b5;
  border-radius: 3px;
  margin: 0 auto;
  width: auto;
  top: 0;
  color: white;
}
.ProcessFlow .IsCurrent .Step .Arrow {
  width: 20px;
  height: 9px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent url("../../styles/ExactFuel/images/balloonarrow.png") no-repeat center top;
  display: block;
}
.ProcessFlow .IsCurrent .Step .Circle {
  background: transparent url("../../styles/ExactFuel/images/circle_current.png") no-repeat center;
}
.ProcessFlow .ProcessPartial .Step .Circle {
  background: transparent url("../../styles/ExactFuel/images/circle_partial.png") no-repeat center;
}
.ProcessFlow .ProcessComplete .Step .Circle {
  background: transparent url("../../styles/ExactFuel/images/circle_complete.png") no-repeat center;
}
.ProcessFlow .ProcessCancelled .Step .Circle {
  background: transparent url("../../styles/ExactFuel/images/circle_cancelled.png") no-repeat center;
}
.ProcessFlowLeft {
  float: left;
  margin-left: 15px;
}
.ProcessFlowCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ProcessFlowRight {
  float: right;
  margin-right: 15px;
}
div.exButtonBar.MessageStatusInButtonBar:after {
  content: '';
  clear: both;
  display: block;
}
div.exButtonBar.MessageStatusInButtonBar > div {
  margin: 2px 0 0 0;
  float: left;
}
div.exButtonBar.MessageStatusInButtonBar > div.inContextHelp {
  float: none;
}
div.exButtonBar.MessageStatusInButtonBar > div.MessageStatus {
  margin: 2px 70px 14px 6px;
}
.MessageStatus {
  padding: 0 8px;
  float: left;
  height: 25px;
  background-color: #e5e5e5;
}
.MessageStatus .Image {
  margin: 5px 0 4px 0;
  width: 16px;
  height: 16px;
  float: left;
  background: url('../../../docs/images/status-sprite-bg-ani.png') no-repeat right center;
}
.MessageStatus .Image.Finished {
  background-position: top left;
}
.MessageStatus .Image.Error {
  background-position: top center;
}
.MessageStatus .Text {
  margin-left: 8px;
  float: left;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}
.MessageStatus .Download {
  margin-left: 8px;
  background: url('../../../docs/images/icon-download-16x16.png') no-repeat left center;
  padding-left: 20px;
  font-weight: normal;
  line-height: 25px;
  height: 25px;
}
.MessageStatus .HideButton {
  margin-left: 8px;
  cursor: pointer;
  float: left;
  width: 13px;
  height: 25px;
  background: url('../../../docs/images/BacoCross.gif') no-repeat center center;
}
.ImageUpload {
  position: relative;
  text-align: center;
}
.ImageUpload img {
  display: block;
  margin: 0 auto;
}
.ImageUpload .Btns {
  height: 25px;
}
.ImageUpload .Btn {
  margin: 5px 2px;
}
.ImageUpload.Focus .BtnChange,
.ImageUpload.Focus .BtnDelete {
  display: inline-block;
}
.ImageUpload.Focus .Btn.Hidden {
  display: none;
}
.ImageUpload .BtnUpload {
  display: inline-block;
}
.ImageUpload .BtnChange,
.ImageUpload .BtnDelete {
  display: none;
}
.ImageUpload .Btn.Hidden {
  display: none;
}
.ImageUpload .BtnDelete:before {
  content: '/ ';
}
.MyExactOnlineBody .ImageUpload {
  height: 180px;
}
.MyExactOnlineDialogLink {
  text-decoration: none;
  color: #0277bd;
}
.MyExactOnlineDialogLink:hover {
  text-decoration: underline;
  color: #0277bd;
  cursor: pointer;
}
.BuyNowUS .MainDiv {
  position: relative;
  width: 100%;
}
.BuyNowUS .UserTypeFields .SpinCell {
  width: 0;
  padding-left: 10px;
}
.BuyNowUS .UserTypeFields .MonthlyFeeCell {
  padding-left: 10px;
  font-size: 13px;
  color: #999999;
}
.BuyNowUS .VolumeDiscount {
  padding-top: 25px;
  padding-left: 5px;
  font-size: 11px;
  color: #999999;
}
.BuyNowUS .ShoppingCartContainer .HeaderRow {
  padding-left: 10px;
  border: none;
  border-left: 1px solid #808183;
  background-color: #e5e5e5;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  color: #808183;
}
.BuyNowUS .ShoppingCartContainer .SupportMessageOnly {
  padding-left: 10px;
  border: none;
  border-left: 1px solid #808183;
  background-color: #e5e5e5;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  color: #808183;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  width: 350px;
}
.BuyNowUS .ShoppingCartContainer .SupportMessageCart {
  padding-left: 10px;
  border: none;
  border-left: 1px solid #808183;
  background-color: #e5e5e5;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  color: #808183;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  width: 350px;
  border-left-color: #e5e5e5;
}
.BuyNowUS .ShoppingCartContainer .BodyTableItem {
  width: 341px;
}
.BuyNowUS .ShoppingCartContainer .BodyTableItemCenter {
  margin-left: 35%;
  margin-right: 33%;
}
.BuyNowUS .ShoppingCartContainer .FooterPhone {
  font-weight: bold;
  font-size: 12px;
}
.BuyNowUS .ShoppingCartContainer .ShoppingCartImage {
  width: 35px;
  margin-left: 10px;
  background: url('../../../docs/images/ShoppingCart16X24.png') no-repeat;
  cursor: pointer;
}
.BuyNowUS .ShoppingCartContainer .ShowShoppingCart {
  width: 100px;
  margin-left: 30px;
}
.BuyNowUS .ShoppingCartContainer .HideShoppingCart {
  display: none;
  width: 100px;
  margin-left: 30px;
}
.BuyNowUS .ShoppingCartContainer .Menu {
  width: 500px;
  position: absolute;
  right: 0;
  z-index: 9998;
  background: #e5e5e5;
  font-size: 12px;
  height: 50px;
  top: 75px;
  color: #808183;
  font-weight: bold;
  border-bottom-left-radius: 4px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
}
.BuyNowUS .ShoppingCartContainer .CartDetails {
  position: absolute;
  right: 0;
  z-index: 9999;
  background-color: white;
  top: 75px;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .PriceTotal {
  text-align: right;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .DescriptionPadding {
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .DescriptionHeader {
  font-size: 13px;
  font-weight: bold;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .Price {
  text-align: right;
  font-size: 12px;
  color: #808183;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .Description {
  font-size: 11px;
  font: Arial;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetails hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 10px 0;
  padding-left: 20px;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .BodyTable {
  border: none;
  border-left: 1px solid #e5e5e5;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .BlankRow {
  padding-top: 3px;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .DescriptionMonthly {
  font-size: 13px;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .PriceBold {
  text-align: right;
  font-size: 12px;
  color: #808183;
  font-weight: bold;
}
.BuyNowUS .ShoppingCartContainer .CartDetails .OneTimeFee {
  font-size: 11px;
  font: Arial;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden {
  position: absolute;
  right: 0;
  z-index: 9999;
  background-color: white;
  top: 75px;
  display: none;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .PriceTotal {
  text-align: right;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .DescriptionPadding {
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .DescriptionHeader {
  font-size: 13px;
  font-weight: bold;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .Price {
  text-align: right;
  font-size: 12px;
  color: #808183;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .Description {
  font-size: 11px;
  font: Arial;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 10px 0;
  padding-left: 20px;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .BodyTable {
  border: none;
  border-left: 1px solid #e5e5e5;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .BlankRow {
  padding-top: 3px;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .DescriptionMonthly {
  font-size: 13px;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .PriceBold {
  text-align: right;
  font-size: 12px;
  color: #808183;
  font-weight: bold;
}
.BuyNowUS .ShoppingCartContainer .CartDetailsHidden .OneTimeFee {
  font-size: 11px;
  font: Arial;
  color: #808183;
  padding: 0 10px;
}
.BuyNowUS .ScrollbarContainer {
  position: fixed;
  top: 85px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px 0 0 0;
  overflow: auto;
}
.BuyNowUS .ProgressBar {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  border-spacing: 0;
  border-bottom: 4px solid #777777;
  border-top: 4px solid #777777;
  width: 100%;
  z-index: 9998;
}
.BuyNowUS .ProgressBar .Spacer {
  padding-left: 10px;
}
.BuyNowUS .ProgressBar .ImageStep {
  vertical-align: middle;
}
.BuyNowUS .ProgressBar .DescriptionText {
  width: 150px;
  font-size: 16px;
}
.BuyNowUS .ProgressBar .DescriptionTextFailure {
  width: 225px;
  font-size: 16px;
}
.BuyNowUS .ProgressBar .ImageRegular {
  width: 100px;
}
.BuyNowUS .ProgressBar .ImageFailure {
  width: 75px;
}
.BuyNowUS .ProgressBar .Chevron {
  width: 100px;
  text-align: right;
}
.BuyNowUS .ProgressBar .ChevronFailure {
  width: 25px;
  text-align: right;
}
.BuyNowUS .WizardPage {
  position: relative;
  width: 900px;
  background-color: white;
}
.BuyNowUS .WizardPage .StandardPaddingTop {
  padding-top: 30px;
}
.BuyNowUS .WizardPage .StandardPaddingBottom {
  padding-bottom: 10px;
}
.BuyNowUS .WizardPage .MainItemDescription {
  color: #0277bd;
  font-size: 18px;
  font-weight: bold;
}
.BuyNowUS .WizardPage .PriceDescription {
  font-weight: bold;
  height: 10px;
  padding-top: 10px;
}
.BuyNowUS .WizardPage .PackageDescription {
  word-wrap: break-word;
  width: 500px;
  padding-top: 10px;
}
.BuyNowUS .WizardPage .PackageShortDescription {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.BuyNowUS .WizardPage .NumberOfUsersParagraph {
  position: relative;
  width: 66%;
  border-bottom: 2px solid #777777;
  font-weight: bold;
}
.BuyNowUS .WizardPage .NormalText {
  font-weight: normal;
}
.BuyNowUS .WizardPage .DoYouNeedMoreText {
  font-size: 15px;
  font: Arial;
  font-weight: bold;
  color: #808183;
}
.BuyNowUS .WizardPage .AdditionalUsers {
  padding-top: 20px;
}
.BuyNowUS .WizardPage .VerifyAddressImage {
  cursor: pointer;
  margin-right: 5px;
}
.BuyNowUS .WizardPage .LockIcon {
  vertical-align: bottom;
}
.BuyNowUS .WizardPage .imagePurchaseDisclosure {
  padding-bottom: 10px;
}
.BuyNowUS .WizardPage .BillingAddress {
  font-weight: bold;
  font-size: medium;
}
.BuyNowUS .WizardPage .StandardSpacer {
  padding-left: 17px;
}
.BuyNowUS .WizardPage .AuthorizeMessage {
  word-wrap: break-word;
  width: 850px;
  vertical-align: text-bottom;
}
.BuyNowUS .Services {
  border-radius: 4px;
  padding-top: 5px;
}
.BuyNowUS .Services .TopPadding {
  padding-top: 5px;
}
.BuyNowUS .Services .Row {
  background-color: #e5e5e5;
}
.BuyNowUS .Services .AlignTop {
  vertical-align: top;
  padding-top: 5px;
}
.BuyNowUS .Services .AlignTopLeft {
  vertical-align: top;
  width: 25%;
}
.BuyNowUS .Services .Description {
  font-weight: bold;
  font-size: medium;
  color: #0277bd;
  padding-left: 10px;
  padding-top: 5px;
}
.BuyNowUS .Services .Duration {
  font-weight: lighter;
  font-size: small;
  color: #0277bd;
  padding-left: 11px;
}
.BuyNowUS .Services .AlignTopRight {
  text-align: right;
  vertical-align: top;
}
.BuyNowUS .Services .Price {
  font-weight: bold;
  font-size: large;
  text-align: center;
}
.BuyNowUS .Services .ServiceBody {
  width: 500px;
  display: none;
}
.BuyNowUS .Services .ServiceSubject {
  width: 500px;
  display: none;
  display: inline-block;
  font-weight: bold;
}
.BuyNowUS .Services .MoreInfo {
  cursor: pointer;
  font-weight: lighter;
  font-size: small;
  color: #0277bd;
  display: inline-block;
}
.BuyNowUS .Services .MoreInfoImage {
  background: url('../../../docs/images/sort_desc_active.gif') no-repeat;
  cursor: default;
}
.BuyNowUS .Services .LessInfo {
  cursor: pointer;
  font-weight: lighter;
  font-size: small;
  color: #0277bd;
  display: inline-block;
  display: none;
}
.BuyNowUS .Services .RemoveFromCart {
  background-color: #333333;
}
.LogRemarksContent {
  float: left;
  padding: 4px 2px 0 2px;
  word-wrap: break-word;
}
.LogRemarksContent .LogRemarksMore {
  cursor: pointer;
  padding: 4px 0 0 2px;
  color: #0277bd;
}
.PlaidWizard {
  background-color: #eeeeee;
  padding-top: 25px;
  height: 475px;
}
.PlaidWizard #frm {
  margin-right: -12px;
}
.PlaidWizard .HeaderNotes {
  font-size: 14px;
  color: #666666;
}
.PlaidWizard .TransactionText {
  font-size: 14px;
  color: #666666;
  padding-left: 25px;
}
.PlaidWizard .Wizard.ResponsiveFlat input[type=radio] + label {
  display: block;
  border-top: solid 1px #9f9f9f;
  padding-top: 10px;
  padding-bottom: 20px;
  white-space: normal;
}
.PlaidWizard .InputSection {
  margin: 0 auto;
  width: 300px;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
.PlaidWizard .InputSectionTerms {
  padding-top: 30px;
  padding-bottom: 10px;
}
.PlaidWizard .BankImage {
  margin: 0 auto;
  display: table;
  padding-bottom: 5px;
}
.PlaidWizard .QuestionBased {
  padding-left: 33%;
  padding-right: 33%;
}
.PlaidWizard .QuestionText,
.PlaidWizard .CodeText {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  padding-bottom: 10px;
}
.PlaidWizard .QuestionInfo {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #9f9f9f;
}
.PlaidWizard .InputText {
  margin: 0 auto;
  display: table;
  text-align: center;
}
.PlaidWizard .FinalDate {
  margin: 0 auto;
  display: table;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px;
  border-top: solid 1px #cccccc;
  padding-top: 20px;
  width: 500px;
}
.PlaidWizard .FromToSection {
  font-size: 14px;
  color: #666666;
  width: 600px;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.PlaidWizard .FromSection,
.PlaidWizard .ToSection {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.PlaidWizard .FromSection {
  display: inline-block;
  padding-left: 20px;
  width: 350px;
  padding-right: 15px;
}
.PlaidWizard .ToSection {
  width: 160px;
  padding-left: 15px;
  padding-right: 30px;
}
.PlaidWizard .ToDate {
  line-height: 37px;
}
.PlaidWizard .FromToLabel {
  font-weight: bold;
  margin-bottom: 10px;
}
.PlaidWizard .InputSectionConnect {
  margin: 0 auto;
  display: table;
}
.PlaidWizard .ConnectImage {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
.PlaidWizard .ConnectMessage {
  display: block;
  font-size: 14px;
}
.PlaidWizard .ConnectTextTop {
  color: #666666;
}
.PlaidWizard .ConnectTextBottom {
  color: #9f9f9f;
}
.PlaidWizard .NoAccounts {
  border-top: solid 1px #9f9f9f;
  padding-top: 5px;
  color: #666666;
  margin: 0 auto;
  display: table;
  font-size: 14px;
}
.PlaidWizard .ImageNoAccounts {
  width: 5%;
  float: left;
}
.PlaidWizard .SeeMoreLink {
  font-size: 12px;
  float: right;
}
.PlaidWizard .PreviousLink {
  font-size: 12px;
  float: left;
}
.PlaidWizard .TopPlaidAccount {
  font-weight: bold;
  font-size: 14px;
}
.PlaidWizard .BottomPlaidAccount {
  font-weight: normal;
  font-size: 12px;
  padding-left: 25px;
}
.PlaidWizard .WizardBody {
  height: 420px;
}
.PlaidWizard .Wizard.ResponsiveFlat input {
  height: 35px;
  width: 280px;
  margin: 0;
}
.StartTitleTable {
  display: inline-table;
}
.image-description-field img {
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.image-description-field span {
  vertical-align: middle;
}
.HRMQuantityPrecisionSettings {
  background-color: white;
  margin-right: 0 !important;
  height: auto;
  padding-top: 16px;
}
.HRMQuantityPrecisionSettings .mainTable {
  width: 100%;
  height: 85.5%;
  padding-top: 4px;
}
.HRMQuantityPrecisionSettings .leftTable {
  width: 18%;
  height: 14%;
  float: left;
  margin-left: 50px;
  padding-top: 8px;
  position: absolute;
}
.HRMQuantityPrecisionSettings .leftTable label {
  font-size: 14px;
  width: 117px;
  height: 25px;
  padding-left: 30px;
  padding-top: 6px;
  margin-left: -20px;
  margin-top: -8px;
  margin-bottom: 10px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.HRMQuantityPrecisionSettings .leftTable label:hover {
  background-color: #f1f1f1;
}
.HRMQuantityPrecisionSettings .leftTable input {
  position: relative;
  z-index: 2;
  vertical-align: top;
}
.HRMQuantityPrecisionSettings .rightTable {
  margin-left: 190px;
  width: 72%;
  height: 5%;
  padding: 8px;
  padding-bottom: 7%;
}
.HRMQuantityPrecisionSettings .footerTable {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 5%;
}
.HRMQuantityPrecisionSettings .blankBuffer {
  float: left;
  width: 20px;
  height: 100%;
}
.HRMQuantityPrecisionSettings .attention {
  float: left;
  width: 20px;
}
.HRMQuantityPrecisionSettings .checkBox {
  float: left;
  width: 10px;
  height: 100%;
  padding-right: 15px;
  padding-top: 3px;
}
.HRMQuantityPrecisionSettings .confirmMessage {
  padding-top: 3px;
}
.HRMQuantityPrecisionSettings .buttonsFooter {
  height: 21.5%;
  width: 103.2%;
  background-color: #f2f2f2;
  margin-left: -12px;
}
.HRMQuantityPrecisionSettings .buttons {
  height: 100%;
  padding-left: 30px;
  float: right;
}
.HRMQuantityPrecisionSettings #buttonSave,
.HRMQuantityPrecisionSettings #buttonCancel {
  height: 25px;
  margin-top: 20px;
  vertical-align: middle;
}
.HRMQuantityPrecisionSettings #buttonCancel {
  margin-right: 8px;
}
.SubscriptionMessage {
  font-size: 11px;
  font-weight: bold;
}
.ClearFloat:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.molliePaymentContainer {
  width: 100%;
  padding-top: 20px;
  display: inline-table;
}
.molliePaymentContainer .leftContent {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
  width: 50%;
}
.molliePaymentContainer .leftContent table {
  vertical-align: middle;
}
.molliePaymentContainer .rightContent {
  display: table-cell;
  vertical-align: top;
}
.molliePaymentContainer .rightContent img {
  padding-bottom: 20px;
  width: 500px;
}
.molliePaymentContainer .rightContent table {
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .molliePaymentContainer .rightContent {
    display: none;
  }
}
.molliePaymentContainer .molliePaymentDescription .titleDescription {
  padding: 0 8px;
  font-size: 21px;
  font-weight: bold;
}
.molliePaymentContainer .molliePaymentDescription .benefitsDescription {
  padding: 0 8px;
  font-size: 13px;
}
.molliePaymentContainer .UserAdvice {
  opacity: 0.5;
  margin-top: 1em;
}
.pickingListBody {
  margin-left: -20px;
}
.pickingListBody .pickingListContainer {
  width: 1208px;
  height: 600px;
}
.pickingListBody .pickingListContainer .pickingListContent {
  position: unset;
  top: 0;
  bottom: 18px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pickingListBody .pickingListContainer .pickingListContent > table table:only-child {
  height: 100%;
}
.pickingListBody .pickingListContainer .pickingListContent > table #csPickingListLayout {
  margin-bottom: 40px;
}
.pickingListBody .pickingListContainer .pickingListFooter {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 35px;
  text-align: right;
  padding-top: 10px;
}
.pickingListBody .pickingListContainer .pickingListButtonBar {
  float: right;
  margin: 0 8px 0 8px;
}
.FinInvoiceEntry {
  min-width: 480px;
}
.FinInvoiceEntry .evergage-tooltip,
.FinInvoiceEntry .evergage-tooltip * {
  box-sizing: content-box;
}
.FinInvoiceEntry input {
  width: 75%;
  min-width: 50%;
}
.FinInvoiceEntry input[type="checkbox"] {
  width: 14px;
  min-width: 14px;
}
.FinInvoiceEntry iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.FinInvoiceEntry iframe.IEIFrameOverlay {
  border: none;
}
.FinInvoiceEntry label.Placeholder {
  margin: 5px;
}
.FinInvoiceEntry .CollapsibleClientForm .FullWidth,
.FinInvoiceEntry .CollapsibleAccount .FullWidth {
  width: 100%;
}
.FinInvoiceEntry .CollapsibleClientForm .ViewMode .ViewElement,
.FinInvoiceEntry .CollapsibleAccount .ViewMode .ViewElement {
  margin-bottom: 3px;
}
.FinInvoiceEntry .CollapsibleClientForm input,
.FinInvoiceEntry .CollapsibleAccount input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  min-width: 0;
}
.FinInvoiceEntry .CollapsibleClientForm input:focus,
.FinInvoiceEntry .CollapsibleAccount input:focus {
  border-color: #333333;
}
.FinInvoiceEntry .CollapsibleClientForm input::-ms-clear,
.FinInvoiceEntry .CollapsibleAccount input::-ms-clear {
  display: none;
}
.FinInvoiceEntry .CollapsibleClientForm input.HighlightDiscountLeadingField,
.FinInvoiceEntry .CollapsibleAccount input.HighlightDiscountLeadingField {
  border: 2px solid #0277bd;
}
.FinInvoiceEntry .CollapsibleClientForm .CollapsibleContainer .Header,
.FinInvoiceEntry .CollapsibleAccount .CollapsibleContainer .Header {
  height: auto;
}
.FinInvoiceEntry .CollapsibleClientForm .CollapsibleContainer .CollapsedIndicatorLine,
.FinInvoiceEntry .CollapsibleAccount .CollapsibleContainer .CollapsedIndicatorLine {
  margin-left: auto;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement,
.FinInvoiceEntry .CollapsibleAccount .EditElement,
.FinInvoiceEntry .CollapsibleClientForm .EditPeriodElement,
.FinInvoiceEntry .CollapsibleAccount .EditPeriodElement,
.FinInvoiceEntry .CollapsibleClientForm .EditElementFullWidth,
.FinInvoiceEntry .CollapsibleAccount .EditElementFullWidth {
  margin-bottom: 6px;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement,
.FinInvoiceEntry .CollapsibleAccount .EditElement,
.FinInvoiceEntry .CollapsibleClientForm .EditPeriodElement,
.FinInvoiceEntry .CollapsibleAccount .EditPeriodElement,
.FinInvoiceEntry .CollapsibleClientForm .EditElementFullWidth .ExternalLink,
.FinInvoiceEntry .CollapsibleAccount .EditElementFullWidth .ExternalLink {
  padding-right: 8px;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.InputIcon input,
.FinInvoiceEntry .CollapsibleAccount .EditElement.InputIcon input {
  margin-right: 3px;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.FullWidthInput input,
.FinInvoiceEntry .CollapsibleAccount .EditElement.FullWidthInput input,
.FinInvoiceEntry .CollapsibleClientForm .EditElement.FullWidthInput table,
.FinInvoiceEntry .CollapsibleAccount .EditElement.FullWidthInput table {
  width: 100%;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.SmallWidthInput input,
.FinInvoiceEntry .CollapsibleAccount .EditElement.SmallWidthInput input,
.FinInvoiceEntry .CollapsibleClientForm .EditElement.SmallWidthInput table,
.FinInvoiceEntry .CollapsibleAccount .EditElement.SmallWidthInput table {
  width: 20%;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.SmallWidthInput a,
.FinInvoiceEntry .CollapsibleAccount .EditElement.SmallWidthInput a {
  white-space: normal;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.MediumWidthInput input,
.FinInvoiceEntry .CollapsibleAccount .EditElement.MediumWidthInput input,
.FinInvoiceEntry .CollapsibleClientForm .EditElement.MediumWidthInput table,
.FinInvoiceEntry .CollapsibleAccount .EditElement.MediumWidthInput table {
  width: 60%;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.OverMediumWidthInput input,
.FinInvoiceEntry .CollapsibleAccount .EditElement.OverMediumWidthInput input,
.FinInvoiceEntry .CollapsibleClientForm .EditElement.OverMediumWidthInput table,
.FinInvoiceEntry .CollapsibleAccount .EditElement.OverMediumWidthInput table {
  width: 80%;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.ExtraSmallInput input,
.FinInvoiceEntry .CollapsibleAccount .EditElement.ExtraSmallInput input,
.FinInvoiceEntry .CollapsibleClientForm .EditElement.ExtraSmallInput table,
.FinInvoiceEntry .CollapsibleAccount .EditElement.ExtraSmallInput table {
  width: 10%;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement.ExtraSmallInput span,
.FinInvoiceEntry .CollapsibleAccount .EditElement.ExtraSmallInput span {
  white-space: normal;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement .InlineEditLabel,
.FinInvoiceEntry .CollapsibleAccount .EditElement .InlineEditLabel {
  display: inline-block;
  margin-right: 3px;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElement .BankAccountValidation,
.FinInvoiceEntry .CollapsibleAccount .EditElement .BankAccountValidation {
  padding-left: 5px;
}
.FinInvoiceEntry .CollapsibleClientForm .EditPeriodElement table,
.FinInvoiceEntry .CollapsibleAccount .EditPeriodElement table {
  width: 100%;
}
.FinInvoiceEntry .CollapsibleClientForm .EditPeriodElement table td:nth-child(2),
.FinInvoiceEntry .CollapsibleAccount .EditPeriodElement table td:nth-child(2) {
  width: 31px;
}
.FinInvoiceEntry .CollapsibleClientForm .EditPeriodElement table input[type=text],
.FinInvoiceEntry .CollapsibleAccount .EditPeriodElement table input[type=text] {
  width: 44%;
}
.FinInvoiceEntry .CollapsibleClientForm .EntryNumberEditLine,
.FinInvoiceEntry .CollapsibleAccount .EntryNumberEditLine {
  white-space: nowrap;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable,
.FinInvoiceEntry .CollapsibleAccount .EditElementTable {
  display: table;
  padding: 0;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable .EditLabel,
.FinInvoiceEntry .CollapsibleAccount .EditElementTable .EditLabel {
  display: table-caption;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable button,
.FinInvoiceEntry .CollapsibleAccount .EditElementTable button,
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable .InputWrapper,
.FinInvoiceEntry .CollapsibleAccount .EditElementTable .InputWrapper {
  display: table-cell;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable .InputWrapper,
.FinInvoiceEntry .CollapsibleAccount .EditElementTable .InputWrapper {
  width: 100%;
  padding-right: 8px;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable .browser,
.FinInvoiceEntry .CollapsibleAccount .EditElementTable .browser {
  margin: 0;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable input[type=text],
.FinInvoiceEntry .CollapsibleAccount .EditElementTable input[type=text] {
  width: 100%;
}
.FinInvoiceEntry .CollapsibleClientForm .EditElementTable a,
.FinInvoiceEntry .CollapsibleAccount .EditElementTable a {
  display: table-cell;
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 4px;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns:after,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .ColumnRight .ExchangeRateBlock,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .ColumnRight .ExchangeRateBlock {
  width: 90%;
  white-space: nowrap;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .ColumnRight .ExchangeRateBlock select,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .ColumnRight .ExchangeRateBlock select {
  padding: 1px;
  height: 20px;
  vertical-align: middle;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .EditElement.InputIcon,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .EditElement.InputIcon {
  width: 100%;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .EditElement.InputIcon .InputWrapper,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .EditElement.InputIcon .InputWrapper {
  width: 70%;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .EditElement.SmallInput input,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .EditElement.SmallInput input {
  width: 55%;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .ColumnLeft,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .ColumnLeft,
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .ColumnRight,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .ColumnRight {
  float: left;
  width: 50%;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .ColumnLeft .EditElement,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .ColumnLeft .EditElement {
  margin-right: 5px;
  white-space: nowrap;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .ColumnRight .EditElement,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .ColumnRight .EditElement {
  margin-left: 6px;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .DecreasedWidth,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .DecreasedWidth {
  width: 30%;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .DecreasedWidth .EditElement,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .DecreasedWidth .EditElement {
  margin-right: 6px;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .IncreasedWidth,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .IncreasedWidth {
  width: 70%;
}
.FinInvoiceEntry .CollapsibleClientForm .TwoColumns .IncreasedWidth .EditElement,
.FinInvoiceEntry .CollapsibleAccount .TwoColumns .IncreasedWidth .EditElement {
  margin-left: 0;
}
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .ColumnLeft,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .ColumnLeft,
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .ColumnMid,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .ColumnMid,
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .ColumnRight,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .ColumnRight {
  float: left;
}
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .ColumnLeft .EditElement,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .ColumnLeft .EditElement {
  margin-right: 5px;
}
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .ColumnRight .EditElement,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .ColumnRight .EditElement {
  margin-left: 6px;
}
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .IncreasedWidth,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .IncreasedWidth {
  width: 70%;
}
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .DecreasedWidth,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .DecreasedWidth {
  width: 20%;
}
.FinInvoiceEntry .CollapsibleClientForm .ThreeColumns .CuttedWidth,
.FinInvoiceEntry .CollapsibleAccount .ThreeColumns .CuttedWidth {
  width: 10%;
}
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .ColumnLeft,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .ColumnLeft,
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .ColumnMid,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .ColumnMid,
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .ColumnRight,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .ColumnRight {
  float: left;
}
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .ColumnLeft .EditElement,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .ColumnLeft .EditElement {
  margin-right: 5px;
}
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .ColumnRight .EditElement,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .ColumnRight .EditElement {
  margin-left: 6px;
}
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .IncreasedWidth,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .IncreasedWidth {
  width: 55%;
}
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .DecreasedWidth,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .DecreasedWidth {
  width: 20%;
}
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .CuttedWidth,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .CuttedWidth {
  width: 15%;
}
.FinInvoiceEntry .CollapsibleClientForm .FourColumns .CuttedSecondaryWidth,
.FinInvoiceEntry .CollapsibleAccount .FourColumns .CuttedSecondaryWidth {
  width: 10%;
}
.FinInvoiceEntry .CollapsibleClientForm .PadImage img,
.FinInvoiceEntry .CollapsibleAccount .PadImage img {
  margin: 0 3px;
}
.FinInvoiceEntry .TotalAmount {
  display: flex;
}
.FinInvoiceEntry .TotalAmount .DiscountSection {
  width: 30%;
  min-width: 60px;
  padding-right: 6px;
}
.FinInvoiceEntry .TotalAmount .TotalSection {
  width: 70%;
}
.FinInvoiceEntry .TotalAmount .TotalSection .InputAmount {
  width: 90%;
}
.FinInvoiceEntry .EditElementFullWidth .ExternalLink input {
  width: 100%;
}
.FinInvoiceEntry .DocZone,
.FinInvoiceEntry .Docs {
  display: none;
}
.FinInvoiceEntry .Container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
.FinInvoiceEntry .EntryDocument {
  width: inherit;
  vertical-align: top;
  display: inline-block;
  margin-right: 0;
  overflow: hidden;
}
.FinInvoiceEntry .EntryDocument iframe {
  float: right;
}
.FinInvoiceEntry .EntryDocument .Docs {
  text-align: right;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4px;
  width: 100%;
  border-bottom: 2px solid #0277bd;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent {
  white-space: nowrap;
  position: relative;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .btnPopout {
  margin-right: 5px;
  padding: 0 9px 1px 0;
  background: center url('../../../docs/images/tab_grey_popout.png') no-repeat;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .btnPopout:hover {
  background-image: url('../../../docs/images/tab_grey_popout_h.png');
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .btnDelete {
  margin-right: 5px;
  padding: 0 9px 1px 0;
  background: center url('../../../docs/images/tab_grey_delete.png') no-repeat;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .btnDelete:hover {
  background-image: url('../../../docs/images/tab_grey_delete_h.png');
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabSelected,
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabClear {
  float: none;
  display: inline-block;
  height: 20px;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabSelected button.tab,
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabClear button.tab {
  padding: 3px 10px;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabSelected .btnDelete,
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnDelete {
  background-image: url('../../../docs/images/tab_delete.png');
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabSelected .btnDelete:hover,
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnDelete:hover {
  background-image: url('../../../docs/images/tab_delete_h.png');
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabSelected .btnPopout,
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnPopout {
  background-image: url('../../../docs/images/tab_popout.png');
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabSelected .btnPopout:hover,
.FinInvoiceEntry .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnPopout:hover {
  background-image: url('../../../docs/images/tab_popout_h.png');
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsScrollingButtons {
  position: absolute;
  right: 0;
  z-index: 10;
  display: none;
  line-height: 25px;
  background-color: white;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsScrollingButtons .scrollBack,
.FinInvoiceEntry .EntryDocument .Docs .DocTabsScrollingButtons .scrollForward {
  padding: 0 8px;
  cursor: pointer;
  height: 10px;
  display: inline-block;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsScrollingButtons .scrollBack {
  background: center url('../../../docs/images/tab_back.png') no-repeat;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsScrollingButtons .scrollForward {
  background: center url('../../../docs/images/tab_forward.png') no-repeat;
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsScrollingButtons .scrollBack:hover {
  background-image: url('../../../docs/images/tab_back_h.png');
}
.FinInvoiceEntry .EntryDocument .Docs .DocTabsScrollingButtons .scrollForward:hover {
  background-image: url('../../../docs/images/tab_forward_h.png');
}
.FinInvoiceEntry .EntryDocument .Docs div {
  display: inline-block;
}
.FinInvoiceEntry .EntryDocument .Docs div.DocTabsContainer {
  display: block;
}
.FinInvoiceEntry .EntryDocument .Docs div.DocTabsScrollingButtons {
  display: none;
}
.FinInvoiceEntry .EntryDocument .Docs div.Doc .modifyBar {
  position: absolute;
  display: none;
  margin: 3px;
}
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: inherit;
}
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone .link {
  display: block;
}
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone.dz-clickable {
  background: #f7f7f7;
}
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone.dz-clickable:hover,
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone.dz-drag-hover {
  border-color: #007faf;
  background: #cbe6ef;
}
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone .dz-message.dz-default {
  left: 0;
}
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone .dz-default {
  background-position: top;
  margin: -50px 0 0;
  width: 100%;
  margin: -40px 0 0;
}
.FinInvoiceEntry .EntryDocument .DocContainer .dropzone .dz-default span {
  font-size: 14px;
  margin-top: 40px;
}
.FinInvoiceEntry .EntryDocument .Notification {
  display: none;
  padding: 10px;
}
.FinInvoiceEntry .EntryDocument,
.FinInvoiceEntry .EntryDetails {
  margin-bottom: 15px;
}
.FinInvoiceEntry .AttachmentField {
  margin: 10px;
  display: none;
}
.FinInvoiceEntry .AttachmentField input[type=file] {
  width: 100%;
}
.FinInvoiceEntry.LeftDoc.DocExpanded .Docs,
.FinInvoiceEntry.RightDoc.DocExpanded .Docs,
.FinInvoiceEntry.TopDoc.DocExpanded .Docs,
.FinInvoiceEntry.LeftDoc.DocCollapsed .Docs,
.FinInvoiceEntry.RightDoc.DocCollapsed .Docs,
.FinInvoiceEntry.TopDoc.DocCollapsed .Docs {
  display: block;
}
.FinInvoiceEntry.LeftDoc .DocZone,
.FinInvoiceEntry.RightDoc .DocZone {
  width: 100%;
  vertical-align: top;
}
.FinInvoiceEntry.LeftDoc .EntryDocument .Doc,
.FinInvoiceEntry.RightDoc .EntryDocument .Doc {
  width: 100%;
  height: 400px;
}
.FinInvoiceEntry.LeftDoc .EntryDocument .Doc iframe,
.FinInvoiceEntry.RightDoc .EntryDocument .Doc iframe {
  width: 100%;
  height: 398px;
}
.FinInvoiceEntry.LeftDoc.DocCollapsed .LeftDocZone,
.FinInvoiceEntry.RightDoc.DocCollapsed .LeftDocZone,
.FinInvoiceEntry.LeftDoc.DocCollapsed .RightDocZone,
.FinInvoiceEntry.RightDoc.DocCollapsed .RightDocZone,
.FinInvoiceEntry.LeftDoc.DocCollapsed .EntryDetails,
.FinInvoiceEntry.RightDoc.DocCollapsed .EntryDetails {
  vertical-align: top;
}
.FinInvoiceEntry.LeftDoc.DocExpanded .Collapser,
.FinInvoiceEntry.RightDoc.DocExpanded .Collapser {
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-collapse.png') no-repeat;
  background-position: 95% 50%;
}
.FinInvoiceEntry.LeftDoc.DocExpanded .Collapser:hover,
.FinInvoiceEntry.RightDoc.DocExpanded .Collapser:hover {
  background-color: #0277bd;
  cursor: pointer;
  background-position: 5% 50%;
}
.FinInvoiceEntry.LeftDoc .Collapser,
.FinInvoiceEntry.RightDoc .Collapser {
  width: 8px;
  min-width: 8px;
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-expand.png') no-repeat;
  background-position: 5% 50%;
}
.FinInvoiceEntry.LeftDoc .Collapser:hover,
.FinInvoiceEntry.RightDoc .Collapser:hover {
  background-color: #0277bd;
  cursor: pointer;
  background-position: 95% 50%;
}
.FinInvoiceEntry.LeftDoc .AttachmentZone,
.FinInvoiceEntry.RightDoc .AttachmentZone {
  min-height: 100px;
}
.FinInvoiceEntry.LeftDoc .LeftDocZone,
.FinInvoiceEntry.RightDoc .RightDocZone {
  display: inline-block;
  width: 100%;
}
.FinInvoiceEntry.LeftDoc.DocExpanded .DocContainer,
.FinInvoiceEntry.LeftDoc.DocCollapsed .DocContainer {
  margin: 0 9px 0 0;
}
.FinInvoiceEntry.LeftDoc.DocExpanded .Doc,
.FinInvoiceEntry.LeftDoc.DocCollapsed .Doc {
  padding-left: 9px;
  margin-left: -9px;
}
.FinInvoiceEntry.LeftDoc.DocExpanded .EntryDetails,
.FinInvoiceEntry.LeftDoc.DocCollapsed .EntryDetails {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.FinInvoiceEntry.LeftDoc .Collapser {
  float: right;
}
.FinInvoiceEntry.RightDoc.DocExpanded .DocContainer,
.FinInvoiceEntry.RightDoc.DocCollapsed .DocContainer {
  margin: 0 0 0 9px;
}
.FinInvoiceEntry.RightDoc.DocExpanded .Doc,
.FinInvoiceEntry.RightDoc.DocCollapsed .Doc {
  padding-right: 9px;
  margin-right: -9px;
}
.FinInvoiceEntry.RightDoc.DocExpanded .Collapser {
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-expand.png') no-repeat;
  background-position: 5% 50%;
}
.FinInvoiceEntry.RightDoc.DocExpanded .Collapser:hover {
  background-position: 95% 50%;
}
.FinInvoiceEntry.RightDoc .Collapser {
  float: left;
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-collapse.png') no-repeat;
  background-position: 95% 50%;
}
.FinInvoiceEntry.RightDoc .Collapser:hover {
  background-position: 5% 50%;
}
.FinInvoiceEntry.RightDoc .EntryDetails {
  vertical-align: top;
}
.FinInvoiceEntry.TopDoc .AccountContainer,
.FinInvoiceEntry.BottomDoc .AccountContainer {
  padding-left: 0;
}
.FinInvoiceEntry.TopDoc .Collapser,
.FinInvoiceEntry.BottomDoc .Collapser {
  display: none;
}
.FinInvoiceEntry.TopDoc .EntryDocument,
.FinInvoiceEntry.BottomDoc .EntryDocument {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.FinInvoiceEntry.TopDoc .EntryDocument iframe,
.FinInvoiceEntry.BottomDoc .EntryDocument iframe {
  width: 100%;
}
.FinInvoiceEntry.TopDoc .EntryDocument div.Doc,
.FinInvoiceEntry.BottomDoc .EntryDocument div.Doc {
  width: 100%;
}
.FinInvoiceEntry.TopDoc .EntryDocument div.DocTabsScrollingButtons,
.FinInvoiceEntry.BottomDoc .EntryDocument div.DocTabsScrollingButtons {
  display: none;
}
.FinInvoiceEntry.TopDoc .EntryDocument .Docs,
.FinInvoiceEntry.BottomDoc .EntryDocument .Docs {
  padding-right: 5px;
  text-align: left;
}
.FinInvoiceEntry.TopDoc .EntryDocument .DocContainer,
.FinInvoiceEntry.BottomDoc .EntryDocument .DocContainer {
  overflow: hidden;
  height: 100px;
}
.FinInvoiceEntry.TopDoc .EntryDocument .dropzone .dz-default,
.FinInvoiceEntry.BottomDoc .EntryDocument .dropzone .dz-default {
  background-position: top;
  margin: -50px 0 0;
  width: 100%;
  margin: -30px 0 0;
}
.FinInvoiceEntry.TopDoc .EntryDocument .dropzone .dz-default span,
.FinInvoiceEntry.BottomDoc .EntryDocument .dropzone .dz-default span {
  font-size: 14px;
  margin-top: 40px;
}
.FinInvoiceEntry.TopDoc .EntryDocument .dropzone .dz-default .link,
.FinInvoiceEntry.BottomDoc .EntryDocument .dropzone .dz-default .link {
  display: inline;
}
.FinInvoiceEntry.TopDoc .EntryDocument .dropzone .dz-default span,
.FinInvoiceEntry.BottomDoc .EntryDocument .dropzone .dz-default span {
  font-size: 16px;
}
.FinInvoiceEntry.TopDoc .TopDocZone,
.FinInvoiceEntry.BottomDoc .TopDocZone,
.FinInvoiceEntry.TopDoc .BottomDocZone,
.FinInvoiceEntry.BottomDoc .BottomDocZone {
  display: block;
}
.FinInvoiceEntry.TopDoc.DocExpanded .EntryDocument .Docs,
.FinInvoiceEntry.BottomDoc.DocExpanded .EntryDocument .Docs,
.FinInvoiceEntry.TopDoc.DocCollapsed .EntryDocument .Docs,
.FinInvoiceEntry.BottomDoc.DocCollapsed .EntryDocument .Docs {
  display: block;
}
.FinInvoiceEntry.TopDoc.DocExpanded .EntryDocument .DocContainer,
.FinInvoiceEntry.BottomDoc.DocExpanded .EntryDocument .DocContainer,
.FinInvoiceEntry.TopDoc.DocCollapsed .EntryDocument .DocContainer,
.FinInvoiceEntry.BottomDoc.DocCollapsed .EntryDocument .DocContainer {
  vertical-align: top;
  height: 100px;
  margin: 5px 0 5px 0;
}
.FinInvoiceEntry.TopDoc.DocExpanded .EntryDocument .DocContainer .dropzone .dz-default,
.FinInvoiceEntry.BottomDoc.DocExpanded .EntryDocument .DocContainer .dropzone .dz-default,
.FinInvoiceEntry.TopDoc.DocCollapsed .EntryDocument .DocContainer .dropzone .dz-default,
.FinInvoiceEntry.BottomDoc.DocCollapsed .EntryDocument .DocContainer .dropzone .dz-default {
  margin: -40px 0 0;
}
.FinInvoiceEntry.TopDoc.DocExpanded .Collapser,
.FinInvoiceEntry.BottomDoc.DocExpanded .Collapser,
.FinInvoiceEntry.TopDoc.DocCollapsed .Collapser,
.FinInvoiceEntry.BottomDoc.DocCollapsed .Collapser {
  display: block;
}
.FinInvoiceEntry.TopDoc.DocCollapsed .EntryDocument .Docs .Doc {
  height: 110px;
}
.FinInvoiceEntry.TopDoc.DocCollapsed .EntryDocument .Docs .Doc iframe {
  height: 108px;
}
.FinInvoiceEntry.TopDoc.DocCollapsed .EntryDocument .Docs div {
  display: inline-block;
}
.FinInvoiceEntry.TopDoc.DocExpanded .EntryDocument .DocContainer {
  height: 390px;
}
.FinInvoiceEntry.TopDoc.DocExpanded .Collapser div {
  background: #e5e5e5 url('../../styles/ExactFuel/images/filtercollapse.png') 0 100% no-repeat;
}
.FinInvoiceEntry.TopDoc.DocExpanded .Collapser:hover div {
  background: #0277bd url('../../styles/ExactFuel/images/filtercollapse.png') 0 0 no-repeat;
}
.FinInvoiceEntry.TopDoc .Collapser {
  height: 8px;
  width: 100%;
  background-color: #e5e5e5;
}
.FinInvoiceEntry.TopDoc .Collapser div {
  width: 7px;
  height: 7px;
  margin: 0 auto;
  background: #e5e5e5 url('../../styles/ExactFuel/images/filtercollapse.png') 100% 0 no-repeat;
}
.FinInvoiceEntry.TopDoc .Collapser:hover {
  background-color: #0277bd;
  cursor: pointer;
}
.FinInvoiceEntry.TopDoc .Collapser:hover div {
  background: #0277bd url('../../styles/ExactFuel/images/filtercollapse.png') 100% 100% no-repeat;
}
.FinInvoiceEntry.TopDoc .TopDocZone {
  margin-bottom: 10px;
}
.FinInvoiceEntry.TopDoc.DocExpanded .DocContainer,
.FinInvoiceEntry.TopDoc.DocExpanded .Doc {
  height: 400px;
}
.FinInvoiceEntry.TopDoc.DocExpanded .DocContainer iframe,
.FinInvoiceEntry.TopDoc.DocExpanded .Doc iframe {
  height: 398px;
}
.FinInvoiceEntry.BottomDoc .BottomDocZone {
  margin-top: 10px;
}
.FinInvoiceEntry.BottomDoc.DocExpanded .DocContainer,
.FinInvoiceEntry.BottomDoc.DocExpanded .Doc {
  height: 1100px;
}
.FinInvoiceEntry.BottomDoc.DocExpanded .DocContainer iframe,
.FinInvoiceEntry.BottomDoc.DocExpanded .Doc iframe {
  height: 1098px;
}
.FinInvoiceEntry .Grid {
  margin: 0;
}
.FinInvoiceEntry .Grid input {
  min-width: 0;
}
.FinInvoiceEntry .Error .period {
  display: block;
}
.FinInvoiceEntry .FixedDocBar {
  position: fixed;
  left: 0;
  top: 88px;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background: white;
  -webkit-box-shadow: 0 2px 2px 0 #cccccc;
  box-shadow: 0 2px 2px 0 #cccccc;
  -moz-animation: FadeInAnimation 0.5s;
  -o-animation: FadeInAnimation 0.5s;
  -webkit-animation: FadeInAnimation 0.5s;
  animation: FadeInAnimation 0.5s;
  z-index: 999;
}
.FinInvoiceEntry .FixedDocBar .DocZone div.Doc iframe {
  margin: 0;
  float: none;
}
.FinInvoiceEntry .FixedDocBar .DocZone {
  margin-top: 10px;
  margin-left: 10px;
}
.FinInvoiceEntry .FixedDocBar .DocContainer {
  margin-right: 10px;
  padding-top: 10px;
}
.FinInvoiceEntry .PaymentReferenceCaption {
  display: none;
  float: left;
}
.FinInvoiceEntry .ExtTotal {
  background: #e5e5e5;
}
.FinInvoiceEntry .ExtTotal td {
  border-bottom: 1px solid white;
}
.FinInvoiceEntry .ExtTotal .TotalCaption {
  font-weight: bold;
  float: left;
}
.FinInvoiceEntry .ExtTotal .VatCell,
.FinInvoiceEntry .ExtTotal .DiffCell {
  padding-left: 20px;
}
.FinInvoiceEntry .ExtTotal .TotalCell {
  padding-left: 4px;
}
.FinInvoiceEntry .ExtTotal .DiffCell span {
  padding: 0 4px 0 0;
}
.FinInvoiceEntry .ExtTotal .AmountField {
  text-align: right;
}
.FinInvoiceEntry .ExtTotal .Warning {
  height: 16px;
  background: transparent url('../../styles/ExactFuel/images/icon-type-warning.png') no-repeat 2px center;
}
.FinInvoiceEntry .ExtTotal .RecValue {
  display: inline;
  padding: 0 8px 0 0;
}
.FinInvoiceEntry .ExtTotal.Diff,
.FinInvoiceEntry .ExtTotal .Diff {
  background: #fef5d8;
}
.FinInvoiceEntry .ModifyIcon {
  width: 21px;
  height: 16px;
  border: none;
}
.FinInvoiceEntry .ZoomInIcon {
  background: url('../../../docs/images/ZoomIn.png') no-repeat transparent;
}
.FinInvoiceEntry .ZoomOutIcon {
  background: url('../../../docs/images/ZoomOut.png') no-repeat transparent;
}
.FinInvoiceEntry .ClockwiseIcon {
  background: url('../../../docs/images/RotateRight.png') no-repeat transparent;
}
.FinInvoiceEntry .CounterClockwiseIcon {
  background: url('../../../docs/images/RotateLeft.png') no-repeat transparent;
}
.FinInvoiceEntry .AccountsToggleButtons {
  white-space: nowrap;
  width: 98%;
  display: none;
  margin-bottom: 6px;
}
.FinInvoiceEntry .AccountsToggleOption {
  width: 50%;
}
.InvoiceDocAttachement {
  min-width: 480px;
}
.InvoiceDocAttachement .evergage-tooltip,
.InvoiceDocAttachement .evergage-tooltip * {
  box-sizing: content-box;
}
.InvoiceDocAttachement iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.InvoiceDocAttachement iframe.IEIFrameOverlay {
  border: none;
}
.InvoiceDocAttachement .EditElementFullWidth .ExternalLink input {
  width: 100%;
}
.InvoiceDocAttachement .DocZone,
.InvoiceDocAttachement .Docs {
  display: none;
}
.InvoiceDocAttachement .EntryDocument {
  width: inherit;
  vertical-align: top;
  display: inline-block;
  margin-right: 0;
  overflow: hidden;
}
.InvoiceDocAttachement .EntryDocument iframe {
  float: right;
}
.InvoiceDocAttachement .EntryDocument .Docs {
  text-align: right;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4px;
  width: 100%;
  border-bottom: 2px solid #0277bd;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent {
  white-space: nowrap;
  position: relative;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .btnPopout {
  margin-right: 5px;
  padding: 0 9px 1px 0;
  background: center url('../../../docs/images/tab_grey_popout.png') no-repeat;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .btnPopout:hover {
  background-image: url('../../../docs/images/tab_grey_popout_h.png');
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .btnDelete {
  margin-right: 5px;
  padding: 0 9px 1px 0;
  background: center url('../../../docs/images/tab_grey_delete.png') no-repeat;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .btnDelete:hover {
  background-image: url('../../../docs/images/tab_grey_delete_h.png');
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabSelected,
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabClear {
  float: none;
  display: inline-block;
  height: 20px;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabSelected button.tab,
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabClear button.tab {
  padding: 3px 10px;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabSelected .btnDelete,
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnDelete {
  background-image: url('../../../docs/images/tab_delete.png');
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabSelected .btnDelete:hover,
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnDelete:hover {
  background-image: url('../../../docs/images/tab_delete_h.png');
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabSelected .btnPopout,
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnPopout {
  background-image: url('../../../docs/images/tab_popout.png');
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabSelected .btnPopout:hover,
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsContent .tabClear:hover .btnPopout:hover {
  background-image: url('../../../docs/images/tab_popout_h.png');
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsScrollingButtons {
  position: absolute;
  right: 0;
  z-index: 10;
  display: none;
  line-height: 25px;
  background-color: white;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsScrollingButtons .scrollBack,
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsScrollingButtons .scrollForward {
  padding: 0 8px;
  cursor: pointer;
  height: 10px;
  display: inline-block;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsScrollingButtons .scrollBack {
  background: center url('../../../docs/images/tab_back.png') no-repeat;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsScrollingButtons .scrollForward {
  background: center url('../../../docs/images/tab_forward.png') no-repeat;
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsScrollingButtons .scrollBack:hover {
  background-image: url('../../../docs/images/tab_back_h.png');
}
.InvoiceDocAttachement .EntryDocument .Docs .DocTabsScrollingButtons .scrollForward:hover {
  background-image: url('../../../docs/images/tab_forward_h.png');
}
.InvoiceDocAttachement .EntryDocument .Docs div {
  display: inline-block;
}
.InvoiceDocAttachement .EntryDocument .Docs div.DocTabsContainer {
  display: block;
}
.InvoiceDocAttachement .EntryDocument .Docs div.DocTabsScrollingButtons {
  display: none;
}
.InvoiceDocAttachement .EntryDocument .Docs div.Doc .modifyBar {
  position: absolute;
  display: none;
  margin: 3px;
}
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: inherit;
}
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone .link {
  display: block;
}
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone.dz-clickable {
  background: #f7f7f7;
}
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone.dz-clickable:hover,
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone.dz-drag-hover {
  border-color: #007faf;
  background: #cbe6ef;
}
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone .dz-message.dz-default {
  left: 0;
}
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone .dz-default {
  background-position: top;
  margin: -50px 0 0;
  width: 100%;
  margin: -40px 0 0;
}
.InvoiceDocAttachement .EntryDocument .DocContainer .dropzone .dz-default span {
  font-size: 14px;
  margin-top: 40px;
}
.InvoiceDocAttachement .EntryDocument .Notification {
  display: none;
  padding: 10px;
}
.InvoiceDocAttachement .EntryDocument,
.InvoiceDocAttachement .EntryDetails {
  margin-bottom: 15px;
}
.InvoiceDocAttachement .AttachmentField {
  margin: 10px;
  display: none;
}
.InvoiceDocAttachement .AttachmentField input[type=file] {
  width: 100%;
}
.InvoiceDocAttachement.LeftDoc.DocExpanded .Docs,
.InvoiceDocAttachement.RightDoc.DocExpanded .Docs,
.InvoiceDocAttachement.TopDoc.DocExpanded .Docs,
.InvoiceDocAttachement.LeftDoc.DocCollapsed .Docs,
.InvoiceDocAttachement.RightDoc.DocCollapsed .Docs,
.InvoiceDocAttachement.TopDoc.DocCollapsed .Docs {
  display: block;
}
.InvoiceDocAttachement.LeftDoc .DocZone,
.InvoiceDocAttachement.RightDoc .DocZone {
  width: 100%;
  vertical-align: top;
}
.InvoiceDocAttachement.LeftDoc .EntryDocument .Doc,
.InvoiceDocAttachement.RightDoc .EntryDocument .Doc {
  width: 100%;
  height: 400px;
}
.InvoiceDocAttachement.LeftDoc .EntryDocument .Doc iframe,
.InvoiceDocAttachement.RightDoc .EntryDocument .Doc iframe {
  width: 100%;
  height: 398px;
}
.InvoiceDocAttachement.LeftDoc.DocCollapsed .LeftDocZone,
.InvoiceDocAttachement.RightDoc.DocCollapsed .LeftDocZone,
.InvoiceDocAttachement.LeftDoc.DocCollapsed .RightDocZone,
.InvoiceDocAttachement.RightDoc.DocCollapsed .RightDocZone,
.InvoiceDocAttachement.LeftDoc.DocCollapsed .EntryDetails,
.InvoiceDocAttachement.RightDoc.DocCollapsed .EntryDetails {
  vertical-align: top;
}
.InvoiceDocAttachement.LeftDoc.DocExpanded .Collapser,
.InvoiceDocAttachement.RightDoc.DocExpanded .Collapser {
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-collapse.png') no-repeat;
  background-position: 95% 50%;
}
.InvoiceDocAttachement.LeftDoc.DocExpanded .Collapser:hover,
.InvoiceDocAttachement.RightDoc.DocExpanded .Collapser:hover {
  background-color: #0277bd;
  cursor: pointer;
  background-position: 5% 50%;
}
.InvoiceDocAttachement.LeftDoc .Collapser,
.InvoiceDocAttachement.RightDoc .Collapser {
  width: 8px;
  min-width: 8px;
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-expand.png') no-repeat;
  background-position: 5% 50%;
}
.InvoiceDocAttachement.LeftDoc .Collapser:hover,
.InvoiceDocAttachement.RightDoc .Collapser:hover {
  background-color: #0277bd;
  cursor: pointer;
  background-position: 95% 50%;
}
.InvoiceDocAttachement.LeftDoc .AttachmentZone,
.InvoiceDocAttachement.RightDoc .AttachmentZone {
  min-height: 100px;
}
.InvoiceDocAttachement.LeftDoc .LeftDocZone,
.InvoiceDocAttachement.RightDoc .RightDocZone {
  display: inline-block;
  width: 100%;
}
.InvoiceDocAttachement.LeftDoc.DocExpanded .DocContainer,
.InvoiceDocAttachement.LeftDoc.DocCollapsed .DocContainer {
  margin: 0 9px 0 0;
}
.InvoiceDocAttachement.LeftDoc.DocExpanded .Doc,
.InvoiceDocAttachement.LeftDoc.DocCollapsed .Doc {
  padding-left: 9px;
  margin-left: -9px;
}
.InvoiceDocAttachement.LeftDoc.DocExpanded .EntryDetails,
.InvoiceDocAttachement.LeftDoc.DocCollapsed .EntryDetails {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.InvoiceDocAttachement.LeftDoc .Collapser {
  float: right;
}
.InvoiceDocAttachement.RightDoc.DocExpanded .DocContainer,
.InvoiceDocAttachement.RightDoc.DocCollapsed .DocContainer {
  margin: 0 0 0 9px;
}
.InvoiceDocAttachement.RightDoc.DocExpanded .Doc,
.InvoiceDocAttachement.RightDoc.DocCollapsed .Doc {
  padding-right: 9px;
  margin-right: -9px;
}
.InvoiceDocAttachement.RightDoc.DocExpanded .Collapser {
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-expand.png') no-repeat;
  background-position: 5% 50%;
}
.InvoiceDocAttachement.RightDoc.DocExpanded .Collapser:hover {
  background-position: 95% 50%;
}
.InvoiceDocAttachement.RightDoc .Collapser {
  float: left;
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-collapse.png') no-repeat;
  background-position: 95% 50%;
}
.InvoiceDocAttachement.RightDoc .Collapser:hover {
  background-position: 5% 50%;
}
.InvoiceDocAttachement.RightDoc .EntryDetails {
  vertical-align: top;
}
.InvoiceDocAttachement.TopDoc .AccountContainer,
.InvoiceDocAttachement.BottomDoc .AccountContainer {
  padding-left: 0;
}
.InvoiceDocAttachement.TopDoc .Collapser,
.InvoiceDocAttachement.BottomDoc .Collapser {
  display: none;
}
.InvoiceDocAttachement.TopDoc .EntryDocument,
.InvoiceDocAttachement.BottomDoc .EntryDocument {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.InvoiceDocAttachement.TopDoc .EntryDocument iframe,
.InvoiceDocAttachement.BottomDoc .EntryDocument iframe {
  width: 100%;
}
.InvoiceDocAttachement.TopDoc .EntryDocument div.Doc,
.InvoiceDocAttachement.BottomDoc .EntryDocument div.Doc {
  width: 100%;
}
.InvoiceDocAttachement.TopDoc .EntryDocument div.DocTabsScrollingButtons,
.InvoiceDocAttachement.BottomDoc .EntryDocument div.DocTabsScrollingButtons {
  display: none;
}
.InvoiceDocAttachement.TopDoc .EntryDocument .Docs,
.InvoiceDocAttachement.BottomDoc .EntryDocument .Docs {
  padding-right: 5px;
  text-align: left;
}
.InvoiceDocAttachement.TopDoc .EntryDocument .DocContainer,
.InvoiceDocAttachement.BottomDoc .EntryDocument .DocContainer {
  overflow: hidden;
  height: 100px;
}
.InvoiceDocAttachement.TopDoc .EntryDocument .dropzone .dz-default,
.InvoiceDocAttachement.BottomDoc .EntryDocument .dropzone .dz-default {
  background-position: top;
  margin: -50px 0 0;
  width: 100%;
  margin: -30px 0 0;
}
.InvoiceDocAttachement.TopDoc .EntryDocument .dropzone .dz-default span,
.InvoiceDocAttachement.BottomDoc .EntryDocument .dropzone .dz-default span {
  font-size: 14px;
  margin-top: 40px;
}
.InvoiceDocAttachement.TopDoc .EntryDocument .dropzone .dz-default .link,
.InvoiceDocAttachement.BottomDoc .EntryDocument .dropzone .dz-default .link {
  display: inline;
}
.InvoiceDocAttachement.TopDoc .EntryDocument .dropzone .dz-default span,
.InvoiceDocAttachement.BottomDoc .EntryDocument .dropzone .dz-default span {
  font-size: 16px;
}
.InvoiceDocAttachement.TopDoc .TopDocZone,
.InvoiceDocAttachement.BottomDoc .TopDocZone,
.InvoiceDocAttachement.TopDoc .BottomDocZone,
.InvoiceDocAttachement.BottomDoc .BottomDocZone {
  display: block;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .EntryDocument .Docs,
.InvoiceDocAttachement.BottomDoc.DocExpanded .EntryDocument .Docs,
.InvoiceDocAttachement.TopDoc.DocCollapsed .EntryDocument .Docs,
.InvoiceDocAttachement.BottomDoc.DocCollapsed .EntryDocument .Docs {
  display: block;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .EntryDocument .DocContainer,
.InvoiceDocAttachement.BottomDoc.DocExpanded .EntryDocument .DocContainer,
.InvoiceDocAttachement.TopDoc.DocCollapsed .EntryDocument .DocContainer,
.InvoiceDocAttachement.BottomDoc.DocCollapsed .EntryDocument .DocContainer {
  vertical-align: top;
  height: 100px;
  margin: 5px 0 5px 0;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .EntryDocument .DocContainer .dropzone .dz-default,
.InvoiceDocAttachement.BottomDoc.DocExpanded .EntryDocument .DocContainer .dropzone .dz-default,
.InvoiceDocAttachement.TopDoc.DocCollapsed .EntryDocument .DocContainer .dropzone .dz-default,
.InvoiceDocAttachement.BottomDoc.DocCollapsed .EntryDocument .DocContainer .dropzone .dz-default {
  margin: -40px 0 0;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .Collapser,
.InvoiceDocAttachement.BottomDoc.DocExpanded .Collapser,
.InvoiceDocAttachement.TopDoc.DocCollapsed .Collapser,
.InvoiceDocAttachement.BottomDoc.DocCollapsed .Collapser {
  display: block;
}
.InvoiceDocAttachement.TopDoc.DocCollapsed .EntryDocument .Docs .Doc {
  height: 110px;
}
.InvoiceDocAttachement.TopDoc.DocCollapsed .EntryDocument .Docs .Doc iframe {
  height: 108px;
}
.InvoiceDocAttachement.TopDoc.DocCollapsed .EntryDocument .Docs div {
  display: inline-block;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .EntryDocument .DocContainer {
  height: 390px;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .Collapser div {
  background: #e5e5e5 url('../../styles/ExactFuel/images/filtercollapse.png') 0 100% no-repeat;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .Collapser:hover div {
  background: #0277bd url('../../styles/ExactFuel/images/filtercollapse.png') 0 0 no-repeat;
}
.InvoiceDocAttachement.TopDoc .Collapser {
  height: 8px;
  width: 100%;
  background-color: #e5e5e5;
}
.InvoiceDocAttachement.TopDoc .Collapser div {
  width: 7px;
  height: 7px;
  margin: 0 auto;
  background: #e5e5e5 url('../../styles/ExactFuel/images/filtercollapse.png') 100% 0 no-repeat;
}
.InvoiceDocAttachement.TopDoc .Collapser:hover {
  background-color: #0277bd;
  cursor: pointer;
}
.InvoiceDocAttachement.TopDoc .Collapser:hover div {
  background: #0277bd url('../../styles/ExactFuel/images/filtercollapse.png') 100% 100% no-repeat;
}
.InvoiceDocAttachement.TopDoc .TopDocZone {
  margin-bottom: 10px;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .DocContainer,
.InvoiceDocAttachement.TopDoc.DocExpanded .Doc {
  height: 400px;
}
.InvoiceDocAttachement.TopDoc.DocExpanded .DocContainer iframe,
.InvoiceDocAttachement.TopDoc.DocExpanded .Doc iframe {
  height: 398px;
}
.InvoiceDocAttachement.BottomDoc .BottomDocZone {
  margin-top: 10px;
}
.InvoiceDocAttachement.BottomDoc.DocExpanded .DocContainer,
.InvoiceDocAttachement.BottomDoc.DocExpanded .Doc {
  height: 1100px;
}
.InvoiceDocAttachement.BottomDoc.DocExpanded .DocContainer iframe,
.InvoiceDocAttachement.BottomDoc.DocExpanded .Doc iframe {
  height: 1098px;
}
.InvoiceDocAttachement .FixedDocBar {
  position: fixed;
  left: 0;
  top: 88px;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background: white;
  -webkit-box-shadow: 0 2px 2px 0 #cccccc;
  box-shadow: 0 2px 2px 0 #cccccc;
  -moz-animation: FadeInAnimation 0.5s;
  -o-animation: FadeInAnimation 0.5s;
  -webkit-animation: FadeInAnimation 0.5s;
  animation: FadeInAnimation 0.5s;
  z-index: 999;
}
.InvoiceDocAttachement .FixedDocBar .DocZone div.Doc iframe {
  margin: 0;
  float: none;
}
.InvoiceDocAttachement .FixedDocBar .DocZone {
  margin-top: 10px;
  margin-left: 10px;
}
.InvoiceDocAttachement .FixedDocBar .DocContainer {
  margin-right: 10px;
  padding-top: 10px;
}
.InvoiceDocAttachement .ModifyIcon {
  width: 21px;
  height: 16px;
  border: none;
}
.InvoiceDocAttachement .ZoomInIcon {
  background: url('../../../docs/images/ZoomIn.png') no-repeat transparent;
}
.InvoiceDocAttachement .ZoomOutIcon {
  background: url('../../../docs/images/ZoomOut.png') no-repeat transparent;
}
.InvoiceDocAttachement .ClockwiseIcon {
  background: url('../../../docs/images/RotateRight.png') no-repeat transparent;
}
.InvoiceDocAttachement .CounterClockwiseIcon {
  background: url('../../../docs/images/RotateLeft.png') no-repeat transparent;
}
.FinInvoiceSaveAccountDefaults {
  float: right;
}
.BootstrapPage {
  font-size: 12px;
}
.BootstrapPage .SectionContainer {
  border: 1px solid #cccccc;
}
.BootstrapPage .SectionContainer .SectionHeader {
  font-size: 16px;
  padding: 5px 0 8px 15px;
  border-bottom: 1px solid #808183;
}
.BootstrapPage .SectionContainer .SectionHeader.Normal {
  background-color: #f7f7f7;
  box-sizing: content-box;
}
.BootstrapPage .SectionContainer .SectionHeader.Warning {
  background-color: #fef5d8;
}
.BootstrapPage .SectionContainer .SectionHeader.Warning .Title {
  background-color: #fef5d8;
  background-image: url('../../styles/ExactFuel/images/icon-type-warning.png');
  background-repeat: no-repeat;
  padding-left: 21px;
}
.BootstrapPage .SectionContainer .SectionHeader.Warning .Description {
  font-size: 12px;
}
.BootstrapPage .SectionContainer .SectionContent {
  padding: 10px 15px 5px 15px;
}
.BootstrapPage .SectionContainer .SectionContent .Field {
  padding-bottom: 8px;
}
.BootstrapPage .SectionContainer .SectionContent .Label {
  color: #808183;
  font-weight: bold;
  display: inline-block;
  margin-right: 3px;
}
.BootstrapPage .SectionContainer .SectionContent .Label.NewLine {
  display: block !important;
  margin-bottom: 5px;
}
.BootstrapPage .SectionContainer .SectionContent .Controls {
  margin-bottom: 5px;
}
.BootstrapPage .SectionContainer .SectionContent .Controls label {
  padding-right: 15px;
}
.BootstrapPage .SectionContainer .SectionContent .Controls select {
  margin: 0 5px 5px 3px;
}
.BootstrapPage .SectionContainer .SectionContent .RadioButtonList {
  display: block !important;
  margin-bottom: 5px;
}
.BootstrapPage .SectionContainer .SectionContent .RadioButtonList input {
  margin: 0 5px 0 3px;
}
.BootstrapPage .SectionContainer .ValidationErrorListHeader {
  border-bottom: 1px solid #cccccc;
  background-color: #f7f7f7;
  padding: 5px 5px 4px 22px;
}
.BootstrapPage .SectionContainer .ValidationErrorListContainer {
  font-size: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 255px;
}
.BtnBarFooter {
  position: fixed;
  width: 99%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 35px;
  text-align: right;
  padding-top: 10px;
  padding-right: 7px;
  z-index: 1;
}
.BtnBarFooter.NoBackground {
  background: none;
  width: 96%;
}
/* GDPR section */

button.AnonymizeButtonDisabled {
  border: 1px solid #898989;
}
li.gdpr-content-item {
  padding-top: 1px;
}
#gdprHeaderTitle {
  border-bottom: none;
  padding-top: 10px;
}
.AnonymizeButton {
  height: 25px;
  padding: 3px;
  margin-bottom: 14px;
}
li.gdpr-content-item div:nth-of-type(1) {
  float: left;
}
li.gdpr-content-item div:nth-of-type(2) {
  margin-left: 7px;
}
/* end of GDPR section */

.FinYearMoreInfoColumns {
  padding: 10px 5px 10px 5px;
  width: 47%;
  display: inline-block;
}
.CollapsibleClientForm .ClientForm .CursorPointer {
  cursor: pointer;
}
.CollapsibleClientForm .CollapsibleContainer,
.CollapsibleAccount .CollapsibleContainer {
  border: 1px solid #cccccc;
}
.CollapsibleClientForm .CollapsibleContainer .CursorPointer,
.CollapsibleAccount .CollapsibleContainer .CursorPointer {
  cursor: pointer;
}
.CollapsibleClientForm .CollapsibleContainer.NoHeader,
.CollapsibleAccount .CollapsibleContainer.NoHeader {
  border-top: none;
}
.CollapsibleClientForm .CollapsibleContainer .Header,
.CollapsibleAccount .CollapsibleContainer .Header {
  font-size: 16px;
  background-color: #f7f7f7;
  padding: 5px 0 8px 15px;
  height: 15px;
  color: #59595b;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.CollapsibleClientForm .CollapsibleContainer .CollapsedIndicatorLine,
.CollapsibleAccount .CollapsibleContainer .CollapsedIndicatorLine {
  border-bottom: 1px solid #808183;
  margin-left: 15px;
}
.CollapsibleClientForm .CollapsibleContainer .ClientForm,
.CollapsibleAccount .CollapsibleContainer .ClientForm {
  padding: 10px 15px 4px 15px;
  border: none;
}
.CollapsibleClientForm .CollapsibleContainer .ClientForm .ViewMode,
.CollapsibleAccount .CollapsibleContainer .ClientForm .ViewMode {
  padding: 0;
}
.CollapsibleClientForm .CollapsibleContainer .ClientForm .ViewMode .ViewLabel,
.CollapsibleAccount .CollapsibleContainer .ClientForm .ViewMode .ViewLabel {
  margin-right: 3px;
}
.CollapsibleClientForm .CollapsibleContainer .ClientForm .ViewLabel,
.CollapsibleAccount .CollapsibleContainer .ClientForm .ViewLabel,
.CollapsibleClientForm .CollapsibleContainer .ClientForm .EditLabel,
.CollapsibleAccount .CollapsibleContainer .ClientForm .EditLabel {
  color: #808183;
  font-weight: bold;
}
.CollapsibleClientForm .CollapsibleContainer .ClientForm .EditMode,
.CollapsibleAccount .CollapsibleContainer .ClientForm .EditMode {
  padding: 0;
  background-color: inherit;
}
.CollapsibleClientForm .CollapsibleContainer .ClientForm .EditMode .EditLabel,
.CollapsibleAccount .CollapsibleContainer .ClientForm .EditMode .EditLabel {
  margin-bottom: 2px;
}
.CollapsibleClientForm .CollapseToggle,
.CollapsibleAccount .CollapseToggle {
  background: #e5e5e5;
  margin-top: 2px;
  height: 8px;
}
.CollapsibleClientForm .CollapseToggle .CollapseArrow,
.CollapsibleAccount .CollapseToggle .CollapseArrow {
  width: 7px;
  height: 6px;
  background: url('../../styles/ExactFuel/images/filtercollapse.png') bottom left no-repeat;
  margin: 0 auto;
}
.CollapsibleClientForm .CollapseToggle:hover,
.CollapsibleAccount .CollapseToggle:hover {
  background: #0277bd;
  cursor: pointer;
}
.CollapsibleClientForm .CollapseToggle:hover .CollapseArrow,
.CollapsibleAccount .CollapseToggle:hover .CollapseArrow {
  background: url('../../styles/ExactFuel/images/filtercollapse.png') top left no-repeat;
}
.CollapsibleClientForm .CollapseToggle.Highlighted,
.CollapsibleAccount .CollapseToggle.Highlighted {
  background: #0277bd;
}
.CollapsibleClientForm.Collapsed .ClientForm,
.CollapsibleAccount.Collapsed .ClientForm {
  padding-bottom: 5px;
}
.CollapsibleClientForm.Collapsed .CollapsedIndicatorLine,
.CollapsibleAccount.Collapsed .CollapsedIndicatorLine {
  margin-left: 0;
}
.CollapsibleClientForm.Collapsed .CollapseArrow,
.CollapsibleAccount.Collapsed .CollapseArrow {
  background: url('../../styles/ExactFuel/images/filtercollapse.png') top right no-repeat;
}
.CollapsibleClientForm.Collapsed .CollapseArrow.CollapseArrowHovered,
.CollapsibleAccount.Collapsed .CollapseArrow.CollapseArrowHovered {
  background: url('../../styles/ExactFuel/images/filtercollapse.png') bottom right no-repeat;
}
.CollapsibleClientForm.Collapsed .CollapseToggle:hover .CollapseArrow,
.CollapsibleAccount.Collapsed .CollapseToggle:hover .CollapseArrow {
  background: url('../../styles/ExactFuel/images/filtercollapse.png') bottom right no-repeat;
}
.CollapsibleAccount .CollapsibleContainer .Header {
  height: auto;
}
.CollapsibleAccount .CollapsibleContainer .Header .NotificationImage {
  padding-left: 21px;
  background-repeat: no-repeat;
}
.CollapsibleAccount .CollapsibleContainer .Header .HeaderDescription {
  display: none;
  font-size: 12px;
  color: #232323;
  margin: 5px 15px 0 0;
}
.CollapsibleAccount .CollapsibleContainer .Header .HeaderDescriptionPullRight {
  margin-left: 21px;
}
.CollapsibleAccount .CollapsibleContainer .Header .CreateNewAction {
  display: inline;
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderWarning {
  background-color: #fef5d8;
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderWarning .HeaderCaption {
  padding-left: 21px;
  background-repeat: no-repeat;
  background-image: url('../../styles/ExactFuel/images/icon-type-warning.png');
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderWarning .HeaderDescription {
  margin-left: 21px;
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderSuccess {
  background-color: #dff3dc;
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderSuccess .HeaderCaption {
  padding-left: 21px;
  background-repeat: no-repeat;
  background-image: url('../../styles/ExactFuel/images/icon-type-positive.png');
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderSuccess .HeaderDescription {
  margin-left: 21px;
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderError {
  background-color: #f5e2e2;
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderError .HeaderCaption {
  padding-left: 21px;
  background-repeat: no-repeat;
  background-image: url('../../styles/ExactFuel/images/icon-type-error.png');
}
.CollapsibleAccount .CollapsibleContainer .Header.HeaderError .HeaderDescription {
  margin-left: 21px;
}
.CollapsibleAccount .InputControlImage {
  background-image: url('../../styles/ExactFuel/images/icon-customize-doc-expand.png');
  background-color: #fef5d8;
  background-position: 99% center;
  background-repeat: no-repeat;
  margin-right: 15%;
}
.CollapsibleAccount .ComboControlImage {
  background-color: #fef5d8;
  background-position: 99% center;
  background-repeat: no-repeat;
  margin-right: 15%;
}
.CollapsibleAccount .HoverPointer {
  cursor: pointer;
}
.CollapsibleAccount .AlternativeContainer {
  position: absolute;
  border: 1px solid #bec9d0;
  background-color: white;
  height: 20px;
  padding: 1px 3px 0 5px;
  display: none;
  cursor: pointer;
}
.CollapsibleAccount .AlternativeContainer span:first-child {
  padding-right: 15px;
}
.CollapsibleAccount .ErrorElement {
  background-color: #f5e2e2;
}
.DocOverview table.tab tr > td {
  padding: 5px 0;
}
.DocOverview table.ListView tr.DataDark > td,
.DocOverview table.ListView tr.DataLight > td {
  border: none;
}
.DocOverview table.ListView tr.Header > th {
  background: none;
  border-color: #cccccc;
  font-weight: bold;
}
.DocOverview table.ListView tr.Header th.TableHeaderFirstRow {
  border: none;
}
.DocOverview table.ListView tr.Header th.TableHeaderSecondRow {
  font-weight: normal;
  color: #808183;
}
.DocOverview table.ListView tr td.ModifiedData,
.DocOverview table.ListView tr td.CreatorData {
  color: #808183;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}
.DocOverview table.ListView tr td.EmptyData,
.DocOverview table.ListView tr td.AttachmentData {
  border-bottom: 1px solid #e5e5e5;
}
.DocOverview .DataDark td ~ td,
.DocOverview .DataLight td ~ td {
  min-width: 150px;
}
.DocOverview .FilterSection td.Field a {
  margin-left: 80px;
}
.DocOverview .FilterSection td.Field .SearchFieldButton {
  border: none;
  float: inherit;
  height: 21px;
}
.DocOverview .Attachment {
  float: left;
  margin-bottom: 8px;
  width: 240px;
}
.DocOverview .ViewAttachment {
  padding: 0 10px;
  text-decoration: none;
}
.DocExplorer .DocumentsExplorerContainer {
  height: 100%;
  height: calc((100%) - 115px);
}
.DocExplorer .TagContainer {
  margin-top: 8px;
}
.DocExplorer .Attachment {
  float: left;
  margin-right: 16px;
}
/* This is section for TwitterAdvanced control css */

.CrmTwitterTweet .FilterSection .TwitterKeywordField {
  display: table;
}
.CrmTwitterTweet .FilterSection .TwitterKeywordField input {
  display: table-cell;
  margin-right: 0;
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.CrmTwitterTweet .FilterSection .TwitterKeywordField input.Selected,
.CrmTwitterTweet .FilterSection .TwitterKeywordField input:focus {
  border-color: #333333;
  border-right: none;
}
.CrmTwitterTweet .FilterSection .TwitterKeywordField .Placeholder {
  font-weight: normal;
  margin-left: 2px;
}
.CrmTwitterTweet .FilterSection .TwitterKeywordField .TwitterKeywordFieldButton {
  display: table-cell;
  vertical-align: top;
}
.CrmTwitterTweet .FilterSection .TwitterKeywordField .TwitterKeywordFieldButton .exButton {
  height: 22px;
  border-radius: 0 3px 3px 0;
  line-height: 17px;
  margin: 0;
}
.CrmTwitterTweet .TweetPart,
.CrmTwitterTweet .RequestsPart {
  width: 50%;
  height: 85%;
  overflow-y: auto;
  overflow-x: hidden;
}
.CrmTwitterTweet .ListView tr.highlighted {
  background-color: #cccccc;
}
.CrmTwitterTweet .AddActivityLabel {
  border-top: #0277bd 2px solid;
  width: 97%;
  margin-left: inherit;
}
.CrmTwitterTweet .AddActivityLabel .Label {
  font-size: 14px;
  padding: 8px 0 3px;
}
.TagContainer {
  margin-top: 1px;
  position: relative;
  overflow: hidden;
  height: 15px;
}
.TagContainer .TagImage {
  background: url('../../styles/ExactFuel/images/lefttagside.png') top left no-repeat;
  height: 15px;
  width: 8px;
}
.TagContainer .TagText {
  color: white;
  background-color: #9f9f9f;
  border-radius: 0 3px 3px 0;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  top: -15px;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  white-space: nowrap;
}
.Wizard .Accountant {
  margin: 40px 0 0 20px;
}
.Wizard .Accountant .WizardButtons {
  margin-top: 20px;
}
.Wizard .Accountant .WizardButtons .WizardButton {
  height: 50px;
}
.Wizard .Accountant .AccountantLogo {
  height: 81px;
  width: 198px;
  vertical-align: middle;
  border: solid 1px #e5e5e5;
  text-align: center;
  background-color: white;
}
.Wizard .Accountant .AccountantLogo img {
  max-height: 100%;
  max-width: 100%;
}
.Wizard .Accountant .TextBold {
  font-weight: bold;
}
.Wizard .Accountant .AccountantDescription {
  padding-bottom: 70px;
}
.Wizard .Accountant .AccountantDescription tbody tr:first-child td {
  width: 220px;
}
.Wizard .Accountant .WizardSectionHeader {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}
table.Grid.DiscountTable {
  border-spacing: 0;
}
table.Grid tr.Footer td.BlankField {
  background: white;
}
table.Grid tr.Footer td.NoCell {
  padding: 0;
}
table.Grid tr.Footer td.SubtotalLabel {
  width: 200px;
}
table.Grid td.SpanField,
table.Grid td.InputField {
  text-align: right;
}
table.Grid td.ReadOnlyField,
table.Grid tr.GridRow td.DiscountPercentage {
  text-align: right;
}
table.Grid tr.GridRow td.DiscountSeperator {
  padding: 0 12px 0 0;
}
table.Grid tr.GridRowExtra div.ExtraBlock {
  display: table;
  width: 100%;
}
table.Grid tr.GridRowExtra div.ExtraBlock div {
  display: table-cell;
}
table.Grid tr.GridRowExtra div.ExtraBlock div.NotesBlock {
  width: 21px;
  padding-left: 10px;
}
table.Grid tr.Footer td.TotalLabel {
  width: 200px;
  font-weight: bold;
}
table.Grid tr.Footer td.BoldSpanField,
table.Grid tr.Footer td.BoldInputField {
  text-align: right;
  font-weight: bold;
}
table.Grid tr.Footer td.BoldReadOnlyField {
  text-align: right;
  font-weight: bold;
}
.CollaborationWebPart {
  float: left;
  padding: 6px 0 0 16px;
  width: 378px;
}
.CollaborationWebPart .Picture {
  height: 115px;
  margin-bottom: 6px;
}
.CollaborationWebPart .Picture.Unknown {
  background: #e5e5e5 url('../../styles/ExactFuel/images/StarterLinkAcc-Unknown.png') no-repeat;
}
.CollaborationWebPart .Picture.Waiting {
  background: #e5e5e5 url('../../styles/ExactFuel/images/StarterLinkAcc-Waiting.png') no-repeat;
}
.CollaborationWebPart .Picture.Warning {
  background: #e5e5e5 url('../../styles/ExactFuel/images/StarterLinkAcc-Warning.png') no-repeat;
}
.CollaborationWebPart .Picture.Rejected {
  background: #e5e5e5 url('../../styles/ExactFuel/images/StarterLinkAcc-Rejected.png') no-repeat;
}
.CollaborationWebPart .Status .StatusCaption {
  float: left;
  font-size: 20px;
  padding-top: 4px;
}
.CollaborationWebPart .Status .StatusDaysLeft {
  float: right;
}
.CollaborationWebPart .Status .StatusDaysLeft .CountDaysLeft {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.CollaborationWebPart .Text {
  clear: both;
  padding-top: 2px;
}
.CollaborationWebPart .Text span {
  display: block;
}
.CollaborationWebPart .Links {
  clear: both;
  text-align: right;
}
.CollaborationWebPart .Links a {
  display: block;
  padding: 4px 0;
}
.CollaborationWebPart .Links .exButton {
  padding: 6px 20px;
  margin: 10px 0 0 0;
  height: 34px;
}
.Scanning .HeaderTitle {
  color: #232323;
  background: #e5e5e5;
  padding: 8px 12px;
  font-size: 16px;
}
.Scanning table {
  width: 100%;
}
.Scanning table td {
  vertical-align: top;
}
.Scanning table td.DateCell {
  white-space: nowrap;
}
.Scanning .RightSide .FilterSection {
  width: 100%;
}
.Scanning .LeftSide {
  width: 300px;
}
.Scanning .ScannedFiles {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.Scanning .ScannedFiles .GroupHeader {
  background: #e5e5e5 url('../../styles/ExactFuel/images/icon-customize-doc-collapse.png') no-repeat;
  background-position: 5px 50%;
  text-indent: 10px;
}
.Scanning .ScannedFiles .GroupHeaderExpand {
  background: #e5e5e5 url('../../styles/ExactFuel/images/icon-customize-doc-expand.png') no-repeat;
  background-position: 5px 50%;
}
.Scanning .ScannedFiles .GroupHeader:hover {
  cursor: pointer;
  font-weight: bold;
}
.Scanning .ZoneCollapse {
  width: 8px;
  min-width: 8px;
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-collapse.png') no-repeat;
  background-position: 95% 50%;
  margin-top: 18px;
}
.Scanning .ZoneCollapse:hover {
  background-color: #0277bd;
  background-position: 5% 50%;
  cursor: pointer;
}
.Scanning .ZoneExpand {
  background: #e5e5e5 url('../../styles/ExactFuel/images/bucketpane-collapsebar-expand.png') no-repeat;
  background-position: 5% 50%;
}
.Scanning .ZoneExpand:hover {
  background-color: #0277bd;
  background-position: 95% 50%;
  cursor: pointer;
}
.Scanning .ScanUploader {
  background-color: #e5e5e5;
  min-height: 200px;
  min-width: 270px;
  border-color: #9f9f9f;
  border-width: 2px;
  border-style: dashed;
  margin-top: 18px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.Scanning .ScanUploader:hover {
  border-color: #0277bd;
  background-color: #cce6f0;
}
.Scanning .ScanUploader:hover .LinkMessage {
  text-decoration: underline;
}
.Scanning .ScanUploader.dz-started {
  border-style: none;
  background-color: white;
}
.Scanning .ScanUploader.dz-started:hover {
  background-color: white;
}
.Scanning .ScanUploader.dz-started .DefaultContainer {
  display: none;
}
.Scanning .ScanUploader.dz-started ~ .UploadButtonContainer {
  display: block;
  height: 36px;
  margin-right: 12px;
  margin-bottom: 6px;
}
.Scanning .ScanUploader.dz-started ~ .UploadButtonContainer .exButton {
  display: block;
  margin: 0;
}
.Scanning .ScanUploader.dz-started ~ .InfoStrip {
  display: none;
}
.Scanning .ScanUploader .DefaultContainer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12%;
}
.Scanning .ScanUploader .DefaultContainer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Scanning .ScanUploader .DefaultContainer .DefaultMessage {
  text-align: center;
  font-size: 16px;
  color: #808183;
  margin-top: 15px;
}
.Scanning .ScanUploader .DefaultContainer .LinkMessage {
  text-align: center;
  font-size: 16px;
  color: #0277bd;
}
.Scanning .ScanUploader .Item {
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 8px;
  min-height: 46px;
  position: relative;
}
.Scanning .ScanUploader .Item div[data-dz-name] {
  padding-right: 5px;
  padding-top: 2px;
  float: left;
  color: #0277bd;
  width: 44%;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 2px;
  font-weight: bold;
}
.Scanning .ScanUploader .Item img {
  float: left;
  margin-right: 4px;
  margin-top: 0;
}
.Scanning .ScanUploader .Item:hover div[data-dz-name] {
  width: 36%;
}
.Scanning .ScanUploader .Item:hover .dz-remove {
  display: inline;
  position: relative;
  top: -16px;
  left: 41%;
}
.Scanning .ScanUploader .Item.dz-error .dz-remove {
  display: none;
}
.Scanning .ScanUploader .Item.dz-error .Dropdown {
  display: none;
}
.Scanning .ScanUploader .Item .dz-success-mark,
.Scanning .ScanUploader .Item .ErrorIcon,
.Scanning .ScanUploader .Item .dz-remove,
.Scanning .ScanUploader .Item .AdditionalErrorMessage,
.Scanning .ScanUploader .Item .ErrorMessage,
.Scanning .ScanUploader .Item div[data-dz-errormessage] {
  display: none;
}
.Scanning .ScanUploader .Item .Dropdown {
  width: 45%;
  float: right;
}
.Scanning .ScanUploader .Item .Dropdown select {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
.Scanning .ScanUploader .Item .Dropdown select.BrowseField {
  display: none;
}
.Scanning .ScanUploader .Item .Dropdown span {
  white-space: nowrap;
  float: left;
  max-width: 80%;
  margin-top: 2px;
}
.Scanning .ScanUploader .Item .Dropdown button {
  float: left;
  margin-top: 2px;
}
.Scanning .ScanUploader .Item .dz-remove img {
  margin: 0;
}
.Scanning .ScanUploader .Item.dz-error {
  background-color: #e8b6b6;
  text-align: left;
}
.Scanning .ScanUploader .Item.dz-error div[data-dz-name],
.Scanning .ScanUploader .Item.dz-error .ErrorMessage {
  display: inline;
  font-weight: bold;
  float: inherit;
  white-space: normal;
  width: inherit;
  color: #880000;
}
.Scanning .ScanUploader .Item.dz-error .AdditionalErrorMessage {
  display: block;
  color: black;
  margin-left: 20px;
}
.Scanning .ScanUploader .Item.dz-error .ErrorIcon {
  display: block;
}
.Scanning .ScanUploader .Item.dz-error .InfoIcon,
.Scanning .ScanUploader .Item.dz-error .dz-progress,
.Scanning .ScanUploader .Item.dz-error .dz-remove,
.Scanning .ScanUploader .Item.dz-error .Dropdown {
  display: none;
}
.Scanning .ScanUploader .Item.dz-success {
  background-color: #cbe6ef;
}
.Scanning .ScanUploader .Item.dz-success .ErrorIcon,
.Scanning .ScanUploader .Item.dz-success .InfoIcon {
  display: none;
}
.Scanning .ScanUploader .Item.dz-success .dz-success-mark {
  display: block;
}
.Scanning .ScanUploader .Item .dz-progress {
  position: relative;
  top: 46px;
  height: 2px;
  background-color: #0277bd;
  width: 0;
}
.Scanning .ScanUploader.Fallback {
  border-style: none;
  background-color: white;
}
.Scanning .ScanUploader.Fallback .DefaultContainer,
.Scanning .ScanUploader.Fallback div[data-dz-name] {
  display: none;
}
.Scanning .ScanUploader.Fallback .FallbackInput {
  display: inline;
  float: none;
  width: 82%;
  margin-top: 0;
}
.Scanning .ScanUploader.Fallback .Dropdown {
  display: none;
}
.Scanning .ScanUploader.Fallback .Dropdown.FileSelected {
  display: block;
  width: 82%;
  float: none;
  margin-left: 20px;
}
.Scanning .ScanUploader.Fallback .RemoveIcon {
  display: inline;
  float: none;
  margin-bottom: -4px;
}
.Scanning .ScanUploader.Fallback ~ .UploadButtonContainer {
  display: block;
  height: 50px;
}
.Scanning .ScanUploader.Fallback ~ .UploadButtonContainer .exButton {
  display: block;
  margin: 0;
}
.Scanning .ScanUploader.Fallback .Item.dz-error .FallbackInput {
  display: none;
}
.Scanning .ScanUploader.Fallback .Item.dz-error .RemoveIcon {
  float: right;
}
.Scanning .FallbackInput,
.Scanning .RemoveIcon {
  display: none;
}
.Scanning .InfoStrip {
  margin-top: 10px;
  margin-bottom: 12px;
  background-color: #cbe6ef;
  padding-left: 8px;
  padding-bottom: 8px;
}
.Scanning .InfoStrip div {
  line-height: 24px;
  vertical-align: middle;
}
.Scanning .InfoStrip img {
  position: relative;
  top: 6px;
}
.Scanning .exButton.Uploader {
  float: right;
  display: none;
}
.Scanning .customButtonBar {
  margin: 0 6px;
}
.Scanning .customButtonBar > div {
  margin-top: 14px;
}
.ScanUploaderTooltip {
  position: absolute;
  z-index: 999;
  display: none;
  background-color: gainsboro;
  padding: 5px;
  border: 1px solid white;
}
.ScanUploaderTooltip p {
  margin: 0;
  padding: 0;
  color: white;
  background-color: #232323;
  padding: 2px 7px;
}
.ElectronicInvoicing a {
  float: right;
}
.ElectronicInvoicing button {
  margin-bottom: 0;
}
.SimplerinvoicingInfo {
  vertical-align: top;
  padding-top: 5px;
  width: 530px;
}
.SimplerinvoicingInfo .InfoBody {
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-radius: 3px 3px 0 0;
  padding: 1rem;
}
.SimplerinvoicingInfo .InfoBody .InfoInnerHeader {
  margin: 0 0 1rem 0;
  font-size: 16px;
  font-weight: bold;
}
.SimplerinvoicingInfo .InfoFooter {
  background-color: #faa819;
  clear: both;
  text-align: right;
}
.SimplerinvoicingInfo .InfoFooter .InfoFooterButton {
  background-color: #f59719;
  color: white;
  height: 30px;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: bold;
}
.Collaboration .HeaderContainer {
  height: 46px;
}
.Collaboration textarea {
  resize: none;
}
.CollaborationRequest,
.CollaborationRequest > form,
.CollaborationRequestContent table.Form,
.CollaborationRequestContent .RightColumn table.Form > tbody > tr:last-child > td,
.CollaborationCollaborate,
.CollaborationCollaborate > form,
.CollaborationCollaborate iframe.Body,
.PrintTimesheet .CardTable table.Form > tbody > tr:last-child > td,
.CollaborationPreview.popup,
.CollaborationPreview > form {
  margin: 0;
  padding: 0;
}
.PrintTimesheet .PDFWrapper,
.CollaborationRequestContent .PDFWrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.CollaborationRequestContent {
  margin: 0 15px;
}
.CollaborationRequestContent .CardTable table.Form:first-child {
  margin-bottom: 8px;
}
.CollaborationRequestContent .RightColumn {
  margin-left: 16px;
}
.CollaborationRequestContent .FreeField {
  padding: 10px 0 0 1px;
}
.PrintTimesheetFooter,
.CollaborationRequestFooter,
.CollaobratoionPreviewFooter {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 41px;
}
.PrintTimesheetFooter .ButtonsWrapper,
.CollaborationRequestFooter .ButtonsWrapper,
.CollaobratoionPreviewFooter .ButtonsWrapper {
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}
.PrintTimesheetFooter .exButton,
.CollaborationRequestFooter .exButton,
.CollaobratoionPreviewFooter .exButton {
  min-width: 78px;
}
.CollaborationCollaborate {
  display: initial;
  min-width: 0;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate {
    display: inline-block;
    min-width: 100%;
  }
}
.CollaborationCollaborate .PageContent {
  margin: 0 16px;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent {
    margin: 0;
  }
}
.CollaborationCollaborate .PageContent .HdrTitle {
  font-size: 24px;
}
@media handheld, screen and (max-width: 340px) {
  .CollaborationCollaborate .PageContent .HdrTitle {
    font-size: 20px;
  }
}
@media handheld, screen and (max-width: 300px) {
  .CollaborationCollaborate .PageContent .HdrTitle {
    font-size: 16px;
  }
}
.CollaborationCollaborate .PageContent .DataContent {
  position: relative;
  height: auto;
}
.CollaborationCollaborate .PageContent .Actions,
.CollaborationCollaborate .PageContent .Artifact,
.CollaborationCollaborate .PageContent .CustomerMessage,
.CollaborationCollaborate .PageContent textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CollaborationCollaborate .PageContent .SectionHeader {
  font-size: 14px;
  margin: 0 0 8px 0;
  padding: 8px 0 3px;
  border-bottom: #cccccc 1px solid;
  clear: left;
}
.CollaborationCollaborate .PageContent textarea {
  width: 100%;
  height: 88px;
  padding: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}
.CollaborationCollaborate .PageContent label.Placeholder {
  margin: 5px;
}
.CollaborationCollaborate .PageContent .Artifact {
  width: 70%;
  min-height: 574px;
  float: left;
}
@media handheld, screen and (max-width: 800px) {
  .CollaborationCollaborate .PageContent .Artifact {
    width: 60%;
  }
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .Artifact {
    width: 100%;
    min-height: initial;
    min-height: auto;
    height: 100%;
    float: none;
  }
}
.CollaborationCollaborate .PageContent .Artifact iframe {
  width: 100%;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .Artifact iframe {
    width: 99%;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionOuter {
  position: absolute;
  height: 100%;
  width: 30%;
  left: 70%;
}
@media handheld, screen and (max-width: 800px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionOuter {
    width: 40%;
    left: 60%;
  }
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionOuter {
    position: static;
    height: initial;
    height: auto;
    width: 100%;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionOuter .Actions {
  padding: 12px 14px 8px;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionOuter .Actions .CollaborationButtons {
    text-align: center;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionOuter .Actions .CollaborationButton {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionOuter .Actions .CollaborationButton {
    width: inherit;
    margin: 10px 4% 10px;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionOuter .CustomerMessage {
  padding: 0 14px;
}
.CollaborationCollaborate .PageContent .CollaborationInteractionOuter .HistoryOuter {
  width: 100%;
  margin-top: 0;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionOuter .HistoryOuter {
    margin-top: 16px;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionOuter .HistoryInner {
  left: 14px;
  right: 14px;
  padding: 0;
  height: 164px;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionOuter .HistoryInner {
    position: static;
    padding: 0 14px 24px;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionOuter .HistoryBottom {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 11px;
  color: #e1141d;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionOuter .HistoryBottom {
    position: static;
    padding: 0 14px 24px;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionMiddle {
  height: 100%;
  margin-left: 16px;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionMiddle {
    height: initial;
    height: auto;
    margin-left: auto;
  }
}
.CollaborationCollaborate .PageContent .CollaborationInteractionInner {
  height: 100%;
  position: relative;
}
@media handheld, screen and (max-width: 700px) {
  .CollaborationCollaborate .PageContent .CollaborationInteractionInner {
    height: initial;
    height: auto;
    position: static;
  }
}
.CollaborationCollaborate .PageContent .attachment-select-container .attachment-select-items {
  padding: 10px 0 0 10px;
}
.CollaborationHistoryControl {
  height: 100%;
  padding: 0 10px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.CollaborationHistoryControl .Line {
  margin-bottom: 12px;
}
.CollaborationHistoryControl .Header {
  font-weight: bold;
  margin-bottom: 2px;
}
/* datepicker */

.ui-datepicker {
  width: 19.43em;
  display: none;
  padding: 10px;
  box-shadow: 2px 2px 11px #777777;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 2.35em;
  height: 2.1em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  width: 2.38em;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  height: 100%;
  width: 100%;
  background: url('../../styles/ExactFuel/images/icon-previous-blue.png') center center no-repeat #eff1f0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span {
  background: url('../../styles/ExactFuel/images/icon-next-blue.png') center center no-repeat #eff1f0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker .ui-datepicker-other-month {
  background-color: white;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
  color: #9f9f9f;
  border: none;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-active {
  color: white;
  border: 1px solid #0c85b4;
}
.ui-datepicker .ui-datepicker-other-month .ui-week-hover {
  color: black;
  border: 1px solid #cbe6ef;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-hover {
  color: black;
}
.ui-datepicker .ui-datepicker-week-col {
  background-color: #eff1f0;
  color: #9f9f9f;
  text-align: center;
  border-right: 1px solid #eff1f0;
}
.ui-datepicker select {
  border-radius: 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
  border: none;
  color: black;
}
.ui-datepicker select.ui-datepicker-month {
  border: 1px solid white;
  border-right: 1px solid #e5e5e5;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  border-spacing: 0;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  border-right: 1px solid #e5e5e5;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-decoration: none;
  text-align: center;
  border: 1px solid white;
}
.ui-datepicker tr {
  border-top: 1px solid #e5e5e5;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  padding-top: 4px;
  color: #0c85b4;
  float: right;
  cursor: pointer;
  width: auto;
  overflow: visible;
  border: none;
  background: none;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  border: none;
  background: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-state-highlight {
  border: 1px solid #0c85b4;
  background-color: white;
  color: #0c85b4;
}
.ui-datepicker .ui-state-active {
  border: 1px solid #0c85b4;
  background-color: #0c85b4;
  color: white;
}
.ui-datepicker .ui-week-hover,
.ui-datepicker .ui-state-default:hover {
  border: 1px solid #cbe6ef;
  background-color: #cbe6ef;
  color: black;
}
.ui-datepicker .ui-datepicker-calendar {
  border: none;
  outline: 1px solid #0c85b4;
}
.ui-datepicker .ui-widget-header {
  background: white;
  margin: 0 -1px;
  border: 1px solid #0c85b4;
  border-bottom: none;
}
.ui-datepicker.topfix {
  margin-top: 25px;
}
.CollaborationPreviewWrapper {
  position: absolute;
  top: 0;
  bottom: 41px;
  overflow: auto;
}
.CollaborationPreviewContent {
  padding: 10px 16px 10px 10px;
  text-align: justify;
}
.PrintTimesheet form:first-child {
  padding: 0;
}
.PrintTimesheet .CardTable table.Form {
  padding: 0;
}
.PrintTimesheet .CardTable table.Form:first-child {
  margin-bottom: 8px;
}
.DragAndDropOverlay {
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.DragAndDropOverlay .OverlayContent {
  padding: 15px 35px;
  background: #cbe6ef;
  border: 1px solid #b3d5e2;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  top: 40px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
  opacity: 0.95;
  width: 300px;
}
.DragAndDropOverlay .OverlayContent .Info-Icon {
  width: 69px;
  height: 73px;
  padding: 10px;
  background: url('../../styles/ExactFuel/images/overlay-document_upload.png') no-repeat center;
  display: inline-block;
}
.DragAndDropOverlay .OverlayContent .Info-Title {
  padding: 5px;
  font-size: 14px;
  display: block;
}
.DragAndDropOverlay .OverlayContent .Info-Context {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.SubscriptionTypeSummary {
  width: 100%;
  height: 173px;
  font-size: 11px;
  text-align: center;
}
.SubscriptionTypeSummary .SummaryItem,
.SubscriptionTypeSummary .SummaryItemCenter {
  height: 55px;
  background: #e5e5e5 no-repeat center 6px;
}
.SubscriptionTypeSummary .SummaryItem {
  vertical-align: bottom;
}
.SubscriptionTypeSummary .SummaryItemCenter {
  vertical-align: middle;
}
.SubscriptionTypeSummary .TextContentRight {
  font-size: 30px;
  width: 20%;
}
.SubscriptionTypeSummary .Icon-Printed {
  background-image: url('../../../docs/images/Printed.png');
}
.SubscriptionTypeSummary .Icon-Renewed {
  background-image: url('../../../docs/images/Prolonged.png');
}
.SubscriptionTypeSummary .TileTable {
  width: 100%;
}
.SubscriptionInvoiceSummary {
  font-size: 11px;
  text-align: left;
  width: 100%;
  height: 55px;
  padding: 1%;
  background: #e5e5e5 no-repeat center 6px;
}
.SubscriptionInvoiceSummary .TextContentRight {
  font-size: 30px;
  width: 20%;
  white-space: nowrap;
  text-align: right;
}
/*Added for custom style in ProjectWBS Maintenance page*/

.Form td.Field input[type="checkbox"].WBSRestrictionsCheckbox {
  height: 13px;
}
.RestrictionCheckbox {
  float: left;
}
.WBSRestrictionsText {
  margin-left: 25px;
  margin-top: 8px;
}
.BlockEntryText {
  margin-left: 25px;
  margin-top: 2px;
}
/*Added for custom messaging in Project Maintenance page*/

.ProjectGridMessage {
  background: url('../../../docs/images/icon-type-info.png') no-repeat scroll;
  margin-top: 1px;
  padding: 1px 1px 3px 20px;
  text-align: left;
}
/*Added for custom messaging in Project Card*/

.ProjectCardRestrictionsMessage {
  background: url('../../../docs/images/icon-type-info.png') no-repeat;
  margin-left: 5px;
  padding: 7px 1px 7px 20px;
  background-position-y: center;
}
/*Added for custom messaging in Project Restriction Overview page*/

.ProjectRestrictionOverviewMessage {
  background: url('../../../docs/images/icon-type-info.png') no-repeat;
  margin-left: 5px;
  padding: 7px 1px 7px 20px;
  background-position-y: center;
  margin-left: 9px;
}
.ProjectCardRestrictionsHeader {
  padding: 3px 6px;
  margin-right: 4px;
  font-weight: bold;
  color: #59595b;
  border-bottom: 1px solid #b6c4ca;
  height: 17px;
}
.ProjectCardRestrictionsLinks {
  float: right;
  font-weight: normal;
}
body.FormResetBoxModel form {
  margin: 0;
  padding: 0;
}
.ImportCsv {
  width: 640px;
  margin: 0 auto;
}
.ImportCsv .ProgressBar {
  margin: auto;
}
.ImportCsv .ImportCsvContainer {
  border: 1px solid #cccccc;
  padding: 18px;
  height: 300px;
}
.ImportCsv .ImportCsvListViewPanel {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 170px;
}
.ImportCsv .ImportCsvButtonBar {
  background: #e5e5e5;
  height: 35px;
  border: 1px solid #cccccc;
  margin-top: -1px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
}
.ImportCsv .ImportCsvButtonBar a {
  float: left;
  padding-top: 5px;
}
.ImportCsv .ImportCsvButtonBar button {
  float: right;
}
.onboarding-company-wizard .NestedControl .CalloutIcon {
  margin-left: 3px;
  margin-right: 3px;
}
.onboarding-company-wizard .RadioButtonList:not(.EDSNoInline) {
  width: 100%;
  line-height: 29px;
}
.onboarding-company-wizard .RadioButtonList:not(.EDSNoInline) .controls-container input.show,
.onboarding-company-wizard .RadioButtonList:not(.EDSNoInline) .controls-container .RadioButtonListCombobox {
  margin-left: 25px;
}
.onboarding-company-wizard .WizardCheckBoxLabel {
  margin-left: 3px;
}
.onboarding-company-wizard #Confirmation .CompletionMessage {
  width: unset;
}
.Wizard.ResponsiveFlat {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eeeeee;
  min-height: 100%;
  padding-bottom: 36px;
  /* InputField */

  /* ComboBox */

  /* Button */

  /* CheckBox */

  /* RadioButton */

  /*Company setup*/

  /*##### Start: Buy Wizard #####*/

  /*INSTEAD ADD THIS shopping-cart class properties in the CSS*/

  /*Start: Catalog control*/

  /*End: Catalog control*/

  /*##### End: Buy Wizard #####*/

}
.Wizard.ResponsiveFlat table.ListView tr.Header th {
  background-color: #f7f7f7;
  border-bottom-color: #cccccc;
  border-top: 1px solid #cccccc;
  padding-left: 0;
}
.Wizard.ResponsiveFlat .WizardHeader,
.Wizard.ResponsiveFlat .WizardFooter,
.Wizard.ResponsiveFlat .ProgressBarContainer .ProgressBar,
.Wizard.ResponsiveFlat .WizardNotifications,
.Wizard.ResponsiveFlat .WizardBodyContainer {
  margin: 0 auto;
}
@media (max-width: 854px) {
  .Wizard.ResponsiveFlat .WizardHeader,
  .Wizard.ResponsiveFlat .WizardFooter,
  .Wizard.ResponsiveFlat .ProgressBarContainer .ProgressBar,
  .Wizard.ResponsiveFlat .WizardNotifications,
  .Wizard.ResponsiveFlat .WizardBodyContainer {
    width: 730px;
  }
}
@media (min-width: 854px) and (max-width: 954px) {
  .Wizard.ResponsiveFlat .WizardHeader,
  .Wizard.ResponsiveFlat .WizardFooter,
  .Wizard.ResponsiveFlat .ProgressBarContainer .ProgressBar,
  .Wizard.ResponsiveFlat .WizardNotifications,
  .Wizard.ResponsiveFlat .WizardBodyContainer {
    width: 818px;
  }
}
@media (min-width: 954px) {
  .Wizard.ResponsiveFlat .WizardHeader,
  .Wizard.ResponsiveFlat .WizardFooter,
  .Wizard.ResponsiveFlat .ProgressBarContainer .ProgressBar,
  .Wizard.ResponsiveFlat .WizardNotifications,
  .Wizard.ResponsiveFlat .WizardBodyContainer {
    width: 918px;
  }
}
@media (min-width: 954px) {
  .Wizard.ResponsiveFlat .wide-wizard.WizardBodyContainer {
    width: 80%;
  }
}
.Wizard.ResponsiveFlat .HeaderContainer {
  background-color: white;
  border-bottom: #cccccc 2px solid;
}
.Wizard.ResponsiveFlat .WizardHeader {
  margin: 0 auto;
  padding: 18px 0;
  color: #666666;
  background-color: #eeeeee;
}
.Wizard.ResponsiveFlat .WizardHeader .HdrTitle {
  padding: 0 18px;
  font-size: 24px;
  color: #59595b;
  float: none;
  clear: both;
  text-shadow: 1px 1px 0 white;
}
.Wizard.ResponsiveFlat .WizardHeader .HdrTitle .HdrSeparator {
  font-size: 20px;
}
.Wizard.ResponsiveFlat .WizardNotifications {
  margin-top: -6px;
  margin-bottom: 16px;
}
.Wizard.ResponsiveFlat .WizardNotifications .Message {
  margin: 0px;
}
.Wizard.ResponsiveFlat .WizardBodyContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 18px;
}
.Wizard.ResponsiveFlat .WizardBody {
  margin: 0 !important;
  border: 0;
}
.Wizard.ResponsiveFlat .WizardBody:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
.Wizard.ResponsiveFlat .WizardSectionHeader {
  color: #59595b;
  font-size: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  line-height: 24px;
}
.Wizard.ResponsiveFlat .WizardSectionHeader .WizardSectionSubHeader {
  font-size: 16px;
  font-weight: normal;
  color: #757575;
}
.Wizard.ResponsiveFlat .WizardSectionHeaderCollapsible {
  color: #0277bd;
  font-size: 18px;
  padding-bottom: 18px;
  margin-bottom: 10px;
  line-height: 20px;
}
.Wizard.ResponsiveFlat .WizardSection2 div {
  margin-bottom: 10px;
}
.Wizard.ResponsiveFlat .WizardField {
  margin-bottom: 30px;
}
.Wizard.ResponsiveFlat .WizardField .Label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #757575;
  display: inline-block;
  line-height: 14px;
}
.Wizard.ResponsiveFlat #BodypSendEmail .InviteStarterSection .WizardField input.readonly,
.Wizard.ResponsiveFlat #BodypComposeEmail .InviteStarterSection .WizardField input.readonly,
.Wizard.ResponsiveFlat #BodypFillUserDetails .InviteStarterSection .WizardField input.readonly {
  color: #757575;
}
.Wizard.ResponsiveFlat #BodypEmailPreview .InviteStarterSection .WizardField {
  margin-bottom: 10px;
}
.Wizard.ResponsiveFlat #BodypEmailPreview .InviteStarterSection .WizardField .Field {
  margin-left: 200px;
}
.Wizard.ResponsiveFlat #BodypEmailPreview .InviteStarterSection .WizardField input.readonly {
  color: #757575;
}
.Wizard.ResponsiveFlat #BodypSendEmail .WizardField textarea,
.Wizard.ResponsiveFlat #BodypComposeEmail .WizardField textarea {
  border: 1px solid #9f9f9f;
  border-radius: 0;
  color: #757575;
  font-size: 14px;
  padding-left: 6px;
  height: 125px;
  width: 400px;
  resize: none;
}
.Wizard.ResponsiveFlat .InviteStarterSection .Label {
  width: 200px;
  float: left;
  padding-top: 10px;
}
.Wizard.ResponsiveFlat #CompanyBrowser > .Field {
  font-size: 14px;
  color: #757575;
  display: inline-block;
}
.Wizard.ResponsiveFlat #Company_ref {
  color: #757575;
  text-decoration: none;
  cursor: text;
}
.Wizard.ResponsiveFlat .WizardField_WithSubQuestions {
  padding-left: 26px;
}
.Wizard.ResponsiveFlat .WizardField_WithSubQuestions input {
  margin-left: 26px;
}
.Wizard.ResponsiveFlat .WizardField_WithSubQuestions textarea {
  width: 300px;
  display: block;
  margin-left: 26px;
  resize: none;
}
.Wizard.ResponsiveFlat .WizardButtons .WizardButton a {
  font-size: 12px;
  color: #0277bd;
  font-weight: normal;
  background: none;
  padding: 0;
  margin-right: 20px;
}
.Wizard.ResponsiveFlat .WizardButtons .WizardButton a:hover {
  color: #757575;
}
.Wizard.ResponsiveFlat .WizardButtons .WizardButton a:focus {
  outline: 1px dotted black;
}
.Wizard.ResponsiveFlat .WizardButtonBar {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.Wizard.ResponsiveFlat .WizardButtonBar:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardNextButton {
  float: right;
  margin-right: 0;
  min-width: 80px;
  text-align: left;
  background: url('../../styles/ExactFuel/images/button_next_arrow.png') #0277bd no-repeat center right;
  padding-right: 25px;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardNextButton:hover {
  background-color: #01528f;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardNextButton[disabled=disabled],
.Wizard.ResponsiveFlat .WizardButtonBar .WizardNextButton:disabled {
  background: url('../../styles/ExactFuel/images/button_next_arrow_disabled.png') #e5e5e5 no-repeat center right;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardNextButton:focus {
  border: 1px solid #9f9f9f;
  box-shadow: 0 0 2px #0c83b5;
  outline: none;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardBackButton {
  float: left;
  min-width: 80px;
  text-align: left;
  background: url('../../styles/ExactFuel/images/button_back_arrow.png') #898989 no-repeat center left;
  padding-left: 25px;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardBackButton:hover {
  background-color: #616161;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardBackButton:focus {
  border: 1px solid #9f9f9f;
  box-shadow: 0 0 2px #0c83b5;
  outline: none;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardLinkButton {
  float: right;
  background-color: #898989;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardLinkButton:hover {
  background-color: #616161;
}
.Wizard.ResponsiveFlat .WizardButtonBar .WizardLinkButton:focus {
  border: 1px solid #9f9f9f;
  box-shadow: 0 0 2px #0c83b5;
  outline: none;
}
.Wizard.ResponsiveFlat .ResponsiveFlatText {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.Wizard.ResponsiveFlat .ResponsiveFlatTextSmall {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.Wizard.ResponsiveFlat .ResponsiveFlatCheckBoxList input[type=checkbox] {
  opacity: 1;
  position: relative;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
.Wizard.ResponsiveFlat .ResponsiveCheckedItem {
  padding-left: 30px;
  list-style: none;
  background: url('../../../docs/images/BacoCheck.gif') left center no-repeat;
}
.Wizard.ResponsiveFlat .ResponsiveCrossedItem {
  padding-left: 30px;
  list-style: none;
  background: url('../../../docs/images/BacoCross.gif') left center no-repeat;
}
.Wizard.ResponsiveFlat .NestedControl {
  display: inline-block;
  line-height: 40px;
  padding-right: 10px;
  vertical-align: middle;
}
.Wizard.ResponsiveFlat .NestedControl a:hover {
  text-decoration: underline;
}
.Wizard.ResponsiveFlat .NestedControlRight {
  float: right;
}
.Wizard.ResponsiveFlat .NestedControlLeft {
  float: left;
}
.Wizard.ResponsiveFlat .WizardFooter .NestedControlLeft {
  padding-left: 18px;
}
.Wizard.ResponsiveFlat .WizardFooter .NestedControlCenter {
  display: block;
  text-align: center;
}
.Wizard.ResponsiveFlat input {
  margin: 0;
  height: 28px;
}
.Wizard.ResponsiveFlat input[type=text],
.Wizard.ResponsiveFlat input[type=password] {
  border: 1px solid #9f9f9f;
  border-radius: 0;
  color: #757575;
  font-size: 14px;
  padding-left: 6px;
}
.Wizard.ResponsiveFlat input:focus {
  border: 1px solid #9f9f9f;
  box-shadow: 0 0 1px #0c83b5;
  outline: none;
}
.Wizard.ResponsiveFlat input.readonly {
  border: 1px solid #cccccc;
  color: #d1d1d1;
  background-color: #f0f0f0;
}
.Wizard.ResponsiveFlat input.readonly:focus {
  box-shadow: none;
}
.Wizard.ResponsiveFlat input.notValid {
  background: none;
}
.Wizard.ResponsiveFlat select:not([multiple='multiple']) {
  -webkit-appearance: none;
  background: url('../../styles/ExactFuel/images/select_dropdown_arrow.png') no-repeat right 1px;
  border-radius: 0;
  font-size: 14px;
  color: #757575;
  height: 30px;
  padding: 4px 28px 4px 2px;
  line-height: 17px;
}
.Wizard.ResponsiveFlat select:not([multiple='multiple']):disabled {
  border: 1px solid #b2bec4;
  color: #d1d1d1;
  background: url('../../styles/ExactFuel/images/select_dropdown_arrow_disabled.png') no-repeat right 1px #f0f0f0;
}
.Wizard.ResponsiveFlat select:not([multiple='multiple'])::-ms-expand {
  display: none;
}
.Wizard.ResponsiveFlat select:not([multiple='multiple']):focus {
  border: 1px solid #9f9f9f;
  box-shadow: 0 0 1px #0c83b5;
  color: #757575;
}
.Wizard.ResponsiveFlat button.exButton {
  position: relative;
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}
.Wizard.ResponsiveFlat button.exButton::-moz-focus-inner {
  border: 0;
}
.Wizard.ResponsiveFlat button.exButton.Green {
  background-color: #47b656;
}
.Wizard.ResponsiveFlat input[type=checkbox] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  z-index: 10;
}
.Wizard.ResponsiveFlat input[type=checkbox] + label {
  cursor: pointer;
  font-size: 14px;
  color: #757575;
  padding-left: 34px;
  position: relative;
  display: inline-block;
  line-height: 26px;
}
.Wizard.ResponsiveFlat input[type=checkbox] + label::before {
  cursor: pointer;
  border: 1px solid #9f9f9f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  content: ' ';
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.Wizard.ResponsiveFlat input[type=checkbox]:checked + label::before {
  background: url('../../styles/ExactFuel/images/ex-icon-checkbox-checked.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat input[type=checkbox][disabled=disabled] {
  cursor: default;
}
.Wizard.ResponsiveFlat input[type=checkbox][disabled=disabled]:not(:checked) + label {
  cursor: default;
}
.Wizard.ResponsiveFlat input[type=checkbox][disabled=disabled]:not(:checked) + label::before {
  background: none;
}
.Wizard.ResponsiveFlat input[type=checkbox][disabled=disabled]:checked + label {
  cursor: default;
}
.Wizard.ResponsiveFlat input[type=checkbox][disabled=disabled]:checked + label::before {
  background: url('../../styles/ExactFuel/images/ex-icon-checkbox-checked-inactive.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat input[type=checkbox]:focus + label::before {
  border: 1px solid #9f9f9f;
  box-shadow: 0 0 1px #0c83b5;
}
.Wizard.ResponsiveFlat input[type=checkbox].chkLicSetupCompany + label {
  display: inline;
}
.Wizard.ResponsiveFlat input[type=checkbox].chkLicSetupCompany + label::before {
  top: -5px;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio] {
  opacity: 0;
  position: absolute;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio] + label {
  cursor: pointer;
  margin-right: 5px;
  font-size: 14px;
  color: #757575;
  height: 29px;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio] + label::before {
  content: ' ';
  background: transparent url('../../styles/ExactFuel/images/input_radio_button.png') no-repeat left bottom;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio]:checked + label::before {
  content: ' ';
  background-position: left 0;
  top: 5px;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio]:checked:active + label::before {
  top: 5px;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio]:focus + label {
  position: relative;
  top: 0;
  left: 0;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio]:focus + label::before {
  border: none;
  top: 5px;
  left: 0;
  height: 19px;
  width: 19px;
  background-position: left bottom;
}
.Wizard.ResponsiveFlat .RadioButtonList input[type=radio]:focus:checked + label::before {
  background-position: left 0;
}
.Wizard.ResponsiveFlat input.SearchInput {
  background: white;
  color: #232323;
  float: left;
  height: 19px;
  padding: 0 3px 0 6px;
  width: 233px;
  border: 1px solid #b2bec4;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
}
.Wizard.ResponsiveFlat input.SearchInput:focus {
  box-shadow: none;
}
.Wizard.ResponsiveFlat .DisabledToggleButton_On {
  background-color: white !important;
  color: black !important;
  cursor: default;
}
.Wizard.ResponsiveFlat .DisabledToggleButton_Off {
  background-color: grey !important;
  border-color: grey !important;
  color: white !important;
  outline: grey !important;
  cursor: default;
}
.Wizard.ResponsiveFlat.company-wizard .TopicListStyle {
  color: #666666;
  font-size: 14px;
  width: 100%;
  list-style: none;
  line-height: 28px;
}
.Wizard.ResponsiveFlat.company-wizard .TopicListStyle li {
  padding-left: 30px;
}
.Wizard.ResponsiveFlat.company-wizard .TopicListStyle li.CheckedListItem {
  background: url('../../../docs/images/BacoCheck.gif') left center no-repeat;
}
.Wizard.ResponsiveFlat.company-wizard .TopicListStyle li.LoadingListItem {
  background: url('../../../docs/images/icon_installing.gif') left center no-repeat;
}
.Wizard.ResponsiveFlat.company-wizard .CompletionMessage {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.Wizard.ResponsiveFlat.company-wizard .HideCompletionMessage {
  visibility: hidden;
}
.Wizard.ResponsiveFlat.company-wizard .HideWizardField {
  display: none;
}
.Wizard.ResponsiveFlat.company-wizard .CompanyTypes {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #757575;
  line-height: 28px;
}
.Wizard.ResponsiveFlat.company-wizard .WizardPageContent {
  font-size: 14px;
  margin-bottom: 10px;
  color: #757575;
}
.Wizard.ResponsiveFlat.company-wizard .LinkAccountantWizardPageHeader {
  font-size: 16px;
  font-weight: bold;
  color: #232323;
}
.Wizard.ResponsiveFlat.company-wizard .LinkAccountantWizardTextContent {
  color: #666666;
  font-size: 14px;
  display: block;
}
.Wizard.ResponsiveFlat.company-wizard .LinkAccountantWizardTextContent.LinkAccountantDescription {
  margin-top: 10px;
}
.Wizard.ResponsiveFlat.company-wizard .LinkAccountantWizardTextContent.LinkAccountantInstruction {
  margin-bottom: 10px;
}
.Wizard.ResponsiveFlat .shopping-cart {
  padding: 9px;
}
@media (max-width: 954px) {
  .Wizard.ResponsiveFlat .shopping-cart {
    width: 486px;
  }
}
.Wizard.ResponsiveFlat .shopping-cart hr {
  border-width: 0;
  background-color: #cccccc;
  height: 1px;
  margin: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart h2,
.Wizard.ResponsiveFlat .shopping-cart h3 {
  margin: 10px 0;
  line-height: 12px;
  display: inline-block;
}
.Wizard.ResponsiveFlat .shopping-cart .column {
  float: left;
  padding: 0 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Wizard.ResponsiveFlat .shopping-cart .large {
  width: 60%;
}
.Wizard.ResponsiveFlat .shopping-cart .small {
  width: 40%;
}
.Wizard.ResponsiveFlat .shopping-cart .clearboth {
  clear: both;
}
.Wizard.ResponsiveFlat .shopping-cart .customization-section {
  min-width: 450px;
}
.Wizard.ResponsiveFlat .shopping-cart .shopping-section {
  min-width: 356px;
}
.Wizard.ResponsiveFlat .shopping-cart .WizardButtonBar {
  padding: 36px 9px 15px;
  clear: both;
}
.Wizard.ResponsiveFlat .shopping-cart .hidden {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart .order-item {
  display: inline-block;
  width: 75%;
}
.Wizard.ResponsiveFlat .shopping-cart .order-item .spin-control-items {
  display: table-cell;
  padding-right: 8px;
  white-space: nowrap;
}
.Wizard.ResponsiveFlat .shopping-cart .order-item .extra-note {
  margin-top: 6px;
  font-size: 12px;
}
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px;
}
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon.additionalinfo-description-icon.description-icon-inactive {
  background: url('../../styles/ExactFuel/images/info-inactive.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon.additionalinfo-description-icon.description-icon-active,
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon.additionalinfo-description-icon:hover {
  background: url('../../styles/ExactFuel/images/info-active.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon.additionalinfo-pricelist-icon.pricelist-icon-inactive {
  background: url('../../styles/ExactFuel/images/pricelist-inactive.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon.additionalinfo-pricelist-icon.pricelist-icon-active,
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon.additionalinfo-pricelist-icon:hover {
  background: url('../../styles/ExactFuel/images/pricelist-active.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart .additionalinfo-icon + .additionalinfo-icon {
  margin-left: 0;
}
.Wizard.ResponsiveFlat .shopping-cart .order-amount {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}
.Wizard.ResponsiveFlat .shopping-cart .order-amount.hide-price {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart .items-wrapper {
  width: 100%;
}
.Wizard.ResponsiveFlat .shopping-cart .item-name {
  display: table-cell;
  width: 100%;
  padding-right: 3px;
}
.Wizard.ResponsiveFlat .shopping-cart .item-count {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description {
  border: 1px solid #cccccc;
  border-top-color: #5499c6;
  border-bottom: 0;
  margin-bottom: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description li {
  border-bottom: 1px solid #cccccc;
  padding: 9px;
  font-size: 14px;
  display: block;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description li.hidden {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description div {
  font-size: 14px;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description img {
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.8;
  margin: 0 9px 0 0;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description img:hover {
  opacity: 1.0;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description input[type=text] {
  padding: 0;
  border-width: 0 1px;
  text-align: center !important;
  margin: 0 9px 0 0;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description input[type=checkbox] + label::before {
  margin-right: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description input[type=radio] + label,
.Wizard.ResponsiveFlat .shopping-cart .item-description input[type=checkbox] + label {
  color: black;
  margin-right: 0;
  display: table-cell;
  width: 100%;
}
.Wizard.ResponsiveFlat .shopping-cart .item-description .item-name {
  line-height: 26px;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content {
  border: 1px solid #cccccc;
  border-top-width: 2px;
  border-top-color: #eb994e;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content ul {
  margin: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content li {
  line-height: 150%;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content li.order-header {
  font-weight: bold;
  margin-top: 10px;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content li.order-footer {
  font-style: italic;
  margin-top: 10px;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content .content-container {
  text-align: center;
  padding: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content .content-container a {
  font-weight: bold;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content .content-container-line {
  border-top: 1px solid #cccccc;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content .alignLeft {
  text-align: left;
}
.Wizard.ResponsiveFlat .shopping-cart .top-line-separator {
  border-top: 1px #cccccc solid;
  padding-top: 8px;
}
.Wizard.ResponsiveFlat .shopping-cart .bottom-line-separator {
  border-bottom: 1px #cccccc solid;
  padding-bottom: 8px;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content-fee div {
  font-size: 14px;
  font-weight: bold;
}
.Wizard.ResponsiveFlat .shopping-cart .order-content-fee .order-amount.text {
  font-size: 12px;
  font-weight: normal;
}
.Wizard.ResponsiveFlat .shopping-cart .button-section {
  padding: 36px 9px;
}
.Wizard.ResponsiveFlat .shopping-cart .account-type {
  padding: 9px;
  margin-bottom: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Wizard.ResponsiveFlat .shopping-cart .account-type header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 9px;
}
.Wizard.ResponsiveFlat .shopping-cart .account-type header span,
.Wizard.ResponsiveFlat .shopping-cart .account-type header a {
  font-size: 12px;
  font-weight: normal;
  color: #0277bd;
}
.Wizard.ResponsiveFlat .shopping-cart .account-type li {
  padding-right: 9px;
}
.Wizard.ResponsiveFlat .shopping-cart .account-type .order-amount {
  font-size: 16px;
}
.Wizard.ResponsiveFlat .wizard-body-container-width {
  width: 1000px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern {
  padding: 9px;
}
@media (max-width: 954px) {
  .Wizard.ResponsiveFlat .shopping-cart-modern {
    width: 486px;
  }
}
.Wizard.ResponsiveFlat .shopping-cart-modern hr {
  border-width: 0;
  background-color: #cccccc;
  height: 1px;
  margin: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern h2,
.Wizard.ResponsiveFlat .shopping-cart-modern h3 {
  margin: 10px 0;
  line-height: 12px;
  display: inline-block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .column {
  float: left;
  padding: 0 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .large {
  width: 60%;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .small {
  width: 40%;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .clearboth {
  clear: both;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .customization-section {
  min-width: 450px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .shopping-section {
  min-width: 356px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .WizardButtonBar {
  padding: 36px 9px 15px;
  clear: both;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .hidden {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-item {
  display: inline-block;
  width: 75%;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-item .spin-control-items {
  display: table-cell;
  padding-right: 8px;
  white-space: nowrap;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-item .extra-note {
  margin-top: 6px;
  font-size: 12px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon.additionalinfo-description-icon.description-icon-inactive {
  background: url('../../styles/ExactFuel/images/info-inactive.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon.additionalinfo-description-icon.description-icon-active,
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon.additionalinfo-description-icon:hover {
  background: url('../../styles/ExactFuel/images/info-active.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon.additionalinfo-pricelist-icon.pricelist-icon-inactive {
  background: url('../../styles/ExactFuel/images/pricelist-inactive.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon.additionalinfo-pricelist-icon.pricelist-icon-active,
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon.additionalinfo-pricelist-icon:hover {
  background: url('../../styles/ExactFuel/images/pricelist-active.svg') no-repeat center center;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .additionalinfo-icon + .additionalinfo-icon {
  margin-left: 0;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-amount {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-amount.hide-price {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .items-wrapper {
  width: 100%;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-name {
  display: table-cell;
  width: 100%;
  padding-right: 3px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-count {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description {
  border: 1px solid #cccccc;
  border-top-color: #5499c6;
  border-bottom: 0;
  margin-bottom: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description li {
  border-bottom: 1px solid #cccccc;
  padding: 9px;
  font-size: 14px;
  display: block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description li.hidden {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description div {
  font-size: 14px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description img {
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.8;
  margin: 0 9px 0 0;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description img:hover {
  opacity: 1.0;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description input[type=text] {
  padding: 0;
  border-width: 0 1px;
  text-align: center !important;
  margin: 0 9px 0 0;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description input[type=checkbox] + label::before {
  margin-right: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description input[type=radio] + label,
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description input[type=checkbox] + label {
  color: black;
  margin-right: 0;
  display: table-cell;
  width: 100%;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .item-description .item-name {
  line-height: 26px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content {
  border: 1px solid #cccccc;
  border-top-width: 2px;
  border-top-color: #eb994e;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content ul {
  margin: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content li {
  line-height: 150%;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content li.order-header {
  font-weight: bold;
  margin-top: 10px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content li.order-footer {
  font-style: italic;
  margin-top: 10px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content .content-container {
  text-align: center;
  padding: 18px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content .content-container a {
  font-weight: bold;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content .content-container-line {
  border-top: 1px solid #cccccc;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content .alignLeft {
  text-align: left;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .top-line-separator {
  border-top: 1px #cccccc solid;
  padding-top: 8px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .bottom-line-separator {
  border-bottom: 1px #cccccc solid;
  padding-bottom: 8px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content-fee div {
  font-size: 14px;
  font-weight: bold;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .order-content-fee .order-amount.text {
  font-size: 12px;
  font-weight: normal;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .button-section {
  padding: 36px 9px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .account-type {
  padding: 9px;
  margin-bottom: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .account-type header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 9px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .account-type header span,
.Wizard.ResponsiveFlat .shopping-cart-modern .account-type header a {
  font-size: 12px;
  font-weight: normal;
  color: #0277bd;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .account-type li {
  padding-right: 9px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .account-type .order-amount {
  font-size: 16px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .wizard-title {
  padding: 9px 9px 0px 9px;
  width: auto;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .content-container-padding {
  padding: 10px !important;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .content-container-outer-wrapper {
  padding: 5px 0px;
  display: block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .content-container-inner-wrapper {
  display: inline-block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .content-container-inner-wrapper.content-container-image-wrapper {
  position: absolute;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .content-container-inner-wrapper.content-container-description-wrapper {
  width: 280px;
  margin-left: 35px;
  display: inline-block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .literal-title-wrapper {
  margin: 10px 0px;
  line-height: 12px;
  display: inline-block;
  font-size: 1.17em;
  font-weight: bold;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .literal-description-wrapper {
  padding: 20px 20px 20px 9px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  border-top-width: 2px;
  border-top-color: #0277bd;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .literal-description-wrapper.literal-description-hide-border {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-bottom: 0px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .summary-checkbox {
  margin-top: 30px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .expand-collapse-outer-wrapper {
  color: #0277bd;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .expand-collapse-inner-wrapper {
  display: inline-block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .expand-collapse-hidden-wrapper {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .expand-collapse-image {
  width: 15px;
  margin-left: 5px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .list-item-amount-wrapper {
  padding: 0px 3px !important;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .list-item-description-wrapper {
  color: #787a7a;
  font-size: 12px !important;
  padding-top: 8px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .spin-control-wrapper {
  padding-right: 0px !important;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .spin-control-quantity-wrapper {
  display: inline-block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .spin-control-quantity-wrapper > input[type=text] {
  box-sizing: border-box;
  width: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: white;
  border-width: 1px 1px !important;
  margin: 0px !important;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .spin-control-increase-wrapper {
  box-sizing: border-box;
  height: 25px;
  width: 25px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: white;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  cursor: pointer;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .spin-control-increase-wrapper.spin-control-decrease-wrapper {
  margin-right: 4px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .spin-control-image {
  margin: 6px 3px !important;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .checkbox-wrapper {
  display: table-cell !important;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .checkbox-wrapper > input[type=checkbox] {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .checkbox-outer-label {
  color: #0277bd;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 7px;
  margin-left: 4px;
  display: inline-block;
  width: 108px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: white;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .checkbox-outer-label.checkbox-added-label {
  color: white;
  border: 1px solid #0277bd;
  background-color: #0277bd;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .checkbox-inner-label {
  cursor: pointer;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .checkbox-image {
  float: left;
  margin: 0px !important;
  opacity: 1 !important;
  width: 14px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .checkbox-image.checkbox-hide-image {
  display: none;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-wrapper {
  display: table-cell;
  white-space: nowrap;
  padding-right: 0px;
  padding-left: 5px;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-tooltip-wrapper {
  box-sizing: border-box;
  height: 25px;
  width: 25px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-tooltip-image {
  margin: 6px 3px !important;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-tooltip-text {
  visibility: hidden;
  background-color: #e0ebf6;
  text-align: center;
  border-radius: 6px;
  padding: 7px;
  position: absolute;
  border: 0.5px solid #5499c6;
  font-size: 12px;
  margin-left: 2px;
  z-index: 12;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-tooltip-wrapper:hover .contract-field-tooltip-text {
  visibility: visible;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-tooltip-wrapper .contract-field-tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #5499c6 transparent transparent;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-quantity-wrapper {
  display: inline-block;
}
.Wizard.ResponsiveFlat .shopping-cart-modern .contract-field-quantity-wrapper > input[type=text] {
  box-sizing: border-box;
  width: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #e5e5e5;
  border-width: 1px 1px !important;
  margin: 0px !important;
  padding: 4.5px;
}
.Wizard.ResponsiveFlat.buy-wizard.WizardSubscriptionLinkField .WizardField {
  width: 100%;
}
.Wizard.ResponsiveFlat.buy-wizard.WizardSubscriptionLinkField .WizardField .Field {
  float: initial;
}
.Wizard.ResponsiveFlat.buy-wizard.WizardSubscriptionLinkField .WizardField .WizardButtonSubscription {
  padding-left: 10px;
  font-size: medium;
  font-weight: bold;
  color: #898989;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardSection {
  margin-bottom: 18px;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardSection .WizardSectionHeader {
  color: black;
  font-weight: bold;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardSection.Width100NoBottomMargin {
  margin-bottom: 0;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField {
  position: relative;
  margin-bottom: 9px;
  clear: both;
  display: inline-block;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField.PSPAgreementFieldError {
  width: 100%;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField.PSPAgreementFieldError .Field {
  float: initial;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField.PSPAgreementFieldError .Field .FieldError {
  left: initial;
  padding-left: initial;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .popover {
  margin-left: 29px;
  top: -3px;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Label {
  float: left;
  font-weight: bold;
  color: black;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field {
  float: right;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field input[type="text"],
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field input[type="password"],
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field select {
  width: 100%;
  box-sizing: border-box;
  color: black;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field input[type="text"].input-bundle {
  width: 50px;
  margin: 0 5px;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field a.buy-wizard-label-link {
  font-size: 14px;
  line-height: 26px;
  margin-left: 1px;
  width: auto;
  margin-left: 0;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field tr.SectionHeader th {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field .addInfo {
  margin-left: 35px;
  line-height: 26px;
  font-size: 14px;
  color: black;
}
.Wizard.ResponsiveFlat.buy-wizard .WizardField .Field .addInfo div {
  margin-bottom: 9px;
}
.Wizard.ResponsiveFlat.buy-wizard .Width60.WizardSection .WizardField,
.Wizard.ResponsiveFlat.buy-wizard .Width60BorderNotFull.WizardSection .WizardField {
  width: 60%;
}
.Wizard.ResponsiveFlat.buy-wizard .Width60.WizardSection .Field,
.Wizard.ResponsiveFlat.buy-wizard .Width60BorderNotFull.WizardSection .Field {
  width: 60%;
}
.Wizard.ResponsiveFlat.buy-wizard .Width60.WizardSection .Label,
.Wizard.ResponsiveFlat.buy-wizard .Width60BorderNotFull.WizardSection .Label {
  width: 40%;
}
.Wizard.ResponsiveFlat.buy-wizard .Width60.WizardSection.Width60BorderNotFull .WizardSectionHeader,
.Wizard.ResponsiveFlat.buy-wizard .Width60BorderNotFull.WizardSection.Width60BorderNotFull .WizardSectionHeader {
  width: 60%;
}
.Wizard.ResponsiveFlat.buy-wizard .Width60.WizardField,
.Wizard.ResponsiveFlat.buy-wizard .Width60BorderNotFull.WizardField {
  width: 60%;
}
.Wizard.ResponsiveFlat.buy-wizard .Width50-50.WizardField .Label,
.Wizard.ResponsiveFlat.buy-wizard .Width50-50.WizardField .Field {
  width: 50%;
}
.Wizard.ResponsiveFlat.buy-wizard .Width100 .WizardSection,
.Wizard.ResponsiveFlat.buy-wizard .Width100NoBottomMargin .WizardSection,
.Wizard.ResponsiveFlat.buy-wizard .Width100 .WizardField,
.Wizard.ResponsiveFlat.buy-wizard .Width100NoBottomMargin .WizardField,
.Wizard.ResponsiveFlat.buy-wizard .Width100 .WizardField .Field,
.Wizard.ResponsiveFlat.buy-wizard .Width100NoBottomMargin .WizardField .Field,
.Wizard.ResponsiveFlat.buy-wizard .Width100.WizardField .Field,
.Wizard.ResponsiveFlat.buy-wizard .Width100NoBottomMargin.WizardField .Field {
  width: 100%;
}
.Wizard.ResponsiveFlat.buy-wizard .Width100WizardField .WizardField {
  width: 100%;
}
.Wizard.ResponsiveFlat.buy-wizard .buy-wizard-transfer-agreement {
  margin: 0 0 18px 32px;
}
.Wizard.ResponsiveFlat.buy-wizard .Field [id^="InvalidFlag_"] {
  position: absolute;
  right: -15px;
  top: 6px;
}
.Wizard.ResponsiveFlat.buy-wizard .FieldError {
  color: #9a3236;
  position: absolute;
  left: 100%;
  padding-left: 15px;
  top: 6px;
  width: 60%;
}
.Wizard.ResponsiveFlat.buy-wizard .BoldText {
  font-weight: bold;
}
.Wizard.ResponsiveFlat.buy-wizard .ImportantLabel,
.Wizard.ResponsiveFlat.buy-wizard .ImportantNote {
  color: red;
}
.Wizard.ResponsiveFlat.buy-wizard .ImportantLabel .ImportantLabel,
.Wizard.ResponsiveFlat.buy-wizard .ImportantNote .ImportantLabel {
  font-weight: bold;
  padding-top: 10px;
}
.Wizard.ResponsiveFlat.buy-wizard input[type=radio] + label,
.Wizard.ResponsiveFlat.buy-wizard input[type=checkbox] + label {
  color: black;
  margin-right: 0;
}
.Wizard.ResponsiveFlat.buy-wizard P {
  margin-top: 12px;
  margin-bottom: 12px;
}
.Wizard.ResponsiveFlat .catalog .catalog-contents {
  padding-bottom: 20px;
}
.Wizard.ResponsiveFlat .catalog .catalog-shadow {
  box-shadow: 2px 3px 3px 0 #777777;
}
.Wizard.ResponsiveFlat .catalog .catalog-category__header {
  text-align: center;
  padding: 16px;
  position: relative;
}
.Wizard.ResponsiveFlat .catalog .catalog-category__header .catalog-category__header-divider {
  position: relative;
  top: -8px;
  margin-left: -16px;
  margin-right: -16px;
  height: 1px;
  z-index: 1;
  border-bottom: 1px solid #cccccc;
}
.Wizard.ResponsiveFlat .catalog .catalog-category {
  width: 356px;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-top: 24px;
}
.Wizard.ResponsiveFlat .catalog .catalog-category-tab {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-bottom: 7px;
}
.Wizard.ResponsiveFlat .catalog .catalog-category-disabled,
.Wizard.ResponsiveFlat .catalog .catalog-category-disabled .catalog-category__selected {
  cursor: default;
}
.Wizard.ResponsiveFlat .catalog .catalog_category__list {
  box-shadow: 2px 3px 3px 0 #777777;
  position: absolute;
  display: none;
  font-size: 20px;
  margin: 0;
  padding-left: 0;
}
.Wizard.ResponsiveFlat .catalog .catalog_category__tab {
  display: inline-block;
  font-size: 20px;
  margin: 0;
  padding-left: 0;
}
.Wizard.ResponsiveFlat .catalog .catalog_category__tab li {
  margin: 0;
  list-style-type: none;
  display: inline;
  padding: 8px 6px;
}
.Wizard.ResponsiveFlat .catalog .catalog_category__tab li a {
  display: inline-block;
  padding: 8px 6px;
  text-decoration: none;
  color: #cccccc;
  font-weight: 400;
}
.Wizard.ResponsiveFlat .catalog .catalog_category__tab li a[selected=True] {
  border-bottom: 3px solid #0277bd;
  color: #0277bd;
  font-weight: bold;
}
.Wizard.ResponsiveFlat .catalog .catalog_category__list li {
  margin: 0;
  list-style-type: none;
}
.Wizard.ResponsiveFlat .catalog .catalog_category__list li a {
  display: block;
  padding: 8px 6px;
  text-decoration: none;
}
.Wizard.ResponsiveFlat .catalog .catalog-category__selected {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  background-color: white;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 3px;
}
.Wizard.ResponsiveFlat .catalog .catalog-category--open {
  background-color: #eeeeee;
  color: #59595b;
  position: relative;
  z-index: 100;
  box-shadow: 2px 3px 3px 0 #777777;
}
.Wizard.ResponsiveFlat .catalog .catalog-category--open .catalog-icon-collapse {
  background-position: center bottom;
}
.Wizard.ResponsiveFlat .catalog .catalog-category--open .catalog-category__selected {
  background-color: #eeeeee;
  color: #232323;
  position: relative;
  z-index: 101;
}
.Wizard.ResponsiveFlat .catalog .catalog-category--open .catalog_category__list {
  box-sizing: border-box;
  padding: 8px 0 24px;
  background-color: #eeeeee;
  border-top: 0;
  display: block;
  width: 356px;
}
.Wizard.ResponsiveFlat .catalog .catalog-category--open .catalog_category__list a {
  color: #59595b;
}
.Wizard.ResponsiveFlat .catalog .catalog-category--open .catalog_category__list a:hover {
  background-color: white;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__content {
  margin: 10px -4px 0;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__content--one {
  position: relative;
  left: 33.33%;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__content--two {
  position: relative;
  left: 16.7%;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__content .catalog-item {
  width: 33.3%;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__content--open .catalog-item__features {
  display: block;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__toggle {
  padding: 18px;
  font-size: 14px;
  text-align: center;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__toggle a {
  outline: none;
  color: #232323;
  text-decoration: none;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__toggle a:hover,
.Wizard.ResponsiveFlat .catalog .catalog-items__toggle a:active {
  text-decoration: underline;
}
.Wizard.ResponsiveFlat .catalog .catalog-items__toggle.catalog-items__toggle--open .catalog-icon-collapse-small {
  background-position: center top;
}
.Wizard.ResponsiveFlat .catalog .catalog-icon-collapse {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  background: url('../../styles/ExactFuel/images/arrow.png') no-repeat center top;
  margin-left: 5px;
}
.Wizard.ResponsiveFlat .catalog .catalog-icon-collapse-small {
  display: inline-block;
  height: 6px;
  width: 9px;
  margin: 5px 4px 5px 3px;
  vertical-align: middle;
  background: url('../../styles/ExactFuel/images/arrow_small.png') no-repeat center bottom;
}
.Wizard.ResponsiveFlat .catalog .catalog-item {
  box-sizing: border-box;
  float: left;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__content {
  text-align: center;
  cursor: pointer;
  margin: 0 4px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__header {
  position: relative;
  padding: 30px 20px 32px;
  /*DEB Enhancement */
  background: url('../../styles/ExactFuel/images/catalog-bg.png') center center no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /*DEB Enhancement */

}
.Wizard.ResponsiveFlat .catalog .catalog-item__footer {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-left-radius: 4px;
  /*DEB Enhancement */
  border-bottom-right-radius: 4px;
  /*DEB Enhancement */

}
.Wizard.ResponsiveFlat .catalog .catalog-item__state {
  visibility: hidden;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 0;
  padding: 10px 8px 11px 14px;
  color: white;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  transform: rotate(-90deg) translate(-100%, 0);
  background: url("../../styles/ExactFuel/images/label-bg.png") center top;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__state:before,
.Wizard.ResponsiveFlat .catalog .catalog-item__state:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__state:before {
  left: -14px;
  width: 15px;
  height: 36px;
  background: transparent url("../../styles/ExactFuel/images/label-arrow.png") no-repeat center top;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__state:after {
  right: -4px;
  width: 6px;
  height: 36px;
  background: transparent url("../../styles/ExactFuel/images/label-shadow.png") no-repeat center top;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__badge {
  height: 24px;
  background-color: #f7b500;
  border-radius: 12px;
  position: absolute;
  top: -10px;
  right: 12px;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #272727;
  font-weight: bold;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__badge:before,
.Wizard.ResponsiveFlat .catalog .catalog-item__badge:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__confetti_border {
  border-left: 1px solid #f7b500;
  border-right: 1px solid #f7b500;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__confetti_image {
  background: transparent url("../../styles/ExactFuel/images/catalog-confetti-bg.svg") no-repeat center center;
  background-size: cover;
  display: block;
  padding-bottom: 55px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__confetti_space {
  height: 79px;
  display: block;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__confetti_features {
  display: none;
  font-size: 14px;
  padding: 16px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__confetti_footer {
  border: 1px solid #f7b500;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 10px;
}
.Wizard.ResponsiveFlat .catalog .catalog-icon-star:before {
  margin-right: 8px;
  content: " ";
  display: inline-block;
  height: 11px;
  width: 11px;
  background: transparent url("../../styles/ExactFuel/images/icon-star.png") no-repeat left top;
  position: absolute;
  left: -4px;
  top: 12px;
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.Wizard.ResponsiveFlat .catalog .catalog-item__name {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 16px;
  color: white;
  display: table;
  width: 100%;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__name-asterisk {
  color: #eb994e;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__name div,
.Wizard.ResponsiveFlat .catalog .catalog-item__secondaryname div {
  display: block;
  vertical-align: top;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__secondaryname {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 16px;
  color: white;
  display: table;
  width: 100%;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__price,
.Wizard.ResponsiveFlat .catalog .catalog-item__text-primary {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 -8px 0;
  color: white;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__price-currency {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  top: 9px;
  left: -8px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__price-cents {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  top: 9px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__price-asterisk {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  right: -15px;
  top: -20px;
  color: #eb994e;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__price-per,
.Wizard.ResponsiveFlat .catalog .catalog-item__text-secondary {
  display: block;
  color: white;
  padding-top: 5px;
  font-size: 14px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__price-per span,
.Wizard.ResponsiveFlat .catalog .catalog-item__text-secondary span {
  font-weight: bold;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__prepaid-users-description {
  display: block;
  color: white;
  padding-top: 5px;
  font-size: 14px;
  padding-bottom: 20px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__prepaid-users-description span {
  font-weight: bold;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__border {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__description {
  text-align: center;
  padding: 16px;
  /*border-left: 1px solid @MiddleLightGrey;
			border-right: 1px solid @MiddleLightGrey;*/

}
.Wizard.ResponsiveFlat .catalog .catalog-item__features {
  display: none;
  font-size: 14px;
  padding: 16px;
  /*border-left: 1px solid @MiddleLightGrey;
			border-right: 1px solid @MiddleLightGrey;*/

}
.Wizard.ResponsiveFlat .catalog .catalog-item__features dl {
  margin: 0;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__features ul {
  margin: 0;
  padding: 0;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__features dt,
.Wizard.ResponsiveFlat .catalog .catalog-item__features dd,
.Wizard.ResponsiveFlat .catalog .catalog-item__features li {
  margin-bottom: 14px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__features dt {
  float: left;
  text-align: left;
  width: 60%;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__features dd {
  float: right;
  margin-left: 0;
  width: 40%;
  text-align: center;
}
.Wizard.ResponsiveFlat .catalog .catalog-item__features li {
  text-align: center;
  list-style: none;
}
.Wizard.ResponsiveFlat .catalog .catalog-item--selected .catalog-item__content {
  position: relative;
  top: -8px;
  z-index: 2;
  /*box-shadow: 2px 3px 3px 0 @Dropshadow;*/
  box-shadow: 2px 3px 3px 0 #cccccc;
}
.Wizard.ResponsiveFlat .catalog .catalog-item--selected .catalog-item__footer {
  height: 5px;
}
.Wizard.ResponsiveFlat .catalog .catalog-item--show-state {
  position: relative;
}
.Wizard.ResponsiveFlat .catalog .catalog-item--show-state .catalog-item__state {
  visibility: visible;
}
.Wizard.ResponsiveFlat .catalog .catalog-item--show-state.catalog-item--selected .catalog-item__header {
  background: url('../../styles/ExactFuel/images/catalog-bg-active.png') center center no-repeat;
  background-size: cover;
}
.Wizard.ResponsiveFlat .catalog .catalog-item--disabled {
  pointer-events: none;
}
.Wizard.ResponsiveFlat .catalog .catalog-icon-check {
  background: url('../../styles/ExactFuel/images/catalog-checkmark.png') center center no-repeat;
  margin: 0 auto;
  width: 13px;
  height: 16px;
  display: block;
}
.Wizard.ResponsiveFlat .catalog .catalog-content-container {
  text-align: center;
  margin: 16px;
}
.Wizard.ResponsiveFlat .catalog .catalog-footer {
  float: right;
  font-weight: bold;
  color: #eb994e;
}
.Wizard.ResponsiveFlat .catalog .catalog-notification-section {
  margin-top: -50px;
}
.Wizard.ResponsiveFlat .catalog .clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.Wizard.ResponsiveFlat .ImportWizardErrorLogHeader {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f7f7f7;
  padding: 5px;
}
.Wizard.ResponsiveFlat .ImportWizardErrorLogContainer {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 250px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .WizardSectionHeader {
  margin-bottom: 10px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard input[type=radio] + label {
  cursor: pointer;
  margin-right: 0px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard select,
.Wizard.ResponsiveFlat.onboarding-company-wizard select:disabled {
  margin-left: 5px;
  padding-right: 30px;
  line-height: 16px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .ShowElementAsHorizontal {
  display: flex;
  flex-wrap: wrap;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .ShowElementAsHorizontal > .WizardSection {
  flex-basis: 50%;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .WizardField.PostalCodeAndCity .Field > :first-child {
  float: left;
  margin-right: 2em;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .BankName > input {
  border: none;
  background: none;
  color: #757575;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .BankNumber {
  border-color: black;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .BankNumber input {
  border-radius: 0;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .BankNumber .Success {
  border-color: #47b656;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .BankNumber .NotValid {
  border-color: #ba7d7d;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .RadioButtonList {
  margin-top: 10px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .RadioButtonList .RadioButtonListItem {
  min-height: 30px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .RadioButtonListItemInputField,
.Wizard.ResponsiveFlat.onboarding-company-wizard .RadioButtonListItemDropDown {
  margin-bottom: 3px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .RadioButtonListItemInputField input {
  margin-left: 5px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .StartingApproachRadioButtonListItem {
  margin-bottom: 10px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .RadioButtonList .controls-container {
  white-space: nowrap;
  display: inline;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .contents-container {
  padding: 10px 0px 10px 23px;
  margin-top: 5px;
  white-space: normal;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .contents-container a.disabled {
  pointer-events: none;
  color: black;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .WizardField.BankAccountWizardField .Field > div {
  display: inline-block;
  vertical-align: middle;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .WizardField.BankAccountWizardField .Field .BankName {
  padding-left: 5px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .WizardField.BankAccountWizardField .Field .BankName span {
  font-weight: bold;
  color: #59595b;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .WizardField.BankAccountWizardField .Field .BankAccountValidation {
  padding-left: 8px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .paddingBlock div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .paddingBlock {
  padding: 20px 0;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .eqWrap {
  display: flex;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHW {
  flex: 1;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMWrap {
  justify-content: space-between;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHM {
  width: 32%;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMRWrap {
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 20px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMR {
  width: 32%;
  margin-bottom: 2%;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMVWrap {
  flex-wrap: wrap;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMV {
  width: 32%;
  margin: 1%;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMV:nth-of-type(3n) {
  margin-right: 0;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMV:nth-of-type(3n+1) {
  margin-left: 0;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMRCenter {
  width: 100%;
  margin-top: 20px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMRCenter button {
  margin: 0;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .equalHMRCenter.AccountantWizardPageButton {
  margin-top: 60px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .accountantSection {
  width: 32%;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .accountantSection .sectionImage {
  margin: auto;
  width: 100px;
  height: 100px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .accountantSection .sectionImage img {
  width: 100%;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .accountantSection .Label {
  margin-bottom: 15px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .AccountantInfo {
  margin-top: 40px;
  margin-bottom: 40px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .AccountantInfo .AccountantName {
  font-size: 20px;
  color: #0277bd;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .AdvancedSetupLink {
  margin-right: 15px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .ConversionDownloadButton {
  margin-top: 30px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .TopicListStyle {
  color: #666666;
  font-size: 14px;
  width: 100%;
  list-style: none;
  line-height: 28px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .TopicListStyle.ConversionProgressionList {
  margin-top: 30px;
  margin-left: 25px;
  padding-bottom: 5px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .TopicListStyle li {
  padding-left: 30px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .TopicListStyle li.CheckedListItem {
  background: url('../../../docs/images/BacoCheck.gif') left center no-repeat;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .TopicListStyle li.LoadingListItem {
  background: url('../../../docs/images/icon_installing.gif') left center no-repeat;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .CompletionMessage {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .WizardBody {
  min-height: 350px;
}
.Wizard.ResponsiveFlat.onboarding-company-wizard .OpenAnotherCompany {
  background: #0277bd no-repeat center right;
  float: right;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup {
  background-color: white;
  min-height: 0px;
  padding-bottom: 0px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowSettings {
  width: 100%;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowSettings label {
  font-weight: bold;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowSettings .RadioButtonList label {
  font-weight: normal;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowSettings td {
  padding: 6px;
  vertical-align: top;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowSettings td.ConfigurationField {
  vertical-align: middle;
  text-align: right;
  padding-right: 14px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .WizardBodyContainer {
  margin: 0 0 0 0;
  padding: 7px;
  border: none;
  text-align: left;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .ApprovalSteps .StepAdd {
  width: 33%;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .ApprovalStep {
  display: block;
  width: 33.33%;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .ApprovalStep.Hidden {
  display: none;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .CollapsibleClientForm .CollapsibleContainer {
  width: 96%;
  margin-left: 0px;
  margin-right: 0px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .CollapsibleClientForm .CollapsibleContainer .CollapsedIndicatorLine {
  margin-left: 0;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup button.exButton {
  height: 26px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .RadioButtonList input[type=radio] + label {
  color: #333333;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .RadioButtonList input[type=radio][disabled] + label {
  color: #808183;
  cursor: default;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .RadioButtonList input[type=radio] + label {
  color: #333333;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .RadioButtonList input[type=radio][disabled] + label {
  color: #808183;
  cursor: default;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog {
  min-width: 1000px;
  max-width: 1300px;
  width: 100%;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item {
  width: 33%;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__name {
  font-weight: bold;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__content {
  margin: 0 4px;
  cursor: default;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__content .catalog-item__header {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 160px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__content .catalog-item__features {
  padding: 10px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__content .catalog-item__features dt {
  float: none;
  height: 10px;
  font-size: 12px;
  width: 100%;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__content .catalog-item__features dt.reminderflowstep-title {
  font-weight: bold;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__content .catalog-item__features .ReminderFlowButtonSection {
  width: 100%;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog .catalog-item__footer {
  height: 5px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .catalog a.catalog-item__price-per {
  position: absolute;
  bottom: 10px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup .reminderflowsteps {
  min-width: 1100px;
  max-width: 1300px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowStepContainer {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowStepContainer td input[type=checkbox] {
  opacity: 100;
  height: 15px;
  position: relative;
  width: 15px;
  margin: 5px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowStepContainer td input[type=text] {
  color: black;
  font-size: 13px;
  height: 22px;
}
.Wizard.ResponsiveFlat.ReminderFlowSetup table.ReminderFlowStepContainer .layoutfields {
  max-width: 384px;
}
form.EmailTextTemplate {
  width: 800px;
}
form.EmailTextTemplate td.Field img {
  vertical-align: sub;
}
.ReminderFlowEmailTexts table.LanguageSection {
  width: 100%;
  border-spacing: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ReminderFlowEmailTexts div.AttachmentSection {
  display: inline-table;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
.ReminderFlowEmailTexts div.AttachmentSection div.AttachmentLabel,
.ReminderFlowEmailTexts div.AttachmentSection div.AttachmentField {
  display: table-row;
}
.ReminderFlowEmailTexts div.EmailTextHeader {
  display: inline-table;
  width: 100%;
}
.ReminderFlowEmailTexts div.EmailTextHeader div.EmailTextTitle {
  display: table-cell;
  vertical-align: middle;
}
.ReminderFlowEmailTexts div.EmailTextHeader div.AddEmailTextField {
  display: table-cell;
  text-align: right;
  padding-right: 6px;
  padding-bottom: 4px;
}
.ReminderFlowEmailTexts .layoutfields {
  border: 1px solid #aaaaaa;
  min-height: 200px;
  min-width: 250px;
  word-break: break-word;
  margin-right: 6px;
}
.ReminderFlowEmailTexts .subject {
  min-height: 40px;
}
.ReminderFlowEmailTexts .layoutfield {
  margin: 2px;
  position: relative;
  line-height: 18px;
  color: #333333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  background-color: #e5e5e5;
  white-space: nowrap;
}
.ReminderFlowEmailTexts div.PreviewSection {
  display: inline-table;
  width: 100%;
  padding-top: 4px;
  border-spacing: 0px;
}
.ReminderFlowEmailTexts div.PreviewSection div.PreviewButton {
  display: table-cell;
  text-align: right;
}
.InviteClientWizard .InviteOptionsSection {
  height: 100%;
  min-height: 377px;
}
.InviteClientWizard .PreviewPlaceholderContainer {
  height: 400px;
  background-color: #f7f7f7;
  border: 2px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.InviteClientWizard .PreviewPlaceholderContent {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.InviteClientWizard .PreviewPlaceholderLabel {
  padding-top: 7px;
  font-weight: bold;
  font-size: 17px;
}
.InviteClientWizard .FinalSection {
  margin: 40px 0 50px 0;
}
.InviteClientWizard .PreviewContainer {
  height: 404px;
  overflow: auto;
  width: 100%;
}
.InviteClientWizard .EmailPreview {
  padding: 5px;
  border: 1px solid darkgray;
  overflow: auto;
}
.InviteClientWizard .EmailMe {
  text-align: right;
}
.InviteClientWizard .EmailMe .Field {
  display: inline-block;
}
.InviteClientWizard .ConfirmationButton {
  float: right;
  background-image: none !important;
  padding: 2px 20px 4px !important;
}
.InviteClientWizard .InviteLink {
  font-size: 14px;
  line-height: 14px;
}
.InviteClientWizard .LeftIndent {
  margin-top: -30px;
  padding-left: 30px;
}
.InviteClientWizard .MarkImage {
  float: left;
  padding-left: 5px;
}
.InviteClientWizard .Paragraph {
  overflow: hidden;
  padding-left: 5px;
}
.InviteClientWizard .EditableInvitationText {
  width: 100%;
  resize: none;
  padding: 10px;
  min-height: 185px;
  overflow: auto;
  box-sizing: border-box;
}
.InviteClientWizard.ResponsiveFlat #DocumentUploader {
  width: 408px;
  margin-left: 200px;
  height: 125px;
}
.InfoBox {
  width: 330px;
  float: right;
  padding: 15px 0;
}
.InfoBox .InfoBody {
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-radius: 3px 3px 0 0;
  padding: 1rem;
  line-height: 1rem;
}
.InfoBox .InfoBody .InfoInnerHeader {
  margin: 0 0 1rem 0;
  font-size: 16px;
  font-weight: bold;
}
.InfoBox .InfoFooter {
  background-color: #faa819;
  clear: both;
  text-align: right;
}
.InfoBox .InfoFooter .InfoFooterButton {
  background-color: #f59719;
  color: white;
  height: 30px;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: bold;
}
.ElectronicInvoicingWizardCustomHeader {
  color: white;
}
.ElectronicInvoicingWizardCustomHeader:hover {
  text-decoration: underline;
  color: white;
}
.ElectronicInvoicingWizard .WizardHeader {
  text-align: center;
  height: auto;
}
.ElectronicInvoicingWizard .WizardTitleContainer {
  display: inline-block;
}
.ElectronicInvoicingWizard .WizardSubTitle {
  padding-top: 5px;
  padding-left: 18px;
  text-align: left;
}
.ElectronicInvoicingWizard .CancelRegistrationRequest {
  padding: 2px 15px 4px;
}
.ElectronicInvoicingWizard .SendEmailButton {
  height: 25px !important;
  font-size: 12px !important;
}
.ElectronicInvoicingWizard #AlreadySentCardField > td {
  background-color: transparent;
}
.ElectronicInvoicingWizard #SubBankMng tr.SectionHeader th,
.ElectronicInvoicingWizard #SubMng tr.SectionHeader th {
  font-size: 14px;
}
.ElectronicInvoicingWizard #SubMng tr.Header th {
  background-color: #e5e5e5;
  padding-left: 5px;
}
.ElectronicInvoicingWizard #PaymentPendingExpl,
.ElectronicInvoicingWizard #PaymentAuthorizedExpl {
  color: #cccccc;
}
.ElectronicInvoicingWizard #PaymentPendingExpl .Field,
.ElectronicInvoicingWizard #PaymentAuthorizedExpl .Field {
  padding-top: 0px;
}
.ElectronicInvoicingWizard #VerificationStatusWithRefreshBtn .Field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ElectronicInvoicingWizard .ListView input[type="checkbox"] {
  opacity: 1;
  width: 13px;
  height: 13px;
}
.ElectronicInvoicingWizard .ListView tbody td {
  vertical-align: top;
}
.ElectronicInvoicingWizard .MainCardControl-Wrapper {
  display: inline-block;
  width: 530px;
  padding-bottom: 15px;
}
.ElectronicInvoicingWizard .ListControl {
  margin: 6px 25px;
}
.ElectronicInvoicingWizard .WhyVerifySection {
  width: 330px;
  padding-top: 2px;
}
.ElectronicInvoicingWizard .ProgressBarContainer .Completed .ProgressBar li .ProgressLine {
  border-bottom: 9px #0277bd solid;
}
.ElectronicInvoicingWizard .ProgressBarContainer .Completed .ProgressBar li .Circle {
  background-image: url('../../styles/ExactFuel/images/checkmark_blue.png');
}
.ElectronicInvoicingWizard .Form td.Label {
  font-weight: bold;
  width: 48%;
}
.ElectronicInvoicingWizard .Form td.Field input[type="checkbox"] {
  position: static;
  opacity: 1 !important;
}
.ElectronicInvoicingWizard #checkboxreceive_lb,
.ElectronicInvoicingWizard #checkboxsend_lb {
  opacity: 0 !important;
}
.ActionRequiredControl .ActionRequiredTable {
  border-style: solid;
  border-width: 1px;
  padding: 0.7em;
  width: 100%;
}
.ActionRequiredControl .ActionRequiredStatusImage {
  vertical-align: top;
  width: 25px;
}
.ActionRequiredControl .ActionRequiredDescription {
  color: lightgray;
}
.ActionRequiredControl .ActionRequiredDescription .ActionRequiredDescriptionContainer {
  padding-top: 1em;
  padding-bottom: 1em;
}
.ActionRequiredControl .ActionRequiredChooseFile {
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
.ActionRequiredControl .ActionRequiredSelectedFile {
  margin-right: 0.5em;
}
.ActionRequiredControl .ActionRequiredUploadFile {
  background-color: #d4d4d4;
  float: right;
}
.MigrateToPSD2ScreeningWizard div {
  line-height: 1.5em;
}
.MigrateToPSD2ScreeningWizard div .WizardButtonBar {
  text-align: right;
}
.MigrateToPSD2ScreeningWizard .BoldText {
  font-weight: bold;
}
.MigrateToPSD2ScreeningWizard p {
  margin-bottom: 1em;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardNotification {
  min-height: 40px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  padding: 10px 10px 10px 70px;
  border-radius: 2px;
  box-sizing: content-box;
  width: 836px;
  display: none;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardSection {
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 18px;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardNextSection {
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardCheckBox {
  opacity: 100 !important;
  height: 15px !important;
  position: relative !important;
  width: 15px !important;
  margin: 5px !important;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardSectionHeader {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardSectionHeader img {
  float: right;
  width: 25px;
}
.MigrateToPSD2ScreeningWizard .WhyMigrateToPSD2Images {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.MigrateToPSD2ScreeningWizard .WhyMigrateToPSD2Images table {
  width: 100%;
}
.MigrateToPSD2ScreeningWizard .WhyMigrateToPSD2Images img {
  padding-bottom: 1em;
}
.MigrateToPSD2ScreeningWizard .WhyMigrateToPSD2Images td {
  text-align: center;
}
.MigrateToPSD2ScreeningWizard .WhyMigrateToPSD2Images .Screening {
  height: 100px;
  width: 100px;
}
.MigrateToPSD2ScreeningWizard .WhyMigrateToPSD2Images .BankLink {
  height: 100px;
  width: 100px;
}
.MigrateToPSD2ScreeningWizard .BankAccountInformation {
  margin-top: 1em;
}
.MigrateToPSD2ScreeningWizard .BankAccountInformation table {
  margin-left: 2em;
}
.MigrateToPSD2ScreeningWizard .BankAccountInformation td {
  vertical-align: top;
}
.MigrateToPSD2ScreeningWizard .BankAccountInformation input {
  border: 0px;
}
.MigrateToPSD2ScreeningWizard .BankAccountInformation .label {
  width: 240px;
  font-weight: bold;
}
.MigrateToPSD2ScreeningWizard .BankAccountInformation .passiveInfoMessage {
  margin-top: 0.5em;
  color: #9e9e9e;
  font-style: italic;
}
.MigrateToPSD2ScreeningWizard .BankAccountInformation .redText {
  color: red;
}
.MigrateToPSD2ScreeningWizard .InProgressSpinner {
  display: inline-table;
  text-align: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 1em;
}
.MigrateToPSD2ScreeningWizard .InProgressSpinner .TextInProgressSpinner {
  font-size: 18pt;
  color: gray;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardButton {
  float: right;
  margin-left: 0.5em;
  background-color: #888888;
  color: white;
  position: relative;
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  border: none;
  margin-right: 6px;
  padding: 2px 20px 4px 20px;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardButtonDefault {
  background-color: #0277bd;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardButtonDisabled {
  background-color: #d4d4d4;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2WizardActionCompletedWithSuccess {
  background-image: url('../../../docs/images/Success@1x.png');
  background-repeat: no-repeat;
  background-color: #5cb85c;
  background-size: 20px;
  background-position: center left 10px;
  padding-left: 40px;
  padding-top: 5px;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2Spacer {
  margin-top: 15px;
  margin-bottom: 15px;
}
.MigrateToPSD2ScreeningWizard .MigrateToPSD2DropDown select {
  background: url('../../styles/ExactFuel/images/icon-dropdown1.png') no-repeat 180px 6px;
  width: 200px;
  height: 22px;
  font-size: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.CustomerDueDiligenceOverview .Title {
  font-weight: bold;
  padding: 15px 0px 5px 0px;
}
.CustomerDueDiligenceOverview .BlueButton button {
  margin-bottom: 0px;
  background-color: #0277bd;
}
.CustomerDueDiligenceOverview .BlueButton button:disabled {
  margin-bottom: 0px;
  background-color: #e5e5e5;
}
.CustomerDueDiligenceOverview .ButtonsOnRightSide {
  float: right;
  margin-top: 15px;
}
.CustomerDueDiligenceOverview .RepresentativeTable th {
  text-align: left;
  padding: 5px;
}
.CustomerDueDiligenceOverview .RepresentativeTable td {
  padding: 5px;
}
.CustomerDueDiligenceOverview .ProvidedInput {
  padding-left: 5px;
}
.CustomerDueDiligenceOverview .PersonsTable th {
  text-align: left;
  padding: 5px;
  font-weight: normal;
  padding-top: 20px;
}
.CustomerDueDiligenceOverview .PersonsTable td {
  padding: 4px;
  vertical-align: middle;
}
.CustomerDueDiligenceOverview .PersonsTable .NumberColumn {
  width: 10px;
}
.CustomerDueDiligenceOverview .PersonsTable .NameColumn {
  padding-right: 6px;
  width: 250px;
}
.CustomerDueDiligenceOverview .PersonsTable .NameColumn input {
  width: 95%;
}
.CustomerDueDiligenceOverview .PersonsTable input[type="text"] {
  border-radius: 5px;
  height: 23px;
  font-size: 10pt;
}
.CustomerDueDiligenceOverview .PersonsTable .BirthDateColumn {
  width: 135px;
}
.CustomerDueDiligenceOverview .PersonsTable .DeleteColumn {
  width: 20px;
}
.CustomerDueDiligenceOverview .PersonsTable .DeleteColumn img:hover {
  cursor: pointer;
}
.CustomerDueDiligenceOverview .PersonsTable .Buttons {
  text-align: right;
}
.CustomerDueDiligenceOverview .PersonsTable .Buttons button {
  height: 30px;
  font-size: 14px;
}
.CustomerDueDiligenceOverview .InProgressSpinner {
  display: inline-table;
  text-align: center;
}
.CustomerDueDiligenceOverview .InProgressSpinner .TextInProgressSpinner {
  font-size: 18pt;
  color: gray;
  padding-top: 0.5em;
}
.BankGatewaySubscriptionWizard .ListView input[type="checkbox"] {
  opacity: 1;
  width: 13px;
  height: 13px;
}
.BankGatewaySubscriptionWizard .ListView tbody td {
  vertical-align: middle;
}
.BankGatewaySubscriptionWizard .MainCardControl-Wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
.BankGatewaySubscriptionWizard .UserAdvice {
  opacity: 0.5;
  margin-top: 1em;
}
.BankGatewaySubscriptionWizard .SuccessfullBankAccount {
  margin-top: 1em;
  margin-bottom: 1em;
}
.BankGatewaySubscriptionWizard .ManageSubscriptionsButton {
  float: right;
}
.BankGatewaySubscriptionWizard .WizardSubtitle {
  padding-left: 18px;
  padding-top: 5px;
}
.BankGatewaySubscriptionWizard .AddGatewaySubscription {
  float: left;
}
.BankGatewaySubscriptionWizard .ExternalLink {
  background-image: url('../../styles/ExactFuel/images/icon-external-link.svg');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 1.5em;
}
.BankGatewaySubscriptionWizard .SubscriptionAction li {
  padding-bottom: 0.5em;
}
.BankGatewaySubscriptionWizard .consentRow {
  margin-bottom: 5px;
}
.BankGatewaySubscriptionWizard .showBorder {
  border: 1px;
  border-style: solid;
  border-color: gray;
  border-radius: 3px;
}
.BankGatewaySubscriptionWizard .consentTable {
  width: 100%;
  padding: 5px;
}
.BankGatewaySubscriptionWizard .consentTableAlignLeft {
  padding-top: 0;
  padding-left: 0;
}
.BankGatewaySubscriptionWizard .consentSelectorColumn {
  width: 30px;
}
.BankGatewaySubscriptionWizard .consentHeaderColumn {
  text-align: left;
  color: gray;
}
.BankGatewaySubscriptionWizard .consentDataFirstAndLastColumn {
  width: auto;
}
.BankGatewaySubscriptionWizard .consentColumnAlignLeft {
  padding-left: 0;
  white-space: nowrap;
}
.BankGatewaySubscriptionWizard .consentDataColumn {
  width: auto;
}
.BankGatewaySubscriptionWizard .consentWarningMessage {
  color: gray;
  font-weight: bold;
  background-image: url('../../../docs/images/warning.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 2.5em;
  padding-top: 1em;
}
.BankGatewaySubscriptionWizard .consentLighterMessage {
  color: gray;
  font-weight: lighter;
}
.BankGatewaySubscriptionWizard .bankLinkOption {
  padding-bottom: 0.5em;
  vertical-align: middle;
}
.BankGatewaySubscriptionWizard #CheckBoxTransaction,
.BankGatewaySubscriptionWizard #CheckBoxBatchPayment,
.BankGatewaySubscriptionWizard #CheckBoxCollection {
  margin: 0px;
  opacity: 1;
  position: relative;
  width: 13px;
}
.BankGatewaySubscriptionWizard .congratulations {
  padding-bottom: 1em;
}
.BankGatewaySubscriptionWizard .congratulations li {
  padding-bottom: 0.5em;
}
.BankGatewaySubscriptionWizard .congratulationsHeader {
  font-weight: bold;
}
.CflSettingsElectronicBanking .BankIcon {
  text-align: center;
}
.CflSettingsElectronicBanking .SubscriptionAction li {
  padding-bottom: 0.5em;
}
.HrmEscsSubscriptionWizard .WizardSectionHeader {
  border-spacing: 0px;
  padding-bottom: 20px;
}
.HrmEscsSubscriptionWizard .WizardBody input[type="text"],
.HrmEscsSubscriptionWizard .WizardBody input[type="password"],
.HrmEscsSubscriptionWizard #BankAccountNumber {
  width: 200px;
}
.HrmEscsSubscriptionWizard .WizardBody select {
  width: 208px;
  margin-right: 7px;
}
.HrmEscsSubscriptionWizard .WizardSections td.Label {
  padding: 8px;
}
.HrmEscsSubscriptionWizard .FieldError {
  margin: 3px 7px 3px 7px;
  color: #ed5756;
  font-weight: bold;
}
.HrmEscsSubscriptionWizard .TermsAndConditions {
  margin: 15px 7px 3px 7px;
}
.HrmEscsSubscriptionWizard .SummaryHeader {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: x-large;
}
.HrmEscsSubscriptionWizard .SummarySubHeader {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: large;
}
.HrmEscsSubscriptionWizard .TipMessage {
  margin-left: 7px;
  margin-bottom: 7px;
  margin-top: 2px;
  font-style: italic;
}
.HrmEscsSubscriptionWizard #PrintTermAndConditions {
  margin-left: 7px;
}
.HrmEscsSubscriptionWizard table th {
  padding-bottom: 5px;
}
.ConversionHelpExplanationList {
  list-style-type: disc;
  padding-left: 15px;
}
#ResponsiveFlatHeader {
  display: none;
}
.CalloutButton {
  margin-right: 35px;
  float: right;
  font-size: small;
}
.exButtonBar .CalloutButton {
  padding-top: 8px;
  order: -1;
}
.ElectronicInvoicing .CalloutIconContainer {
  top: inherit !important;
  left: inherit !important;
  padding-bottom: 13px;
  display: inline-block;
}
.CalloutIconContainer {
  position: relative;
  width: 16px;
}
.CalloutIconContainer .CalloutIcon {
  width: 16px;
  height: 16px;
  background: url('../../styles/ExactFuel/images/icon-info-circle.png') no-repeat;
  cursor: pointer;
  margin-bottom: -16px;
}
.CalloutIconContainer .CalloutIcon:hover {
  background: url('../../styles/ExactFuel/images/info-icon-hover.png') no-repeat;
}
.CalloutIconContainer .CalloutIcon.Alert {
  width: 24px;
  height: 24px;
  background: url('../../../docs/images/icon-notification.svg') no-repeat;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 0px;
}
.CalloutIconContainer .CalloutIcon.Alert:hover {
  background-image: inherit;
}
.CalloutIconContainer .CalloutIcon.Alert.Green {
  background: url('../../../docs/images/icon-notification-green.svg') no-repeat;
}
.CalloutIconContainer .CalloutIcon.Alert.Red {
  background: url('../../../docs/images/icon-notification-red.svg') no-repeat;
}
.CalloutIconContainer .CalloutIcon.Alert.Disabled {
  background: url('../../../docs/images/icon-notification-disabled.svg') no-repeat;
}
.CalloutIconContainer .CalloutWarningIcon {
  width: 16px;
  height: 16px;
  background: url('../../styles/ExactFuel/images/icon-type-warning.png');
  cursor: pointer;
  margin-bottom: -16px;
}
.CalloutIconContainer .CalloutBallWarningIcon {
  width: 16px;
  height: 16px;
  background: url('../../../docs/images/ball-warning-16px.gif');
  cursor: pointer;
  margin-bottom: -16px;
}
.CalloutIconContainer .CalloutBallWarningRedIcon {
  width: 16px;
  height: 16px;
  background: url('../../../docs/images/BallRed_Warning16x16.png');
  cursor: pointer;
  margin-bottom: -16px;
}
.CalloutAlertIconContainer {
  left: 0px !important;
  width: auto;
  justify-content: center;
  display: flex;
  height: 18px;
}
.CalloutIconContainerIconAdjust {
  left: 15px !important;
}
.SeparateCalloutIconContainer {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.CalloutIconMessageContainer {
  display: none;
  position: relative;
  top: -35px;
  vertical-align: middle;
}
.CalloutPlaceholder {
  width: 0;
  height: 0;
  position: relative;
}
.CalloutContainer,
.SmartMaxPageSizeCalloutContainer {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  white-space: normal;
  /* With callout placement = bottom the position of the pointer is incorrect. Hide it until it is fixed .*/

}
.CalloutContainer .SmartMaxPageSizeCalloutContent,
.SmartMaxPageSizeCalloutContainer .SmartMaxPageSizeCalloutContent {
  padding: 18px 20px;
  text-align: left;
}
.CalloutContainer .SmartMaxPageSizeCalloutContent .SmartMaxPageSizeCalloutCloseButton,
.SmartMaxPageSizeCalloutContainer .SmartMaxPageSizeCalloutContent .SmartMaxPageSizeCalloutCloseButton {
  margin: 2px 0px;
  position: absolute;
  top: 9px;
  right: 9px;
  vertical-align: top;
  background-image: url('../../styles/ExactFuel/images/ex-icon-cross.png');
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.CalloutContainer .SmartMaxPageSizeCalloutContent div.DoNotShowAgain,
.SmartMaxPageSizeCalloutContainer .SmartMaxPageSizeCalloutContent div.DoNotShowAgain {
  font-size: smaller;
  font-weight: normal;
}
.CalloutContainer .SmartMaxPageSizeCalloutContent:before,
.SmartMaxPageSizeCalloutContainer .SmartMaxPageSizeCalloutContent:before,
.CalloutContainer .SmartMaxPageSizeCalloutContent:after,
.SmartMaxPageSizeCalloutContainer .SmartMaxPageSizeCalloutContent:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 85%;
  border: 5px solid transparent;
  border-top-color: #e0ebf6;
  z-index: 2;
}
.CalloutContainer .SmartMaxPageSizeCalloutContent:before,
.SmartMaxPageSizeCalloutContainer .SmartMaxPageSizeCalloutContent:before {
  bottom: -10px;
  z-index: 1;
  border-top-color: #0277bd;
}
.CalloutContainer .CalloutContent,
.SmartMaxPageSizeCalloutContainer .CalloutContent,
.CalloutContainer .SmartMaxPageSizeCalloutContent,
.SmartMaxPageSizeCalloutContainer .SmartMaxPageSizeCalloutContent {
  margin-left: 9px;
  padding: 22px 18px 18px 18px;
  width: 350px;
  min-height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #232323;
  background-color: #e0ebf6;
  border: 1px solid #0277bd;
  border-radius: 2px;
  position: relative;
}
.CalloutContainer .CalloutContent.left .CalloutPointer,
.SmartMaxPageSizeCalloutContainer .CalloutContent.left .CalloutPointer {
  border-left: 9px solid #e0ebf6;
  border-right: 9px solid transparent;
  margin: -17px 394px;
}
.CalloutContainer .CalloutContent.left .CalloutMessageCloseButton,
.SmartMaxPageSizeCalloutContainer .CalloutContent.left .CalloutMessageCloseButton {
  margin: 2px 0px;
  position: absolute;
  top: 9px;
  right: 9px;
}
.CalloutContainer .CalloutContent.left .CalloutPointerBorder,
.SmartMaxPageSizeCalloutContainer .CalloutContent.left .CalloutPointerBorder {
  left: -7px;
  border-left-color: #0277bd;
}
.CalloutContainer .CalloutContent.bottom .CalloutPointer,
.SmartMaxPageSizeCalloutContainer .CalloutContent.bottom .CalloutPointer,
.CalloutContainer .CalloutContent.bottom .CalloutPointerBorder,
.SmartMaxPageSizeCalloutContainer .CalloutContent.bottom .CalloutPointerBorder {
  visibility: hidden;
}
.CalloutContainer .CalloutPointer,
.SmartMaxPageSizeCalloutContainer .CalloutPointer {
  position: absolute;
  top: 50%;
  left: -8px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #e0ebf6;
  width: 0;
  height: 0;
  margin-top: -9px;
  z-index: 3;
}
.CalloutContainer .CalloutPointerBorder,
.SmartMaxPageSizeCalloutContainer .CalloutPointerBorder {
  left: -10px;
  border-right-color: #0277bd;
  z-index: 2;
}
.CalloutContainer .CalloutMessageCloseButton,
.SmartMaxPageSizeCalloutContainer .CalloutMessageCloseButton {
  vertical-align: top;
  background-image: url('../../styles/ExactFuel/images/ex-icon-cross.png');
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.CalloutContainer .CalloutContentHeader,
.SmartMaxPageSizeCalloutContainer .CalloutContentHeader {
  padding: 0 0 8px 0;
}
.CalloutContainer .CalloutContentGroupHeader,
.SmartMaxPageSizeCalloutContainer .CalloutContentGroupHeader {
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #d4d2d2;
}
.CalloutContainer .CalloutContentGroupHeader span.GroupHeader,
.SmartMaxPageSizeCalloutContainer .CalloutContentGroupHeader span.GroupHeader {
  font-size: 1.17em;
  font-weight: bold;
}
.CalloutContainer .CalloutContentGroupHeader span.Total,
.SmartMaxPageSizeCalloutContainer .CalloutContentGroupHeader span.Total {
  float: right;
  min-width: 20px;
  text-align: right;
  padding: 0 0 0 8px;
}
.CalloutContainer .CalloutContentBodyList,
.SmartMaxPageSizeCalloutContainer .CalloutContentBodyList {
  padding: 8px 0 0 0;
}
.CalloutContainer .CalloutContentBodyList li,
.SmartMaxPageSizeCalloutContainer .CalloutContentBodyList li {
  padding: 4px 0;
}
.CalloutContainer .CalloutContentBodyList li span,
.SmartMaxPageSizeCalloutContainer .CalloutContentBodyList li span {
  float: right;
  min-width: 0px;
  text-align: right;
  padding: 0 0 0 8px;
}
.CalloutContainer .CalloutContentBodyList li span.Caption,
.SmartMaxPageSizeCalloutContainer .CalloutContentBodyList li span.Caption {
  float: inherit;
  position: absolute;
}
.CalloutContainer .CalloutContentBodyList li.CalloutSeparator,
.SmartMaxPageSizeCalloutContainer .CalloutContentBodyList li.CalloutSeparator {
  border-top: 1px solid #d4d2d2;
}
.CalloutContainer .CalloutMessageClose,
.SmartMaxPageSizeCalloutContainer .CalloutMessageClose {
  background-image: url('../../styles/ExactFuel/images/ex-icon-cross.png');
  float: right;
  width: 8px;
  height: 8px;
  text-align: right;
  cursor: pointer;
}
.SeparateCalloutContainer {
  margin-left: 10px;
}
.ResetupCompanyDialog {
  overflow: hidden;
}
.ResetupCompanyDialog .DialogContent {
  padding-top: 15px;
}
.ResetupCompanyDialog .DialogContent .DialogIcon {
  vertical-align: top;
  padding-right: 15px;
}
.ResetupCompanyDialog .DialogContent .DialogText {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #5d5d5d;
}
.ResetupCompanyDialog .ButtonBar {
  text-align: right;
  margin-right: -30px;
}
.ClientPortalPurchaseReviewerDialog textarea {
  width: 100%;
  resize: none;
}
.ClientPortalPurchaseReviewerDialog select {
  max-width: 300px;
}
.ui-dialog.tour-welcome-container .ui-dialog-content {
  padding: 0;
}
.tour-welcome * {
  box-sizing: border-box;
}
.tour-welcome {
  box-sizing: border-box;
  width: 590px;
  height: 100%;
  padding: 8px;
  color: #232323;
}
.tour-welcome hr {
  background-color: #b6c4ca;
  height: 1px;
  border: none;
  margin: 0 8px 8px;
}
.tour-welcome .tour-content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 8px 8px 0;
}
.tour-welcome .tour-content a {
  color: #0277bd;
}
.tour-welcome .tour-content a:hover {
  color: #0277bd;
}
.tour-welcome .tour-content.image {
  text-align: center;
  vertical-align: bottom;
}
.tour-welcome .tour-content-header {
  margin: 0 0 8px;
  display: block;
}
.tour-welcome .tour-content-description {
  margin: 16px 0;
}
.tour-welcome .tour-image {
  vertical-align: bottom;
}
.tour-welcome .tour-row:after {
  clear: both;
  content: '';
  display: table;
}
.tour-welcome .btn {
  height: 33px;
  position: relative;
  border-radius: 2px;
  color: white;
  border: none;
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  margin: 0 0 16px;
  background-image: none;
}
.tour-welcome .btn-primary {
  background-color: #0277bd;
}
.tour-welcome .btn-primary:hover {
  background-color: #01528f;
}
.tour-welcome .btn-default {
  background-color: #898989;
}
.tour-welcome .btn-default:hover {
  background-color: #616161;
}
.tour-welcome .tour-content-full {
  padding: 8px;
}
.tour-welcome .tour-content-list {
  margin-bottom: 32px;
}
.tour-welcome .tour-content-list li {
  margin-bottom: 16px;
}
.tour-welcome .tour-content-list li:before {
  content: '\25BA';
  color: #0277bd;
  padding-right: 4px;
}
.ex-error-block a {
  color: white;
}
.TaxSchedules .CombinedTaxDetail {
  height: 20px;
}
.TaxSchedules .CombinedTaxSubLine {
  text-indent: 20px;
}
.TaxSchedules .TaxRateLine {
  text-align: right;
}
.TaxSchedules .TaxRateSubLine {
  font-size: 11px;
}
.GraphicalNoDataFound {
  margin: 18px 0 36px 0;
}
.GraphicalNoDataFound.text-center {
  text-align: center;
}
.GraphicalNoDataFound .icon_placeholder {
  display: inline-block;
  background-color: grey;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  background-color: #d4d2d2;
  background: linear-gradient(to bottom right, #d4d2d2 0, #d4d2d2 50%, #cccccc 50%, #cccccc 100%);
}
.GraphicalNoDataFound .icon_placeholder img.icon-NoDataFound {
  width: 60px;
  height: 45px;
  padding: 42px 35px 43px 35px;
}
.GraphicalNoDataFound .icon_placeholder.widget {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.GraphicalNoDataFound .icon_placeholder img.widgetIcon-NoDataFound {
  padding: 17px;
}
.GraphicalNoDataFound p {
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
}
.GraphicalNoDataFound p.widget {
  font-size: 12px;
}
.GraphicalNoDataFound p.lead {
  margin-bottom: 9px;
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
}
.GraphicalNoDataFound p.lead.widget {
  font-size: 13px;
}
.dummyWebpart-blurry {
  display: table;
  height: 250px;
  width: 100%;
  position: relative;
}
.dummyWebpart-blurry-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dummyWebpart-blurry-text {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #59595b;
}
.dummyWebpart-blurry-text-bg {
  background: white;
}
/* LoginWidgetSettings */

.SortableHostingDocument .DocumentsBrowserListItem {
  padding: 8px 13px;
}
.SortableHostingDocument .DocumentsBrowserListItem input[type="text"] {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  padding-right: 3px;
}
.SortableHostingDocument .ui-state-highlight {
  height: 30px;
  line-height: 30px;
  border: 1px dashed #0277bd;
}
.SortableHostingDocument li.Moveable {
  cursor: move;
}
/* ControlMessage object*/

.ControlMessageContainer {
  border: 1px solid;
  display: none;
  position: absolute;
  width: 236px;
}
.ControlMessageContainer > .ControlMessageTable {
  width: 100%;
}
.ControlMessageContainer.Warning:before {
  border-color: #bda760;
}
.ControlMessageContainer.Warning {
  border-color: #bda760;
  background-color: #fde69a;
}
.ControlMessageContainer.NotValid:before {
  border-color: #ba7d7d;
}
.ControlMessageContainer.NotValid {
  border-color: #ba7d7d;
  background-color: #e8b6b6;
}
.ControlMessageContainer.Success:before {
  border-color: #5b9c51;
}
.ControlMessageContainer.Success {
  border-color: #5b9c51;
  background-color: #ade0a5;
}
.ControlMessageContainer.Info:before {
  border-color: #7495b2;
}
.ControlMessageContainer.Info {
  border-color: #7495b2;
  background-color: #aad4ed;
}
.ControlMessageContainer:before {
  content: ' ';
  height: 0;
  position: absolute;
  border: 10px solid;
}
.ControlMessageContainer.Bottom {
  margin-top: 10px;
}
.ControlMessageContainer.Bottom:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-top: -10px;
  border-top: 0;
  top: 0;
  left: calc((50%) - 10px);
}
.ControlMessageContainer.Right {
  margin-left: 20px;
}
.ControlMessageContainer.Right:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-left: -10px;
  border-left: 0;
  top: calc((50%) - 10px);
  left: 0;
}
.Form td.Field input.ControlMessageTarget.Warning {
  border: 1px solid #bda760;
  background-color: white;
}
.Form td.Field input.ControlMessageTarget.NotValid {
  border: 1px solid #ba7d7d;
  background-color: white;
}
.Form td.Field input.ControlMessageTarget.Success {
  border: 1px solid #5b9c51;
  background-color: white;
}
.Form td.Field input.ControlMessageTarget.Info {
  border: 1px solid #7495b2;
  background-color: white;
}
td.ControlMessageCell {
  vertical-align: middle;
  padding: 10px 2px 11px 12px;
}
td.ControlMessageButtonCell {
  vertical-align: top;
}
div.ControlMessageCloseButton {
  background-image: url('../../../docs/images/Warning_Close.png');
  width: 11px;
  height: 11px;
  margin: 2px;
  cursor: pointer;
}
/* Bankaccount icons*/

.Field > table > tbody > tr > td.BankAccountValidation {
  padding-left: 5px;
}
.AccountWidgetBankAccount > table > tbody > tr > td.InputHolderCell {
  width: 100%;
}
div.BankAccount {
  background-image: none;
  width: 16px;
  height: 16px;
}
div.BankAccount.Warning {
  background-image: url('../../../docs/images/warning.png');
}
div.BankAccount.NotValid {
  background-image: url('../../../docs/images/notvalid.png');
}
div.BankAccount.Success {
  background-image: url('../../../docs/images/success.png');
}
.ShowAllBankAccountsLink {
  white-space: nowrap;
  padding-left: 5px;
}
/* End Bankaccount icons*/

/* Bankaccount setup*/

.CheckboxInfo {
  color: #808183;
}
/* End Bankaccount setup*/

/* Fields with warning icon and border */

div.WarningIcon {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url('../../../docs/images/warning.png');
  vertical-align: middle;
}
div.WarningIcon.Display {
  display: inline-block;
}
.Form td.Field input.WarningBorder {
  border: 1px solid #bda760;
}
.Form td.Field input.WarningBorder:focus {
  border: 1px solid #bda760;
}
/* End Fields with warning icon and border */

/* 2 columns layout : left fluid + right fixed */

.email-select-wrapper {
  height: auto;
  overflow: hidden;
}
/*make sure the right fixed div goes first in html, before the left fluid one*/

.email-select-right-links {
  width: 60px;
  float: right;
  margin: 8px 2px;
}
.email-select-right-cross {
  margin-top: 4px;
}
.email-select-left-container {
  float: none;
  width: auto;
  overflow: hidden;
}
.email-select-left-container .InvalidFlag {
  float: right;
  margin-top: 8px;
}
.email-select-container .email-select-item abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.email-select-container .email-select-items {
  height: auto !important;
  height: 1%;
  min-height: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: white;
}
.email-select-container .email-select-items .email-select-search-item {
  padding: 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  background-color: #e5e5e5;
}
.email-select-container .email-select-items .email-select-search-item .email-select-search-item-close:hover {
  background-position: right -11px;
}
.email-select-container .email-select-items .email-select-search-item-focus .email-select-search-item-close {
  background-position: right -11px;
}
.email-select-container .email-select-items li {
  float: left;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.email-select-container .email-select-items li.active {
  border: solid blue 1px;
}
.email-select-container .email-select-items li.email-select-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.email-select-container .email-select-items li.email-select-search-field.active {
  border: none;
}
.email-select-container .email-select-items li.email-select-search-field input {
  padding: 5px;
  margin: 1px 0;
  color: #666666;
  outline: 0;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.email-select-container .email-select-items li div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.email-select-container .email-select-items-editable {
  border: 1px solid #aaaaaa;
}
.email-select-container .email-select-items-editable.notValid {
  border-color: #d15d62;
}
.email-select-container .email-select-items-readonly {
  border: none;
}
.email-select-container .email-select-search-item-close {
  left: 3px;
}
.email-select-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
  box-sizing: border-box;
}
.email-select-search-item-close {
  display: inline-block;
  width: 12px;
  height: 13px;
  font-size: 1px;
  outline: none;
  background: url('../../../docs/images/select-item-remove.png') right top no-repeat;
}
.email-select-search-item-readonly {
  padding: 6px 0 4px 4px;
}
.CreditCard .CreditCardImage {
  width: 46px;
  height: 29px;
  border: 0;
}
.CreditCard .VisaCardImage {
  background: url('../../../docs/images/Visa_Payment_icon.png') no-repeat;
}
.CreditCard .MastercardCardImage {
  background: url('../../../docs/images/Master_Card_Payment_Icon.png') no-repeat;
}
.CreditCard .DiscoverCardImage {
  background: url('../../../docs/images/Discover_Payment_icon.png') no-repeat;
}
.CreditCard .AmexCardImage {
  background: url('../../../docs/images/American_Express-Payment_Icon.png') no-repeat;
}
.CreditCard .JCBCardImage {
  background: url('../../../docs/images/JCBicon.png') no-repeat;
}
.CreditCard .LockImage {
  background: url('../../../docs/images/LockIcon.png') no-repeat;
  padding-right: 5px;
  vertical-align: middle;
}
.CreditCard .ImageStyling {
  position: relative;
  width: 44px;
  height: 29px;
  display: inline-table;
  padding-right: 15px;
  opacity: 0.6;
}
.CreditCard .CardInformationHeader {
  padding-right: 15px;
  display: inline-table;
}
.CreditCard .AddressHeader {
  padding-right: 40px;
  display: inline;
}
.CreditCard .CopyAddress {
  font-size: 11px;
  display: inline;
}
.CreditCard .SecureCaption {
  font-size: 12px;
  display: inline-table;
  color: #808183;
}
.CreditCard .ValidFlagSpan {
  display: none;
}
.CreditCard .ValidFlagImageStyling {
  vertical-align: middle;
}
.CreditCard .ValidFlagSecurityCode {
  padding-left: 7px;
}
.CreditCard .SecurityCodeImageStyling {
  vertical-align: bottom;
}
.USAddressLookup {
  display: inline-block;
  vertical-align: middle;
}
.RadioButtonList .RenderImage {
  display: inline-block;
  vertical-align: middle;
}
.RadioButtonList .VerticalImageLayout {
  margin-bottom: 10px;
}
.RadioButtonList .HorizontalImageLayout {
  margin-right: 10px;
}
/* Hide close bars in dialog boxes */

.NoCloseButton .ui-dialog-titlebar-close {
  display: none;
}
.CheckBoxImageContainer {
  padding-left: 5px;
  display: inline;
}
.CheckBoxImage {
  vertical-align: text-bottom;
}
.ListViewTwoColumns {
  width: 100%;
}
.ListViewTwoColumns .ListViewColumn {
  vertical-align: top;
}
.ListViewTwoColumns .ButtonsColumn {
  vertical-align: middle;
}
.ListViewTwoColumns .ButtonsColumn .ButtonsContainer {
  width: 100%;
}
.ListViewTwoColumns .ButtonsColumn .ButtonsContainer .Button {
  text-align: center;
}
.NewEntryScreenSwitchBar {
  text-align: right;
  background-color: #01528f;
  line-height: 24px;
  padding: 1px 10px;
  color: white;
  font-size: 12px;
  font-weight: normal;
}
.NewEntryScreenSwitchBarContainer {
  position: absolute;
  right: 70px;
  top: 9px;
  z-index: 10002;
}
a.NewEntryScreenSwitchLink {
  color: white;
  margin-left: 4px;
  text-decoration: underline;
}
.LinkToAccountRadioButtonContainer {
  margin-bottom: 16px;
}
.OverwriteActionRadioButtonContainer {
  margin-top: 16px;
}
.LicEarlyAccessValidation {
  height: 100%;
}
.LicEarlyAccessValidation .MessagesContainer {
  padding: 5px;
}
.LicEarlyAccessValidation .MainDivisionContainer {
  padding: 15px 5px;
}
.LicEarlyAccessValidation .MainDivisionContainer input[type=text] {
  background: white;
  color: #232323;
  height: 19px;
  padding: 0 3px 0 6px;
  width: 120px;
  border: 1px solid #b2bec4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 19px;
  width: 170px;
  margin-right: 3px;
}
.LicEarlyAccessValidation .MainDivisionContainer.NoTopSpacing {
  padding-top: 2px;
}
/* VAT Return and Withholding Tax 111 and 115 */

.idField {
  padding: 2px 0 3px 0;
  background: #e5e5e5;
  color: #808183;
  font-size: 11px;
  width: 30px;
  border: 1px solid #b2bec4;
  text-align: center;
  display: inline-block;
}
.combinatedFields {
  text-align: center;
}
.VATNumBox {
  position: relative;
  display: table;
  margin: 0 auto;
  z-index: 0;
}
.VATNumBox input {
  z-index: 2;
  height: 15px;
  padding: 6px 10px;
  color: #333333;
  border: 1px solid #b2bec4;
}
.VATNumBox input:disabled {
  background-color: #808183;
}
.VATBoxNoNumber .VATNumBox-number {
  font-size: 1px;
  visibility: hidden;
}
.no-bottom-border td {
  border-bottom: none !important;
}
.VATNumBox-number {
  font-weight: bold;
  color: #59595b;
  background-color: #fbfbfb;
  border: 1px solid #b2bec4;
  width: 35px;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.VATNumBox-number:first-child {
  border-right: 0;
}
.ImageInListViewCell {
  float: left;
  height: 108px;
  width: 192px;
  margin-right: 10px;
}
.ImageTextInListViewCell {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
/* for DataTables with fixedColumns on Matrix */

.dataTables_wrapper {
  margin: 0 0 0 4px;
  width: 99%;
}
.dataTables_scroll table.Grid.dataTable {
  background-color: white;
  margin: 0;
  width: 100%;
  padding-right: 2px;
}
.dtfc-left-wrapper {
  background-color: white;
  border-right: 1px solid #e5e5e5;
  margin-right: 1px;
}
.dtfc-right-wrapper > .dtfc-right-liner {
  overflow-y: hidden !important;
}
.dtfc-left-head-wrapper {
  border-right: 1px solid white;
}
.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}
/* copied for DataTables from fixedColumns.dataTables.css */

table.dataTable thead tr > .dtfc-fixed-start,
table.dataTable thead tr > .dtfc-fixed-end {
  background-color: #e5e5e5;
}
table.dataTable tfoot tr > .dtfc-fixed-start,
table.dataTable tfoot tr > .dtfc-fixed-end {
  top: 0;
  bottom: 0;
  z-index: 3;
}
table.dataTable tbody tr > .dtfc-fixed-start,
table.dataTable tbody tr > .dtfc-fixed-end {
  z-index: 1;
  background-color: white;
}
table.dataTable tr > .dtfc-fixed-left::after,
table.dataTable tr > .dtfc-fixed-right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}
table.dataTable tr > .dtfc-fixed-left::after {
  right: 0;
  transform: translateX(100%);
}
table.dataTable tr > .dtfc-fixed-right::after {
  left: 0;
  transform: translateX(-80%);
}
table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.2);
}
table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.2);
}
table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}
div.dt-scroll,
div.dtfh-floatingparent {
  position: relative;
}
div.dt-scroll div.dtfc-top-blocker,
div.dt-scroll div.dtfc-bottom-blocker,
div.dtfh-floatingparent div.dtfc-top-blocker,
div.dtfh-floatingparent div.dtfc-bottom-blocker {
  position: absolute;
  background-color: white;
}
html.dark table.dataTable thead tr > .dtfc-fixed-start,
html.dark table.dataTable thead tr > .dtfc-fixed-end,
html.dark table.dataTable tfoot tr > .dtfc-fixed-start,
html.dark table.dataTable tfoot tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}
html.dark table.dataTable tbody tr > .dtfc-fixed-start,
html.dark table.dataTable tbody tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}
html.dark table.dataTable.dtfc-scrolling-left tbody > tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.3);
}
html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.3);
}
html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}
html.dark div.dtfc-top-blocker,
html.dark div.dtfc-bottom-blocker {
  background-color: var(--dt-html-background);
}
/*For Stripe Pay Now */

.StripeWait {
  padding: 12px;
  display: flex;
  align-items: center;
  visibility: hidden;
  position: relative;
}
.StripeWait #StripeWait_Icon {
  height: 24px;
  width: 24px;
  animation: icon_spinner_rotate 1s linear infinite;
}
.StripeWait .StripeWait_Icon {
  margin-left: auto;
}
.StripeWait .StripeWait_Text {
  color: dimgray;
  padding-left: 16px;
  font-size: 16px;
  margin-right: auto;
}
@keyframes icon_spinner_rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.CancellationWizard {
  margin-top: 18px;
}
.CancellationWizard p {
  line-height: 1.45em;
  padding-bottom: 8px;
}
.CancellationWizard .ex-list {
  line-height: 2.0em;
  list-style: none;
  margin-bottom: 8px;
}
.CancellationWizard ul.ex-list .ex-list__item {
  position: relative;
  display: block;
  padding-left: 20px;
}
.CancellationWizard ul.ex-list .ex-list__item::before {
  position: absolute;
  content: '-';
  left: 8px;
  width: 24px;
  height: 100%;
}
.ItemVersionCostCell {
  text-align: right;
  width: 70%;
}
/* In Context Help*/

.ch-container {
  border-bottom: 1px dotted #6c8794;
  padding-bottom: 14px;
}
.ch-dialog {
  min-width: 60%;
  max-width: 1000px;
  border: 1px solid #e5e5e5;
  position: relative;
  margin: 0 auto;
}
.ch-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  display: flex;
  background-color: #fbfbfb;
}
.ch-close {
  font-size: 24px;
  line-height: 16px;
  font-family: serif;
}
.ch-body {
  display: flex;
  padding: 16px;
}
.ch-footer {
  background-color: #fbfbfb;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.exButton.ch-linkTraining {
  margin-right: 0;
  margin-bottom: 0;
  align-self: flex-end;
}
.ch-close:link,
.ch-close:visited,
.ch-close:hover {
  text-decoration: none;
  color: #cccccc;
  font-weight: bold;
}
.ch-title {
  flex: 1;
  font-weight: bold;
  font-size: 21px;
  display: block;
  overflow: hidden;
  max-width: 87vw;
  max-height: 200px;
  color: #434343;
  padding: 0 0 8px 18px;
  white-space: initial;
}
.ch-helpTitle {
  font-weight: bold;
  color: #434343;
}
.ch-description {
  padding-bottom: 12px;
  line-height: 18px;
  color: #757575;
}
.ch-columnMedia {
  flex: 1;
  max-width: 300px;
  min-height: 125px;
  max-height: 225px;
  overflow: hidden;
}
.ch-columnText {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ch-rowTitle {
  display: flex;
  max-height: 50px;
}
.ch-columnContent {
  display: flex;
  flex: 1;
}
.ch-columnDescription {
  flex: 1;
  font-size: 14px;
  font-weight: normal;
  padding-left: 18px;
  margin-bottom: -10px;
}
.ch-columnNeedHelp {
  display: flex;
  flex-direction: column;
  flex: 0.4;
  font-size: 14px;
  justify-content: space-between;
  padding-left: 18px;
}
.ch-helpDescription {
  flex-grow: 1;
  line-height: 18px;
  color: #757575;
}
.ch-media {
  width: 100%;
}
.ch-closeMessage {
  color: white;
}
.ch-closeConfirm {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.ch-closeContextHelp {
  background: url('../../styles/ExactFuel/images/close-cross.png') no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
}
.ch-closeContextHelp:hover {
  cursor: pointer;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #898989;
  opacity: .91;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.ch-warnMessage {
  font-weight: bold;
  font-size: 18px;
  margin-top: 90px;
}
.ch-guideMessage {
  font-size: 15px;
}
.Wizard .inContextHelp {
  padding-top: 14px;
}
.password-input-wrapper {
  display: inline-block;
  position: relative;
}
.password-indicator-wrapper {
  display: inline-block;
  background-color: #e5e5e5;
  box-shadow: 0 0 0;
  border: 0;
  width: 207px;
  position: absolute;
  border-radius: 5px;
  margin-left: 12px;
  z-index: 99;
}
.password-indicator-container > .indicator-content {
  padding: 6px 9px;
}
.password-indicator__header-suffix {
  text-transform: capitalize;
  font-weight: 700;
}
.password-indicator__boxes {
  line-height: 12px;
  vertical-align: middle;
  margin: 4px 0;
}
.password-indicator__box {
  display: inline-block;
  box-sizing: border-box;
  width: calc(23%);
  background-color: white;
  height: 5px;
}
.password-indicator__box + .password-indicator__box {
  margin-left: 4px;
}
.password-indicator--strength-0 .password-indicator__box:nth-child(1) {
  background-color: #ed5756;
}
.password-indicator--strength-1 .password-indicator__box:nth-child(1) {
  background-color: #ed5756;
}
.password-indicator--strength-2 .password-indicator__box:nth-child(-n + 2) {
  background-color: #f5d249;
}
.password-indicator--strength-3 .password-indicator__box:nth-child(-n + 3) {
  background-color: #75cb81;
}
.password-indicator--strength-4 .password-indicator__box {
  background-color: #75cb81;
}
.password-indicator__requirements {
  text-align: left;
}
.password-indicator__requirement {
  line-height: 16px;
  color: black;
}
.diamond-arrow:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  border-style: solid;
  border-width: 10px 16px 11px 0;
  border-color: transparent #eeeeee;
  border-right-color: #e5e5e5;
  display: block;
  width: 7px;
  z-index: 1;
}
/* Start custom style for project related pages */

.showRestrictedEmployee {
  margin-left: 5px;
}
.wholeContentTable {
  width: 100%;
  height: 100%;
}
.wholeContentTable td {
  vertical-align: top;
}
.firstContentRow {
  width: 80%;
  padding-right: 5px;
}
.secondContentRow {
  width: 20%;
}
.cockpitHeaderTitle {
  background: #e5e5e5;
  color: #232323;
  font-size: 16px;
  padding: 7px 15px;
  height: 100%;
}
.invoiceProposalPopUpCard {
  padding-top: 15px;
}
.invoiceProposalPopUpToolTip {
  vertical-align: text-top;
}
.bottomRightButtonBar .exButtonBar {
  position: fixed;
  bottom: 0;
  right: 0;
}
.FinanceCoCWarning {
  margin-bottom: -0.2em;
  padding-left: .5em;
}
/* End custom style for project related pages */

.HasTotpCheckmark,
.HasTotpSmsLabel {
  float: left;
}
.HasTotpSmsLabel {
  margin-top: 1px;
}
#hasTotpWithSms {
  margin: 0px 5px 0px -5px;
}
.MobileTotpWarningSection {
  display: inline;
  margin-left: 150px;
}
.TotpImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 170px;
  position: relative;
}
.TotpLitActivate {
  width: 40em;
  word-wrap: break-word;
}
.TotpBtnActivate {
  padding-top: 20px;
}
button.exButton.TotpButton {
  margin-bottom: 0px;
}
button.exButton.BackupButton {
  margin-bottom: 0px;
  margin-left: 5px;
}
td.Field.RadioButtonSection {
  padding-right: 0px;
}
.RadioButtonListCreateBackup {
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.AgingCompanyBackup {
  cursor: pointer;
}
.AgingCompanyBackup > div.BackupDateIcon {
  width: 17px;
  height: 17px;
  background: url('../../../docs/images/ball-warning-16px.gif') no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.AgingCompanyBackup > div.BackupDate {
  color: #ffa64d;
  display: inline-block;
}
.DivisionBackupItem {
  height: 50px !important;
}
.BackupActionListItem {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.BackupDialogInstructions {
  margin-left: 5px;
  margin-bottom: 2px;
  font-size: 14px;
}
table.ListView tr.Header > th.BackupOverviewHeaderListView {
  font-weight: bold;
}
.FilterSection tr.SectionHeader:first-child th.FontHeader {
  font-size: 14px;
  padding-top: 10px;
}
tr.SectionHeader.Card > th.DivisionBackupsSectionHeader {
  font-size: 12px;
  padding-left: 0px;
}
.Form td.Field input.NoBorderInput {
  border: none;
}
.InvoiceApprovalContainer .documentPlaceholder,
.RecognizedScannedDocuments .documentPlaceholder {
  height: 490px;
  background-color: #f7f7f7;
  border: 2px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.InvoiceApprovalContainer .documentPlaceholderContent,
.RecognizedScannedDocuments .documentPlaceholderContent {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.InvoiceApprovalContainer .placeholderLabel,
.RecognizedScannedDocuments .placeholderLabel {
  padding-top: 7px;
  font-weight: bold;
  font-size: 17px;
}
.InvoiceApprovalContainer .placeholderViewLabel,
.RecognizedScannedDocuments .placeholderViewLabel {
  padding-top: 5px;
  font-weight: bold;
  color: #808183;
}
.InvoiceApprovalContainer .widget {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .InvoiceApprovalContainer .widget:first-child {
    padding-top: 20px;
  }
  .InvoiceApprovalContainer .widget:last-child {
    padding-bottom: initial;
  }
}
.InvoiceApprovalContainer .bottomPadding {
  padding-bottom: 15px;
}
.InvoiceApprovalContainer .lesserBottomPadding {
  padding-bottom: 10px;
}
.InvoiceApprovalContainer .historyElementPadding {
  padding: 2px 0px 2px 0px;
}
.InvoiceApprovalContainer .containerLeftPadding {
  padding-left: 0px;
}
.InvoiceApprovalContainer .widgetRow {
  padding: 2px 0px 2px 0px;
}
.InvoiceApprovalContainer .frame {
  height: 85vh;
}
.InvoiceApprovalContainer .innerFrame {
  width: 100%;
  height: 100%;
}
.InvoiceApprovalContainer .invisible {
  display: none;
}
.InvoiceApprovalContainer .greenFont {
  color: #20843a;
}
.InvoiceApprovalContainer .redFont {
  color: #f02229;
}
.InvoiceApprovalContainer .calloutIcon {
  width: 16px;
  height: 16px;
  background: url('../../styles/ExactFuel/images/icon-info-circle.png') no-repeat;
  cursor: pointer;
}
.InvoiceApprovalContainer .calloutIcon:hover {
  background: url('../../styles/ExactFuel/images/info-icon-hover.png') no-repeat;
}
.InvoiceApprovalContainer .calloutContentApprovaLimitMessage {
  max-width: 200px;
}
.InvoiceApprovalContainer .calloutPointerApprovalLimitMessage {
  top: 25%;
}
.InvoiceApprovalContainer .LabelWidth {
  width: 150px;
  float: left;
  display: inline-block;
}
.InvoiceApprovalContainer .WorkflowRadioButton {
  display: inline-block;
  margin-left: 10px;
}
.InvoiceApprovalContainer .WorkflowRadioButton input[type="radio"] {
  width: 15px;
  margin-top: 0px;
  display: inline-block;
}
.InvoiceApprovalContainer .WorkflowRadioButton label {
  font-family: Arial;
  font-size: 12px;
  color: black;
  font-weight: normal;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 3px;
}
.FinInvoiceApprovalConfirmation .floatRight {
  float: right;
}
.FinInvoiceApprovalConfirmation .noResizable {
  resize: none;
}
.FinInvoiceApprovalConfirmation .SectionHeader.Card {
  display: none;
}
.InvoiceApprovalDialog .tableContainer {
  width: auto;
  min-height: 45px;
  height: auto;
  padding: 15px;
}
.InvoiceApprovalDialog .headerMargin {
  margin-bottom: 12px;
}
.InvoiceApprovalDialog .messageMargin {
  margin-bottom: 6px;
  display: inline-block;
}
.invoicetobereceived-dialog {
  border: 2px solid #0277bd;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.CashflowForecastOverview table.HeaderBox {
  width: 99%;
  margin: 0 0 0 4px;
  border-spacing: 0px;
}
.CashflowForecastOverview .HeaderBoxStyle {
  border: 1px solid #9f9f9f;
  width: 20%;
  height: 40px;
  padding: 5px;
}
.CashflowForecastOverview .HeaderBoxStyle .HeaderBoxLabel {
  font-size: 16px;
  font-weight: 700;
}
.CashflowForecastOverview .HeaderBoxStyle .HeaderBoxValue {
  float: right;
  font-size: 20px;
}
.CashflowForecastOverview .TotalBalanceStyle {
  font-weight: bold;
}
.CashflowForecastOverview .ForecastListPreHeader:first-child {
  min-width: 80px;
}
.CashflowForecastOverview .ForecastListPreHeader:not(:first-child) {
  text-align: center;
}
.CashflowForecastOverview table.ListView {
  width: 99%;
}
.CashflowForecastOverview tr.SectionHeader th {
  font-size: 14px;
}
.CashflowForecastOverview table.ListView#ListCashflowForecast tr.Header th {
  padding-top: 0px;
}
.CashflowForecastOverview table.ListView tr.Header th.ForecastListFirstHeader {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
.CashflowForecastOverview .TextGrey {
  color: darkgrey;
}
.CashflowForecastOverview .PaddingLeft {
  padding-left: 8px;
}
.CashflowForecastOverview .MiddleSection {
  width: 100%;
}
.CashflowForecastOverview .MiddleSection .HeaderTitle {
  min-height: 30px;
  padding: 13px;
}
.CashflowForecastOverview .MiddleSection .SummarySection {
  vertical-align: text-top;
  min-width: 200px;
  width: 28%;
}
.CashflowForecastOverview .MiddleSection .SummarySection .PredictedBalanceRow {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.CashflowForecastOverview .MiddleSection .SummarySection .PredictedBalanceRow .box {
  height: 13px;
  width: 13px;
  margin-right: 8px;
}
.CashflowForecastOverview .MiddleSection .SummarySection .PredictedBalanceRow .rowAmount {
  white-space: nowrap;
}
.CashflowForecastOverview .MiddleSection .SummarySection .PredictedBalanceRow .blue {
  background-color: #5499c6;
}
.CashflowForecastOverview .MiddleSection .SummarySection .PredictedBalanceRow .lightGray {
  background-color: #dfdfdf;
}
.CashflowForecastOverview .MiddleSection .SummarySection .PredictedBalanceRow .darkGray {
  background-color: #59595b;
}
.CashflowForecastOverview .MiddleSection .ChartSection {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 10px;
  max-width: 300px;
}
.CashflowForecastOverview .collapse {
  display: none;
}
.CashflowForecastOverview .collapse.in {
  display: block;
}
.CashflowForecastOverview .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.CashflowForecastOverview .extra-note {
  text-align: right;
  color: darkgray;
  font-weight: bold;
}
.CashflowForecastOverview .extra-note-position {
  float: right;
  position: absolute;
}
.CashflowForecastOverview .extra-note-margin {
  margin-top: 14px;
}
.cashflowforecast-chart-tooltip {
  position: absolute;
  text-align: left;
  max-width: 400px;
}
.cashflowforecast-chart-tooltip .content-left-align {
  text-align: left;
}
/* Bank image styling*/

.bank-image {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bank-image--bank-placeholder {
  background-color: #9f9f9f;
  background-size: auto;
  background-image: url('../../styles/ExactFuel/images/icon-bank-placeholder.png');
}
.bank-image--cash-placeholder {
  background-color: #9f9f9f;
  background-size: auto;
  background-image: url('../../styles/ExactFuel/images/icon-cash-placeholder.png');
}
.bank-image--paymentservice-placeholder {
  background-color: #9f9f9f;
  background-size: auto;
  background-image: url('../../styles/ExactFuel/images/icon-paymentservice-placeholder.png');
}
.InvoiceApprovalSetting td.Field input[type=text] {
  margin-right: 15px;
  margin-left: 15px;
}
.InvoiceApprovalSetting .InvalidFlag {
  margin-left: -15px;
}
.InvoiceApprovalSetting .RadioButtonList {
  margin-right: 15px;
}
.ApprovalSteps {
  padding-top: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  min-width: 600px;
  overflow: hidden;
}
.ApprovalSteps .StepAdd {
  width: 250px;
  min-height: 120px;
  border: 2px dashed #9c9c9c;
  background: #f7f7f7;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.ApprovalSteps .StepAdd .StepAddSign {
  cursor: pointer;
  font-size: 65px;
  color: #0277bd;
}
.ApprovalSteps .StepAdd .StepWord {
  margin-top: -5px;
  cursor: pointer;
  color: #0277bd;
}
.ApprovalStep {
  position: relative;
  display: flex;
}
.ApprovalStep.Hidden {
  display: none;
}
.ApprovalStep .DeleteButton {
  position: absolute;
  background-image: url('../../styles/ExactFuel/images/cross_delete.png');
  background-repeat: no-repeat;
  background-size: 16px, 16px;
  background-position: center;
  width: 25px;
  height: 25px;
  top: 5px;
  right: 25px;
  margin: 2px;
  cursor: pointer;
}
.ApprovalStep .CollapsibleClientForm.Collapsed {
  display: flex;
}
.ApprovalStep .CollapsibleContainer {
  margin-bottom: 10px;
  margin-right: 20px;
  width: 250px;
}
.ApprovalStep .CollapsibleContainer .Header {
  height: 20px;
  padding-top: 8px;
}
.ApprovalStep .CollapsibleContainer label {
  color: #808183;
  font-weight: bold;
}
.ApprovalStep .CollapsibleContainer .ApproverListContainer {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.ApprovalStep .CollapsibleContainer .ApproverListContainer .ApproverName {
  margin-top: 10px;
  color: black;
  font-weight: bold;
}
.ApprovalStep .MoveContainer {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: normal;
  width: 250px;
  bottom: 20px;
  color: #0277bd;
}
.ApprovalStep .MoveContainer .MoveSection {
  display: flex;
  cursor: pointer;
}
.ApprovalStep .MoveContainer .MoveSection div {
  height: 10px;
  width: 10px;
  margin: 2px 5px 0px 5px;
}
.ApprovalStep .MoveContainer .MoveSection .MoveLeftIcon {
  background: url('../../styles/ExactFuel/images/icon-previous-blue.png') center center no-repeat;
}
.ApprovalStep .MoveContainer .MoveSection .MoveRightIcon {
  background: url('../../styles/ExactFuel/images/icon-next-blue.png') center center no-repeat;
}
.ApprovalStep .MoveContainer .MoveSection.disabled {
  color: #b2bec4;
  pointer-events: none;
}
.ApprovalStep .MoveContainer .MoveSection.disabled .MoveLeftIcon {
  background: url('../../styles/ExactFuel/images/icon-previous.png') center center no-repeat;
}
.ApprovalStep .MoveContainer .MoveSection.disabled .MoveRightIcon {
  background: url('../../styles/ExactFuel/images/icon-next.png') center center no-repeat;
}
.ApprovalStep:first-of-type .MoveContainer :first-child {
  color: #b2bec4;
  pointer-events: none;
}
.ApprovalStep:first-of-type .MoveContainer :first-child .MoveLeftIcon {
  background: url('../../styles/ExactFuel/images/icon-previous.png') center center no-repeat;
}
.ApproverApprovalFlowConditionList {
  width: 380px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customerInsightRemarks {
  padding: 16px 16px 1px 4px;
}
.salesInformationLiteralDisplay {
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
}
.salesCustomerInsightInformationLiteral {
  padding-bottom: 24px;
}
.salesInformationLiteralPicture {
  display: inline-block;
}
.salesCustomerInsightColumnTitles {
  color: black;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 6px;
  display: inline-flex;
  width: 24%;
}
.salesCustomerInsightRow {
  display: table-row;
  width: 100%;
}
.salesCustomerInsightCreditAROverdueAmountBar {
  display: table;
  padding-top: 10px;
  padding-bottom: 24px;
  width: 100%;
}
.salesCustomerInsightCreditAROverdueAmount {
  color: #333333;
  font-size: 24px;
  width: 24%;
  display: inline-flex;
}
.salesCustomerInsightFinancialWidget {
  padding-bottom: 24px;
}
.salesCustomerInsightFinancialWidget > div > .EntityCardContainer > .WidgetTitle {
  display: none;
}
.customerInsightRemarksDialog .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  background-color: #e5e5e5;
}
.remarksDialog {
  width: 100%;
}
.remarksDialogLiteral {
  color: black;
  word-wrap: break-word;
}
.remarksDialogTitle {
  color: black;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  padding-bottom: 8px;
}
.remarksDialogReadMore {
  padding-top: 8px;
}
.ui-dialog .ui-dialog-titlebar-fullOpen {
  display: inline-block;
  margin-top: 1px;
  position: absolute;
  right: 50px;
  white-space: nowrap;
  font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar-fullOpen .ui-dialog-titlebar-fullOpen-link {
  padding-right: 17px;
}
.ui-dialog .ui-dialog-titlebar-fullOpen .ui-dialog-titlebar-fullOpen-link::before {
  content: '';
  position: absolute;
  height: 1em;
  transform: translateY(-50%);
  top: 50%;
  background: url('../../styles/ExactFuel/images/arrow-up-right-from-square-sharp-solid.svg') no-repeat center center;
  filter: invert(100%);
  width: 0.8em;
  right: 0;
}
.calloutContainerId {
  width: 300px;
  background-color: #e0ebf6;
  border: solid 1px #0277bd;
  padding: 20px 25px 20px 20px;
  color: #232323;
}
.calloutContainerId .closeButton {
  vertical-align: top;
  background-image: url(../../styles/ExactFuel/images/ex-icon-cross.png);
  width: 8px;
  height: 8px;
  margin: -10px 0 5px 305px;
  cursor: pointer;
}
.calloutContainerId .usageBarContainer {
  width: 300px;
  margin: 5px auto 0;
  padding-bottom: 15px;
}
.calloutContainerId .usageBarIndicator {
  position: relative;
  margin-top: 10px;
  height: 36px;
}
.calloutContainerId .usageBarIndicator .indicatorBody {
  position: absolute;
  content: attr(data-content);
  width: 18px;
  height: 17px;
  border: 0;
  border-radius: 17px;
  background-color: #0277bd;
  color: white;
  padding: 6px 5px 5px 5px;
  margin-left: -4px;
  text-align: center;
  font-size: 10px;
}
.calloutContainerId .usageBarIndicator .indicatorPointer {
  position: absolute;
  content: "";
  top: 24px;
  width: 0;
  height: 16px;
  border: 0;
  border-right: 10px solid rgba(255, 0, 0, 0);
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-top: 12px solid #0277bd;
  background-color: rgba(255, 0, 0, 0);
}
.calloutContainerId .usageBarProgressBg {
  position: relative;
  height: 10px;
  background-color: #d8d8d8;
  border-radius: 10px;
  margin-bottom: 5px;
}
.calloutContainerId .usageBarProgress {
  height: 10px;
  background-color: #0277bd;
  border-radius: 10px;
}
.calloutContainerId .usageBarOverview {
  overflow: auto;
}
.calloutContainerId .usageBarOverview .daysRemaining {
  display: inline-block;
  float: left;
}
.calloutContainerId .usageBarOverview .usageOverview {
  display: inline-block;
  float: right;
}
#SalesInvoiceUsage a {
  color: #0277bd;
}
.fenceProposedEntriesCalloutContainer {
  width: 445px;
  background-color: #e0ebf6;
  border: solid 1px #0277bd;
  padding: 20px 25px 20px 20px;
  margin-top: 140px;
  color: #232323;
}
.fenceProposedEntriesCalloutContainer .closeButton {
  vertical-align: top;
  background-image: url(../../styles/ExactFuel/images/ex-icon-cross.png);
  width: 8px;
  height: 8px;
  margin: -12px 0 5px 440px;
  cursor: pointer;
}
.fenceProposedEntriesCalloutContainer .usageContainer {
  width: 405px;
  margin: 5px auto 0;
  padding-bottom: 15px;
}
.fenceProposedEntriesCalloutContainer .usageContainerIndicator {
  position: relative;
  margin-top: 10px;
  margin-left: -10px;
  height: 55px;
}
.fenceProposedEntriesCalloutContainer .usageContainerIndicatorLeftAligned {
  margin-left: -45px;
}
.fenceProposedEntriesCalloutContainer .usageContainerBalloon {
  position: absolute;
  content: attr(data-content);
  top: -3px;
  left: 8px;
  width: 21px;
  height: 18px;
  border: 0;
  border-radius: 22px;
  background-color: #0277bd;
  color: white;
  padding: 10px 5px 5px 6px;
  margin-left: 5px;
  margin-top: -11px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.fenceProposedEntriesCalloutContainer .usageContainerBalloon .usageContainerCount {
  margin-left: -1px;
  width: 30px;
  text-align: center;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerBalloon {
  position: absolute;
  content: attr(data-content);
  width: 74px;
  height: 30px;
  border: 0;
  border-radius: 4px;
  background-color: #0277bd;
  color: white;
  padding: 6px 5px 5px 5px;
  margin-left: 1px;
  text-align: center;
  font-size: 12px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerBalloon .usageBarContainerCount {
  margin-left: -3px;
  width: 30px;
  text-align: center;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerPointer {
  position: absolute;
  content: "";
  top: 41px;
  left: 35px;
  width: 0;
  height: 16px;
  border: 0;
  border-right: 10px solid rgba(255, 0, 0, 0);
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-top: 12px solid #0277bd;
  background-color: rgba(255, 0, 0, 0);
}
.fenceProposedEntriesCalloutContainer .usageBarContainerPosition {
  position: absolute;
  content: "";
  top: 40px;
  text-align: right;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerMaxPosition {
  right: 5px;
  width: 60px;
  top: 40px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerOutOfBundleCountPosition {
  right: 395px;
  width: 60px;
  top: 40px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerProgressContainer {
  position: relative;
  height: 10px;
  background-color: #d8d8d8;
  border-radius: 10px;
  margin-bottom: 5px;
  width: 400px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerProgress {
  height: 10px;
  background-color: #0277bd;
  border-radius: 10px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerProgressRightRounded {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerProgressRightStraight {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerSummary {
  overflow: auto;
  margin-left: 5px;
}
.fenceProposedEntriesCalloutContainer .usageBarContainerSummary .usageBarContainerStatus {
  font-weight: bold;
  display: inline-block;
  float: left;
}
.fenceProposedEntriesCalloutContainer .usageContainerSummary {
  overflow: auto;
}
.fenceProposedEntriesCalloutContainer .usageContainerSummary .usageContainerStatus {
  font-weight: bold;
  display: inline-block;
  float: left;
  padding-left: 50px;
}
.fenceProposedEntriesCalloutContainer .usageContainerLinks {
  display: inline-block;
  float: right;
}
.fenceProposedEntriesCalloutContainer .priceComparison {
  padding-top: 10px;
  padding-bottom: 20px;
}
.fenceProposedEntriesCalloutContainer .priceComparison .priceComparisonTable {
  width: 100%;
}
.fenceProposedEntriesCalloutContainer .priceComparison .priceComparisonTable .priceComparisonColumn {
  text-align: center;
  width: 50%;
}
.fenceProposedEntriesCalloutContainer .priceComparison .priceComparisonTable .priceComparisonColumn .costsLabel {
  font-weight: bold;
  font-size: 0.9em;
}
.fenceProposedEntriesCalloutContainer .priceComparison .priceComparisonTable .priceComparisonColumn .costsValue {
  font-size: 1.5em;
}
.fenceProposedEntriesCalloutContainer .priceComparison .upgrateInvite {
  padding-top: 5px;
}
form[action*="MfgShopOrderPriorities.aspx"] table.ListView td .AlignTextWithImage span {
  position: relative;
  top: -3px;
}
form[action*="MfgShopOrderPriorities.aspx"] table.ListView td .MoveUpPriority #List_lv_dActionButtons_imgUp {
  visibility: hidden;
}
form[action*="MfgShopOrderPriorities.aspx"] table.ListView td .MoveDownPriority #List_lv_dActionButtons_imgDown {
  visibility: hidden;
}
form[action*="MfgShopOrderPriorities.aspx"] table.ListView td #List_lv_dPriority_imgExpedited {
  border: 0;
  height: 16px;
  width: 16px;
}
form[action*="MfgShopOrderPriorities.aspx"] .visibility-hidden {
  visibility: hidden;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler tr.rsMainHeader th {
  padding: 0px !important;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler div.rsMainHeader {
  width: 100% !important;
  display: table;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .rsSpacerCell {
  display: table;
  width: 100% !important;
  height: 32px !important;
  font-weight: bold;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .group-label {
  padding-left: 10px !important;
  display: block;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info {
  display: table-row;
  text-align: left;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header-action,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-action,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header-priority,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-priority,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header-description,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-description {
  display: table-cell;
  vertical-align: middle;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header-action,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-action {
  min-width: 90px;
  max-width: 90px;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header-priority,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-priority {
  min-width: 60px;
  max-width: 60px;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header-description,
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-description {
  min-width: 220px;
  max-width: 220px;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header {
  font-weight: bold;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-header-description {
  border-right: 1px solid #9f9f9f;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info {
  height: 100%;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info span {
  padding: 0 !important;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-action img {
  padding: 0 !important;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-action img:first-child {
  padding-left: 10px !important;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-priority span {
  padding: 0 0 0 10px !important;
  vertical-align: top;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-priority img {
  width: 16px !important;
  height: 16px !important;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info-description {
  padding-left: 4px !important;
}
form[action*="MfgShopOrderPriorities.aspx"] #PlanningBoard_RadScheduler .shoporder-info .shoporder-info-description-content {
  display: block;
  padding-left: 10px !important;
  margin-right: 5px;
  overflow: hidden;
}
/* RGS predictions */

tr.RGSToBeSelected {
  vertical-align: top;
}
table.RGSPrediction {
  border: 2px solid white;
  width: 100%;
}
tr.RGSPrediction > td {
  background: #e9eff7;
  color: #0277bd;
  border: 1px solid white;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
}
tr.RGSPrediction:hover > td {
  background: #0288d1 !important;
  color: white;
  text-decoration: none;
}
td.RGSAction {
  color: #0277bd;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
  padding: 2px !important;
}
td.RGSSelectedPrediction {
  padding: 3px;
}
/*FinancialYearPeriod*/

.FinPeriodContainer {
  display: block;
}
.FinPeriodContainer .table-column-align {
  vertical-align: top;
}
.FinPeriodContainer .table-title {
  font-weight: bold;
}
.FinPeriodContainer table.Grid tr.Header th:first-child {
  width: 5%;
}
.FinPeriodContainer table .Grid td.RowNumber {
  height: 21.98px;
}
.FinPeriodContainer #InfoMessage {
  border-style: none;
  background-color: white;
}
.FinPeriodContainer #InfoMessage img {
  height: 16px;
}
.FinPeriodContainer #InfoMessage.Message.Notification.Message {
  padding: 10px 10px 10px 40px;
}
/*YearEndClosing, CashflowBalance, MCReportContainer*/

.YearEndClosingContainer #List_lv_ListViewContainer,
.CashflowBalanceContainer #List_lv_ListViewContainer,
.MCReportContainer #List_lv_ListViewContainer {
  margin-top: 1em;
}
.YearEndClosingContainer #imgFinished,
.CashflowBalanceContainer #imgFinished,
.MCReportContainer #imgFinished {
  margin-left: 1em;
}
.YearEndClosingContainer #filterSection,
.CashflowBalanceContainer #filterSection,
.MCReportContainer #filterSection {
  padding: 1em;
}
.YearEndClosingContainer .header-white-border,
.CashflowBalanceContainer .header-white-border,
.MCReportContainer .header-white-border {
  border-right: solid white;
}
/*AccountingPageContainer*/

.AccountingPageContainer .header-white-border {
  border-right: solid white;
}
/* MyFirmPortal */

.MyFirmPortal {
  background-color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.MyFirmPortal a {
  text-decoration: none;
}
.MyFirmPortal .enhanced-navigation {
  font-family: Apax-Regular, Arial;
}
.MyFirmPortal #firstMenuBar {
  display: flex;
  flex-direction: row;
}
.MyFirmPortal .enhanced-navigation__top {
  padding: 0;
}
.MyFirmPortal .DropdownMenuHeader > a.dropdownControl {
  color: #4d4f4f;
}
.MyFirmPortal #AdminContainer {
  margin-top: 4px;
}
.MyFirmPortal #AdminContainer.DropdownMenuContainer.Active .DropdownArrow {
  transform: rotateX(180deg);
}
.MyFirmPortal #AdminContainer .DropdownMenuBody {
  top: 50px;
}
.MyFirmPortal #AdminContainer #Administration.menuLinks {
  padding: 5px 10px;
  height: 42px;
  line-height: 40px;
}
.MyFirmPortal #AdminContainer #Administration.menuLinks #Division {
  line-height: 40px;
}
.MyFirmPortal #Administration.DropdownMenuHeader {
  padding: 3px 10px 7px;
}
.MyFirmPortal #Administration.DropdownMenuHeader .DropdownArrow {
  background: url('../../styles/ExactFuel/images/ic_chevron_down_20px.svg') no-repeat center center;
  width: 10px;
  height: 8px;
  margin-left: 8px;
  transition: all 0.6s;
}
.MyFirmPortal .back-to-my-accountant {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  padding: 8px 20px;
  background-color: #0277bd;
}
.MyFirmPortal .back-to-my-accountant a {
  font-family: Apax-Regular, Arial;
  color: white;
  font-size: 13px;
  line-height: 16px;
}
.MyFirmPortal .back-to-my-accountant a:hover {
  text-decoration: underline;
}
.MyFirmPortal .back-to-my-accountant a:link,
.MyFirmPortal .back-to-my-accountant a:visited {
  color: white;
}
.MyFirmPortal .release-reviewed-period {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
  background-color: #0277bd;
  font-size: 13px;
  font-family: Apax-Regular, Arial;
  flex: 1 0 0;
}
.MyFirmPortal .release-reviewed-period label {
  color: white;
  margin-right: 10px;
  margin-left: 10px;
}
.MyFirmPortal .release-reviewed-period button {
  background-color: mediumseagreen;
  color: white;
  border-color: mediumseagreen;
  margin-bottom: 0;
}
.MyFirmPortal .DropdownMenuBody {
  width: 360px;
  left: -1px;
  border-radius: 0 4px 4px 4px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}
.MyFirmPortal .DropdownMenuBody a {
  display: block;
}
.MyFirmPortal .DropdownMenuBody a:hover {
  color: #0650d0;
}
.MyFirmPortal .menuLinks {
  float: left;
  font-size: 14px;
  padding: 0 10px;
}
.MyFirmPortal .menuLinks:first-child {
  padding-left: 0;
}
.MyFirmPortal .menuLinks > a {
  display: inline-block;
  padding: 0 12px;
  line-height: 56px;
  vertical-align: middle;
  text-align: center;
  color: #4d4f4f;
  margin-bottom: -4px;
}
#secondMenuBar .menuLinks .DropdownMenuContainer:hover {
  margin-bottom: -4px;
  border-bottom: 4px solid transparent;
}
#secondMenuBar .menuLinks .LinkContainer {
  border: 1px solid transparent;
}
#secondMenuBar .menuLinks .LinkContainer > a {
  cursor: pointer;
}
#secondMenuBar .menuLinks .DropdownMenuContainer,
#secondMenuBar .menuLinks .LinkContainer {
  height: 33px;
  border-bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 0 10px 0;
  margin-top: 4px;
}
#secondMenuBar .menuLinks .DropdownMenuContainer a.DropdownMenuItemHeader,
#secondMenuBar .menuLinks .LinkContainer a.DropdownMenuItemHeader,
#secondMenuBar .menuLinks .DropdownMenuContainer a,
#secondMenuBar .menuLinks .LinkContainer a {
  display: inline-block;
  margin-left: 0 !important;
  margin-top: -2px;
  padding: 0 12px 12px 12px;
  line-height: 34px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1440px) {
  #secondMenuBar .menuLinks .DropdownMenuContainer,
  #secondMenuBar .menuLinks .LinkContainer {
    vertical-align: initial;
    height: 28px;
  }
  #secondMenuBar .menuLinks .DropdownMenuContainer a.DropdownMenuItemHeader,
  #secondMenuBar .menuLinks .LinkContainer a.DropdownMenuItemHeader,
  #secondMenuBar .menuLinks .DropdownMenuContainer a,
  #secondMenuBar .menuLinks .LinkContainer a {
    line-height: 30px;
  }
  #secondMenuBar .menuLinks .DropdownMenuContainer .DropdownMenuBody,
  #secondMenuBar .menuLinks .LinkContainer .DropdownMenuBody {
    margin-top: -5px;
  }
  #secondMenuBar .menuLinks .DropdownMenuContainer a:hover,
  #secondMenuBar .menuLinks .LinkContainer a:hover {
    border-bottom: 0;
  }
}
#secondMenuBar .menuLinks .DropdownMenuContainer a.DropdownMenuItemHeader:hover,
#secondMenuBar .menuLinks .LinkContainer a.DropdownMenuItemHeader:hover {
  border-bottom: 0;
}
#secondMenuBar .menuLinks .DropdownMenuContainer a,
#secondMenuBar .menuLinks .LinkContainer a {
  color: #4d4f4f;
}
#secondMenuBar .menuLinks .DropdownMenuContainer.Active {
  margin-bottom: -4px;
  margin-top: 4px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  background-color: white;
  padding: 7px 0 10px 0;
  box-shadow: none;
}
#secondMenuBar .menuLinks .DropdownMenuContainer.Active a.DropdownMenuItemHeader {
  position: relative;
  background-color: white;
  z-index: 4;
  border-radius: 4px 4px 0 0;
}
#secondMenuBar .menuLinks .DropdownMenuBody {
  top: 48px;
  margin-top: 1px;
  box-shadow: none;
  z-index: 2;
}
#secondMenuBar .menuLinks .DropdownMenuBody li {
  padding: 0;
  margin: 0;
}
#secondMenuBar .menuLinks .DropdownMenuBody li a {
  font-size: 14px;
  font-family: Arial;
  color: #272727;
  padding: 7px 16px 7px 16px;
  line-height: 20px;
  margin: 0;
}
#secondMenuBar .menuLinks .DropdownMenuBody li a:hover {
  color: #0650d0;
}
#secondMenuBar .menuLinks .DropdownMenuBody li:hover {
  cursor: pointer;
}
.MyFirmPortal #secondMenuBar .menuLinks > a:first-child {
  margin-left: 12px;
}
.MyFirmPortal .DropdownMenuBody,
.MyFirmPortal.DropdownMenuContainer.Active {
  box-shadow: none;
}
.MyFirmPortal a.dropdownControl {
  background-image: url("./images/ic_chevron_down_20px.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px !important;
}
.MyFirmPortal .YourCompanies {
  color: #787a7a;
  padding: 20px;
  font-family: Apax-Regular, Arial;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  position: relative;
  z-index: 1;
}
.MyFirmPortal .YourCompanies:before {
  border-top: 1px solid #dadede;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.MyFirmPortal .YourCompanies .YourCompaniesTitle {
  background: white;
  padding: 0 5px;
}
.MyFirmPortal #Division {
  font-family: Apax-Medium, Arial;
  font-size: 14px;
  font-weight: normal;
  color: #272727;
  padding: 0 !important;
  background: none;
}
.MyFirmPortal #Logoff {
  font-family: Apax-Medium, Arial;
}
.MyFirmPortal .DropdownMenuContainer.Active {
  border: 1px solid #cccccc;
  border-radius: 4px 4px 0 0;
}
.MyFirmPortal .DropdownMenuBody {
  color: #272727;
  font-family: Apax-Regular, Arial;
}
.MyFirmPortal .DropdownMenuBody li {
  margin: 0;
}
.MyFirmPortal .menuLinks .DropdownMenuBody a {
  padding: 0;
}
.MyFirmPortal .CompanyItemContainer {
  max-height: 414px;
  overflow-y: auto;
}
.MyFirmPortal .CompanyItem {
  cursor: pointer;
  padding: 0;
}
.MyFirmPortal .DropdownMenuBody li > a.Company {
  color: #4d4f4f;
  font-family: Apax-Regular, Arial;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  padding: 7px 0 7px 20px;
}
.MyFirmPortal .clearfixHelper::after {
  content: "";
  clear: both;
  display: table;
}
.MyFirmPortal .centerImageHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.MyFirmPortal #topMenu {
  background: white;
  border-bottom: 4px solid #ebe5de;
  user-select: none;
  box-shadow: 0 0 0.5em transparent;
  transition: box-shadow 0.3s ease-in-out;
}
.MyFirmPortal #companySelector {
  padding: 0 4px;
}
.MyFirmPortal #companySelector a:hover,
.MyFirmPortal #companySelector #Division:hover {
  text-decoration: underline;
}
.MyFirmPortal #dashboardLink,
.MyFirmPortal #companySelector {
  font-weight: 600;
  border-right: 1px solid #dadede;
  height: 56px;
  box-shadow: 0px 4px 0px 0px #ebe5de;
}
.MyFirmPortal #dashboardLink {
  padding: 0;
}
.MyFirmPortal #dashboardLink > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 84px;
  height: 56px;
  margin-right: -1px;
  margin-bottom: -4px;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0px 4px 0px 0px red;
}
.MyFirmPortal #dashboardLink > a:hover .CompanyIconContainer {
  transform: translateY(-61px);
}
.MyFirmPortal #dashboardLink > a:hover > img {
  padding: 16px;
  transform: translateY(-54px);
}
.MyFirmPortal #dashboardLink > a img {
  padding: 8px 0;
  transition: transform 0.2s;
  max-width: 60px;
  max-height: 40px;
  vertical-align: middle;
}
.MyFirmPortal #dashboardLink > a > #HomeIcon {
  max-width: 24px;
}
.MyFirmPortal #dashboardLink .CompanyIconContainer {
  width: 100%;
  min-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}
.MyFirmPortal #NavigationLinks {
  margin-top: 8px;
  display: flex;
  align-items: center;
  height: 38px;
}
.MyFirmPortal #NavigationLinks > * {
  margin-bottom: -4px;
  line-height: initial;
}
.MyFirmPortal #NavigationLinks > a:hover,
.MyFirmPortal #dashboardLink > a:hover {
  cursor: pointer;
}
.MyFirmPortal #userTools {
  flex-grow: 1;
  float: right;
  direction: rtl;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  box-shadow: 0px 4px 0px 0px #ebe5de;
}
.MyFirmPortal #userTools #MySearchBar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.MyFirmPortal #userTools #MySearchBar.Active {
  flex-grow: 1;
  border: 1px solid #dadede;
  border-radius: 4px;
  background-color: white;
  z-index: 10004;
}
.MyFirmPortal #userTools #MySearchBar.Active .enhanced-search {
  display: block;
  width: 100%;
}
.MyFirmPortal #userTools #MySearchBar.Active #globalSearch {
  padding: 0 8px !important;
}
.MyFirmPortal #userTools #MySearchBar.Active > * {
  border-radius: 4px;
}
.MyFirmPortal .overlay-menu-bar {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 0;
  z-index: 10003;
}
.MyFirmPortal #userTools * {
  direction: ltr;
}
.MyFirmPortal #profile {
  height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}
.MyFirmPortal #profile > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #857c72;
  color: white;
  border-radius: 3px;
  line-height: 2.1em;
  text-align: center;
}
.MyFirmPortal #profileDropDown {
  top: 56px;
  margin-top: 0;
}
.MyFirmPortal .pop-up-header > span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #857c72;
  color: white;
  border-radius: 3px;
  line-height: 1.6em;
  font-size: 30px;
  text-align: center;
  margin-left: -60px;
  float: left;
}
.MyFirmPortal #globalSearch {
  background-image: url('../../styles/ExactFuel/images/ic_search_20px.svg');
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 0;
  padding: 0 4px !important;
  border: none !important;
  height: 20px;
  width: 20px;
}
.MyFirmPortal .GrayOverlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
}
.MyFirmPortal .container {
  position: absolute;
  background-color: white;
  margin: 0 auto;
  border: 1px solid #dadede;
  border-radius: 5px 0 5px 5px;
  font-family: Arial;
  z-index: 11;
}
.MyFirmPortal .container * {
  box-sizing: border-box;
}
.MyFirmPortal .content {
  display: flex;
  flex-direction: column;
  width: 350px;
  font-weight: 400;
  font-family: Apax-Regular, Arial;
}
.MyFirmPortal .hide .content {
  display: none;
}
.MyFirmPortal .pop-up-header {
  position: relative;
  padding: 20px 15px 16px 80px;
  min-height: 80px;
  text-align: left;
  border-bottom: 1px solid #dadede;
}
.MyFirmPortal .puh-image-wrapper {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
}
.MyFirmPortal .puh-image {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.MyFirmPortal .puh-image img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  border-radius: 2px;
}
.MyFirmPortal .puh-name {
  font-size: 18px;
}
.MyFirmPortal .puh-link a {
  font-size: 14px;
  color: #0650d0 !important;
  text-decoration: none;
  cursor: pointer;
}
.MyFirmPortal .pop-up-content {
  border-top: 1px solid #dadede;
  border-bottom: 1px solid #dadede;
  position: relative;
}
.MyFirmPortal .pop-up-content,
.pop-up-footer,
.pop-up-part {
  padding: 12px 16px;
}
.MyFirmPortal .pop-up-content,
.pop-up-part {
  text-align: left;
}
.MyFirmPortal .puc-title {
  position: absolute;
  top: -7px;
  left: 15px;
  background-color: white;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 7px;
  color: #787a7a;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
}
.MyFirmPortal .puc-part {
  width: 50%;
  display: inline-block;
  float: left;
  font-size: 12px;
}
.MyFirmPortal .puc-part:last-child {
  text-align: right;
}
.MyFirmPortal .puc-row {
  padding: 5px 0;
}
#DivSwitch {
  padding-top: 20px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MyFirmPortal #DivSwitch .puc-part {
  font-size: 14px;
}
.MyFirmPortal #DivSwitch .puc-part:first-child {
  width: 75%;
}
.MyFirmPortal .pop-up-footer,
.exact-house .pop-up-footer {
  text-align: center;
  background-color: #f0f2f2;
  cursor: pointer;
  border-top: 1px solid #dadede;
}
.MyFirmPortal .puf-link {
  font-weight: bold;
  font-size: 14px;
  color: #0650d0;
  cursor: pointer;
}
.MyFirmPortal .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.MyFirmPortal .pdd-image-wrapper {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
}
.MyFirmPortal .pdd-image img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
.MyFirmPortal .bordered-button {
  border: 1px solid #dadede !important;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px 13px 10px !important;
  border-bottom: none !important;
  background-color: white;
  position: relative;
  z-index: 12;
}
.MyFirmPortal .bordered-button::before {
  content: "";
  height: 10px;
  bottom: -5px;
  left: 0px;
  right: -1px;
  position: absolute;
  border-right: 1px solid #dadede;
  background-color: white;
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .MyFirmPortal .bordered-button {
    padding: 10px 10px 13px 10px !important;
  }
}
.MyFirmPortal .dropdown-header {
  border: 1px solid transparent !important;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px 13px 10px !important;
  border-bottom: none !important;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .MyFirmPortal .dropdown-header {
    padding: 10px 10px 13px 10px !important;
  }
}
.MyFirmPortal .text-no-wrap {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MenuPortal {
  overflow: hidden;
}
.MyFirmPortal #MyFirmPortalForm,
.MenuPortal #MenuPortalForm {
  padding: 0 !important;
  margin-left: 0 !important;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container,
.MenuPortal #MenuPortalForm #EDSSwitch2Container {
  height: 32px;
  background-color: #0277bd;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container {
  background-color: #0277bd;
  height: 44px;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #GaSwitch,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #GaSwitch {
  margin-right: 16px;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #GaSwitch #btnSwitch,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #GaSwitch #btnSwitch {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
  margin: 0;
  border-radius: 4px;
  background: #00467b;
  height: 32px;
  padding: 6px 12px;
  font-family: Apax-Regular, Arial, sans-serif;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #GaSwitch #btnSwitch::before,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #GaSwitch #btnSwitch::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../../docs/images/eds_new_design.svg');
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container .DaysLeft,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container .DaysLeft {
  border: 1px solid #00467b;
  padding: 4px;
  border-radius: 3px;
  min-width: 25px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #DivSwitch2,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #DivSwitch2 {
  height: 44px;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #DivSwitch2 .Hidden,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #DivSwitch2 .Hidden {
  display: none !important;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #DivSwitch2 .CenterContainer,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #DivSwitch2 .CenterContainer {
  gap: 6px;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #SwitchLink,
.MenuPortal #MenuPortalForm #EDSSwitch2Container.GAEDSSwitch2Container #SwitchLink {
  position: absolute;
  right: 0;
  margin-right: 25px;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container #DivSwitch2,
.MenuPortal #MenuPortalForm #EDSSwitch2Container #DivSwitch2,
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container .CenterContainer,
.MenuPortal #MenuPortalForm #EDSSwitch2Container .CenterContainer {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 6px 0 0;
  font-size: 13px;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container #DivSwitch2 .ToggleSwitch .slider,
.MenuPortal #MenuPortalForm #EDSSwitch2Container #DivSwitch2 .ToggleSwitch .slider,
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container .CenterContainer .ToggleSwitch .slider,
.MenuPortal #MenuPortalForm #EDSSwitch2Container .CenterContainer .ToggleSwitch .slider {
  background-color: #a5a9a9;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container #DivSwitch2 .ToggleSwitch .slider::before,
.MenuPortal #MenuPortalForm #EDSSwitch2Container #DivSwitch2 .ToggleSwitch .slider::before,
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container .CenterContainer .ToggleSwitch .slider::before,
.MenuPortal #MenuPortalForm #EDSSwitch2Container .CenterContainer .ToggleSwitch .slider::before {
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: white;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container #DivSwitch2 .puc-part,
.MenuPortal #MenuPortalForm #EDSSwitch2Container #DivSwitch2 .puc-part,
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container .CenterContainer .puc-part,
.MenuPortal #MenuPortalForm #EDSSwitch2Container .CenterContainer .puc-part {
  width: initial;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container #DivSwitch2 .puc-part.caption,
.MenuPortal #MenuPortalForm #EDSSwitch2Container #DivSwitch2 .puc-part.caption,
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container .CenterContainer .puc-part.caption,
.MenuPortal #MenuPortalForm #EDSSwitch2Container .CenterContainer .puc-part.caption {
  color: white;
  font-size: 13px;
}
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container #DivSwitch2 a,
.MenuPortal #MenuPortalForm #EDSSwitch2Container #DivSwitch2 a,
.MyFirmPortal #MyFirmPortalForm #EDSSwitch2Container .CenterContainer a,
.MenuPortal #MenuPortalForm #EDSSwitch2Container .CenterContainer a {
  color: white;
  text-decoration: underline;
}
.MyFirmPortal .hidden {
  display: none !important;
}
.MyFirmPortal #activities {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 0.57em 14px 10px !important;
  font-family: Apax-Regular, Arial;
  font-weight: normal;
  color: #4d4f4f;
  font-size: 12px;
  line-height: 14px;
  background: none;
  width: max-content;
}
.MyFirmPortal #activities.bordered-button .DropdownArrow {
  transform: rotateX(180deg);
}
.MyFirmPortal #activities.bordered-button > div {
  color: #272727;
}
.MyFirmPortal #activities > div:hover {
  text-decoration: underline;
}
.MyFirmPortal #activities > span {
  height: 20px;
  width: 20px;
  color: white;
  font-family: Apax-Medium;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 2px;
  text-align: center;
  transition: all 0.6s ease;
}
.MyFirmPortal #activities > span.DropdownArrow {
  height: 6px;
  width: 8px;
  padding: 0;
  margin: 0;
  background: url('../../styles/ExactFuel/images/ic_arrow_down_20px.svg') no-repeat center center;
}
.MyFirmPortal #activities > span#Activities_ActivitiesCount {
  width: initial;
  min-width: 10px;
  padding: 0 5px;
}
.MyFirmPortal .enhanced-search {
  width: 0;
  display: none;
  float: left;
  margin: 0;
  height: 43px;
  background-color: white;
  z-index: 11;
  transition: 0.5s;
}
.MyFirmPortal .enhanced-search .search-field {
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  font-family: Apax-Regular;
  font-weight: normal;
  padding-left: 0;
}
.MyFirmPortal .enhanced-search .enhanced-search__field {
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  font-family: Apax-Regular;
  font-weight: normal;
  padding-left: 0;
  font-family: Apax-Medium;
  color: black;
  background-color: transparent;
}
.MyFirmPortal .enhanced-search .enhanced-search__label {
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  font-family: Apax-Regular;
  font-weight: normal;
  padding-left: 0;
  color: #787a7a;
  background-color: transparent;
  pointer-events: none;
}
.MyFirmPortal .enhanced-search.enhanced-search--filled .enhanced-search__label {
  color: transparent;
}
.MyFirmPortal .RecentLoginContainer,
.exact-house .RecentLoginContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f7fb;
  z-index: 1000;
  top: 0;
  width: 50%;
  box-shadow: 1px 2px 3px rgba(1, 1, 1, 0.3);
  border-radius: 0 0 3px 3px;
  padding: 3px;
  text-align: center;
  color: #0277bd;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  border: 1px solid white;
  border-top: none;
}
.MyFirmPortal #circle,
.exact-house #circle {
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 1250px) {
  .MyFirmPortal .container a {
    padding: 15px 0;
  }
  .MyFirmPortal #dashboardLink a {
    height: 48px;
  }
  .MyFirmPortal .menuLinks .DropdownMenuHeader a {
    padding: 0;
  }
  .MyFirmPortal #smallScreenLineBreak {
    content: "";
    clear: both;
    display: table;
    overflow: hidden;
  }
  .MyFirmPortal #topMenu {
    border-bottom: 1px solid #dadede;
  }
  .MyFirmPortal #firstMenuBar {
    background: white;
    min-height: 57px;
    flex-wrap: wrap;
  }
  .MyFirmPortal #secondMenuBar {
    display: block !important;
    height: 52px;
    flex: 0 0 100%;
    order: 4;
  }
  .MyFirmPortal #secondMenuBar a {
    padding: 0 12px;
  }
  .MyFirmPortal .puc-row.activityRow a {
    padding: 0;
  }
  .MyFirmPortal #dashboardLink,
  .MyFirmPortal #companySelector,
  .MyFirmPortal #dashboardLink > a {
    height: 56px;
  }
}
.MyFirmSendQuestion table.layout {
  width: 100%;
  height: 100%;
  border-spacing: 0;
}
.MyFirmSendQuestion table.layout .footer-line {
  vertical-align: top;
}
.MyFirmSendQuestion table.layout .send-container {
  overflow: hidden;
  padding-top: 38px;
  margin: 0;
  padding-bottom: 21px;
}
.MyFirmSendQuestion table.layout .send-container .send-section {
  overflow: hidden;
}
.MyFirmSendQuestion table.layout .send-container .send-section .footer {
  height: 16px;
  color: #272727;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 7px;
}
.MyFirmSendQuestion table.layout .send-container .send-section .send-section-wrapper {
  width: 100%;
}
.MyFirmSendQuestion table.layout .send-container .send-section .memofield-margin textarea {
  box-sizing: border-box;
}
.MyFirmSendQuestion table.layout .send-container .send-section .send-button {
  display: inline-block;
  padding-top: 5px;
  text-align: right;
  width: 100%;
}
.MyFirmSendQuestion table.layout .send-container .send-section .send-button .exButtonBar,
.MyFirmSendQuestion table.layout .send-container .send-section .send-button .exButtonBar > div {
  margin: 0;
}
.MyFirmSendQuestion table.layout .send-container .send-section .send-button button {
  margin: 0 -14px 0 0;
}
.MyFirmSendQuestion table.layout .header-line {
  background-color: white;
  height: 103px;
  vertical-align: middle;
}
.MyFirmSendQuestion table.layout .header-line .logo-section {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  height: 56px;
  width: 56px;
  border-radius: 2px;
}
.MyFirmSendQuestion table.layout .header-line .logo-section img {
  max-width: 56px;
  max-height: 56px;
}
.MyFirmSendQuestion table.layout .header-line .logo-section span {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #857c72;
  color: white;
  border-radius: 4px;
  line-height: 1.9em;
  font-size: 30px;
  text-align: center;
}
.MyFirmSendQuestion table.layout .header-line .header-block,
.MyFirmSendQuestion table.layout .header-line .header-logo {
  border-bottom: 1px solid #d8d8d8;
}
.MyFirmSendQuestion table.layout .header-line .header-block {
  width: 50%;
  text-align: left;
}
.MyFirmSendQuestion table.layout .contact-block {
  display: inline-block;
  margin-left: 32px;
}
.MyFirmSendQuestion table.layout .contact-block p {
  color: #272727;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
  min-height: 16px;
}
.MyFirmSendQuestion table.layout .contact-block p:first-child {
  font-weight: bold;
  font-size: 12px;
}
.MyFirmSendQuestion table.layout .contact-block p:last-child {
  padding-bottom: 5px;
}
.MyFirmSendQuestion .MyFirmPortal #Administration.DropdownMenuHeader {
  padding: 0 10px;
}
.MyFirmSendQuestion .MyFirmPortal #dashboardLink,
.MyFirmSendQuestion .MyFirmPortal #companySelector,
.MyFirmSendQuestion .MyFirmPortal #dashboardLink > a {
  height: 48px;
}
.MyFirmPortal .vertical-align {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.MyFirmPortal .activityDropDown {
  top: 56px;
  display: none;
  margin: 0 46.5px 0 0;
  border-bottom: none !important;
}
.MyFirmPortal .activityDropDown .content {
  padding: 16px 0;
}
.MyFirmPortal .activityDropDown .activityContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.MyFirmPortal .activityDropDown .leftSide,
.MyFirmPortal .activityDropDown .rightSide,
.MyFirmPortal .activityDropDown .rightSideLeftTextAlign {
  display: table-cell;
}
.MyFirmPortal .activityDropDown .leftSide {
  text-align: left;
  min-width: 16px;
}
.MyFirmPortal .activityDropDown .rightSideLeftTextAlign {
  text-align: left;
  padding-left: 15px;
}
.MyFirmPortal .activityDropDown .pop-up-content-without-top-border {
  position: relative;
}
.MyFirmPortal .activityDropDown .pop-up-content {
  padding: 0;
  border-top: none;
}
.MyFirmPortal .activityDropDown .puc-row {
  padding: 0;
  cursor: pointer;
}
.MyFirmPortal .activityDropDown .activityRow:hover {
  background: #f0f2f2;
}
.MyFirmPortal .activityDropDown .activityRow {
  display: table-row;
  font-family: Apax-Regular, Arial;
  font-size: 14px;
  font-weight: normal;
  min-height: 24px;
  padding: 0 16px;
}
.MyFirmPortal .activityDropDown #Activities_ShowAllActivities {
  padding: 0 16px;
}
.MyFirmPortal .activityDropDown #Activities_RequestChange {
  padding: 0 16px;
}
.MyFirmPortal .activityDropDown .EverythingIsUpToDate {
  padding: 0px 0px 25px 40px;
  border-bottom: 1px solid #dadede;
  line-height: 28px;
  font-size: 14px;
  font-family: Apax-Regular, Arial;
}
.MyFirmPortal .activityDropDown .EverythingIsUpToDate span {
  padding-left: 20px;
}
.MyFirmPortal .activityDropDown .requestCount {
  display: inline-table;
  text-align: center;
}
.MyFirmPortal .activityDropDown .requestType {
  padding-left: 10px;
}
.MyFirmPortal .activityDropDown .ShowAllActivities {
  height: 32px;
}
.MyFirmPortal .activityDropDown .ShowAllActivitiesCaption {
  font-size: 14px;
  line-height: 28px;
  padding: 2px 0 0 10px;
  color: #0650d0;
}
form[action*="MyFirmReports.aspx"] #List_lv {
  table-layout: fixed;
}
form[action*="MyFirmReports.aspx"] #hdr tr:nth-child(2) > td:nth-child(2) {
  text-align: right;
}
form[action*="MyFirmReports.aspx"] #hdr tr:nth-child(2) > td:nth-child(2) button.exButton {
  margin-bottom: 8px;
}
form[action*="MyFirmReports.aspx"] #hdr tr:nth-child(2) > td:nth-child(3) {
  display: none;
}
.popup-body {
  overflow-y: auto;
  margin-right: 0px !important;
  height: 93% !important;
}
/* App permission overview */

.DialogContainer {
  margin: 0 auto;
  padding: 25px 5px 25px 15px;
  line-height: 1.4;
}
.DialogContainer .ContentRow {
  margin-bottom: 10px;
}
.DialogContainer .Checkbox {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.DialogContainer .CheckboxLabel {
  overflow: hidden;
}
.DialogContainer .ButtonContainer {
  padding-top: 15px;
  text-align: right;
}
.DialogContainer .ButtonContainer .exButton {
  padding: 5px 20px !important;
  height: 30px !important;
}
.DbmPaymentAgreement {
  min-width: 480px;
}
.DbmPaymentAgreement .CollapsibleClientForm .ViewMode .ViewElement,
.DbmPaymentAgreement .CollapsibleAccount .ViewMode .ViewElement {
  margin-bottom: 3px;
}
.DbmPaymentAgreement .CollapsibleClientForm input,
.DbmPaymentAgreement .CollapsibleAccount input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  min-width: 0;
}
.DbmPaymentAgreement .CollapsibleClientForm input:focus,
.DbmPaymentAgreement .CollapsibleAccount input:focus {
  border-color: #333333;
}
.DbmPaymentAgreement .CollapsibleClientForm input::-ms-clear,
.DbmPaymentAgreement .CollapsibleAccount input::-ms-clear {
  display: none;
}
.DbmPaymentAgreement .CollapsibleClientForm .EditElement.InputIcon input,
.DbmPaymentAgreement .CollapsibleAccount .EditElement.InputIcon input {
  margin-right: 3px;
}
.DbmPaymentAgreement .CollapsibleClientForm .EditElement.FullWidthInput input,
.DbmPaymentAgreement .CollapsibleAccount .EditElement.FullWidthInput input,
.DbmPaymentAgreement .CollapsibleClientForm .EditElement.FullWidthInput table,
.DbmPaymentAgreement .CollapsibleAccount .EditElement.FullWidthInput table {
  width: 100%;
}
.DbmPaymentAgreement .CollapsibleClientForm .EditElement.SmallWidthInput input,
.DbmPaymentAgreement .CollapsibleAccount .EditElement.SmallWidthInput input,
.DbmPaymentAgreement .CollapsibleClientForm .EditElement.SmallWidthInput table,
.DbmPaymentAgreement .CollapsibleAccount .EditElement.SmallWidthInput table {
  width: 20%;
}
.DbmPaymentAgreement .CollapsibleClientForm .EditElement.SmallWidthInput a,
.DbmPaymentAgreement .CollapsibleAccount .EditElement.SmallWidthInput a {
  white-space: normal;
}
.DbmPaymentAgreement .CollapsibleClientForm .PadImage img,
.DbmPaymentAgreement .CollapsibleAccount .PadImage img {
  margin: 0 3px;
}
.DbmPaContainer {
  display: flex;
  flex-direction: row;
  padding-right: 16px;
}
.DbmPaContainer .OneOfOneColumn {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.DbmPaContainer .OneOfTwoColumns {
  width: 50%;
  margin-right: 10px;
}
.DbmPaContainer .OneOfThreeColumns {
  width: 33%;
  margin-right: 10px;
}
.DbmPaContainer .TwoOfThreeColumns {
  width: 66%;
  margin-right: 10px;
}
.DbmPaContainer .CollapsibleContainer .Header {
  height: auto;
}
.DbmPaContainer .CollapsibleContainer .CollapsedIndicatorLine {
  margin-left: auto;
}
.DbmPaContainer .ViewElement {
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
}
.DbmPaContainer .ViewElement.Column33 .ViewLabel {
  width: 33%;
}
.DbmPaContainer .ViewElement.Column33 .ViewValue {
  flex: 1;
}
.DbmPaContainer .EditElement {
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.DbmPaContainer .EditElement.Column33 {
  display: flex;
  flex-direction: row;
}
.DbmPaContainer .EditElement.Column33 .ViewLabel {
  width: 33%;
}
.DbmPaContainer .EditElement.Column33 .EditLabel {
  width: 33%;
}
.DbmPaContainer .EditElement.Column33 .ViewValue {
  flex: 1;
}
.DbmPaContainer .EditElement.Column33 .EditValue {
  flex: 1;
}
.DbmPaContainer .TwoColumns:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.DbmPaContainer .TwoColumns .ColumnNone {
  width: 100%;
}
.DbmPaContainer .TwoColumns .ColumnLeft,
.DbmPaContainer .TwoColumns .ColumnRight {
  float: left;
  width: 50%;
}
.DbmPaContainer .TwoColumns .ColumnLeft .EditElement {
  margin-right: 5px;
  white-space: nowrap;
}
.DbmPaContainer .TwoColumns .ColumnRight .EditElement {
  margin-left: 6px;
}
.DbmPaListContainer {
  width: 100%;
  padding-top: 16px;
}
.DbmPaListContainer .DbmPaListViewContainer.Header {
  font-weight: bold;
  font-size: medium;
  text-align: left;
}
.DbmPaListContainer .DbmPaListViewContainer.ButtonLink {
  font-weight: normal;
  padding-right: 24px;
  text-align: right;
}
.DbmPaListContainer table.ListView tr.Total {
  background-color: #e5e5e5;
}
.DbmPaListContainer table.Grid tr#rowDifference {
  background-color: #e5e5e5;
  text-align: right;
}
.NeedsAttentionLink a:link,
.NeedsAttentionLink a:visited,
.NeedsAttention {
  color: #ffb600;
}
.SalesOrderEntry.DeliveryConditionStyle input[id$="_DeliveryDate"] {
  color: #808183;
  background-color: #dddddd;
}
.SalesOrderEntry.DeliveryConditionStyle button[id$="_DeliveryDate"] {
  display: none;
}
.UpdatedField {
  background-color: #adf0a5;
}
.DropdownMenuBody .OriginDivision {
  padding: 0 0 10px 5px;
}
.DropdownMenuBody .OriginDivision:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 4px;
  height: 10px;
  background: url('../../styles/ExactFuel/images/show-all.png') 0 0 no-repeat;
  transform: rotate(180deg);
}
.DropdownMenuBody .OriginDivision a {
  margin-left: 8px;
}
.AssetDepreciationLineWithNoBottomBorder {
  border-right: 1px solid #dadede;
  border-bottom: none !important;
}
.AssetDepreciationLineSeparator {
  border-right: 1px solid #dadede;
}
.FixedEntryViewPlanningLinkInfo {
  padding-top: 0px !important;
  padding-right: 1% !important;
}
@font-face {
  font-family: 'Apax-Medium';
  src: url('./fonts/Apax-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Apax-Regular';
  src: url('./fonts/Apax-Regular.otf') format('opentype');
}
/* Notification Bar */

.notification-bar {
  margin: 16px 15px;
  text-align: right;
}
.notification-bar + .eds-content-container {
  margin-top: 4px;
}
.notification-bar .notification {
  font-style: italic;
}
.BoxedInfoRow {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  border-spacing: 0;
  table-layout: fixed;
}
.BoxedInfoRow > tbody > tr > td {
  border-right: 1px solid #9f9f9f;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  padding: 5px;
  vertical-align: top;
  position: relative;
}
.BoxedInfoRow > tbody > tr > td:first-child {
  border-left: 1px solid #9f9f9f;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.BoxedInfoRow > tbody > tr > td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.BoxedInfoRow .BoxedInfoRowBox > table {
  color: black;
  padding: 8px;
}
.BoxedInfoRow .BoxedInfoRowBox .BoxedInfoRowBoxCaption {
  font-size: larger;
  text-align: left;
  color: #808183;
}
.BoxedInfoRow .BoxedInfoRowBox .BoxedInfoRowBoxValue {
  font-size: larger;
  text-align: left;
  font-weight: bold;
  margin-top: 5px;
}
.BoxedInfoRow .BoxedInfoRowBox .BoxedInfoRowAction {
  position: absolute;
  bottom: 12px;
  right: 14px;
}
.BoxedInfoRow .BoxedInfoRowBox .BoxedInfoRowAction > button {
  margin-right: 0px;
  margin-bottom: 0px;
}
.Signature-canvas {
  border: 1px solid black;
  background: white;
  margin: auto;
  display: block;
}
/* BPA flow*/

.BPAFlowContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99.15%;
}
.BPAFlowStep {
  position: relative;
  display: flex;
  justify-content: center;
}
.BPAFlowStep.Hidden {
  display: none;
}
.BPAFlowStep .StepContainer {
  flex: 1;
  height: min-content;
  max-width: 420px;
}
.BPAFlowStep .StepEditContainer {
  position: relative;
}
.BPAFlowStep .EditFlow {
  position: absolute;
  height: 35px;
  top: 15px;
  right: 7px;
  margin: 2px;
  cursor: pointer;
  background: transparent;
  color: #0277bd;
}
.BPAFlowStep .EditFlow:hover {
  background: transparent;
}
.BPAFlowStep #ActionForm {
  padding: 0;
}
.BPAFlowStep .CollapsibleClientForm.Collapsed {
  display: flex;
  padding: 16px 0 0 0;
  align-items: stretch;
  height: 100%;
  justify-content: center;
}
.BPAFlowStep .CollapsibleContainer {
  flex: 1;
  height: min-content;
  min-height: 110px;
}
.BPAFlowStep .CollapsibleContainer .Header {
  height: 35px;
  padding: 0 16px;
  line-height: 35px;
}
.BPAFlowStep .CollapsibleContainer select {
  min-width: 100px;
}
.BPAFlowStep .CollapsibleContainer label {
  color: #808183;
  font-weight: bold;
  background-color: none;
  white-space: nowrap;
}
.BPAFlowStep .CollapsibleContainer .ClientForm {
  justify-content: start;
  display: flex;
}
.BPAFlowStep .CollapsibleContainer .CollapsedIndicatorLine {
  margin-left: 0;
}
.BPAFlowStep #ConditionSection {
  width: 100%;
  height: 100%;
}
.BPAFlowStep #ConditionSection td {
  padding: 0 16px;
}
.BPAFlowStep .StepAdd {
  width: 33%;
  min-height: 80px;
  border: 2px dashed #9c9c9c;
  background: #e5e5e5;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}
.BPAFlowStep .StepAdd .StepAddSign {
  cursor: pointer;
  font-size: 40px;
  height: 40px;
  translate: 0 -5px;
  color: #0277bd;
}
.BPAFlowStep .StepAdd .StepWord {
  margin-top: -5px;
  cursor: pointer;
  color: #0277bd;
}
.BPAFlowStep #ConditionContainer.StepContainer.NoCondition {
  max-width: 124px;
}
.BPAFlowStep #ConditionActionConnector.HorizontalConnector.NoAction {
  flex-basis: calc(286px + 4%);
}
.BPAFlowStep #ConditionActionConnector.HorizontalConnector.NoActionHasCondition {
  flex-basis: calc(148px + 4%);
}
.BPAFlowStep #ActionContainer.NoAction {
  margin-right: calc(8% - 148px);
}
.BPAFlowStep #TriggerContainer.StepContainer.NoAction {
  margin-left: 8%;
}
.BPAFlowStep .ActionBox #ConditionForm.CollapsibleClientForm.Collapsed {
  padding-top: 0;
}
.BPAFlowStep .HorizontalConnector.NoCondition {
  flex-basis: calc(148px + 4%);
}
.BPAFlowStep #ActionContainer .ActionStepAdd {
  height: 100px;
  width: 140px;
  margin: auto;
}
.BPAFlowStep #ActionContainer .ActionConditionStepAdd {
  min-height: unset;
  height: 28px;
  width: 120px;
  margin: auto;
  flex-direction: row;
}
.BPAFlowStep #ActionContainer .ActionConditionStepAdd .StepAddSign {
  font-size: 25px;
  height: min-content;
  margin: 10px 6px 0 0;
}
.BPAFlowStep #ActionContainer .ActionConditionStepAdd .StepWord {
  margin: 0;
}
.BPAFlowStep #ActionContainer .ActionVerticalConnector {
  background: #e5e5e5;
  height: 50px;
  width: 2px;
  margin: auto;
}
.BPAFlowStep #ActionContainer .ActionConditionVerticalConnector {
  background: #e5e5e5;
  height: 20px;
  width: 2px;
  margin: auto;
}
.BPAFlowStep #ActionContainer .NoAction {
  margin: 0px;
  top: 25px;
}
.BPAFlowStep #ActionContainer #BpaFlowAction1_ActionSection {
  padding: 16px 0 0 0;
}
.BPAFlowStep #ActionContainer .EditFlow {
  top: 0;
}
.BPAFlowStep #AddConditionButton {
  top: 40px;
  height: 80px;
  width: 120px;
  margin: auto;
}
.BPAFlowStep .HorizontalConnector {
  background: #e5e5e5;
  height: 2px;
  margin-top: 79px;
  flex-basis: 4%;
}
.BPAFlowStep .hidden {
  display: none;
}
.BPAFlowStep #GeneralForm .ClientForm {
  align-content: center;
  justify-content: center;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  width: 388px;
}
.BPAFlowStep #GeneralForm .ClientForm .ToggleCheckbox > input + label[disabled=disabled] {
  color: #808183;
}
.BPAFlowStep #GeneralForm .ClientForm .ToggleCheckbox > input:checked + label[disabled=disabled] {
  color: white;
}
.BPAFlowStep #GeneralForm .ClientForm .ToggleCheckbox > input + label {
  border: 1px solid #999999;
}
.BPAFlowStep #GeneralForm .ClientForm .ToggleCheckbox label {
  font-weight: normal;
  padding: 2px 8px;
}
.BPAFlowStep #GeneralForm #StepContainer table {
  width: 388px;
}
.BPAFlowStep #GeneralForm .ToggleCheckbox label {
  display: inline;
  padding: 0 4px;
  line-height: unset;
}
.BPAFlowStep #GeneralForm input {
  height: 18px;
  border: 1px solid #b2bec4;
}
.BPAFlowStep #GeneralForm td {
  padding: 6px 0;
}
.BPAFlowStep #ConditionForm label {
  font-style: italic;
  font-weight: lighter;
}
.BPAFlowStep #ConditionForm .ClientForm {
  padding: 22px 0px 0px 0px;
}
.BPAFlowStep #ConditionForm textarea {
  border: 1px solid #b2bec4;
}
.BPAFlowStep #TriggerForm .ClientForm,
.BPAFlowStep #ActionForm .ClientForm,
.BPAFlowStep #ConditionForm .ClientForm {
  padding: 12px 0px 0px 0px;
}
.BPAFlowStep #TriggerForm td,
.BPAFlowStep #ActionForm td,
.BPAFlowStep #ConditionForm td {
  padding: 0 16px;
}
#BpaFlowTrigger select {
  min-width: 30%;
}
#BPAStepsHeader {
  padding: 0;
}
#BPAStepsHeader > div {
  border-bottom: 1px solid #e5e5e5;
  max-width: calc(1260px + 8%);
  margin: 0 auto;
  padding: 5px 10px 2px 10px;
  font-size: 14px;
  font-weight: normal;
}
#BpaFlowForm.ReadOnly .HorizontalConnector {
  flex-basis: 4%;
}
#BpaFlowForm.ReadOnly #TriggerContainer.NoAction {
  margin-left: 0;
}
#BpaFlowForm.ReadOnly #BPAStepsHeader > div {
  max-width: calc(1260px + 8%);
}
#BpaFlowForm.ReadOnly #BPAStepsHeader.NoAction > div,
#BpaFlowForm.ReadOnly #BPAStepsHeader.NoCondition > div {
  max-width: calc(840px + 4%);
}
#BpaFlowForm.ReadOnly #BPAStepsHeader.NoAction.NoCondition > div {
  max-width: 420px;
}
/* Asset */

.InputFieldReadOnlyRightAlign td.Field input[type=text][readonly] {
  background-color: #e5e5e5;
  color: #232323;
  border: 0px;
}
/* One Exact Identity */

.OEIImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 170px;
  position: relative;
}
.OEILitMigrate {
  width: 40em;
  word-wrap: break-word;
}
.OEIBtnMigrate {
  padding-top: 20px;
}
button.exButton.OEIButton {
  margin-bottom: 0px;
}
.GoodsDeliveries .TobePicked.Complete,
.GoodsDeliveries .TobePicked.Partial,
.GoodsDeliveries .TobePicked.No {
  position: relative;
  padding-left: 20px;
  /* Adjust as needed to make space for the icon */

}
.GoodsDeliveries .TobePicked.Complete::before,
.GoodsDeliveries .TobePicked.Partial::before,
.GoodsDeliveries .TobePicked.No::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.GoodsDeliveries .TobePicked.Complete::before {
  content: url("../../styles/ExactFuel/images/circle_complete.png");
}
.GoodsDeliveries .TobePicked.Partial::before {
  content: url("../../styles/ExactFuel/images/circle_partial.png");
}
.GoodsDeliveries .TobePicked.No::before {
  content: url("../../styles/ExactFuel/images/circle_cancelled.png");
}
.GoodsDeliveries .ToPick {
  vertical-align: middle;
}
.GoodsDeliveries .ToPick.Complete {
  content: url("../../../docs/images/BallFailed-Thin.png");
}
.GoodsDeliveries .ToPick.Partial {
  content: url("../../../docs/images/ball-warning-16px.gif");
}
.GoodsDeliveries .ToPick.PurchaseOrderNotReceive {
  content: url("../../../docs/images/BallPendingBlue.png");
}
.GoodsDeliveries tr[class="Header"] > th[colspan],
.GoodsDeliveries tr[class="Header"] > th:not([id]) {
  display: none;
}
.GoodsDeliveries tr[cmxkey] + tr[class^="DataDark"],
.GoodsDeliveries tr[cmxkey] + tr[class^="DataLight"] {
  display: none;
}
.GoodsDeliveries table[class^="ListView"] tr:not([class]):not([id]) {
  display: none;
}
.line-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fuel-popup-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: right;
  margin: 0 !important;
}
.fuel-popup-footer .exButtonBar {
  margin: 0;
}
.exButtonBar.fuel-popup-footer {
  position: relative;
  left: unset;
}
.fuel-card-border {
  border: 1px solid #6c8794;
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 17px;
}
.CflBankFiles .status {
  padding-left: 21px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left;
}
.CflBankFiles .status.rejected {
  background-image: url("../../../docs/images/BallFailed.png");
}
.CflBankFiles .status.sending,
.CflBankFiles .status.sent {
  background-image: url("../../../docs/images/BallPending.png");
  background-position: left;
  padding-right: 21px;
}
.CflBankFiles .status.sending::after {
  content: " ";
  display: inline;
  padding-left: 16px;
  margin-left: 5px;
  background-image: url("../../../docs/images/icon-wait.gif?v=1");
  background-repeat: no-repeat;
  background-size: 14px;
}
.CflBankFiles .status.delivered,
.CflBankFiles .status.acknowledged {
  background-image: url("../../../docs/images/BallYellow.png");
}
.CflBankFiles .status.authorizationlinkexpired {
  background-image: url("../../../docs/images/BallRed.png");
}
.CflBankFiles .status.authorizationlinkclicked {
  background-image: url("../../../docs/images/BallStatusYellow.png");
}
.CflBankFiles .status.authorized {
  background-image: url("../../../docs/images/BallStatusGreen.png");
}
.CflBankFiles .status.completed,
.CflBankFiles .status.created,
.CflBankFiles .status.imported {
  background-image: url("../../../docs/images/BallChecked.png");
}
.CflBankFiles a.clicked:link,
.CflBankFiles a.clicked:visited {
  color: #232323;
}
.CflBankFiles .rejected {
  padding-left: 21px;
  background-image: url("../../../docs/images/dialog_error_icon2.png");
  background-repeat: no-repeat;
  background-size: 14px;
}
.CflBankFiles .sending,
.CflBankFiles .sent {
  padding-right: 21px;
  background-image: url("../../../docs/images/icon-wait.gif?v=1");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right;
}
.CflBankFiles .delivered,
.CflBankFiles .acknowledged,
.CflBankFiles .authorizeclicked,
.CflBankFiles .authorized,
.CflBankFiles .completed {
  padding-left: 21px;
  background-image: url("../../../docs/images/dialog_check_icon2.png");
  background-repeat: no-repeat;
  background-size: 14px;
}
#DivSwitchMenuPortal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#DivSwitchMenuPortal .eds-switch-part {
  min-width: 70px;
}
#CrmSettings_BackgroundImageField .Field input[type=file],
#CrmSettings_CompanyLogoField .Field input[type=file] {
  border: none;
}
.NoDataFoundTemplate {
  display: inline-block !important;
  width: 40% !important;
}
.AccountCompleteProposalDetail {
  background: #e5e5e5;
  width: 100%;
  padding: 5px;
  margin-top: 4px;
}
.AccountCompleteProposalDetail * {
  vertical-align: top;
}
.AccountCompleteProposalDetail th.CaptionHeader {
  width: 25%;
}
.AccountCompleteProposalDetail th.CurrentValueHeader {
  width: 37.5%;
  padding: 4px;
}
.AccountCompleteProposalDetail th.ProposedValueHeader {
  width: 37.5%;
  padding: 4px;
}
.AccountCompleteProposalDetail td.CaptionCell {
  font-weight: bold;
}
.AccountCompleteProposalDetail .NoData {
  color: #888888;
}
#CompleteProposalList_lv tr td {
  vertical-align: top;
}
.BankStatementInvoiceDetail > span {
  width: 100%;
}
.proposedEntriesInsights .InsightsArrowUpIcon,
.proposedEntriesInsightDetails .InsightsArrowUpIcon {
  margin-right: 5px;
  width: 10px;
  height: 10px;
}
.proposedEntriesInsights .ViewInsightsHistoryValue,
.proposedEntriesInsightDetails .ViewInsightsHistoryValue {
  color: #808183;
}
.proposedEntriesInsights .ViewInsightsHistoryMethod,
.proposedEntriesInsightDetails .ViewInsightsHistoryMethod {
  color: #f7971d;
}
.proposedEntriesInsights .viewInsightsClose,
.proposedEntriesInsightDetails .viewInsightsClose {
  background-color: #0277bd !important;
  float: right;
}
.proposedEntriesInsights #InvoiceLinesListView,
.proposedEntriesInsightDetails #InvoiceLinesListView,
.proposedEntriesInsights table.ListView,
.proposedEntriesInsightDetails table.ListView {
  border-collapse: collapse;
}
.proposedEntriesInsights .insightsBorderBottom,
.proposedEntriesInsightDetails .insightsBorderBottom {
  border-bottom: 1px solid #e5e5e5;
}
.proposedEntriesInsights #frm,
.proposedEntriesInsightDetails #frm {
  min-width: 800px;
}
.proposedEntriesInsights .InfoIcon,
.proposedEntriesInsightDetails .InfoIcon {
  margin-bottom: -4px;
}
.proposedEntriesInsights .invoiceHeaderInsightsDiv,
.proposedEntriesInsightDetails .invoiceHeaderInsightsDiv {
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: medium;
}
.proposedEntriesInsights .invoiceLineInsightsDiv,
.proposedEntriesInsightDetails .invoiceLineInsightsDiv {
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: medium;
}
.proposedEntriesInsights #NavigationDiv,
.proposedEntriesInsightDetails #NavigationDiv {
  float: right;
  font-size: 12px;
}
.proposedEntriesInsights #NoDataFoundDiv,
.proposedEntriesInsightDetails #NoDataFoundDiv {
  display: none;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 50px;
}
.proposedEntriesInsights .infoIconAndHyperlinkDiv,
.proposedEntriesInsightDetails .infoIconAndHyperlinkDiv {
  margin-top: 25px;
}
.proposedEntriesInsights .hyperlinkDiv,
.proposedEntriesInsightDetails .hyperlinkDiv {
  margin-left: 20px;
}
.CflBankImportInsights .InsightsArrowUpIcon {
  margin-right: 5px;
  width: 10px;
  height: 10px;
}
.CflBankImportInsights .ViewInsightsHistoryValue {
  color: #808183;
}
.CflBankImportInsights .ViewInsightsHistoryMethod {
  color: #f7971d;
}
.CflBankImportInsights .viewInsightsClose {
  background-color: #0277bd !important;
  float: right;
}
.CflBankImportInsights #BankImportInsightsListView,
.CflBankImportInsights table.ListView {
  border-collapse: collapse;
}
.CflBankImportInsights .insightsBorderBottom {
  border-bottom: 1px solid #e5e5e5;
}
.CflBankImportInsights .infoIcon {
  margin-bottom: -4px;
}
.CflBankImportInsights .cflBankImportEntryLinesDiv {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: medium;
}
.CflBankImportInsights .cflBankImportEntryLinesDiv #NavigationDiv {
  float: right;
  font-size: 12px;
}
.CflBankImportInsights #NoDataFoundDiv {
  display: none;
  margin-left: 10px;
  margin-top: 5px;
  min-height: 200px;
}
.CflBankImportInsights .bankImportInsightsHelpLink {
  margin-left: 20px;
  display: none;
}
.CflBankImportInsights .infoIconAndHyperlinkDiv {
  margin-top: 25px;
}
.LgsProposedEntryInfoCardPage #dvWidgets {
  width: 35% !important;
}
.LgsProposedEntryInfoCardPage #InsightsViewAll {
  margin-bottom: 10px !important;
  text-align: right !important;
}
.CRMProposedEntriesDescriptionSettings .DualListBox tbody tr .Label {
  padding: 4px 0 0px 4px !important;
  background: unset !important;
}
.CRMProposedEntriesDescriptionSettings .DualListBox tbody tr td select {
  padding: 5px !important;
}
.CRMProposedEntriesDescriptionSettings #dvTabSection .CalloutIconContainer {
  display: inline-table !important;
  top: -1em !important;
}
.CRMProposedEntriesDescriptionSettings .scannedInvoicesLines {
  display: flex;
  padding-top: 5px;
  align-items: center;
}
.CRMProposedEntriesDescriptionSettings .splitEntryByCallout {
  display: inline-block;
}
.FinPurchaseInvoiceDirectPayment .container-fluid,
.FinPurchaseInvoiceDirectPayment .row {
  height: 90%;
}
.FinPurchaseInvoiceDirectPayment #frameWrapper {
  height: 100%;
}
.FinPurchaseInvoiceDirectPayment .frame {
  margin-bottom: 50px;
}
.margin-top-5px {
  margin-top: 5px;
}
.FinApprovalFlow #cfStartDate td.Field {
  display: flex;
}
.FinApprovalFlow #StartDate + .browser {
  margin-right: 25px;
}
.AccScannedDocumentsActions .dummyLabel {
  white-space: nowrap;
  width: 24%;
  padding: 8px 13px;
  background: #e5e5e5;
}
.AccScannedDocumentsActions .Label {
  white-space: nowrap;
  width: 14%;
  text-align: left;
}
.AccScannedDocumentsActions .ActionTypeField {
  width: 76%;
}
.AccScannedDocumentsActions .ActionTypeForm {
  width: 100%;
}
/* Debtor Management Styling */

.dbm-previewer .ClassicEmailTextDisplay {
  float: left;
  width: 100%;
}
.dbm-previewer table.ClassicEmailTextDisplay tr {
  display: grid;
  padding-bottom: 3px;
}
.dbm-previewer .tdLabel {
  font-weight: normal;
  font-size: 12px;
  background-color: white;
}
.dbm-previewer .FieldSubject {
  border: 1px solid #aaaaaa;
  padding: 8px;
}
.dbm-previewer .FieldEmail {
  border: 1px solid #aaaaaa;
  padding: 8px;
}
.HRMBusinessCardGroupIcon {
  float: left;
  padding: 5px 5px 0px 0px;
  clear: both;
}
.HRMBusinessCardGroupFields {
  float: left;
  padding: 5px 0px 0px 0px;
}
.SmartAllocationConfiguration .PurAutomationSettings .btnStartDiv {
  margin-right: -8px;
  margin-top: 10px;
  white-space: nowrap;
}
.SmartAllocationConfiguration .PurAutomationSettings .peppolRow {
  vertical-align: top;
  padding-top: 12px !important;
}
.SmartAllocationConfiguration .PurAutomationSettings .dropDownButtonClass {
  background-color: #0277bd;
  border-radius: 2px;
  color: white;
  border: none;
  height: 25px;
  padding: 2px 10px 4px;
  margin-right: 6px;
  font-size: 12px;
  margin-bottom: 14px;
}
.SmartAllocationConfiguration .PurAutomationSettings .table {
  width: 100%;
  border-spacing: 10px inherit;
}
.SmartAllocationConfiguration .PurAutomationSettings .table colgroup col:nth-child(1) {
  width: 70%;
}
.SmartAllocationConfiguration .PurAutomationSettings .table colgroup col:nth-child(2) {
  width: 30%;
}
.SmartAllocationConfiguration .PurAutomationSettings .table tr td1 {
  vertical-align: top;
}
.SmartAllocationConfiguration .PurAutomationSettings .innertable {
  width: 100%;
}
.SmartAllocationConfiguration .PurAutomationSettings .innertable colgroup col:nth-child(1) {
  width: 10%;
}
.SmartAllocationConfiguration .PurAutomationSettings .innertable colgroup col:nth-child(2) {
  width: 80%;
}
.SmartAllocationConfiguration .PurAutomationSettings .innertable colgroup col:nth-child(3) {
  width: 10%;
}
.SmartAllocationConfiguration .PurAutomationSettings .labelstyling {
  padding-top: 0px;
}
.SmartAllocationConfiguration .PurAutomationSettings .ApproverStyling {
  display: none;
}
.SmartAllocationConfiguration .PurAutomationSettings .ImageStyling {
  vertical-align: top;
  width: 75px;
}
.SmartAllocationConfiguration .PurAutomationSettings .ConfigurationField {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
.SmartAllocationConfiguration .PurAutomationSettings .PeppolImageStyling {
  width: 75px;
}
/* Internet Explorer 6, 7 */
@media all\9 {
  .CSDraggable > th > input {
    cursor: default;
  }
}
@media \0screen {
  datagrid {
    line-height: 18px;
  }
  select {
    padding: 0;
  }
  .Field input,
  table.Grid input,
  .Form td.Field input,
  .FilterSection td.Field input {
    height: 17px;
    padding: 3px 3px 0;
  }
  .DualListBox .exButton,
  .DualListBox .exButton:hover {
    min-width: 30px;
  }
  .DropdownMenuAddTask button.exButton[disabled=disabled] {
    background: url("images/button-background-disabled.png") repeat-x left top;
  }
  .WflActivities .FilterSection td.Field input,
  .DocOverview .FilterSection td.Field input {
    height: 16px;
  }
  .ui-datepicker {
    border: 1px solid #777777;
  }
  .ui-datepicker.topfix {
    margin-top: -4px;
  }
  .Administration .DropdownMenuBody .Placeholder.SearchInput {
    margin-left: -226px;
  }
  .AddTaskInputbox .Placeholder {
    margin-left: -168px;
  }
  .DropdownMenuBody .Placeholder.SearchInput,
  .SearchBar .Placeholder.SearchInput {
    margin-left: -251px;
  }
  /*company setup wizard*/
  
  .Wizard.ResponsiveFlat {
    padding-bottom: 0;
  }
  .Wizard.ResponsiveFlat .WizardHeader,
  .Wizard.ResponsiveFlat .WizardFooter,
  .Wizard.ResponsiveFlat .WizardBodyContainer,
  .Wizard.ResponsiveFlat .ProgressBarContainer .ProgressBar {
    width: 918px;
  }
  .Wizard.ResponsiveFlat button.exButton {
    min-width: 40px;
  }
  .Wizard.ResponsiveFlat button.exButton[disabled=disabled] {
    padding-right: 0;
  }
  .Wizard.ResponsiveFlat input[type=radio],
  .Wizard.ResponsiveFlat input[type=checkbox] {
    display: inline-block;
    margin: 5px 5px 5px 0;
    height: 20px;
    vertical-align: bottom;
    position: static;
    border: 1px white solid;
  }
  .Wizard.ResponsiveFlat input[type=checkbox] + label {
    padding-left: 0;
    display: inline;
    line-height: 31px;
  }
  .Wizard.ResponsiveFlat select {
    height: 24px;
  }
  .Wizard.ResponsiveFlat label {
    line-height: 31px;
  }
}
@media screen\0 {
  td.Field input[type="checkbox"],
  td.Field input[type="radio"] {
    border: none;
  }
  table input[type="checkbox"],
  .Form td.Field input[type="checkbox"] {
    padding: 0;
    margin: 3px;
  }
  .FilterSection td.Field input[type="checkbox"] {
    padding: 0;
  }
  .CSDraggable > th > input {
    cursor: default;
  }
  .TrialMessage {
    height: 24px;
  }
  .TrialMessageLiteral {
    height: 18px;
  }
  .TrialMessage .exButton,
  .TrialMessage .exButton:hover {
    line-height: 21px;
    height: 24px;
  }
  .IntuitProvisionAccount .PriceBlockStatic {
    margin-top: 166px;
  }
  .WflActivities .FilterSection td.Field .Placeholder,
  .DocOverview .FilterSection td.Field .Placeholder {
    font-weight: normal;
    margin-left: 2px;
  }
  .WflActivities .TagContainer .TagText,
  .DocOverview .TagContainer .TagText {
    line-height: 16px;
  }
  .DropDownButton ul {
    margin-top: -14px;
  }
  .Administration .DropdownMenuBody .Placeholder.SearchInput {
    line-height: 18px;
  }
  .DropdownMenuBody .Placeholder.SearchInput {
    line-height: 12px;
  }
  /*responsive wizard*/
  
  .Wizard.ResponsiveFlat .Placeholder {
    padding-left: 0;
  }
  .Wizard.ResponsiveFlat select {
    padding: 0;
    background-image: none;
  }
  .Wizard.ResponsiveFlat input[type=radio]:checked + label {
    vertical-align: top;
  }
}
@media screen and (min-width:0\0) {
  .SearchBar .Placeholder.SearchInput {
    line-height: 14px;
  }
  .Field input,
  table.Grid input,
  .Form td.Field input,
  .FilterSection td.Field input {
    padding: 0 3px;
  }
  button.exButton,
  button.exButton:hover,
  button.tgButton,
  button.exButton:disabled {
    padding: 3px 10px 3px;
    line-height: 18px;
  }
  button.exButton.arrow_down:hover {
    padding: 0 4px 5px;
  }
}
/* IE10 And 11 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Field input,
  table.Grid input,
  .Form td.Field input,
  .FilterSection td.Field input {
    padding-right: 0;
  }
  .FilterSectionCollapsed .CollapseFilterGroup > div > button {
    margin-top: 0;
  }
  .Wizard.ResponsiveFlat select {
    background: url('../../styles/ExactFuel/images/select_dropdown_arrow.png') no-repeat right 1px;
    padding-right: 30px;
  }
  .Wizard.ResponsiveFlat select:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .TotpImage {
    background-size: contain;
  }
}
/* Firefox */

@-moz-document url-prefix() {
  button.pgButton:focus {
    outline: none;
  }
  
  .TabMainDiv .DualListBox .SelectBox select {
    padding: 2px 0 0 5px;
  }
  
  .FinInvoiceEntry .EditElementTable.InputIcon .browser img {
    margin-left: -3px;
  }
  
  .Wizard.ResponsiveFlat select,
  .Wizard.ResponsiveFlat select:disabled {
    padding-right: 0;
    -moz-appearance: none;
    /*To hide dropdown default arrow */
  
  }
  
  .TotpImage {
    background-size: contain;
  }
}
.eds-stepper-separator {
  display: none;
}
.actionpreview {
  width: 50em;
  margin-left: 14.215em;
  text-align: left;
  color: #757575;
  margin-bottom: 2em;
}
.collapsibleHeaderLinkButton {
  position: absolute;
  top: 6px;
  right: 7px;
  margin: 2px;
}
.imagePreview {
  width: 14px;
  height: 14px;
}
.parameterpreview {
  width: 35em;
  margin-left: 10em;
  margin-right: 10em;
  text-align: left;
  color: #757575;
  margin-top: 4em;
}
.nowrap {
  white-space: nowrap;
}
.left-align-td td {
  text-align: left !important;
}
.DownloadIcon {
  display: inline-block;
  padding: 0 8px;
}
.bold-text {
  font-weight: bold;
}
.padding-16-left {
  padding-left: 16px;
}
.padding-8-right {
  padding-right: 8px;
}
.margin-4-right {
  margin-right: 4px !important;
}
.margin-4-left {
  margin-left: 4px !important;
}
.ItemSearch {
  behavior: url(#default#savehistory);
  width: 325px;
  height: 19px;
  border: 1px solid #b2bec4;
}
.ItemSearch.Selected {
  border: 1px solid #b2bec4;
}
.inline-icon-offset {
  margin-left: 8px;
  margin-bottom: -3px;
}
.divImage {
  width: 16px;
}
.exButtonBar.BtnBarFooter.NoBackground div {
  margin-top: 0;
}
.padding-top-12px {
  padding-top: 12px;
}
.noborder {
  border: none;
}
.AutomationContainer {
  width: 30%;
}
.text-truncate {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  vertical-align: text-bottom;
}
.embedded-report {
  width: 100%;
  height: 85vh;
}
.HighlightText {
  background-color: #b8d7f5;
  border-radius: 5px;
  padding: 5px;
  margin-left: -4px;
}
/* Please don't put styling below this line, put the above the browser specific hacks */

.FilterSection {
  background: #e5e5e5;
  margin: 0 0 15px 4px;
  width: 99%;
  padding: 5px;
}
.FilterSection .FilterSection {
  border: none;
  padding: 0;
  background: white;
  margin: 0;
  width: 100%;
}
.FilterSection tr.Section th {
  text-indent: -1pt;
  text-align: left;
}
.FilterSection tr.SectionHeader {
  width: 100%;
  margin-top: 20px;
}
.SectionHeader.fb_expanded th {
  background-image: url('images/blue-collapse.png');
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 16px;
  background-position-y: center;
  text-indent: 22px;
  cursor: pointer;
}
.SectionHeader.fb_collapsed th {
  background-image: url('images/blue-expand.png');
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 16px;
  background-position-y: center;
  text-indent: 22px;
  cursor: pointer;
}
.HiddenFilterBlock {
  display: none!important;
}
.FilterSection tr.SectionHeader th {
  font-size: 14px;
  padding-top: 20px;
}
.FilterSection tr.SectionHeader:first-child th {
  padding-top: 0;
}
.FilterSection td {
  padding: 3px 10px;
}
.FilterSection td > label {
  color: #222222;
  font-weight: bold;
}
.FilterSection td.Field input[type="text"].notValid {
  min-height: 16px;
}
.FilterSection td.Field input[type="text"].Selected.notValid {
  border: 1px solid #333333;
}
.FilterSection td.Field input {
  border: 1px solid #b2bec4;
  border-radius: 3px 3px 3px 3px;
  height: 20px;
  margin-right: 3px;
}
.FilterSection td.Field input[type="checkbox"] {
  height: 13px;
  margin: 3px;
}
.FilterSection td.Field > div {
  margin-right: 7px;
}
.FilterSection td.Field > div.custom-browsefield {
  display: flex;
  align-items: center;
  gap: 5px;
}
.FilterSection tr.SubSection td {
  text-align: left;
  padding-left: 4px;
  font-weight: normal;
}
.FilterSection td table {
  padding: 0 !important;
  margin: 0 !important;
}
.FilterSection td.LabelHilite {
  background: #6c8794;
  border: solid 1px white;
  padding-right: 3px;
  padding-left: 2px;
}
table.FilterSection td.LabelSelected {
  background: #6c8794;
  padding-right: 3px;
  padding-left: 2px;
  border: solid 1px #a5a5a5;
}
.FilterSection .ColumnsStyle {
  width: 100%;
}
.FilterSection .ColumnsStyle td {
  border: 0;
}
.FilterSection .Toolbar {
  overflow: hidden;
  height: 26px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.FilterSection .Toolbar.Start {
  background: url('../../../docs/images/edit.toolbar.start.gif') no-repeat;
  width: 3px;
  padding-right: 0;
}
.FilterSection .Toolbar.Element {
  background: url('../../../docs/images/edit.toolbar.background.gif') repeat-x;
  width: 30px;
}
.FilterSection .Toolbar.Separator {
  background: url('../../../docs/images/edit.toolbar.background.gif') repeat-x;
  width: 3px;
}
.FilterSection .Toolbar.End {
  background: url('../../../docs/images/edit.toolbar.end.gif') no-repeat;
  width: 3px;
}
.FilterSection td table.ListView {
  border: 0;
}
.FilterSection .customfield-note {
  margin-left: 5px;
}
.FilterSection .customfield-separator {
  margin-left: 3px;
  margin-right: 3px;
}
.Form.FilterSection,
table.FilterSection {
  margin-bottom: 0;
}
.FilterCollapse {
  background: #e5e5e5;
  margin: 2px 0 15px 4px;
  width: 99%;
  height: 8px;
}
.FilterCollapse.Hover {
  background: #0277bd;
  cursor: pointer;
}
.FilterCollapse.Hover .FilterCollapseArrow {
  background: url('../../styles/ExactFuel/images/filtercollapse.png') top left no-repeat;
}
.FilterCollapse.Hover .FilterCollapseArrow.Closed {
  background: url('../../styles/ExactFuel/images/filtercollapse.png') bottom right no-repeat;
}
.FilterCollapse .FilterCollapseArrow {
  width: 7px;
  height: 6px;
  background: url('../../styles/ExactFuel/images/filtercollapse.png') bottom left no-repeat;
  margin: 0 auto;
}
.FilterCollapse .FilterCollapseArrow.Closed {
  background: url('../../styles/ExactFuel/images/filtercollapse.png') top right no-repeat;
}
.FilterCollapseSpacing {
  margin-bottom: 15px;
}
.FilterSectionCollapsed {
  background: url('../../styles/ExactFuel/images/filtercollapse-bg.png') bottom left repeat;
  margin: 0 0 -2px 4px;
  width: 99%;
}
.FilterSectionCollapsed .CollapseFilterGroup {
  float: left;
  font-weight: bold;
}
.FilterSectionCollapsed .CollapseFilterGroup > div {
  float: left;
  padding: 8px 6px 10px;
  font-weight: normal;
  height: 15px;
}
.FilterSectionCollapsed .CollapseFilterGroup > div > button {
  background: url('../../styles/ExactFuel/images/filter-remove-cross.png') top left no-repeat;
  border: none;
  height: 13px;
  width: 13px;
  margin: 1px 0 0 3px;
  float: right;
}
.FilterSectionCollapsed .CollapseFilterGroup > .CollapseFilterGroupLastDiv {
  border-right: 2px solid white;
}
.FilterSectionCollapsed .CollapseFilterGroup > span {
  float: left;
  padding: 8px 6px 10px;
  height: 15px;
}
.FilterSectionCollapsed .CollapseFilterBlock {
  border-right: 2px solid white;
  clear: both;
  font-size: 14px;
  float: left;
  padding: 8px;
}
.FilterSectionCollapsed:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.FilterSectionNoFilters {
  cursor: pointer;
  width: 99%;
  background-color: #e5e5e5;
  margin-left: 4px;
}
.FilterSectionNoFilters .NoFiltersMessage {
  background: url('../../../docs/images/icon-type-info.png') center left no-repeat;
  padding: 8px 0 8px 22px;
  margin: 0 0 2px 8px;
}
.FilterCustomizeSection tr.SectionHeader th {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}
.FilterCustomizeSection tr.SectionHeader:first-child th {
  padding-top: 0;
}
.FilterCustomizeSection tr.SectionHeader > th a {
  color: #0277bd;
}
.advancedsearchlink {
  display: inline-block;
  margin-left: 20px;
}
.MCGLAnalysis #ffDateRangeFinYearFilterBlockSwitcher_f {
  display: flex;
  align-items: center;
}
.MCGLAnalysis #ffDateRangeFinYearFilterBlockSwitcher_f .dtRangeHypen {
  height: 20px;
  margin-right: 5px;
}
/* this style is needed on EOL Classic, but ignored on EOL ExactDesignSystem */

html,
body,
form {
  height: 100%;
}
form {
  padding: 0 10px 0 0;
  margin-left: 12px;
  position: relative;
}
body.popup {
  margin: 0 15px 0 0;
  overflow: auto;
}
body.popup #CollectPayment .button-bar {
  padding-top: 10px;
  font-size: 13px;
}
body.popup #CollectPayment .button-bar #InvoiceSelectionMessageContainer {
  padding-bottom: 7pt;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
td.Selected > button,
button.browser:focus,
button.pgButton:focus {
  outline: 1px dotted #333333;
}
button.exButton {
  background-color: #898989;
  border-radius: 2px;
  color: white;
  border: none;
  height: 25px;
  padding: 2px 10px 4px;
  margin-right: 6px;
  font-size: 12px;
  margin-bottom: 14px;
}
button.tgButton {
  background-color: #898989;
  border-radius: 2px;
  color: white;
  border: none;
  height: 25px;
  padding: 2px 10px 4px;
  margin-right: -1px;
  font-size: 12px;
  margin-bottom: 0px;
}
button.Default {
  background-color: #0277bd;
}
*.exButton:hover,
*.tgButton:hover {
  background-color: #616161;
}
*.exButton.Default:hover {
  background-color: #01528f;
}
button.exButton.arrow_down {
  border-radius: 0 4px 4px 0;
  text-align: center;
  width: 23px;
  padding: 0 4px 5px 4px;
  margin-left: 0;
}
.browser {
  width: 20px;
  background: transparent;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: middle;
  margin-right: 1px;
}
.HdrTitleLine,
#Hdr,
#hdr,
#hdrHeader,
#_Header,
#Header,
#Header1,
#hHeader,
#HeaderMaintenance,
#PageHeader,
#pageHeader {
  border-bottom: 1px dotted #6c8794;
}
.HdrTitle {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
}
.HdrTitle .HeaderButtons {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.HdrTitle .HeaderButtons .DropdownMenuBody {
  top: 26px;
}
div.ButtonBarHeaderLine {
  display: inline-block;
}
div.exButtonBar {
  margin: 0 6px;
}
div.exButtonBar .DropDownButton {
  padding-bottom: 0;
}
div.exButtonBar .DropdownButtonContainer {
  min-width: calc((100%) - 12px);
}
div.exButtonBar > div {
  margin-top: 14px;
}
div.exButtonBar > div.FooterExButtonBar {
  padding-top: 5px;
  float: right;
}
.DropDownButton {
  padding-bottom: 30px;
  border: 1px solid transparent;
  /*Need to be here to avoid mouseleave*/
  position: relative;
}
.DropDownButton ul {
  margin-top: -13px;
  padding: 3px;
  list-style: none;
  display: none;
  border: 1px solid black;
  background-color: white;
  position: absolute;
  z-index: 1;
}
.DropDownButton ul :hover {
  background-color: #e5e5e5;
}
.DropDownButton li {
  padding: 4px 2px;
  cursor: pointer;
}
.DropDownButton li > button {
  border: none;
  background-color: transparent;
  outline: none;
}
.DropdownMenuContainer.HeaderButtons {
  background: white;
  width: 50px;
  padding: 0;
  font-weight: normal;
}
.DropdownMenuContainer.HeaderButtons .DropdownMenuHeader {
  border-right: 1px solid transparent;
}
.DropdownMenuContainer.HeaderButtons .DropdownMenuHeader .DropdownIcon {
  background: url('../../styles/ExactFuel/images/icon-customise.png') no-repeat top center;
  height: 16px;
  width: 13px;
  margin: 4px 0 0 12px;
}
.DropdownMenuContainer.HeaderButtons .DropdownMenuHeader .ShareIcon {
  background: url('../../styles/ExactFuel/images/share-from-square-regular.svg') no-repeat top center;
  height: 22px;
  width: 18px;
  margin: 4px 0 0 12px;
}
.DropdownMenuContainer.HeaderButtons.Active .DropdownMenuHeader .ShareIcon {
  background: url('../../styles/ExactFuel/images/share-from-square-regular-white.svg') no-repeat top center;
}
.DropdownMenuContainer.HeaderButtons .DropdownMenuBody {
  right: -2px;
  min-width: 180px;
  border-top: 2px solid #0277bd;
}
.DropdownMenuContainer.HeaderButtons .DropdownMenuBody li {
  clear: both;
  margin: 0 0 0 15px;
  padding: 6px 0;
  min-height: 16px;
}
.DropdownMenuContainer.HeaderButtons .DropdownMenuBody li.HeaderButton a {
  display: block;
  min-height: 16px;
}
.DropdownMenuContainer.HeaderButtons .DropdownMenuBody img {
  float: left;
  margin-right: 5px;
}
.DropdownMenuContainer.HeaderButtons.Active {
  background: #0277bd;
  box-shadow: none;
  border-right: 2px solid transparent;
}
.DropdownMenuContainer.HeaderButtons.Active .DropdownMenuHeader .DropdownIcon {
  background-position: bottom center;
}
.DropdownMenuContainer.HeaderButtons.Active .DropdownMenuHeader .ArrowUp {
  transform: rotateX(180deg);
}
.DropdownMenuContainer.HeaderButtons .ArrowUp,
.DropdownMenuContainer.HeaderButtons .ArrowDown {
  background: url('../../styles/ExactFuel/images/arrow-customise-up-down.png') no-repeat bottom center;
  margin: 8px 0 0 6px;
}
.FixedButtonBar {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background: white;
  -webkit-box-shadow: 0 2px 2px 0 #cccccc;
  box-shadow: 0 2px 2px 0 #cccccc;
  -moz-animation: FadeInAnimation 0.5s;
  -o-animation: FadeInAnimation 0.5s;
  -webkit-animation: FadeInAnimation 0.5s;
  animation: FadeInAnimation 0.5s;
  z-index: 99;
}
.FixedButtonBar > div {
  padding: 0 18px;
}
.FixedButtonBar > div.ScrollToTop {
  float: right;
  padding-right: 25px;
}
.FixedButtonBar #hHeader {
  float: left;
  width: 98%;
  border-bottom: none;
}
.FixedButtonBar .exButtonBar {
  width: 100%;
  margin-left: 0;
}
.FixedButtonBar .exButtonBar > div {
  float: left;
  margin: 0 65px 0 0;
}
.FixedButtonBar .exButtonBar .ScrollToTop {
  margin-right: 20px;
  display: block;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.FixedButtonBar .exButtonBar .ScrollToTop > a {
  color: #0277bd;
}
.FixedButtonBar .exButtonBar .ScrollToTop > a:hover {
  color: #0277bd;
}
.FixedButtonBar .exButtonBar .ScrollToTop > a span {
  background: url('../../styles/ExactFuel/images/arrow-up.png') no-repeat;
  height: 29px;
  display: inline-block;
  width: 29px;
}
.FixedButtonBar .exButtonBar .ScrollToTop > a:hover span {
  background-position: bottom left;
}
.FixedButtonBar .HeaderButtons {
  right: 5px;
  top: 5px;
  background: white;
}
.FixedButtonBar .HeaderButtons .DropdownMenuBody {
  top: 25px;
  z-index: 10001;
}
.FixedButtonBar .HdrTitle {
  font-size: 14px;
  padding: 11px 8px;
  margin-bottom: 0;
}
.FixedButtonBar .HdrTitleLine,
.FixedButtonBar #Hdr,
.FixedButtonBar #hdr,
.FixedButtonBar #hdrHeader,
.FixedButtonBar #_Header,
.FixedButtonBar #Header,
.FixedButtonBar #Header1,
.FixedButtonBar #hHeader,
.FixedButtonBar #HeaderMaintenance,
.FixedButtonBar #PageHeader,
.FixedButtonBar #pageHeader {
  border-bottom: none;
}
.FixedButtonBar .HdrSeparator {
  font-size: 12px;
}
.FixedButtonBar .ProgressLineContainer {
  margin-top: 8px;
}
.Form td.Field input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  margin-right: 3px;
}
.Form td.Field input.notValid,
.Form td.Field input[type="text"].notValid,
.Form td.Field input[type="text"].Selected.notValid {
  border: #d15d62 1px solid;
}
/* Chrome */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button.exButton,
  button.exButton:hover,
  button.tgButton,
  button.exButton:disabled {
    line-height: 20px;
  }
  .Form td.Field input:focus {
    border: 1px solid #333333;
  }
  .ui-datepicker td span,
  td a {
    margin-bottom: 1px;
  }
  .ui-datepicker .ui-datepicker-prev {
    width: 2.30em;
  }
}
.Administration .SearchInput {
  line-height: 18px;
  width: 190px;
  margin-left: 4px;
  border: 1px solid #b2bec4;
  border-radius: 3px;
}
.SearchInput {
  height: 19px;
  width: 233px;
  border-right: none;
  border-radius: 3px 0 0 3px;
  font-size: 11px;
  line-height: 18px;
}
.Form td.Field input.Selected {
  border: 1px solid #333333;
}
table.Grid input {
  height: 20px;
}
.card-column table.Grid {
  width: calc(99% - 9px);
}
table.ListView {
  padding: 0 4px 0 0;
  margin: 0 1% 4px 4px;
  width: 100%;
}
table.ListView tr.Header > th {
  background: #e5e5e5;
  font-weight: normal;
}
table.ListView tr.Header th {
  padding: 5px;
  vertical-align: text-top;
  text-align: left;
  border-bottom: solid 1px #e5e5e5;
}
table.ListView tr.Selected {
  background: #e5e5e5;
}
table.ListView td.Selected {
  background: #e5e5e5;
}
span.tabClear {
  border: 1px solid #cccccc;
  border-bottom: none;
  margin-right: 3px;
  color: white;
  background-color: #e5e5e5;
  cursor: pointer;
  display: block;
  float: left;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
span.tabSelected,
.tabClear:hover {
  border: 1px solid #0277bd;
  border-bottom: none;
  margin-right: 3px;
  color: white;
  cursor: pointer;
  display: block;
  float: left;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #0277bd;
}
button.tab {
  background: transparent;
  border: none;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  color: #686868;
}
span.tabSelected button.tab,
.tabClear:hover button.tab {
  background: transparent;
  border: none;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  color: white;
}
.tab .tabstrip {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  max-width: 100%;
}
table.ListView tr.DataDark:hover,
table.ListView tr.DataLight:hover {
  background: #e5e5e5;
}
.WebpartBands .WebpartBand {
  overflow: hidden;
  vertical-align: top;
  padding-right: 20px;
}
.WebpartBands .WebpartBand.LastBand {
  padding: 0;
}
.EntityCardContainer {
  padding: 4px 0 6px;
}
.EntityCardContainer.Bordered {
  padding: 3px 11px 5px;
}
.Bordered {
  border: 1px solid #6c8794;
}
.EntityCardContainer .WidgetTitle {
  margin-bottom: 5px;
  border-bottom: 1px dotted #a7b7bf;
  width: 100%;
}
.EntityCardContainer .WidgetTitle h2 {
  font: bold 12px/24px Arial;
}
.EntityDataContainer .Monitor .Image {
  text-align: center;
  padding: 4px 0 0 2px;
  vertical-align: top;
  width: 28px;
}
.EntityDataContainer .Monitor .Entity {
  vertical-align: middle;
  padding-left: 2px;
}
.EntityDataContainer .MonitorAlt {
  background: #f0f3f4;
}
.EntityDataContainer .MonitorAlt .Entity {
  background: none;
}
.EntityImageContainer {
  padding: 0 6px 0 0;
  text-align: center;
  width: 165px;
}
.EntityImageContainer img {
  display: block;
  margin: 0 auto 10px;
}
.EntityDataContainer .MAligned {
  height: 18px;
}
.MyFirmPortal .content-wrapper {
  padding: 0;
  text-align: center;
}
.EntityDataContainer .Fixed,
.EntityDataContainer .Scrollable {
  height: 173px;
  font-size: 12px;
}
.WidgetDescription {
  margin: 0 0 0 30px;
  color: #737373;
}
.WidgetDescriptionContainer img {
  float: left;
  margin: 3px 5px;
}
.MAligned img,
.MAligned a,
.MAligned span {
  vertical-align: middle;
}
.QuickActions .EntityCardContainer .WidgetTitle {
  border-bottom: 1px dotted #a7b7bf;
  min-height: 20px;
}
.EntityCardContainer .WidgetStatus {
  float: right;
  font: normal 10px/25px Arial;
}
.QuickActionsNarrow {
  height: 102px;
}
.QuickActions .EntityCardContainer .WidgetTitleBottom {
  border-top: 1px dotted #a7b7bf;
  margin-top: 8px;
}
.VerticalTabStripWrapper,
.WebpartBandsWrapper {
  clear: both;
  min-width: 954px;
}
.VerticalTabStripWrapper {
  padding-bottom: 10px;
}
.WebpartBandsWrapper {
  margin-bottom: 15px;
}
.TabStripTableOfContentItem.Selected {
  padding: 1px 14px;
  background: #0277bd;
  cursor: default;
  color: white;
  margin: 0;
}
.TabStripTableOfContentItem {
  color: #6a6a6a;
  padding: 1px 14px;
  cursor: pointer;
  background: white;
  margin: 0;
}
.TabStripTableOfContent .OverviewTab {
  width: 134px;
  font-weight: bold;
}
.TabStripTableOfContentItem,
.TabStripTableOfContentItem.Selected {
  width: 124px;
  overflow: hidden;
  float: right;
  border-bottom: 1px solid #9f9f9f;
}
.TabStripTableOfContentItem.Selected .TabStripSectionHeader {
  color: white;
}
.TabStripSectionHeader {
  margin: 5px 0;
  line-height: 18px;
}
.TabStripTableOfContent {
  padding: 0;
  vertical-align: top;
  width: 162px;
}
.FilterSection .ReferenceType {
  display: inline;
}
.print-history-parent-container {
  margin: 0 8px 0 15px;
  width: 100%;
}
tr.SectionHeader.Card .SectionHeaderButtons {
  text-align: right;
}
Form td.Field.NoMargins {
  padding-right: 0px;
  padding-left: 0px;
}
.MarginLeftMinus20 {
  margin-left: -20px !important;
}
.DeliveryPickupPopup {
  margin: 0 12px;
  padding: 0;
  height: 100%;
}
.DeliveryPickupPopup .footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 35px;
  text-align: right;
  padding-top: 10px;
}
.DeliveryPickupPopup .footer .button-style {
  float: right;
  margin: -12px -12px;
}
.DeliveryPickupPopup .content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
/* GDPR section */

#DynamicContentListHeader,
#GeneralContentListHeader,
#AssignedCompaniesHeader,
#AppPermissionDetailsHeader {
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 5px 5px;
}
#PermanentlyAnonymizeCardField {
  padding: 10px 0 60px 10px;
}
/* end of GDPR section */

tr.border_bottom td {
  border-bottom: 1px solid #cccccc;
}
tr.border_top td {
  border-top: 1px solid #cccccc;
}
.SurvivorWidget,
.DuplicateBankAccountsWidget {
  height: unset !important;
}
.FinMappingPredictions .LinkedGLAccountsInformation {
  background-color: gainsboro;
  padding: 1%;
  margin-left: 0.2%;
  margin-right: 0.8%;
  margin-bottom: 0.8%;
  margin-top: -0.7%;
}
.FinMappingPredictions .DataSection {
  padding: 0;
}
.FixInvoiceEntry .GridBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.FixInvoiceEntry .GridBlock table.Grid {
  width: 100%;
}
.FixInvoiceEntry .GridBlock .Error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  margin-left: 0;
}
.FixInvoiceEntry .GridBlock .Error img {
  height: 30px;
  padding: 4px;
}
.FinInvoiceEntry .CollapsibleClientForm input,
.FinInvoiceEntry .CollapsibleAccount input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  min-width: 0;
}
.FinInvoiceEntry .CollapsibleClientForm input:focus,
.FinInvoiceEntry .CollapsibleAccount input:focus {
  border-color: #333333;
}
.FinInvoiceEntry .CollapsibleClientForm input::-ms-clear,
.FinInvoiceEntry .CollapsibleAccount input::-ms-clear {
  display: none;
}
.flexbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.FinInvoiceEntry .GridBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.FinInvoiceEntry .GridBlock table.Grid {
  width: 100%;
}
.FinInvoiceEntry .GridBlock .Error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  margin-left: 0;
}
.FinInvoiceEntry .GridBlock .Error img {
  height: 30px;
  padding: 4px;
}
.FinInvoiceEntry .GridBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.FinInvoiceEntry .GridBlock table.Grid {
  width: 100%;
}
.FinInvoiceEntry .GridBlock .Error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  margin-left: 0;
}
.FinInvoiceEntry .GridBlock .Error img {
  height: 30px;
  padding: 4px;
}
.DataSection {
  padding-bottom: 1em;
  padding-left: 1em;
}
.CustomiseColumnSelector td,
.Form td {
  padding: 3px;
}
table.ListView tr.Header > th:first-child {
  padding-right: 15px;
}
table.Grid tr.Footer td.BoldSpanField,
table.Grid tr.Footer td.BoldInputField,
table.Grid td.SpanField,
table.Grid td.InputField {
  padding: 0 0 0 6px;
}
.ListView.scrolling-x .Header > th.stick-column {
  background: #e5e5e5;
  box-shadow: none;
}
.LogPrintEmail {
  margin-left: -20px !important;
}
.LogPrintEmail #main {
  margin: 0 12px;
  padding: 0;
}
.LogPrintEmail #footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 35px;
  text-align: right;
  padding-top: 10px;
}
.BackupDialogInstructions {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
.Message.Notification.NotificationMessagePosition {
  padding-top: 20px;
  padding-bottom: 0px;
}
table.ListView tr.DataDark > td,
table.ListView tr.DataLight > td {
  border-bottom: 1px solid #e5e5e5;
}
table table.ListView {
  margin: 0 0 15px 4px;
  width: 99%;
}
.TaxSchedule .CombinedTaxSpacer {
  padding-top: 50px;
}
.WizardBody input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  margin: 0 7px;
}
.WizardBody input.Selected {
  border: #333333 1px solid;
}
.WizardMenuTopInFrame {
  background: url('../../styles/ExactFuel/images/panel-header.gif') repeat-x #e2e7ea;
  height: 30px;
  color: #232323;
  font-weight: bold;
}
.WizardMenuTop {
  font-weight: bold;
  font-size: medium;
  border: none;
  left: 0;
  right: 0;
  position: absolute;
}
.WizardLogo {
  background: url('../../styles/ExactFuel/images/logo-exact-menu.png') no-repeat;
  float: left;
  width: 99px;
  height: 21px;
  margin: 11px 18px;
  cursor: pointer;
}
.WizardTitle {
  padding-top: 10px;
  padding-right: 200px;
  font-weight: bold;
  font-size: large;
  color: white;
  text-align: right;
  vertical-align: top;
}
.WizardMenuBottom,
.WizardMenuBottomInFrame {
  height: 30px;
  font-weight: bold;
  font-size: medium;
  color: #808183;
}
.WizardBody {
  margin: 0 10% !important;
  border: 1px solid #9f9f9f;
  border-top: none;
}
.WizardButtonBar {
  margin: 0 10%;
  padding: 10px;
  border: 1px solid #9f9f9f;
  border-bottom: none;
  border-top: none;
}
.WizardPopupContentTable .WizardButtonBar {
  border: none;
  padding: 10px 0;
  margin: 0 60px;
}
.WizardContent {
  padding: 0 !important;
}
.WizardMenu {
  background-color: white;
}
.WizardHelp {
  border: black 1px solid;
  padding: 5px 5px 5px 5px;
  font-size: x-small;
  overflow: auto;
  background-color: #ffffcc;
}
.WizardButton {
  padding-left: 10px;
  font-size: medium;
  font-weight: bold;
  color: black;
}
.WizardButton a {
  background: url('../../styles/ExactFuel/images/icon-bigarrow.png') top left no-repeat;
  padding-left: 20px;
  margin-left: 2px;
}
.WizardButton a.WizardButtonSubLink {
  font-size: 12px;
  background: none;
  display: block;
  padding-top: 8px;
  font-weight: normal;
}
.WizardButton a.WizardButtonSubLink img {
  vertical-align: bottom;
  margin-right: 4px;
  margin-left: 5px;
}
.WizardButtonSubscription {
  padding-left: 10px;
  font-size: medium;
  font-weight: bold;
  color: #898989;
}
button.WizardButtonCancel,
button.WizardButtonCancel:hover {
  position: absolute;
  right: 0;
  background: url('../../styles/ExactFuel/images/icon-close.png') top left no-repeat;
  border: 1px;
  margin: 8px 35px 0 0;
  width: 20px;
}
/* The cancel button, when inside a dialog, needs a bigger offset from the right to be visible */

.Wizard.Normal .WizardButtonCancel {
  margin-right: 50px;
}
.Wizard.InFrame {
  position: absolute;
  width: 100%;
}
.WizardSpace {
  background-color: white;
  border: 0;
}
.WizardSpace div.ListView {
  margin: 0;
}
.WizardSpace table.ListView tr.Header th {
  font-size: 10px;
}
.WizardSpace div.Footer table.ListView {
  margin-left: 0;
}
.WizardHeader {
  background: #0277bd;
  color: white;
  height: 32px;
  margin-top: 18px;
  margin-right: 20px;
}
.WizardHeader .HdrTitle {
  color: white;
  font-size: 16px;
  padding: 5px 0 0 6px;
}
.WizardHeader div.HdrTitle {
  float: left;
}
.WizardHeader .HdrRefs {
  color: #232323;
  padding-top: 10px;
}
.WizardErrors {
  border: solid 1px #b80013;
}
.WizardErrors td {
  padding: 2px;
}
.WizardSections {
  width: 100%;
  padding: 10px 10px 0;
}
.WizardSections .Label,
.WizardSections .Field {
  text-align: left !important;
}
.WizardSections .Field select {
  margin-left: 7px;
}
.WizardSectionHeader th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.WizardSectionImage {
  float: right;
  width: 5%;
}
.WizardSection {
  background-color: white;
  width: 100%;
}
.WizardSection td.Label,
.WizardSections td.Label {
  background: #e5e5e5;
  padding: 7px 5px;
}
.WizardSections tr.EmailValidateLoginButton {
  height: 75px;
  background-color: transparent;
  vertical-align: bottom;
}
.WizardBackground {
  background: #d7d7d7;
}
.WizardStepsDark {
  background-color: #887b6e;
  font-size: xx-small;
  font-weight: bold;
  color: white;
}
.WizardStepsLight {
  background-color: #c9c3bd;
  font-size: xx-small;
  font-weight: bold;
  color: #aba6a1;
}
.WizardSelectionNormal {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  padding: 2px;
  margin: 4px;
  cursor: pointer;
}
.WizardSelectionSelected {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  padding: 2px;
  margin: 4px;
  cursor: pointer;
}
.WizardSelectionHeader {
  width: 100%;
  padding: 2px;
  background: #e5e5e5;
  margin: 4px;
  color: white;
  text-align: left;
  font-size: medium;
  padding-left: 10px;
}
.WizardLargeFont {
  padding-left: 10px;
  font-weight: bold;
  font-size: medium;
  color: #6c8794;
  text-align: left;
}
.WizardImageBtn {
  width: 20px;
  height: 20px;
  text-align: right;
  cursor: pointer;
}
.WizardPriceStar {
  width: 150px;
  height: 85px;
  background-image: url('../../styles/ExactFuel/images/ster-price.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 30px;
  font-size: medium;
  font-weight: bold;
  color: white;
  z-index: 1;
}
.WizardPopupContent table {
  width: 100%;
}
.CddConfirmScreening.Wizard .WizardButtonBar .IAcceptServiceAgreementLogo {
  height: 40px;
  float: right;
}
.CddConfirmScreening.Wizard .WizardButtonBar button {
  float: right;
}
.CddConfirmScreening div {
  line-height: 1.5em;
}
.CddConfirmScreening .BoldText {
  font-weight: bold;
}
.CddConfirmScreening p {
  margin-bottom: 1em;
}
.CddConfirmScreening .CddWizardNextSection {
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.CddConfirmScreening .CddWizardSectionHeader {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
}
.CddConfirmScreening .CddWizardSectionHeader img {
  float: right;
  width: 25px;
}
.CddConfirmScreening .WhyCompanyScreeningImages {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.CddConfirmScreening .WhyCompanyScreeningImages table {
  width: 100%;
}
.CddConfirmScreening .WhyCompanyScreeningImages img {
  padding-bottom: 1em;
}
.CddConfirmScreening .WhyCompanyScreeningImages td {
  text-align: center;
}
.CddConfirmScreening .WhyCompanyScreeningImages .Screening {
  height: 100px;
  width: 100px;
}
.CddConfirmScreening .WhyCompanyScreeningImages .BankLink {
  height: 100px;
  width: 100px;
}
.CddConfirmScreening .CompanyInformation {
  margin-top: 1em;
}
.CddConfirmScreening .CompanyInformation table {
  margin-left: 2em;
}
.CddConfirmScreening .CompanyInformation td {
  vertical-align: top;
}
.CddConfirmScreening .CompanyInformation input {
  border: 0px;
}
.CddConfirmScreening .CompanyInformation .label {
  width: 240px;
  font-weight: bold;
}
.CddConfirmScreening .CompanyInformation .passiveInfoMessage {
  margin-top: 0.5em;
  color: #9e9e9e;
  font-style: italic;
}
.CddConfirmScreening .CompanyInformation .redText {
  color: red;
}
.CddConfirmScreening .PersonsTable th {
  text-align: left;
  padding: 5px;
  font-weight: normal;
  padding-top: 20px;
}
.CddConfirmScreening .PersonsTable td {
  padding: 4px;
  vertical-align: middle;
}
.CddConfirmScreening .PersonsTable .NumberColumn {
  width: 10px;
}
.CddConfirmScreening .PersonsTable .NameColumn {
  padding-right: 6px;
  width: 250px;
}
.CddConfirmScreening .PersonsTable .NameColumn input {
  width: 95%;
  color: black;
}
.CddConfirmScreening .PersonsTable input[type="text"] {
  border-radius: 5px;
  height: 23px;
  font-size: 10pt;
  color: black;
}
.CddConfirmScreening .PersonsTable .BirthDateColumn {
  width: 135px;
}
.CddConfirmScreening .PersonsTable .DeleteColumn {
  width: 20px;
}
.CddConfirmScreening .PersonsTable .DeleteColumn img:hover {
  cursor: pointer;
}
.CddConfirmScreening .PersonsTable .Buttons {
  text-align: right;
}
.CddConfirmScreening .PersonsTable .Buttons button {
  height: 30px;
  font-size: 14px;
}
.CddConfirmScreening .ServiceAgreementTable {
  padding: 15px 10px 15px 0px;
}
.CddConfirmScreening .ServiceAgreementTable td {
  text-align: left;
}
.CddConfirmScreening .ServiceAgreementTable input[type="checkbox"] {
  opacity: 100;
  height: 15px;
  position: relative;
  width: 15px;
  margin: 5px;
}
.CddConfirmScreening .CddWizardButton {
  float: right;
  margin-left: 0.5em;
  background-color: #888888;
  color: white;
  position: relative;
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  border: none;
  margin-right: 6px;
  padding: 2px 20px 4px 20px;
}
.CddConfirmScreening .CddWizardButtonDefault {
  background-color: #0277bd;
}
.CddConfirmScreening .CddWizardButtonDisabled {
  background-color: #d4d4d4;
}
.CustomerDueDiligenceScreeningWizardV2 div {
  line-height: 1.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .BoldText {
  font-weight: bold;
}
.CustomerDueDiligenceScreeningWizardV2 p {
  margin-bottom: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardNotification {
  min-height: 40px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  padding: 10px 10px 10px 70px;
  border-radius: 2px;
  box-sizing: content-box;
  width: 836px;
  display: none;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardSection {
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 18px;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardNextSection {
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardSectionHeader {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardSectionHeader img {
  float: right;
  width: 25px;
}
.CustomerDueDiligenceScreeningWizardV2 .WhyCompanyScreeningImages {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.CustomerDueDiligenceScreeningWizardV2 .WhyCompanyScreeningImages table {
  width: 100%;
}
.CustomerDueDiligenceScreeningWizardV2 .WhyCompanyScreeningImages img {
  padding-bottom: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .WhyCompanyScreeningImages td {
  text-align: center;
}
.CustomerDueDiligenceScreeningWizardV2 .WhyCompanyScreeningImages .Screening {
  height: 100px;
  width: 100px;
}
.CustomerDueDiligenceScreeningWizardV2 .WhyCompanyScreeningImages .BankLink {
  height: 100px;
  width: 100px;
}
.CustomerDueDiligenceScreeningWizardV2 .CompanyInformation {
  margin-top: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .CompanyInformation table {
  margin-left: 2em;
}
.CustomerDueDiligenceScreeningWizardV2 .CompanyInformation td {
  vertical-align: top;
}
.CustomerDueDiligenceScreeningWizardV2 .CompanyInformation input {
  border: 0px;
}
.CustomerDueDiligenceScreeningWizardV2 .CompanyInformation .label {
  width: 240px;
  font-weight: bold;
}
.CustomerDueDiligenceScreeningWizardV2 .CompanyInformation .passiveInfoMessage {
  margin-top: 0.5em;
  color: #9e9e9e;
  font-style: italic;
}
.CustomerDueDiligenceScreeningWizardV2 .CompanyInformation .redText {
  color: red;
}
.CustomerDueDiligenceScreeningWizardV2 #PageRepresentativeWarnings ol {
  padding-left: 1em;
  padding-top: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 #ubosViewList {
  padding-left: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 #ubosViewList td {
  padding-right: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable th {
  text-align: left;
  padding: 5px;
  font-weight: normal;
  padding-top: 20px;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable td {
  padding: 4px;
  vertical-align: middle;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .NumberColumn {
  width: 10px;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .NameColumn {
  padding-right: 6px;
  width: 250px;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .NameColumn input {
  width: 95%;
  color: black;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable input[type="text"] {
  border-radius: 5px;
  height: 23px;
  font-size: 10pt;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .BirthDateColumn {
  width: 135px;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .BirthDateColumn input {
  color: black;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .DeleteColumn {
  width: 20px;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .DeleteColumn img:hover {
  cursor: pointer;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .Buttons {
  text-align: right;
}
.CustomerDueDiligenceScreeningWizardV2 .PersonsTable .Buttons button {
  height: 30px;
  font-size: 14px;
}
.CustomerDueDiligenceScreeningWizardV2 .InProgressSpinner {
  display: inline-table;
  text-align: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .InProgressSpinner .TextInProgressSpinner {
  font-size: 18pt;
  color: gray;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .FunFactsContainer {
  display: inline-table;
  text-align: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .FunFactsContainer img {
  height: 200px;
}
.CustomerDueDiligenceScreeningWizardV2 .FunFactsContainer .TextFunFactsContainer {
  color: #5b5b5b;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .FunFactsContainer .TextFunFactsContainer .FunFactTitle {
  font-size: 16pt;
}
.CustomerDueDiligenceScreeningWizardV2 .FunFactsContainer .TextFunFactsContainer .FunFactDescription {
  font-size: 12pt;
}
.CustomerDueDiligenceScreeningWizardV2 .InformationBox {
  padding: 1em;
  line-height: 1.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .InformationBox ol {
  list-style-position: outside;
  padding-left: 2em;
}
.CustomerDueDiligenceScreeningWizardV2 .InformationBox ol li {
  padding-left: 1em;
  line-height: 1.4em;
  padding-top: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .InformationBox .TitleWhatAndWhy {
  font-weight: bold;
  color: black;
}
.CustomerDueDiligenceScreeningWizardV2 .ServiceAgreementTable {
  padding: 15px 10px 15px 0px;
}
.CustomerDueDiligenceScreeningWizardV2 .ServiceAgreementTable td {
  text-align: left;
}
.CustomerDueDiligenceScreeningWizardV2 .ServiceAgreementTable input[type="checkbox"] {
  opacity: 100;
  height: 15px;
  position: relative;
  width: 15px;
  margin: 5px;
}
.CustomerDueDiligenceScreeningWizardV2 .ServiceAgreementTable input[type="text"] {
  border-radius: 5px;
  height: 23px;
  font-size: 10pt;
  width: 300px;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardButton {
  float: right;
  margin-left: 0.5em;
  background-color: #888888;
  color: white;
  position: relative;
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  border: none;
  margin-right: 6px;
  padding: 2px 20px 4px 20px;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardButtonDefault {
  background-color: #0277bd;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardButtonDisabled {
  background-color: #d4d4d4;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardActionCompletedWithSuccess {
  background-image: url('../../../docs/images/Success@1x.png');
  background-repeat: no-repeat;
  background-color: #5cb85c;
  background-size: 20px;
  background-position: center left 10px;
  padding-left: 40px;
  padding-top: 5px;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardActionCompletedWithWarning {
  background: orange;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage img {
  padding-right: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage td {
  line-height: 1.5em;
  vertical-align: top;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage div.BoldText {
  padding-top: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .ScreeningInformationTable {
  width: 60%;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .ScreeningInformationTable td {
  line-height: 2em;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage ol {
  list-style-position: inside;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles {
  padding: 10px;
  border: 1px;
  border-style: solid;
  width: 100%;
  border-color: #808183;
  margin-bottom: 1em;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles td {
  line-height: 1.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles .BlueButton #OrganogramFileButton {
  border: 0px;
  float: none;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles .BlueButton #OrganogramFileButton:focus {
  box-shadow: unset;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles .BlueButton table {
  width: 100%;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles .BlueButton td {
  vertical-align: bottom;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles .BlueButton button {
  margin-bottom: 0px;
  float: right;
}
.CustomerDueDiligenceScreeningWizardV2 .FinalAssessmentMessage .OrganogramFiles .BlueButton button:disabled {
  margin-bottom: 0px;
}
.CustomerDueDiligenceScreeningWizardV2 .CddWizardResetCompanyScreening {
  padding-left: 62px;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardHelp {
  background: white;
  padding: 2px;
  width: 450px;
  border: 0;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardHelp .QuestionMark {
  width: 50px;
  padding-top: 1em;
  padding-right: 15px;
  vertical-align: top;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardHelp button {
  float: right;
  margin-right: -10px;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardContactInformation {
  background: white;
  padding: 2px;
  width: 450px;
  border: 0;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardContactInformation .header {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  color: #333333;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardContactInformation #CardSectionContactInformation {
  padding-left: 0px;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardContactInformation Input {
  width: 100%;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardContactInformation .footer {
  color: #808183;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardContactInformation button {
  float: right;
}
.CustomerDueDiligenceScreeningWizardV2 .CflCddWizardContactInformation #buttonCancel {
  margin-right: -10px;
}
.CustomerDueDiligenceScreeningWizardV2 .RepresentativeRadio {
  padding-top: 2em;
}
.CustomerDueDiligenceScreeningWizardV2 .ConfirmedUbos ol {
  padding-left: 2em;
}
.CustomerDueDiligenceScreeningWizardV2 .RepresentativeOption {
  padding-left: 20px;
}
.CustomerDueDiligenceScreeningWizardV2 .LegalRepresentativeChooseFile {
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .LegalRepresentativeSelectedFile {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.CustomerDueDiligenceScreeningWizardV2 .LegalRepresentativeUploadFile {
  background-color: #d4d4d4;
}
.CustomerDueDiligenceScreeningWizardV2 #UploadFileButton {
  height: 27px;
}
.CustomerDueDiligenceScreeningWizardV2 #LegalRepresentativeEmail {
  width: 300px;
}
.CustomerDueDiligenceScreeningWizardV2 .passiveInfoMessage {
  margin-top: 0.5em;
  color: #9e9e9e;
  font-style: italic;
}
.CustomerDueDiligenceScreeningWizardV2.Wizard .WizardButtonBar .IAcceptServiceAgreementLogo {
  height: 40px;
  float: right;
}
.CustomerDueDiligenceScreeningWizardV2.Wizard .WizardButtonBar button {
  float: right;
}
.CflBankGatewayConnector .NameValueTable {
  width: 100%;
}
.CflBankGatewayConnector .NameValueTable th {
  text-align: left;
  background: #e5e5e5;
  height: 20px;
  padding-left: 10px;
  border-spacing: 0px;
}
.CflBankGatewayConnector .NameValueTable input {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
  width: 95%;
}
.CflBankGatewayConnector .NameValueTable .NameColumn {
  width: 30%;
}
.ClientPortalInput input[type=text] {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
}
.ClientPortalSalesInvoice {
  height: 100%;
}
.ClientPortalSalesInvoice > table {
  background-color: white;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  height: auto;
}
.ClientPortalSalesInvoice .LeftSide {
  vertical-align: top;
  padding-right: 224px;
  height: 100%;
}
.ClientPortalSalesInvoice .LeftSide .ClientPortalSalesInvoiceContent {
  overflow: hidden;
  padding: 10px 12px 0 12px;
  margin-right: 10px;
}
.ClientPortalSalesInvoice .LeftSide .ClientPortalSalesInvoiceContent.GridWithExtraRows table.Grid tr.GridRow td {
  border-bottom: none;
}
.ClientPortalSalesInvoice .LeftSide .ClientPortalSalesInvoiceContent > table {
  background-color: white;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.ClientPortalSalesInvoice .LeftSide .ClientPortalSalesInvoiceContent .ExtSubtotal {
  text-align: right;
}
.ClientPortalSalesInvoice .LeftSide .ClientPortalSalesInvoiceContent .ExtSubtotal td {
  border-bottom: 1px solid #e5e5e5;
}
.ClientPortalSalesInvoice .LeftSide .SalesInvoiceDiscountPercentage input[type=text] {
  width: 60%;
}
.ClientPortalSalesInvoice .LeftSide .SalesInvoiceDiscount input[type=text] {
  width: 60%;
}
.ClientPortalSalesInvoice .LeftSide .ExtSubtotal {
  text-align: right;
}
.ClientPortalSalesInvoice .LeftSide table.Grid {
  white-space: nowrap;
}
.ClientPortalSalesInvoice .LeftSide .ClientPortalSalesInvoicePDF {
  border-style: none;
  width: 100%;
  height: 100%;
}
.ClientPortalSalesInvoice .LeftSide .MediumFont {
  font-size: 13px;
}
.ClientPortalSalesInvoice .ClientPortal {
  overflow: hidden;
}
.ClientPortalSalesInvoice .ClientPortal > table {
  height: 100%;
}
.ClientPortalSalesInvoice .RightSide {
  height: 100%;
  vertical-align: top;
  width: 220px;
  padding: 20px 0 0 20px;
  background-color: #f1f1f1;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
}
.ClientPortalSalesInvoice .RightSide div.TimeLineBar {
  margin-bottom: 16px;
}
.ClientPortalSalesInvoice .RightSide .SideBarContent {
  margin-right: 20px;
}
.ClientPortalSalesInvoice .RightSide table {
  width: 100%;
  border-spacing: 0;
}
.ClientPortalSalesInvoice .RightSide button {
  width: 100%;
}
.ClientPortalSalesInvoice .RightSide button.exButton {
  margin-bottom: 3px;
}
.ClientPortalSalesInvoice .RightSide .LayoutBox {
  width: 200px;
  margin-bottom: 10px;
}
.ClientPortalSalesInvoice .RightSide .Form td > div.Wide {
  white-space: nowrap;
  margin-right: 8px;
}
.ClientPortalSalesInvoice .RightSide .Form td > div.Wide input {
  width: 100%;
}
.ClientPortalSalesInvoice .RightSide .Account {
  width: inherit;
  height: inherit;
}
.ClientPortalSalesInvoice .RightSide .Account .Container {
  padding: 7px 10px;
  background-color: #e5e5e5;
}
.ClientPortalSalesInvoice .RightSide .InvoiceDateField {
  float: right;
}
.ClientPortalSalesInvoice .Form td.Field {
  padding: 1px 7px 2px 4px;
}
.ClientPortalSalesInvoice .ClientPortal .Form td.Field {
  padding: 1px 2px 1px 2px;
}
.ClientPortalSalesInvoice .SmallerFont {
  font-size: 10px;
  height: 10px;
}
.ClientPortalSalesInvoice .HeaderMinHeight {
  height: 14px;
}
.ClientPortalSalesInvoice .CompanyView,
.ClientPortalSalesInvoice .CompanyEdit td,
.ClientPortalSalesInvoice th {
  white-space: nowrap;
}
.ClientPortalSalesInvoice .SideBar,
.ClientPortalSalesInvoice .TimeLineBar {
  position: absolute;
  width: 220px;
}
.ClientPortalSalesInvoice .SideBar {
  top: 20px;
}
.ClientPortalSalesInvoice .SideBar .ContainerImage {
  float: right;
  margin: 1px 20px 0 0;
  cursor: pointer;
}
.ClientPortalSalesInvoice .SideBar .ContainerImage img {
  border: 0;
}
.ClientPortalSalesInvoice .TimeLineBar {
  bottom: 20px;
}
.ClientPortalSalesInvoice .ExtContentColumn {
  height: 410px;
}
.ClientPortalSalesInvoice .Account {
  width: 318px;
  height: 198px;
}
.ClientPortalSalesInvoice .Account input {
  height: 20px;
  border: 1px solid #b2bec4;
  border-radius: 3px;
  padding: 0 0 0 3px;
  width: 100%;
}
.ClientPortalSalesInvoice .Account .Placeholder {
  margin: 0 7px;
  padding-top: 4px;
  padding-left: 3px;
}
.ClientPortalSalesInvoice .Account .ViewForm {
  border: 1px solid white;
}
.ClientPortalSalesInvoice .Account .Hover {
  border-color: #0277bd;
}
.ClientPortalSalesInvoice .CustomerBlock {
  height: 200px;
}
.ClientPortalSalesInvoice .CustomerBlock .Account .ViewForm {
  display: block;
  border: 1px solid #e5e5e5;
  height: 138px;
}
.ClientPortalSalesInvoice .CustomerBlock .Account .ViewForm .Content {
  height: 135px;
}
.ClientPortalSalesInvoice .CustomerBlock .Account .Hover {
  border: 1px solid #0277bd;
  height: 153px;
}
.ClientPortalSalesInvoice .CustomerBlockContentHeight .ViewForm .Content {
  height: 120px !important;
}
.ClientPortalSalesInvoice .InvoiceNumber {
  text-align: left;
  height: 140px;
  width: 315px;
}
.ClientPortalSalesInvoice .InvoiceNumber .ClientForm .ViewMode {
  padding: 5px 9px;
  height: 113px;
}
.ClientPortalSalesInvoice .InvoiceNumber .ClientForm .EditMode td {
  padding-right: 4px;
}
.ClientPortalSalesInvoice .InvoiceNumber .ClientForm .EditMode td input[type=radio] {
  margin: 2px;
}
.ClientPortalSalesInvoice .InvoiceNumber .ClientForm .EditMode td input[type=text] {
  border: 1px solid #b2bec4;
  border-radius: 3px;
  height: 20px;
}
.ClientPortalSalesInvoice .InvoiceNumber .ClientForm .EditMode td select {
  width: 100%;
  margin: 2px 0;
}
.ClientPortalSalesInvoice .InvoiceNumber table {
  border-spacing: 0;
}
.ClientPortalSalesInvoice .InvoiceNumberBlock {
  height: 140px;
  width: 315px;
}
.ClientPortalSalesInvoice .InvoiceNumberBlock .ClientForm input[type=radio] {
  margin: 2px;
}
.ClientPortalSalesInvoice .InvoiceNumberBlock .ClientForm input[type=radio] + label {
  font-weight: 100;
}
.ClientPortalSalesInvoice .InvoiceNumberBlock .ClientForm select {
  width: 100%;
  margin: 2px 0;
}
.ClientPortalSalesInvoice .InvoiceNumberBlock .ClientForm td {
  padding-right: 6px;
  margin: 2px;
}
.ClientPortalSalesInvoice .InvoiceNumberBlock .ClientForm .ViewMode {
  padding: 0 10px 10px 10px;
  height: 145px;
  line-height: normal;
}
.ClientPortalSalesInvoice .InvoiceNumberBlock .ClientForm .ViewMode table {
  border-spacing: 0;
  text-align: right;
  float: right;
}
.ClientPortalSalesInvoice .SalesInvoiceLabel {
  font-weight: normal;
  line-height: 12px;
  margin: 2px 0px;
  word-break: break-word;
}
.ClientPortalSalesInvoice .Footer {
  height: 86px;
  margin: 10px 0 0 0;
  background-color: white;
}
.ClientPortalSalesInvoice .Footer .ClientForm .ViewMode {
  min-height: 46px;
}
.ClientPortalSalesInvoice .Footer .ClientForm .EditMode {
  min-height: 62px;
}
.ClientPortalSalesInvoice .Footer .ClientForm .EditMode textarea {
  width: 100%;
  height: 62px;
  resize: none;
}
.ClientPortalSalesInvoice .CustomerCountryContainer {
  max-width: 40px;
}
.ClientPortalSalesInvoice .VATCodeBlock {
  margin-top: 15px;
}
.ClientPortalSalesInvoice .InvoiceForm {
  border: 1px solid;
  border-color: #ccc6cc;
  box-shadow: 0px 0px 12px 6px #ccc6cc;
  margin: 15px;
  padding: 10px;
  max-width: 800px;
}
.ClientPortalSalesInvoice .InvoiceLayout {
  width: 220px;
  margin-right: 20px;
}
.ClientPortalSalesInvoice .InvoiceLayout .LayoutBox {
  width: 200px;
  margin-bottom: 10px;
}
.ClientPortalSalesInvoice .PendingLineWithNoBackground {
  background: url("../../../docs/images/BallPending.png") no-repeat 14px center;
}
.ClientPortalSalesInvoice .PendingLineWithNoBackground.Top {
  background-position: 14px 6.5px;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataViewMode {
  padding: 7px;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataViewMode .row {
  padding: 1px 7px 2px 4px;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataViewMode .CompanyAddressDetails label {
  font-weight: normal;
  padding-right: 4px;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataViewMode .CompanyAddressDetails EditMode div {
  width: 50%;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataViewMode .CompanyDetails {
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 10px;
  padding-right: 5px;
  flex-direction: column;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataViewMode .CompanyDataRows:not(:last-child) {
  padding-right: 4px;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataEditMode {
  padding: 0 4px;
}
.ClientPortalSalesInvoice .CompanyData .CompanyDataEditMode input[type=text] {
  width: 95%;
}
.ClientPortalSalesInvoice .CustomerForm {
  height: 250px !important;
  width: 350px !important;
  background-color: #e5e5e5;
  padding-top: 7px;
}
.ClientPortalSalesInvoice .ColumnWithPadding {
  padding-right: 3px !important;
  width: 180px;
}
.ClientPortalQuotation .MiddleBlock {
  max-width: fit-content;
  min-width: 600px;
  width: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm {
  border: 1px solid;
  border-color: #ccc6cc;
  box-shadow: 0px 0px 12px 6px #ccc6cc;
  padding: 10px;
  width: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .col-container {
  display: inline-flex;
  width: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .col {
  flex-direction: column;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .TopContainer {
  line-height: normal;
  min-height: 250px;
  max-height: 350px;
  height: auto;
  display: inline-flex;
  width: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer {
  display: inline-flex;
  width: 100%;
  min-height: 240px;
  height: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationCustomerBlock {
  height: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationCustomerBlock .Account {
  height: 100%;
  width: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationCustomerBlock .Account .ViewForm {
  display: block;
  border: 1px solid #e5e5e5;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationCustomerBlock .Account .ViewForm .Content {
  height: unset !important;
  min-height: 125px;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationCustomerBlock .Account .Hover {
  height: unset !important;
  min-height: 120px;
  border: 1px solid #0277bd;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock {
  min-height: 170px;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock .row {
  width: 100%;
  padding: 3px 3px 0px 0px;
  margin: 2px 0;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock .row:first-child {
  margin-top: 0px;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock .ClientForm {
  text-align: right;
  min-height: 170px;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock .ClientForm .ViewMode {
  min-height: 140px;
  line-height: normal;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock .ClientForm .EditMode {
  min-height: 170px;
  padding: 0 4px;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock .ClientForm .EditMode input[type=text] {
  width: 100%;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock .ClientForm .Header {
  font-weight: bold;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .BottomContainer .QuotationDetailsBlock label {
  font-weight: normal;
  overflow-wrap: break-word;
  margin-bottom: 0px;
}
.ClientPortalQuotation .MiddleBlock .QuotationInvoiceForm .Footer {
  word-break: break-all;
  overflow-wrap: break-word;
  line-height: inherit;
}
.ClientPortalQuotation .RightBlock {
  padding-left: 15px;
}
.ClientPortalQuotation .SalesQuotationDiscountPercentage input[type=text] {
  width: 60%;
}
.ClientPortalQuotation .SalesQuotationDiscount input[type=text] {
  width: 60%;
}
.ClientPortalQuotation .ExtSubtotal {
  text-align: right;
}
.CompanyDetailSection {
  min-height: 240px;
  line-height: normal;
}
.CompanyDetailSection input {
  width: 100%;
  padding: 0 2px;
  margin: 2px 0;
}
.CompanyDetailSection .ClientForm .ViewMode {
  padding: 0px;
  text-align: right;
}
.CompanyDetailSection .ClientForm .EditMode {
  padding-bottom: 4px;
}
.CompanyDetailSection .ClientForm .EditMode input[type=text] {
  width: 100%;
}
.CompanyDetailSection .Header {
  font-weight: bold;
}
.noPreviewIcon {
  background: url("../../styles/ExactFuel/images/noPreviewIcon.png") #cccccc center center no-repeat;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  display: inline-block;
}
.noPreviewContainer {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.noPreviewContainer h2 {
  padding-top: 1%;
}
.TodayDateSwitchContainer {
  position: static;
  display: flex;
  height: 60px;
  padding-left: 16px;
  align-items: center;
}
.TodayDateSwitchContainer #TodayDateSwitchSection {
  margin-left: 30px;
}
.ClientPortalSend #sfLayoutEMail input[type=text] {
  min-width: 400px;
}
.ClientPortalSinglePaymentInstruction form {
  margin: 0;
  padding: 0;
  height: max-content;
}
.ClientPortalSinglePaymentInstruction table {
  width: 100%;
}
.ClientPortalSinglePaymentInstruction .header {
  min-height: 60px;
  background-color: white;
}
.ClientPortalSinglePaymentInstruction .header div {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 30px;
}
.ClientPortalSinglePaymentInstruction .HeaderText {
  font-size: 16px;
  white-space: nowrap;
}
.ClientPortalSinglePaymentInstruction .paymentStatusContainer {
  margin-top: 32px;
  min-width: 30rem;
  max-width: 50rem;
}
.ClientPortalSinglePaymentInstruction .alignCenter {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.ClientPortalSinglePaymentInstruction .statusContainer {
  padding: 0.5rem;
  background-color: white;
  min-width: 30rem;
  max-width: 50rem;
  font-family: Apax-Regular, Arial;
}
.ClientPortalSinglePaymentInstruction .statusMessage {
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}
.ClientPortalSinglePaymentInstruction .statusCloseScreen {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.ClientPortalSinglePaymentInstruction .statusImage {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  height: 20px;
}
.ClientPortalSinglePaymentInstruction .label {
  font-family: Apax-Regular, Arial;
}
.ClientPortalSinglePaymentInstruction .fontweightbold {
  font-weight: bold;
}
.ClientPortalSinglePaymentInstruction .fontsizefifteen {
  font-size: 15px;
}
.ColCollaborateEDS {
  line-height: unset;
}
.ColCollaborateEDS body,
.ColCollaborateEDS form {
  background-color: #ececec !important;
  border-bottom: hidden !important;
  height: 100% !important;
}
.ColCollaborateEDS #CompanyHeader {
  height: 60px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.ColCollaborateEDS #CompanyHeader > div {
  display: flex;
  align-items: center;
}
.ColCollaborateEDS .CompanyLogoTitle {
  height: inherit;
  font-weight: bold;
  font-size: 24px;
  font-family: Apax-Regular, Arial;
}
.ColCollaborateEDS .LogoNameSeparator {
  color: #b2bec4;
  padding: 0 10px;
}
.ColCollaborateEDS #PageHeader {
  display: none;
}
.ColCollaborateEDS .PageContent {
  margin: 0 !important;
  background-color: #ececec;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ColCollaborateEDS .DataContent {
  overflow: hidden;
  height: 670px;
  border-radius: 5px 5px 5px 5px;
  min-width: 1200px;
  max-width: 1600px;
}
.ColCollaborateEDS td.Label {
  margin: 0;
  padding: 8px 0 8px 16px !important;
}
.ColCollaborateEDS #Wizard_wiz {
  width: 40% !important;
  position: absolute;
  left: 0 !important;
  float: left !important;
  padding-bottom: unset !important;
  background-color: white !important;
  height: 500px !important;
  min-width: 450px;
  max-width: 740px;
}
.ColCollaborateEDS .WizardBodyContainer {
  padding-top: 0 !important;
  border-radius: 0 !important;
  border: 0px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 550px !important;
}
.ColCollaborateEDS #BodypReview,
.ColCollaborateEDS #BodypAttachmentsAndConditions,
.ColCollaborateEDS #BodypSign {
  box-shadow: inset 0 -8px 5px -6px #e8e7e6;
  overflow: hidden !important;
  height: 440px !important;
}
.ColCollaborateEDS #BodypAttachmentsAndConditions {
  height: 450px !important;
}
.ColCollaborateEDS div.WizardField {
  margin-bottom: unset !important;
}
.ColCollaborateEDS div.content-wrapper {
  width: 100% !important;
  margin-left: 20px;
  margin-right: 20px;
  max-width: unset !important;
}
.ColCollaborateEDS div.navigation-control,
.ColCollaborateEDS div.navigation-spacer-control {
  display: none;
}
.ColCollaborateEDS table.ListView tbody tr td {
  border: 1.5px solid #e1e4e4;
  border-collapse: collapse;
}
.ColCollaborateEDS table.ListView tbody tr:last-child td {
  border: 0;
}
.ColCollaborateEDS table,
.ColCollaborateEDS table.ListView {
  width: 100% !important;
  margin: 0 !important;
}
.ColCollaborateEDS .ListView {
  border: none !important;
}
.ColCollaborateEDS .ListView .DataDark,
.ColCollaborateEDS .ListView .DataLight {
  font-size: 12px;
}
.ColCollaborateEDS .CardControlSection {
  min-height: unset !important;
  min-width: unset !important;
  background-color: white !important;
}
.ColCollaborateEDS #cfsDetails {
  position: relative;
  min-width: unset !important;
  width: 100% !important;
  white-space: nowrap;
  margin: 0 0 15px 0 !important;
  max-height: 135px !important;
}
.ColCollaborateEDS #cfQuoteNumber > td,
.ColCollaborateEDS #cfPONumber > td {
  padding-top: inherit;
}
.ColCollaborateEDS #cfQuoteNumber td.Label {
  color: black !important;
  font-size: initial !important;
  font-weight: initial !important;
  margin-bottom: unset !important;
  display: flex !important;
  line-height: initial !important;
}
.ColCollaborateEDS #PONumber {
  width: 210px;
}
.ColCollaborateEDS .CalloutIcon {
  background: url('../docs/images/icon-questionmark-circle.svg') !important;
  width: 25px !important;
  height: 25px !important;
  margin-bottom: -25px !important;
}
.ColCollaborateEDS div.CalloutIcon {
  margin-left: 1px !important;
}
.ColCollaborateEDS #cfPONumber td.Label {
  color: black !important;
  font-size: initial !important;
  font-weight: initial !important;
  margin-bottom: unset !important;
  display: flex !important;
  line-height: initial !important;
}
.ColCollaborateEDS #OptionalItems_ListViewContainer {
  overflow: auto !important;
  width: 100% !important;
  margin-top: -12px;
  max-height: 180px;
}
.ColCollaborateEDS #clvOptionalItems,
.ColCollaborateEDS #clvAttachments {
  position: relative;
  min-width: unset !important;
  width: 100% !important;
  margin: 0 0 15px 0 !important;
}
.ColCollaborateEDS #OptionalItems thead tr.Header {
  border-top: 0;
}
.ColCollaborateEDS #OptionalItems thead tr.Header th {
  border-top: unset !important;
  background-color: unset !important;
}
.ColCollaborateEDS #OptionalItems tbody tr {
  font-size: 12px;
}
.ColCollaborateEDS #clvAttachments > tbody > tr > td,
.ColCollaborateEDS #clvOptionalItems > tbody > tr > td {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
}
.ColCollaborateEDS #Attachments > tbody > tr > td:first-child {
  padding-left: 15px;
  border-left: 0 !important;
}
.ColCollaborateEDS #Attachments_ListViewContainer {
  overflow: auto !important;
  width: 100% !important;
  margin-top: -17px;
  max-height: 200px;
  border-bottom: 1.5px solid #e1e4e4;
  border-collapse: collapse;
}
.ColCollaborateEDS #chkAccept {
  margin-left: 20px !important;
}
.ColCollaborateEDS #DownloadAll {
  margin-top: 25px;
  margin-left: 20px;
  margin-bottom: 22px !important;
}
.ColCollaborateEDS #Attachments tbody tr:last-child td {
  border: 1.5px solid #e1e4e4;
  border-collapse: collapse;
}
.ColCollaborateEDS #cfsSignature {
  position: relative;
  min-width: unset !important;
  width: 100% !important;
}
.ColCollaborateEDS #cfsSignature > colgroup > col:first-child {
  display: none;
}
.ColCollaborateEDS #cfsSignature > colgroup > col:last-child {
  width: 100%;
}
.ColCollaborateEDS #cfSignature td.Label {
  display: none;
}
.ColCollaborateEDS #cfSignature td.Field {
  padding: 0;
  border-radius: 0 0 4px 4px;
}
.ColCollaborateEDS #SignatureImageContainer {
  width: 83%;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.ColCollaborateEDS .Signature-canvas {
  background: #ececec;
  border: none;
  margin-left: 3%;
  border-radius: 5px 5px 5px 5px;
}
.ColCollaborateEDS .SignCaption {
  text-align: left;
  position: absolute;
  top: 10%;
  left: 45px;
  color: #787a7a;
  user-select: none;
}
.ColCollaborateEDS .SignatureBoardUnderline {
  width: 72%;
  margin-left: 13%;
  position: absolute;
  top: 82%;
  border-color: #787a7a;
}
.ColCollaborateEDS .SignatureClearBtn {
  position: absolute;
  top: 85%;
  left: 41%;
}
.ColCollaborateEDS .DisableSignatureClearBtn {
  pointer-events: none;
  color: #787a7a !important;
}
.ColCollaborateEDS .Artifact {
  float: none !important;
  left: 45% !important;
  position: inherit;
  padding: 20px;
  width: 55% !important;
  overflow: hidden !important;
  height: 670px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  min-width: 720px;
  max-width: 960px;
}
.ColCollaborateEDS #iframePDF {
  overflow: hidden !important;
  height: 100%;
}
.ColCollaborateEDS .ProgressBarContainer {
  background-color: white !important;
  margin-bottom: 0 !important;
  padding-top: 30px !important;
  border-bottom: 1px solid #e1e4e4 !important;
}
.ColCollaborateEDS .WizardButtonBar {
  float: right;
}
.ColCollaborateEDS div.WizardButtonBar {
  margin-right: 19px !important;
  margin-top: 22px !important;
}
.ColCollaborateEDS .popup-footer {
  min-width: 400px;
  max-width: 740px;
}
.ColCollaborateEDS .exButton {
  border-radius: 4px !important;
}
.ColCollaborateEDS button.exButton,
.ColCollaborateEDS #Link {
  font-size: 13px !important;
  margin-bottom: 5px !important;
}
.ColCollaborateEDS .line {
  display: none;
}
.ColCollaborateEDS input[type="checkbox"] {
  opacity: unset !important;
  position: relative !important;
  height: 17px !important;
  width: 17px !important;
  margin-left: 15px !important;
}
.ColCollaborateEDS .CollaborationCompanyLogo {
  height: 2.5rem;
}
.ColCollaborateEDS .CollaborationWizardSectionImg {
  padding: 60px;
}
.ColCollaborateEDS .CollaborationPoweredByFooter {
  height: 4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ColCollaborateEDS .CollaborationPoweredByFooter.white {
  color: white;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
}
.ColCollaborateEDS .CollaborationPoweredByFooterImg {
  height: 12px;
  margin-left: 5px;
  padding-right: 20px;
  content: url("../../../docs/images/login/exact-logo-full-red.svg");
}
.ColCollaborateEDS .CollaborationPoweredByFooterImg.white {
  content: url("../../../docs/images/Exact-Logo-White-Large.png");
}
.ColCollaborateEDS .ui-dialog-titlebar {
  display: none !important;
}
.ColCollaborateEDS .RejectNoteSection {
  min-width: unset !important;
  min-height: unset !important;
  background-color: white !important;
}
.ColCollaborateEDS #csReject {
  position: relative;
  top: -20px;
  left: -20px;
  border: 0;
  min-width: unset;
}
.ColCollaborateEDS #Notes {
  width: 100% !important;
  position: relative;
  left: 40px;
}
.ColCollaborateEDS #csReject > colgroup > col:first-child {
  width: 100% !important;
}
.ColCollaborateEDS #cfReject > td.Label {
  position: relative;
  left: 26px;
  top: 0px;
  border: 0;
  display: inline-block;
  min-height: unset;
}
.ColCollaborateEDS #cfReject > td.Field {
  position: relative;
  left: 0px;
  border: 0;
  display: inline-block;
  padding-top: 0;
}
.ColCollaborateEDS .RejectDialogButtonBar {
  text-align: right;
  position: absolute;
  bottom: 15px;
  width: -moz-available;
  right: 32px;
  display: inline-block;
}
.ColCollaborateEDS #AcceptedScreen,
.ColCollaborateEDS #RejectedScreen {
  width: 40%;
  position: absolute;
  left: 0 !important;
  float: left !important;
  padding-bottom: unset !important;
  background-color: white !important;
  min-height: 574px;
}
.ColCollaborateEDS .alignCenter {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media only screen and (min-height: 500px) and (min-width: 1200px) {
  .ColCollaborateEDS .DataContent {
    margin-bottom: 0px;
    display: flex;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .ColCollaborateEDS #Wizard_wiz {
    height: 580px !important;
    width: 45% !important;
  }
  .ColCollaborateEDS .WizardBodyContainer {
    height: 480px !important;
  }
  .ColCollaborateEDS #BodypSign {
    height: 375px !important;
  }
  .ColCollaborateEDS #BodypReview {
    height: auto !important;
    max-height: 500px;
  }
  .ColCollaborateEDS #BodypAttachmentsAndConditions {
    height: 440px !important;
  }
  .ColCollaborateEDS .Signature-canvas {
    height: 200px;
    width: 104%;
  }
  .ColCollaborateEDS #OptionalItems_ListViewContainer {
    max-height: 180px !important;
  }
  .ColCollaborateEDS .Artifact {
    display: block;
    padding-right: 25px;
    min-width: 600px;
    max-width: 740px;
  }
  .ColCollaborateEDS #AcceptedScreen,
  .ColCollaborateEDS #RejectedScreen {
    min-width: 560px;
    max-width: 740px;
  }
}
@media only screen and (min-height: 930px) and (min-width: 1900px) {
  .ColCollaborateEDS .DataContent {
    max-width: 1700px;
  }
  .ColCollaborateEDS #Wizard_wiz {
    height: 770px !important;
    width: 45% !important;
  }
  .ColCollaborateEDS .WizardBodyContainer {
    height: 650px !important;
  }
  .ColCollaborateEDS #BodypReview,
  .ColCollaborateEDS #BodypSign {
    height: 560px !important;
  }
  .ColCollaborateEDS #BodypReview {
    max-height: 570px;
  }
  .ColCollaborateEDS #BodypAttachmentsAndConditions {
    height: 540px !important;
  }
  .ColCollaborateEDS #OptionalItems_ListViewContainer {
    max-height: 300px !important;
  }
  .ColCollaborateEDS #Attachments_ListViewContainer {
    max-height: 300px;
  }
  .ColCollaborateEDS #SignatureImageContainer {
    width: 87%;
    padding-top: 15px;
    padding-left: 15px;
  }
  .ColCollaborateEDS .Artifact {
    max-width: 960px;
    flex: 100%;
    left: 43.5% !important;
  }
  .ColCollaborateEDS #AcceptedScreen,
  .ColCollaborateEDS #RejectedScreen {
    width: 45% !important;
  }
}
@media only screen and (min-height: 2000px) {
  .ColCollaborateEDS .PageContent {
    width: auto !important;
  }
  .ColCollaborateEDS .DataContent {
    overflow: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
  .ColCollaborateEDS #Wizard_wiz {
    width: 100% !important;
    position: unset !important;
    left: 0 !important;
    float: none !important;
    height: 650px !important;
  }
  .ColCollaborateEDS .WizardBodyContainer {
    width: 100% !important;
    height: 530px !important;
  }
  .ColCollaborateEDS #BodypReview,
  .ColCollaborateEDS #BodypAttachmentsAndConditions,
  .ColCollaborateEDS #BodypSign {
    width: 100% !important;
    height: 440px !important;
  }
  .ColCollaborateEDS #OptionalItems_ListViewContainer {
    max-height: 200px;
  }
  .ColCollaborateEDS #SignatureImageContainer {
    width: 90% !important;
  }
  .ColCollaborateEDS .Artifact {
    left: 0 !important;
    width: 100% !important;
  }
  .ColCollaborateEDS #iframePDF {
    width: 100% !important;
  }
  .ColCollaborateEDS #AcceptedScreen,
  .ColCollaborateEDS #RejectedScreen {
    position: unset !important;
    left: 0 !important;
    float: none !important;
    width: 100% !important;
  }
}
@media (orientation: portrait), (max-width: 1200px) {
  .ColCollaborateEDS .PageContent {
    width: auto !important;
  }
  .ColCollaborateEDS .DataContent {
    overflow: auto !important;
    height: 650px;
    min-width: unset;
    max-width: unset;
    width: auto !important;
  }
  .ColCollaborateEDS #Wizard_wiz {
    width: 100% !important;
    height: 650px !important;
    position: unset !important;
    left: 0 !important;
    float: none !important;
    min-width: unset;
    max-width: unset;
  }
  .ColCollaborateEDS .WizardBodyContainer {
    width: 100% !important;
    height: 530px !important;
  }
  .ColCollaborateEDS #BodypReview,
  .ColCollaborateEDS #BodypAttachmentsAndConditions,
  .ColCollaborateEDS #BodypSign {
    width: 100% !important;
    height: 440px !important;
  }
  .ColCollaborateEDS #OptionalItems_ListViewContainer {
    max-height: 180px;
  }
  .ColCollaborateEDS #SignatureImageContainer {
    width: 95% !important;
  }
  .ColCollaborateEDS .Signature-canvas {
    height: 255px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .ColCollaborateEDS div.WizardButtonBar {
    margin-top: 11px !important;
  }
  .ColCollaborateEDS .popup-footer {
    min-width: unset;
    max-width: unset;
  }
  .ColCollaborateEDS #btnDownloadQuote {
    margin-right: 12px;
  }
  .ColCollaborateEDS .Artifact {
    left: 0 !important;
    width: 100% !important;
    height: 570px !important;
    min-width: unset;
    max-width: unset;
  }
  .ColCollaborateEDS #iframePDF {
    width: 100% !important;
  }
  .ColCollaborateEDS #AcceptedScreen,
  .ColCollaborateEDS #RejectedScreen {
    position: unset !important;
    left: 0 !important;
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (min-height: 860px) {
  .ColCollaborateEDS .PageContent {
    height: calc(100% - 60px);
  }
}
.CrmMailAttachments tr.toolbar td {
  background: linear-gradient(#f7f7f7, #bdbdbd);
  border-top: 1px solid #bdbdbd;
}
.CrmMailAttachments tr.toolbar td:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #bdbdbd;
  border-right: none;
}
.CrmMailAttachments tr.toolbar td:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #bdbdbd;
  border-left: none;
}
/* Data Bar - Project & WBS Overview */

.barDefault {
  padding: 0 !important;
  outline: 1px solid #b2bec4;
  height: 12px;
  color: #344047;
  display: inline-block;
  text-align: center;
  font-size: 8pt;
  font-weight: normal;
}
.barDefault .blockDefault {
  padding: 0;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.barDefault .blockDefault[onclick] {
  cursor: pointer;
}
.emptyBar {
  background-color: white;
}
.withinBudgetOpen {
  background-color: #a8deb0;
}
.withinBudgetRealized {
  color: white;
  background-color: #47b656;
}
.exceedAlertOpen {
  background-color: #f8e187;
}
.exceedAlertRealized {
  background-color: #ebbd05;
}
.exceedBudgetOpen {
  background-color: #f39695;
}
.exceedBudgetRealized {
  background-color: #e14040;
}
.partiallyLinked {
  background-color: #94bfdb;
}
.fullyLinked {
  background-color: #a8deb0;
}
.databarLightGreen {
  background-color: #a8deb0;
}
.databarLightBlue {
  background-color: #94bfdb;
}
.tooltipOuter {
  display: none;
  font-size: 12px;
  color: white;
  text-align: left;
  vertical-align: middle;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  z-index: 100;
}
.tooltipInner {
  height: auto;
  color: black;
  padding: 7px;
  font-family: Verdana;
  font-size: 7pt;
  font-weight: normal;
  border-style: none;
  filter: alpha(opacity=85);
  background-color: azure;
  white-space: pre-wrap;
}
.tooltipInner .UsageDatabar td {
  padding: 0px;
  white-space: nowrap;
}
.tooltipInner .UsageDatabar tr.spacer {
  height: 10px;
}
p.tooltipTitle {
  margin-bottom: 1px;
  font-weight: bold;
}
.separatorLine {
  font-size: 0;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: black;
  margin-top: 3px;
  margin-bottom: 3px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
	z-index removed on jquery ui 1.10 
	https://bugs.jqueryui.com/ticket/8729
	*/

}
.ui-widget-overlay.ui-front {
  z-index: 1002;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-button {
  background-color: #898989;
  border-radius: 2px;
  color: white;
  border: none;
  height: 28px;
  padding: 0 10px;
  margin-right: 6px;
}
.ui-button:hover {
  background-color: #616161;
}
.ui-button.Default:hover {
  background-color: #01528f;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  position: fixed;
  padding: 0;
  width: 300px;
  overflow: hidden;
  /*
	z-index removed on jquery ui 1.10 
	https://bugs.jqueryui.com/ticket/8729
	*/

}
.ui-dialog .ui-dialog-titlebar {
  padding: .6em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 27px;
  margin: -8px 0 0 0;
  padding: 0;
  height: 27px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
}
.ui-dialog .ui-dialog-title {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 96%;
  padding-top: 3px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 15px;
  background: none;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  background-image: none;
  padding: .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog.ui-front {
  z-index: 1002;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-widget-content {
  background: white;
  color: #59595b;
}
.ui-widget-content a {
  color: #59595b;
}
.ui-widget-header a {
  color: white;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #354249;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: white;
  text-decoration: none;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-widget-overlay {
  background: black;
  opacity: .50;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: 0;
  padding: 0;
  background: black;
  opacity: .50;
  filter: alpha(opacity=50);
  display: none;
}
.ui-widget-header {
  font-size: 1.1em;
}
.ui-dialog .ui-dialog-buttonpane {
  border-width: 0;
}
.ui-button-text {
  font-weight: bold;
}
.ui-dialog-content .MessageContents {
  border: 0;
  color: #5d5d5d;
  padding: 15px 0px;
}
.ui-dialog-content .MessageIcon {
  vertical-align: top;
  padding-right: 15px;
}
.ui-dialog-content .MessageHeader {
  font-size: 14px;
  margin: 0 0 12px 0;
}
.ui-dialog-content .Form {
  border: solid 1px #dbe1e4;
  padding: 0;
  background: white;
  margin: 0 0 10px 4px;
  width: 99%;
}
.ui-dialog-content .Form .Form {
  border: none;
  padding: 0;
  background: white;
  margin: 0;
  width: 100%;
}
.ui-dialog-content .Form tr.Section th {
  text-indent: -1pt;
  text-align: left;
}
.ui-dialog-content .Form td {
  padding: 3px;
}
.ui-dialog-content .Form td.Field {
  padding-right: 3px;
  padding-left: 2px;
  background: white;
  color: #8b8b8d;
  font-size: 8pt;
  border-bottom: dotted 1px #dbdbdb;
}
.ui-dialog-content .Form td.Label {
  background: white;
  color: #2c2c2d;
  text-align: right;
  padding-right: 5px;
  font-size: 8pt;
  border-bottom: dotted 1px #dbdbdb;
}
.ui-dialog-content .Form td table {
  padding: 0 !important;
  margin: 0 !important;
}
.ui-dialog-content input {
  font-size: 100%;
}
.ui-dialog .ui-dialog-contentiframe {
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-help {
  height: 16px;
  width: 16px;
  margin: -8px 0 0;
  padding: 1px 2px 0 0;
  position: absolute;
  right: 45px;
  top: 50%;
  display: block;
  background: url('../../styles/ExactFuel/images/help-button.png') no-repeat;
}
.ui-dialog .ui-dialog-titlebar-help:hover {
  cursor: pointer;
}
.confirmation-icon {
  content: url('../../../docs/images/imgQuestionMark.png');
  margin-top: -3px;
  padding-right: 15px;
}
.lblconfirmation {
  font-size: 16px;
  font-weight: bold;
}
.RadioButtonList input {
  margin-right: 3px;
  height: 20px;
}
.confirmation-button {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 16px;
  text-align: right;
}
/* this style is needed on EOL Classic, but ignored on EOL ExactDesignSystem */

.ui-widget-header {
  border: 1px solid #0277bd;
  background: #0277bd;
  color: white;
  font-weight: bold;
}
.ui-dialog-content {
  overflow: auto;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: url('../../styles/ExactFuel/images/icon-close.png') 0 0 no-repeat;
}
#diagConfirmIdentity_ConfirmIdentityDialog .PassInput,
#diagConfirmIdentity_ConfirmIdentityDialog .TotpInput {
  text-align: left;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  color: #757575;
  font-size: 14px;
  padding-left: 6px;
  height: 30px;
  margin: 10px 0;
}
#diagConfirmIdentity_ConfirmIdentityDialog .form-group,
#diagConfirmIdentity_ConfirmIdentityDialog .col-xs-12 {
  display: flex;
}
#diagConfirmIdentity_ConfirmIdentityDialog .form-group > *,
#diagConfirmIdentity_ConfirmIdentityDialog .col-xs-12 > * {
  flex: 1;
}
.FeedbackDialog {
  width: 396px;
  height: 264px;
  bottom: -296px;
  right: 32px;
  padding: 16px 16px;
  border-radius: 8px;
  background-color: #0650d0;
  color: white;
  position: absolute;
  float: right;
  box-shadow: 3px 6.1px 6.1px 0px #00000069;
  overflow: hidden;
  display: none;
}
.FeedbackDialog .FeedbackDialogTitle {
  font-family: Apax-Medium;
  font-size: 15px;
  display: block;
  width: 90%;
}
.FeedbackDialog .FeedbackDialogDescription {
  margin-top: 10px;
  font-family: Apax-Regular;
  font-size: 22px;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 27px;
}
.FeedbackDialog button[id*="Solid"]:has(img.selected) {
  display: block;
}
.FeedbackDialog button[id*="Clear"]:has(img.selected) {
  display: none;
}
.FeedbackDialog button[id*="Solid"]:has(img.unselected) {
  display: none;
}
.FeedbackDialog button.exButton {
  border-radius: 4px;
  height: 32px;
  padding: 6px 16px 9px 16px;
  border: 1px solid #0650d0;
  background-color: white;
  white-space: nowrap;
  color: #0650d0;
  font-family: Apax-Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 0;
}
.FeedbackDialog button.exButton.primary {
  padding-top: 7px;
  color: white;
  background-color: #0650d0;
  border: none;
  transition: background-color ease 0.3s;
}
.FeedbackDialog .browser {
  margin-top: 24px;
  margin-right: 0;
}
.FeedbackDialog .browser img {
  min-height: 48px;
  min-width: 52px;
}
.FeedbackDialog .browser img.unselected {
  border: none;
  background: transparent;
}
.FeedbackDialog .browser img.selected {
  border: none;
  background: transparent;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue5.unselected {
  background: url('../../../docs/images/eds_feedback_great.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue5.selected,
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue5:hover {
  background: url('../../../docs/images/eds_feedback_great_solid.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue4.unselected {
  background: url('../../../docs/images/eds_feedback_like_it.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue4.selected,
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue4:hover {
  background: url('../../../docs/images/eds_feedback_like_it_solid.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue3.unselected {
  background: url('../../../docs/images/eds_feedback_ok.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue3.selected,
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue3:hover {
  background: url('../../../docs/images/eds_feedback_ok_solid.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue2.unselected {
  background: url('../../../docs/images/eds_feedback_dont_like.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue2.selected,
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue2:hover {
  background: url('../../../docs/images/eds_feedback_dont_like_solid.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue1.unselected {
  background: url('../../../docs/images/eds_feedback_failure.svg') no-repeat;
}
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue1.selected,
.FeedbackDialog .browser #MenuFeedbackQuestion_DisplayStyleSmileysValue1:hover {
  background: url('../../../docs/images/eds_feedback_failure_solid.svg') no-repeat;
}
.FeedbackDialog .titles label {
  text-align: center;
  display: inline-block;
  width: 75px;
  font-family: Arial;
  font-weight: 400;
  font-size: 11px;
}
.FeedbackDialog .DisplayStyleNumbers {
  display: none;
}
.FeedbackDialog .DisplayStyleNumbers .browser {
  border: 1px solid #a5a9a9;
  background-color: white;
  color: black;
  cursor: pointer;
  width: unset;
}
.FeedbackDialog .DisplayStyleNumbers .browser div {
  min-width: 77px;
  min-height: 40px;
  max-height: 40px;
  align-content: center;
}
.FeedbackDialog .DisplayStyleNumbers .browser div.selected {
  background-color: #ccdae5;
  color: grey;
}
.FeedbackDialog .DisplayStyleNumbers .browser div:hover {
  background-color: #ccdae5;
  color: blue;
}
.FeedbackDialog .DisplayStyleNumbers .browser:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.FeedbackDialog .DisplayStyleNumbers .browser:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.FeedbackDialog .DisplayStyleNumbers div label {
  width: 50px;
  display: inline-block;
  padding-left: 16px;
  text-align: center;
  padding-top: 4px;
  color: #ececec;
}
.FeedbackDialog .DisplayStyleNumbers div label:last-child {
  padding-right: 16px;
  float: right;
}
.FeedbackDialog .FeedbackClose {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.FeedbackDialog #ElaborateAnswer {
  display: none;
  font-family: Apax-Regular;
}
.FeedbackDialog #ElaborateAnswer textarea {
  margin: 16px 0 16px 0;
  font-size: 14px;
}
.FeedbackDialog #ElaborateAnswer .RadioButtonLabel {
  padding-bottom: 8px;
}
.FeedbackDialog #ElaborateAnswer .RadioButtonList input[type="radio"]:checked {
  background: url('../../../docs/images/eds_radio_checked_feedback.svg');
}
.FeedbackDialog #ElaborateAnswer .RadioButtonList input[type="radio"]:checked:hover {
  background: url('../../../docs/images/eds_radio_checked_hover_feedback.svg');
}
.FeedbackDialog .FeedbackFooter {
  bottom: 16px;
  right: 16px;
  position: absolute;
}
.FeedbackDialog .FeedbackFooter .primary:hover {
  text-decoration: underline;
}
.FeedbackDialog .FeedbackFooter #MenuFeedbackQuestion_btnSkip,
.FeedbackDialog .FeedbackFooter #MenuFeedbackQuestion_btnSaveAdditional {
  display: none;
}
#DisableResetTotpDiv_DisableTotpDialog .PassInput,
#DisableResetTotpDiv_DisableTotpDialog .TotpInput {
  text-align: left;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  color: #757575;
  font-size: 14px;
  padding-left: 6px;
  height: 30px;
  margin: 10px 0;
}
#DisableResetTotpDiv_DisableTotpDialog .form-group,
#DisableResetTotpDiv_DisableTotpDialog .col-xs-12 {
  display: flex;
}
#DisableResetTotpDiv_DisableTotpDialog .form-group > *,
#DisableResetTotpDiv_DisableTotpDialog .col-xs-12 > * {
  flex: 1;
}
.ui-dialog-buttonset .LoginButton,
.ui-dialog-buttonset .cancel {
  text-align: center;
  background: #0277bd;
  color: white;
  display: inline-block;
  border-radius: 2px;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 0 13px;
}
.ui-dialog-buttonset .disabled {
  background: #e5e5e5;
  color: #9f9f9f;
  pointer-events: none;
}
/* For implementation in new page, append the ID of the control behind the existing control. /* 
/* #UserIdentityValidator_UserIdentityValidationDialog, #NewPageDialog */

#UserIdentityValidator_UserIdentityValidationDialog .PassInput {
  text-align: left;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  color: #757575;
  font-size: 14px;
  padding-left: 6px;
  height: 30px;
  margin: 10px 0;
}
#UserIdentityValidator_UserIdentityValidationDialog .form-group,
#UserIdentityValidator_UserIdentityValidationDialog .col-xs-12 {
  display: flex;
}
#UserIdentityValidator_UserIdentityValidationDialog .form-group > *,
#UserIdentityValidator_UserIdentityValidationDialog .col-xs-12 > * {
  flex: 1;
}
.ui-dialog-buttonset .LoginButton,
.ui-dialog-buttonset .cancel {
  text-align: center;
  background: #0277bd;
  color: white;
  display: inline-block;
  border-radius: 2px;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 0 13px;
}
.ui-dialog-buttonset .disabled {
  background: #e5e5e5;
  color: #9f9f9f;
  pointer-events: none;
}
.username-confirmation-label-size {
  width: 29%;
}
.username-confirmation-delimiter-size {
  width: 1%;
}
.username-confirmation-label-font {
  font-weight: bold;
}
.username-confirmation-value {
  width: 70%;
}
/*Exact Online Styling for dropzone*/

.dropzone.dz-drag-hover .dz-message {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.dropzone.dz-started.dz-drag-hover .dz-message {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  top: -4px;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
  background-position: -268px -128px;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  background: #e8b6b6;
  border: 1px solid #ba7d7d;
  color: #232323;
  font-size: 11px;
  height: 48px;
  min-width: inherit;
  left: 0;
  padding: 0 8px;
  text-align: center;
  top: 44px;
  width: 103px;
}
.dropzone .dz-preview .dz-error-message span,
.dropzone-previews .dz-preview .dz-error-message span {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}
.dropzone .dz-default.dz-message span .link {
  color: #0277bd;
  display: inline;
  cursor: inherit;
}
.dropzone:hover .dz-default.dz-message span .link {
  text-decoration: underline;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  border-radius: 0;
  border: 0;
  padding: inherit;
  opacity: 0;
  position: absolute;
  font-size: 30px;
  text-align: center;
  background-image: url("../../../docs/images/dropzone-spritemap.png");
  background-repeat: no-repeat;
  text-indent: -999em;
  z-index: 998;
  top: 0;
  height: 97px;
  width: 103px;
  background-position: -218px -208px;
  margin-top: 0;
}
@-moz-document url-prefix() {
  .dropzone .dz-preview .dz-details .dz-filename,
  .dropzone-previews .dz-preview .dz-details .dz-filename {
    bottom: 3px;
  }
}
/* this style is needed on EOL Classic, but ignored on EOL ExactDesignSystem */

.dropzone {
  border: 2px dashed #9c9c9c;
  background: #e5e5e5;
  min-height: 100px;
  padding: 0;
  margin: 8px 0 0 0;
  border-radius: 0;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-image: url("../../../docs/images/dropzone-spritemap.png");
  right: 10px;
  top: 0;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
  background-position: -268px -168px;
}
.dropzone.dz-clickable:hover,
.dropzone.dz-drag-hover {
  border-color: #007faf;
  background: #cbe6ef;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  top: 38px;
  width: 50px;
  left: 0;
  right: 0;
  height: 10px;
  background: #0277bd;
  border-radius: 6px;
  border-style: solid;
  border-color: #0277bd;
  border-width: 5px 2px;
  margin: 0 auto;
}
.dropzone .dz-default.dz-message {
  background-image: url("../../../docs/images/dropzone-document_upload.png");
  background-position: 195px 15px;
  background-size: 38px 40px;
  margin-top: -48px;
  text-align: center;
  height: auto;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  overflow: visible;
}
.dropzone .dz-default.dz-message span {
  display: block;
  margin-top: 62px;
  font-size: 16px;
  color: #59595b;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  opacity: 1;
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.dropzone .dz-preview.dz-success .dz-details,
.dropzone .dz-preview.dz-error .dz-details {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  position: absolute;
  left: 3px;
  line-height: 11px;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  bottom: -14px;
  font-size: 11px;
  text-align: center;
  color: #59595b;
  -ms-word-break: break-all;
  word-break: break-all;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  /* todo: removed bottom left */
  height: 6px;
  top: -3px;
  background-color: #cce6f0;
  background-image: none;
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  height: 80px;
  background: transparent none;
  text-align: center;
  margin-top: -5px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  vertical-align: middle;
  display: table-cell;
}
.dz-filename span {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  width: 100px;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: transparent;
  border: 0;
  height: 96px;
  margin: 0 4px;
  padding: 0;
  box-shadow: none;
}
/* Administration menu specific */
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.enhanced-navigation__top {
  background-color: #0277bd;
  min-height: 48px;
  position: relative;
  z-index: 2;
  padding: 0 4px;
  /* different way of aligning the arrow next to the text */

  /* MyExactOnline trial message */

  /* Remove icon for Help, Activities, Create, and Documents */

}
.enhanced-navigation__top:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub {
  background-color: white;
  background-image: linear-gradient(#00467b, #00467b);
  background-repeat: repeat-x;
  background-size: auto 2px;
  background-position: 0 48px;
  padding: 0;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .DropdownArrow.ArrowUp {
  background-image: url(../../styles/ExactFuel/images/enh-nav-arrow-down-black.svg);
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .DropdownArrow.ArrowDown {
  background-image: url(../../styles/ExactFuel/images/enh-nav-arrow-up-black.svg);
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .DropdownMenuHeader,
.enhanced-navigation .enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .RecentLoginContainer span {
  color: #272727;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .enhanced-search {
  position: relative;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .enhanced-search .enhanced-search__field {
  color: #979797;
  background-color: transparent;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .enhanced-search .enhanced-search__label {
  color: #979797;
  background-color: #f6f6f6;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .enhanced-search.enhanced-search--filled .enhanced-search__label {
  color: transparent;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .enhanced-search .enhanced-search__clear {
  background-image: url(../../styles/ExactFuel/images/enh-nav-clear-icon-black.svg);
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .enhanced-search .enhanced-search__button {
  background-image: url(../../styles/ExactFuel/images/enh-nav-search-icon-dark.svg);
  background-color: #f6f6f6;
}
:not(.ie-support) .enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .enhanced-search:after {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  content: '';
  box-shadow: inset 0px 0px 0px 1px #979797;
  pointer-events: none;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .DropdownMenuContainer {
  border: none;
  padding: 1px;
  border-bottom: 2px solid #00467b;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .DropdownMenuContainer.Administration {
  border-color: red;
  padding-left: 4px;
}
.enhanced-navigation__top.navigation-top-fuel.navigation-top-centralhub .DropdownMenuContainer:nth-child(2) {
  padding-right: 4px;
}
.enhanced-navigation__top a.secondary-link:link,
.enhanced-navigation__top a.secondary-link:visited {
  color: white;
}
.enhanced-navigation__top .DropdownMenuContainer .DropdownMenuHeader {
  height: 42px;
  line-height: 36px;
}
.enhanced-navigation__top .DropdownMenuContainer .DropdownMenuHeader .HeaderText:hover {
  text-decoration: underline;
}
.enhanced-navigation__top .DropdownMenuContainer.Administration {
  float: left;
  font-size: 18px;
}
.enhanced-navigation__top .DropdownMenuContainer.Administration > .DropdownArrow {
  width: 10px;
  height: 6px;
}
.enhanced-navigation__top .DropdownMenuContainer.Administration > .DropdownMenuBody {
  top: -1px;
  left: -1px;
  padding-top: 48px;
  min-width: 256px;
}
.enhanced-navigation__top .DropdownMenuContainer.Administration .AdministrationTitle .ListItem tr:not(.Selected) td {
  color: #0277bd;
}
.enhanced-navigation__top .DropdownMenuContainer.Administration .AdministrationTitle .ListItem tr:not(.Selected):hover,
.enhanced-navigation__top .DropdownMenuContainer.Administration .AdministrationTitle .ListItem tr:not(.Selected):hover td:not(:first-child) {
  text-decoration: underline;
  color: #0277bd;
}
.enhanced-navigation__top .DropdownArrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
  width: 8px;
  height: 5px;
}
.enhanced-navigation__top .DropdownArrow.ArrowUp {
  background: url('../../styles/ExactFuel/images/enh-nav-arrow-down.svg') no-repeat;
}
.enhanced-navigation__top .DropdownArrow.ArrowDown {
  background: url('../../styles/ExactFuel/images/enh-nav-arrow-up.svg') no-repeat;
}
.enhanced-navigation__top .TrialMessage .TrialMessageLiteral {
  display: inline-block;
  font-weight: normal;
  padding: 0 8px;
  line-height: 25px;
  height: 25px;
  background-color: #ca3f45;
}
.enhanced-navigation__top .TrialMessage .exButton,
.enhanced-navigation__top .TrialMessage .exButton:hover {
  margin: 0;
  font-weight: normal;
  padding: 0 8px;
  line-height: 25px;
  height: 25px;
  border: none;
  border-radius: 0;
  background: none #25a296;
}
.enhanced-navigation__top .DropdownMenuContainer.HelpMenu {
  margin-right: 0;
}
.enhanced-navigation__top .DropdownMenuContainer.HelpMenu .HeaderText {
  background: none;
}
.back-to-my-accountant {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 8px 0px 10px;
}
.back-to-my-accountant a {
  font-size: 13px;
  line-height: 16px;
}
.enhanced-navigation__intuit {
  float: right;
  width: 132px;
  height: 48px;
}
/* Enhanced Search */

.enhanced-search {
  float: right;
  margin: 8px 12px;
  height: 32px;
  width: 240px;
  position: relative;
}
.enhanced-search .enhanced-search__button {
  border-radius: 0;
  background: url('../../styles/ExactFuel/images/enh-nav-search-icon.svg') no-repeat center right rgba(0, 0, 0, 0.15);
  background-size: 16px 16px;
  border: none;
  display: block;
  width: 32px;
  float: right;
  outline: none;
  cursor: pointer;
}
.enhanced-search .enhanced-search__clear {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 8px;
  height: 8px;
  display: none;
  background: url('../../styles/ExactFuel/images/enh-nav-clear-icon.svg') no-repeat center left;
  background-size: 8px 8px;
  color: white;
  cursor: pointer;
}
.enhanced-search .enhanced-search__field,
.enhanced-search .enhanced-search__label,
.enhanced-search .enhanced-search__button {
  height: 32px;
  padding: 0;
}
.enhanced-search .enhanced-search__field {
  float: right;
  width: 208px;
  padding: 0 44px 0 16px;
  outline: none;
  color: white;
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  line-height: 1.33;
  background-color: rgba(0, 0, 0, 0.01);
}
.enhanced-search .enhanced-search__field::-ms-clear {
  height: 0;
  width: 0;
}
.enhanced-search .enhanced-search__field::-moz-selection {
  background-color: rgba(255, 255, 255, 0.99);
  color: #0277bd;
}
.enhanced-search .enhanced-search__field::selection {
  background-color: rgba(255, 255, 255, 0.99);
  color: #0277bd;
}
.enhanced-search .enhanced-search__label {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 208px;
  padding: 0 16px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 32px;
  overflow: hidden;
}
.enhanced-search.enhanced-search--filled .enhanced-search__label {
  color: transparent;
}
.enhanced-search.enhanced-search--filled .enhanced-search__clear {
  display: block;
}
/* Enhanced Logo */
/* Enhanced Home */

.enhanced-home {
  float: left;
  margin: 11px 12px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.enhanced-navigation__overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  opacity: 0.0;
  background: black;
  transition: opacity 0.1s ease-in;
  pointer-events: none;
}
.enhanced-navigation__overlay-iframe {
  display: none;
  pointer-events: none;
}
.enhanced-navigation--show-overlay .enhanced-navigation__overlay {
  opacity: 0.5;
  transition: opacity 0.2s ease-in;
}
.enhanced-navigation--show-overlay .enhanced-navigation__overlay-iframe {
  display: block;
  height: 100vh;
  width: 100vw;
  position: absolute;
}
/* IA Top Bar Close Button */

.CloseIATopBarLinkContainer {
  position: relative;
  margin-left: 6px;
  float: right;
}
.CloseIATopBarLinkContainer:before {
  content: '\a0\a0';
}
.CloseIATopBarLink {
  top: 3px;
  right: -17px;
  width: 8px;
  height: 8px;
  padding: 6px 10px;
  position: absolute;
  background: url('../../styles/ExactFuel/images/close-IATopBar.png') center center no-repeat;
  background-size: 40%;
}
.incident-messages-container {
  padding: 0 10px 0;
}
.incident-messages-container .IncidentMessage {
  margin: 6px 10px 2px;
}
.incident-messages-container .IncidentMessage:last-child {
  margin-bottom: 6px;
}
.EoaSinglePayment form {
  margin: 0;
  padding: 0;
  height: max-content;
}
.EoaSinglePayment table {
  width: 100%;
}
.EoaSinglePayment .header {
  min-height: 60px;
}
.EoaSinglePayment .header div {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 30px;
}
.EoaSinglePayment .headerLogo {
  height: 4rem;
}
.EoaSinglePayment .headerSeparator {
  padding-left: 1rem;
  padding-right: 1rem;
}
.EoaSinglePayment .header span {
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
}
.EoaSinglePayment .languageControl {
  float: right;
  padding-right: 30px;
}
.EoaSinglePayment .documentPreviewIFrame {
  width: 100%;
  border: none;
  border-top-left-radius: 4px;
}
.EoaSinglePayment .downloadPdfFileHyperlinkImage {
  height: 14px;
  vertical-align: unset;
  padding-left: 10px;
}
.EoaSinglePayment .PaymentSectionDetails {
  padding-top: 3rem;
  background-color: white;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #e5e5e5;
}
.EoaSinglePayment .paymentSectionTitle {
  display: none;
}
.EoaSinglePayment .paymentkey {
  font-weight: bold;
  font-size: 12px;
}
.EoaSinglePayment .paymentvalue {
  font-size: 12px;
}
@media screen (min-device-width: 768px), (min-device-width: 1200px) {
  .EoaSinglePayment .PaymentSectionDetails {
    border-radius: 4px;
    padding-top: 0px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    min-width: 340px;
  }
  .EoaSinglePayment .paymentSectionTitle {
    display: block;
    background-color: white;
    padding: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .EoaSinglePayment .paymentkey {
    font-weight: bold;
    font-size: 13px;
  }
  .EoaSinglePayment .paymentvalue {
    font-size: 13px;
  }
}
.EoaSinglePayment .contentContainer {
  height: 100%;
  position: fixed;
  width: 100%;
}
.EoaSinglePayment .documentpreviewcontainer {
  display: none;
}
.EoaSinglePayment .contentContainerrow {
  margin-top: 32px;
  margin-bottom: 0px;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.EoaSinglePayment .paymentStatusContainer {
  margin-top: 32px;
  min-width: 30rem;
  max-width: 50rem;
}
.EoaSinglePayment .alignCenter {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.EoaSinglePayment .contentContainerrowshadow {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.EoaSinglePayment .paymentContainer {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex: 33.33%;
  max-width: 470px;
}
.EoaSinglePayment .paymentDetailsContainer {
  padding: 20px;
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
}
.EoaSinglePayment .paymentDetailsContainer .labelKey {
  padding-right: 10px;
  width: 50%;
  vertical-align: top;
}
.EoaSinglePayment .paymentDetailsContainer .labelValue {
  vertical-align: top;
}
.EoaSinglePayment .paymentDetailsContainer td {
  padding-top: 10px;
}
.EoaSinglePayment .statusContainer {
  padding: 0.5rem;
  background-color: white;
  min-width: 30rem;
  max-width: 50rem;
  font-family: Apax-Regular, Arial;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.EoaSinglePayment .statusMessage {
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}
.EoaSinglePayment .statusCloseScreen {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.EoaSinglePayment .statusImage {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  height: 20px;
}
.EoaSinglePayment .label {
  font-family: Apax-Regular, Arial;
}
.EoaSinglePayment .fontweightbold {
  font-weight: bold;
}
.EoaSinglePayment .fontsizefifteen {
  font-size: 15px;
}
.EoaSinglePayment select {
  width: 100%;
  height: 3rem;
}
.EoaSinglePayment select[value=""] {
  color: lightgray;
}
.EoaSinglePayment option[value=""][disabled] {
  display: none;
}
.EoaSinglePayment option {
  color: black;
}
.EoaSinglePayment .amountCell {
  text-align: center;
  padding-top: 20px !important;
}
.EoaSinglePayment .amountValue {
  font-size: x-large;
  font-weight: bold;
}
.EoaSinglePayment .buttonPayCell {
  text-align: center;
}
.EoaSinglePayment .button {
  background-color: #0650d0;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-family: Apax-Regular, Arial;
  font-size: 13px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.EoaSinglePayment .button:disabled {
  background-color: #e5e5e5;
}
.EoaSinglePayment .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 6rem;
  font-family: Apax-Regular, Arial;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: underline;
}
.EoaSinglePayment .footer img {
  height: 12px;
  width: 55px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.EoaSinglePayment .footerWithoutBackgroundImage {
  color: black;
}
.EoaSinglePayment .footerWithoutBackgroundImage img {
  content: url("../../../docs/images/Exact-Logo-RGB-Large_2.png");
}
.EoaSinglePayment .footerWithoutBackgroundImage a:link {
  color: black;
}
.EoaSinglePayment .footerWithoutBackgroundImage a:visited {
  color: black;
}
.EoaSinglePayment .footerWithoutBackgroundImage a:hover {
  color: black;
}
.EoaSinglePayment .footerWithoutBackgroundImage a:active {
  color: black;
}
.EoaSinglePayment .footerWithBackgroundImage {
  color: white;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
}
.EoaSinglePayment .footerWithBackgroundImage img {
  content: url("../../../docs/images/Exact-Logo-White-Large.png");
}
.EoaSinglePayment .footerWithBackgroundImage a:link {
  color: white;
}
.EoaSinglePayment .footerWithBackgroundImage a:visited {
  color: white;
}
.EoaSinglePayment .footerWithBackgroundImage a:hover {
  color: white;
}
.EoaSinglePayment .footerWithBackgroundImage a:active {
  color: white;
}
.EoaSinglePayment .footerMiddle {
  text-align: center;
}
.EoaSinglePayment .footerRight {
  text-align: right;
  padding-right: 30px;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownCell {
  text-align: center;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownButton {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #cccccc;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownButtonImageContainer {
  width: 30px;
  vertical-align: middle;
  padding: 0px 2rem 0px 1rem !important;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownButtonImage {
  height: 20px;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownButtonText {
  text-align: left;
  padding: 0rem 0rem 0rem 1rem !important;
  color: gray;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownButtonTextSelected {
  text-align: left;
  padding: 0rem 0rem 0rem 0rem !important;
  color: black;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownButtonArrow {
  width: 5%;
  padding: 0px 1rem !important;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownItemContainer {
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fbfbfb;
  position: absolute;
  overflow: auto;
  height: fit-content;
  scrollbar-width: thin;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownItemContainer li {
  list-style: none;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: 1px solid lightgray;
  text-align: left;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownItemContainer li:hover {
  background-color: #f1eeea;
}
.EoaSinglePayment .debtorAccountBankKeyDropDownItemContainer img {
  padding-right: 2rem;
  height: 20px;
}
.EoaSinglePayment .languageDropDownCell {
  text-align: center;
}
.EoaSinglePayment .language {
  float: right;
  margin-right: 30px;
}
.EoaSinglePayment .languageDropDownButton {
  width: 170px;
  height: 25px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #cccccc;
}
.EoaSinglePayment .languageDropDownButtonText {
  text-align: left;
  padding: 0rem 0rem 0rem 1rem !important;
  color: gray;
  margin-right: 30px;
}
.EoaSinglePayment .languageDropDownButtonTextSelected {
  text-align: left;
  padding: 0.3rem 0rem 0rem 1rem !important;
  color: black;
  font-size: 12px;
}
.EoaSinglePayment .languageDropDownButtonArrow {
  width: 5%;
  padding: 0px 1rem !important;
}
.EoaSinglePayment .languageDropDownItemContainer {
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fbfbfb;
  position: absolute;
  overflow: auto;
  scrollbar-width: thin;
  z-index: 1;
  margin-right: 30px;
  font-size: 12px;
}
.EoaSinglePayment .languageDropDownItemContainer li {
  list-style: none;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: 1px solid lightgray;
  text-align: left;
  font-size: 12px;
}
.EoaSinglePayment .languageDropDownItemContainer li:hover {
  background-color: #f1eeea;
}
.EoaSinglePayment .paddingTopTen {
  padding-top: 10px !important;
}
.EoaSinglePayment .paddignTopTwenty {
  padding-top: 20px !important;
}
.EoaSinglePayment .paddingTopThirty {
  padding-top: 30px !important;
}
.EoaSinglePayment .noWrap {
  white-space: nowrap;
}
.EoaSinglePayment .paddingBottomTen {
  padding-bottom: 10px;
}
.EoaSinglePayment .borderTopLeftRadiusNone {
  border-top-left-radius: 0px !important;
}
.EoaSinglePayment .withoutPdf {
  max-width: 360px;
}
.EoaSinglePayment .errorMessagePopup {
  position: fixed;
  bottom: 45px;
  left: 5%;
  right: 5%;
  max-width: 720px;
  background-color: white;
  border-radius: 4px;
}
.EoaSinglePayment .errorMessageContainer {
  border: 1px solid;
  border-color: #ba7d7d;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: flex;
  min-height: 40px;
}
.EoaSinglePayment .errorMessageContainer .errorMessageImage {
  padding: 10px 1rem 10px 2rem;
}
.EoaSinglePayment .errorMessageContainer .errorMessageContent {
  padding: 10px 2rem 10px 1rem;
}
@media only screen and (min-width: 768px) {
  .EoaSinglePayment .documentpreviewcontainer {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 850px;
    flex: 66.66%;
  }
  .EoaSinglePayment .paymentContainer {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    flex: 33.33%;
    border-left: none;
  }
  .EoaSinglePayment .withPdf {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
  }
  .EoaSinglePayment .contentContainerrow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 1190px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    display: flex;
  }
  .EoaSinglePayment .withoutPdf {
    width: 40% !important;
    max-width: 360px;
    border-radius: 4px;
  }
  .EoaSinglePayment .paymentDetailsContainer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .EoaSinglePayment .errorMessagePopup {
    position: fixed;
    bottom: 20px;
    left: 30%;
    right: 25%;
    max-width: 720px;
    background-color: white;
    border-radius: 4px;
  }
}
.expression-editor {
  position: relative;
  box-sizing: border-box;
  padding: 3px 5px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Consolas', 'Courier New', Courier, monospace;
}
.expression-editor .expression-placeholder {
  position: absolute;
  display: none;
  margin-left: .2em;
  font-size: 12px;
  font-style: italic;
  color: #00000077;
  pointer-events: none;
}
.expression-editor .expression-content {
  position: absolute;
  z-index: 999;
  color: #aaaaaa;
}
.expression-editor .editor-disabled {
  background-color: #e7e7e7;
}
.expression-editor .monaco-editor .monaco-list-row.focused .codicon {
  filter: brightness(100);
}
.expression-editor .monaco-editor .suggest-icon.codicon-symbol-value {
  background-size: contain;
  color: transparent !important;
  background-image: url("../../styles/ExactFuel/images/expression/parameter_retval_dropdown.svg");
}
.expression-editor .monaco-editor .suggest-icon.codicon-symbol-property {
  background-size: contain;
  color: transparent !important;
  background-image: url("../../styles/ExactFuel/images/expression/property_bc_dropdown_2.svg");
}
.expression-editor .monaco-editor .suggest-icon.codicon-symbol-method {
  background-size: contain;
  color: transparent !important;
  background-image: url("../../styles/ExactFuel/images/expression/function_bc_dropdown.svg");
}
.expression-editor .monaco-editor .suggest-icon.codicon-symbol-field {
  background-size: contain;
  color: transparent !important;
  background-image: url("../../styles/ExactFuel/images/expression/parameter_retval_dropdown.svg");
}
.expression-editor .monaco-editor .suggest-icon.codicon-symbol-function {
  background-size: contain;
  color: transparent !important;
  background-image: url("../../styles/ExactFuel/images/expression/function_exp_dropdown.svg");
}
.expression-editor .monaco-editor .suggest-details {
  background-color: #e0ebf6;
}
.QuesstionMarkIcon {
  content: url('../../../docs/images/dialog_information_icon.png');
}
.warning-icon-small {
  content: url('../../../docs/images/warning-16x16.png');
}
.BallWhite {
  content: url('../../../docs/images/BallWhite.png');
}
.BallYellow {
  content: url('../../../docs/images/BallYellow.png');
}
.BallPending {
  content: url('../../../docs/images/BallPending.png');
}
.BallFailed {
  content: url('../../../docs/images/BallFailed.png');
}
.BallChecked {
  content: url('../../../docs/images/BallChecked.png');
}
.BallRed {
  content: url('../../../docs/images/BallRed.png');
}
.BallPendingBlue {
  content: url('../../../docs/images/BallPendingBlue.png');
}
.BallPendingGreen {
  content: url('../../../docs/images/BallPendingGreen.png');
}
.BallCheckedOrange {
  content: url('../../../docs/images/check-circle-orange@1x.png');
}
.BallClock {
  content: url('../../../docs/images/BallClock.png');
}
.BallSoonThin {
  content: url('../../../docs/images/BallSoon-Thin.png');
}
.BallStatusGreen {
  content: url('../../../docs/images/BallStatusGreen.png');
}
.Balldeleted {
  content: url('../../../docs/images/Balldeleted.png');
}
.DocumentIcon {
  content: url('../../../docs/images/BallDocument.png');
}
.PrinterIcon {
  content: url('../../../docs/images/printer_14.png');
}
.EmailIcon {
  content: url('../../../docs/images/email_14.png');
}
.SendAndTrackIcon {
  content: url('../../../docs/images/coll_12x12.png');
}
.PeppolIcon {
  content: url('../../../docs/images/peppol_14.png');
}
.eds-print-icon {
  content: url('../../../docs/images/eds_printicon_48px.svg');
}
.DeleteIcon {
  content: url('../../../docs/images/eds_delete_icon.svg');
}
.DownloadIcon {
  content: url('../../../docs/images/eds_Download_Icon.svg');
}
.CollapseUpButton {
  content: url('../../../docs/images/btnDocCollapse.gif');
}
.ExpandDownButton {
  content: url('../../../docs/images/btnDocExpand.gif');
}
.BlockedIcon {
  content: url('../../../docs/images/icon-status-blocked.png');
}
.WarningMessageImage {
  content: url('../../../docs/images/icon-warning-s.gif');
}
.NoPicture {
  content: url('../../../docs/images/NoPicture.png');
}
.InfoIcon {
  content: url('../../../docs/images/icon-type-info.png');
}
.GlobeIcon {
  content: url('../../../docs/images/coll_12x12.png');
}
.PostBoxIcon {
  content: url('../../../docs/images/digital_postbox_14.png');
}
.PeppolIcon {
  content: url('../../../docs/images/peppol_14.png');
}
.btnPopup.btnDocCollapse {
  background-image: url('../../../docs/images/btnDocCollapse.gif');
}
.btnPopup.btnDocExpand {
  background-image: url('../../../docs/images/btnDocExpand.gif');
}
/* Exact Fuel v1.0 */

.IntuitDemoConnect .MessageContents {
  padding: 15px;
}
.IntuitDemoConnect .MessageContents .MessageIcon {
  padding-right: 15px;
}
.IntuitDemoConnect .MessageContents .MessageHeader {
  font-size: 14px;
  color: #59595b;
}
.IntuitDemoConnect .ConnectButton {
  float: right;
}
.IntuitSetup #Hdr {
  border-bottom-width: 0;
}
.IntuitSetup span.HdrTitle,
.IntuitSetup .exButtonBar {
  padding-left: 40px;
}
.IntuitSetup .IntuitSetupOptions {
  padding-top: 25px;
  padding-left: 50px;
}
.IntuitSetup .IntuitSetupOptions label {
  font-size: 16px;
  padding-left: 8px;
  vertical-align: middle;
}
.IntuitSetup .IntuitSetupToolTip .IntuitSetupHelpArrow {
  position: absolute;
  left: 0;
  top: 20px;
}
.IntuitSetup .IntuitSetupToolTip .IntuitSetupToolTipBody {
  position: absolute;
  left: 37px;
  top: 0;
  border: 2px solid #cccccc;
  padding: 19px;
  background: #cccccc;
  width: 300px;
  border-radius: 25px;
  box-shadow: 5px 5px 5px #777777;
  min-height: 60px;
}
.IntuitSetup .IntuitSetupToolTip .IntuitSetupToolTipBody p {
  padding-bottom: 5px;
}
.IntuitSetup .IntuitSetupToolTip .IntuitSetupToolTipBody span {
  font-size: 16px;
  font-weight: bold;
}
.IntuitSetup .IntuitSetupToolTip .IntuitSetupToolTipBody ul {
  padding-left: 20px;
}
.IntuitSetup #ExpressSetupToolTip {
  position: absolute;
  left: 350px;
  top: 160px;
}
.IntuitSetup #ManualSetupToolTip {
  position: absolute;
  left: 350px;
  top: 195px;
}
.IntuitProvisionAccount {
  font-size: 16px;
}
.IntuitProvisionAccount .intuitAuthorize {
  margin: 0 auto;
  width: 700px;
  display: table;
  padding-left: 15px;
  border: solid 1px #2674a8;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
}
.IntuitProvisionAccount .intuitHeader {
  margin: 0 auto;
  width: 700px;
  display: table;
  padding-left: 15px;
  border: solid 1px #2674a8;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  border-color: #1c8eb9;
  margin-top: 100px;
  background-color: #1c8eb9;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
}
.IntuitProvisionAccount .termsConditions {
  margin: 0 auto;
}
.IntuitProvisionAccount .cancelLink {
  width: 20%;
  float: left;
  padding-top: 10px;
  padding-left: 5px;
}
.IntuitProvisionAccount .acceptButton {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 110px;
  height: 40px;
  float: right;
  background-color: #1c8eb9;
  line-height: 40px;
  text-align: center;
  color: white;
}
.IntuitProvisionAccount .acceptButton:hover {
  color: #afd5b2;
  background: #6dad68;
  background: linear-gradient(to bottom, #6dad68 0, #52943d 100%);
  cursor: pointer;
}
.GettingStartedStepTwoDataExchange {
  margin-top: 15px;
  min-width: 700px;
  min-height: 200px;
}
.GettingStartedStepTwoDataExchange .StepTwoHeader {
  display: table;
  width: 100%;
  height: 60px;
}
.GettingStartedStepTwoDataExchange .StepTwoHeader .HeaderUpperLeft,
.GettingStartedStepTwoDataExchange .StepTwoHeader .HeaderUpperRight {
  display: table-cell;
  width: 50%;
}
.GettingStartedStepTwoDataExchange .StepTwoHeader .HeaderUpperLeft {
  text-align: left;
}
.GettingStartedStepTwoDataExchange .StepTwoHeader .HeaderUpperRight {
  text-align: right;
}
.GettingStartedStepTwoDataExchange .StepTwoHeader .HeaderUpperRight span {
  font-size: 10px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent {
  display: table;
  width: 100%;
  text-align: center;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .ProductContainer,
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchange {
  display: table-cell;
  vertical-align: top;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .ProductContainer {
  width: 20%;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .ProductContainer .ProductTitle {
  font-weight: bold;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .ProductContainer .TransactionDataMessage {
  white-space: nowrap;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .ProductContainer .TransactionDataMessage img {
  vertical-align: middle;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .ProductContainer .TransactionDataMessage span {
  vertical-align: middle;
  font-size: 10px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow {
  display: table;
  margin: auto;
  width: 525px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowLeft,
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowRight,
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowEmpty,
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeLineContainer {
  display: table-cell;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowLeft,
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowRight,
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowEmpty {
  border-color: white;
  width: 12px;
  border-style: solid;
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowLeft {
  border-left-style: none;
  border-right-color: #808183;
  margin-top: -4px;
  border-left-width: 15px;
  border-right-width: 10px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeArrowRight {
  border-right-style: none;
  border-left-color: #808183;
  margin-top: -4px;
  border-left-width: 10px;
  border-right-width: 15px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeLineContainer {
  vertical-align: middle;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeArrow .DataExchangeLineContainer .DataExchangeLine {
  height: 4px;
  width: 500px;
  text-align: center;
  background-color: #808183;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeEntities {
  display: table;
  margin: auto;
  width: 525px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .DataExchangeEntities .EntityContainer {
  display: table-cell;
  width: 33%;
  padding-top: 10px;
  text-align: center;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .TransactionalData {
  padding-bottom: 20px;
}
.GettingStartedStepTwoDataExchange .StepTwoContent .BidirectionalMasterData {
  padding-top: 20px;
}
.IntuitSettings .InfoDetails {
  height: 20px;
  width: 325px;
  padding-top: 2px;
  float: left;
}
.IntuitSettings .InfoImage {
  height: 20px;
  width: 25px;
  padding-left: 5px;
  padding-bottom: 15px;
  float: left;
}
a.IntuitConnectDemo,
a.IntuitDisconnect,
a.IntuitConnectOAuth2 {
  width: 107px;
  height: 38px;
  display: inline-block;
}
a.IntuitConnectDemo:hover,
a.IntuitDisconnect:hover,
a.IntuitConnectOAuth2 {
  cursor: pointer;
}
a.IntuitConnectOAuth2 {
  background: url('../../styles/ExactFuel/images/QuickBooksConnect_Button.png') no-repeat 0 0;
}
.a.IntuitConnectOAuth2:hover {
  background: url('../../styles/ExactFuel/images/QuickBooksConnect_Hover.png') no-repeat 0 0;
}
a.IntuitConnectDemo {
  background: url('../../styles/ExactFuel/images/QuickBooksConnect_Button.png') no-repeat 0 0;
}
a.IntuitConnectDemo:hover {
  background: url('../../styles/ExactFuel/images/QuickBooksConnect_Hover.png') no-repeat 0 0;
}
a.IntuitDisconnect {
  background: url('../../styles/ExactFuel/images/QBdisconnect_Button.png') no-repeat 0 0;
}
a.IntuitDisconnect:hover {
  background: url('../../styles/ExactFuel/images/QBdisconnect_Hover.png') no-repeat 0 0;
}
.InvoiceFinancingBody {
  background-color: #eeeeee;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat {
  width: 918px;
  min-width: 918px;
  margin: 0 auto;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .WizardHeader {
  width: 918px;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .WizardHeader .HdrTitle {
  width: 918px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .WizardWidgetHeader {
  width: 600px;
  margin: 0 auto;
  padding: 8px 0 8px 0;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .WizardWidgetHeader .HdrWidgetTitle {
  font-size: 24px;
  color: #59595b;
  font-weight: bold;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .HeaderTipsImages {
  text-align: center;
  margin: 1em 9em 2em 9em;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .HeaderTipsImages .TipMessage {
  font-weight: bold !important;
  margin-top: 1em;
}
@media (min-width: 600px) {
  .InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .WizardBodyContainer {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 4px !important;
  }
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InfoSection .Header {
  font-weight: bold;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InfoSection .InvalidField {
  color: red;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InfoSection .ActionPlaceholder {
  text-align: right;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InfoSection .ActionPlaceholder .EditInfoButton {
  background-color: #898989 !important;
  /*color should be in named colors*/
  border-radius: 2px !important;
  color: white !important;
  border: none !important;
  height: 25px !important;
  padding: 2px 12px 4px !important;
  /*changed left and right padding from 10 to 12*/
  margin-right: 6px !important;
  font-size: 12px !important;
  margin-bottom: 14px !important;
  width: auto !important;
  overflow: visible !important;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .Message.Notification span {
  line-height: 40px;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .Description {
  margin-bottom: 0.5em;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .ListView {
  margin: 0;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .ListView input[type=checkbox] {
  width: 13px !important;
  height: 13px !important;
  margin-left: 3px !important;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .ListView tr[id$=":pg_Footer"] input[type=text] {
  height: 21px !important;
  font-size: 12px !important;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .ListView tr.Header th {
  background-color: #e5e5e5 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .ListView .GraphicalNoDataFound .icon_placeholder img.icon-NoDataFound {
  width: 130px !important;
  height: 130px !important;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .BottomActionBar {
  margin-top: 1.5em;
  text-align: right;
}
.InvoiceFinancingBody .InvoiceFinancingWizard.Wizard.ResponsiveFlat .InvoicesSection .BottomActionBar .StartButton {
  border-radius: 2px !important;
  color: white !important;
  border: none !important;
  height: 25px !important;
  padding: 2px 12px 4px !important;
  /*changed left and right padding from 10 to 12*/
  margin-right: 6px !important;
  font-size: 12px !important;
  margin-bottom: 14px !important;
  width: auto !important;
  overflow: visible !important;
}
.ListView.collapsible-table tr.row > *:first-child {
  border-left: 2px solid transparent;
}
.ListView.collapsible-table tr.row.collapsible {
  cursor: pointer;
}
.ListView.collapsible-table tr.row.collapsible > *:first-child:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: -18px;
  margin-right: 10px;
  display: inline-block;
  background: url('../../styles/ExactFuel/images/ic_arrow_down_20px.svg') no-repeat center;
}
.ListView.collapsible-table tr.row.collapsible[data-lv-collapse-state="Expanded"] > *:first-child:before {
  visibility: visible;
  transform: rotateX(180deg);
  transition: all 0.6s ease;
  opacity: 1;
}
.ListView.collapsible-table tr.row.collapsible[data-lv-collapse-state="Expanded"] td[data-lv-collapse-visibility="OnCollapsed"] * {
  visibility: hidden;
}
.ListView.collapsible-table tr.row.collapsible[data-lv-collapse-state="Expanded"] td[data-lv-collapse-visibility="OnCollapsedAndAlwaysOnLast"] * {
  visibility: hidden;
}
.ListView.collapsible-table tr.row.collapsible[data-lv-collapse-state="Collapsed"]:hover > *:first-child:before {
  visibility: visible;
  transform: initial;
  transition: all 0.6s ease;
}
.ListView.collapsible-table tr.row.collapsible.firstparent td[data-lv-collapse-visibility="OnCollapsedAndAlwaysOnLast"] * {
  visibility: visible;
}
.ListView.collapsible-table tr.row.collapsible td[data-lv-collapse-visibility="Hidden"] * {
  visibility: hidden;
}
.ListView.collapsible-table tr.row[data-lv-collapse-type="Total"] {
  font-weight: bold;
}
.ListView.collapsible-table tr.row[data-lv-collapse-type="Total"] td[data-lv-collapse-visibility="Hidden"] * {
  visibility: hidden;
}
.ListView.collapsible-table tr.row[data-lv-collapse-type="AggregateRemainder"] {
  font-style: italic;
  color: #808183;
}
.ListView.collapsible-table tr.row td {
  border-bottom: 1px solid #efefef;
}
.ListView.collapsible-table tr.row:hover {
  background-color: #f8f5f3;
}
.ListView .csDetailDescriptionColumn {
  width: 40%;
  padding-right: 50px;
}
.ListView .csDetailSubHeader {
  background-color: #eeeeee;
}
.ListView.scrolling-x {
  border-collapse: unset;
}
.ListView.scrolling-x td.stick-column,
.ListView.scrolling-x th.stick-column {
  position: sticky;
  left: 0;
  background-color: white;
  box-shadow: 5px 8px 5px 0 rgba(0, 0, 0, 0.06);
}
.ListView.scrolling-x .stick-column {
  border-right: 1px solid #ebeef0;
}
.ListView.scrolling-x td.stick-column {
  z-index: 3 !important;
}
.ListView.scrolling-x th.stick-column {
  z-index: 4 !important;
}
table.ListView table.TreeView td button.collapsed {
  background: url('../../../docs/images/btnDocExpand.gif') top left no-repeat;
}
table.ListView table.TreeView td button.expanded {
  background: url('../../../docs/images/btnDocCollapse.gif') top left no-repeat;
}
table.ListView:has(table.TreeView_Parent) tbody tr.Header th {
  visibility: hidden;
}
.CRMMainBankAccountActionsDialog {
  margin-bottom: -20px !important;
  height: auto !important;
}
.CRMMainBankAccountActionsDialog form {
  overflow: hidden;
  padding-right: 0 !important;
  height: auto !important;
}
.CRMMainBankAccountActionsDialog form div.ui-dialog-content {
  margin: 20px 0 0 0 !important;
  min-height: 75px !important;
}
.CRMMainBankAccountActionsDialog form div.ui-dialog-buttonpane {
  float: right;
  margin-top: 12px;
  margin-bottom: 0px;
}
.CRMMainBankAccountActionsDialog form .MessageText .RadioButtonList {
  line-height: 20px;
}
.CRMMainBankAccountActionsDialog form .MessageText .RadioButtonList [type=radio] {
  margin-right: 5px;
  margin-top: -2px;
}
.CRMMainBankAccountActionsDialog form .ui-button.exButton {
  height: 28px !important;
  padding: 0.4em 22px !important;
  margin-right: 2px !important;
  line-height: 1.4 !important;
}
/* .megamenu - The menu, tab title and tab content section */

.megamenu {
  position: relative;
  height: 39px;
  font-size: 14px;
}
.megamenu .megamenu-submenu .submenu-anchor {
  text-decoration: none;
  color: inherit;
}
.megamenu .megamenu-submenu .submenu-anchor:hover {
  text-decoration: none;
  color: inherit;
}
.Menuanchor {
  text-decoration: none !important;
  color: inherit !important;
  align-items: center !important;
}
.megamenu__item-title {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  top: 1px;
  z-index: 1;
  color: #0277bd;
  height: 34px;
  line-height: 27px;
}
.megamenu__item-content {
  position: absolute;
  width: auto;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  display: none;
  background: white;
  border: 1px solid #cccccc;
  left: -1px;
}
/* MegaMenu with Two Level Navigation (hide Sub navigation) */

.megamenu__item-content--two-level {
  width: 384px;
}
.megamenu__item-iframe {
  display: none;
  position: absolute;
  top: 30px;
  left: -2px;
  width: 772px;
  background: transparent;
  z-index: -1;
}
/* megamenu-submenu - The vertical sub menu and an empty content section to the right*/
/* megamenu-content - The three column content section to be used for navigation links */

.megamenu-content {
  font-size: 0;
  display: flex;
  background: white;
}
.megamenu-content__column {
  display: inline-block;
  vertical-align: top;
  width: 192px;
  padding: 0 16px;
  box-sizing: border-box;
}
/* megamenu-section - A single navigation link section */

.megamenu-section {
  margin-bottom: 16px;
  line-height: 16px;
}
.megamenu-section__title {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 0;
  font-weight: bold;
  color: #333333;
}
.exact-house .megamenu-section__title {
  font-size: 15px;
  padding: 16px 0 6px 0;
}
.megamenu-section__link {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
}
.megamenu-section__punchoutlink {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 5px 16px 5px 0px;
  vertical-align: middle;
  background: url('../../styles/ExactFuel/images/punchout.png') right no-repeat;
}
.megamenu-submenu__item:hover {
  background-color: #fbfbfb;
}
.megamenu-submenu__item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.megamenu-submenu__item:first-child {
  border-top: 0;
}
.megamenu-submenu__item--active .megamenu-submenu__item-title {
  font-weight: bold;
}
.megamenu__item--active .megamenu__item-title {
  padding: 0 16px;
}
/* For MobileNotification page. */

.mobile-notification > .row .responsive-text-lg {
  display: block;
  font-size: 6vw;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 10px;
}
.mobile-notification > .row .responsive-text-bg {
  display: block;
  font-size: 5vw;
  margin-bottom: 15px;
}
.mobile-notification > .row .responsive-text-sm {
  display: block;
  font-size: 4vw;
  margin-bottom: 20px;
}
.mobile-notification > .row .image {
  display: block;
  margin: auto;
  margin-bottom: 25px;
  width: 85%;
}
.mobile-notification > .row .image-logo {
  display: block;
  margin: auto;
  width: 75%;
}
.page-sidepanel.page-sidepanel-msteams.sidepanel-open {
  background-color: whitesmoke;
  border-left-color: #f0f0f0;
}
.page-sidepanel.page-sidepanel-msteams.sidepanel-closed .sidepanel-button {
  width: 45px;
  background: url("../../styles/ExactFuel/images/button_next_arrow_disabled.png") 32px center / 32% no-repeat, #f2f2f2 url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_MSTeam.svg") 7px center / 33% no-repeat;
}
.TeamsSidePanelContainer {
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  color: #242424;
  font-size: 14px;
  user-select: none;
}
.TeamsSidePanelContainer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.TeamsSidePanelHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.TeamsSidePanelContent {
  overflow: hidden;
  height: 0;
  max-height: 0;
  transition: max-height 3s;
}
.msteams-angle-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.msteams-angleup-icon {
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_angle/Icons_angle-up-solid.svg");
}
.msteams-angledown-icon {
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_angle/Icons_angle-down-solid.svg");
}
.TeamsSidePanelSection:not(:last-child) {
  border-bottom: 1px solid #cccbcb;
}
.TeamsSidePanelSectionHeader:hover > .msteams-angleup-icon,
.TeamsSidePanelSectionHeader:hover > .msteams-angledown-icon {
  filter: opacity(35%);
}
.TeamsSidePanelSection.active .TeamsSidePanelContent,
.TeamsSidePanelMeetandCall .TeamsSidePanelContent {
  max-height: 1000px;
  height: 100%;
  width: 100%;
}
.TeamsSidePanelSection.NewMeetingSection {
  padding: 0.7em 0px;
}
.TeamsSidePanelContentButton {
  padding: 10px;
  margin: auto;
}
.teamspanel-channels {
  margin-top: 10px;
}
.teamspanel-channels .msteams-content-item {
  cursor: pointer;
}
.msteams-nodata {
  background: url("../../../docs/images/icon-type-info.png") left center no-repeat scroll;
  margin: 5px 0.5em 1em 30px;
  padding-left: 25px;
}
.msteams-errordata {
  padding: 1em;
  background-color: #dd0404;
  border-radius: 9px;
  color: white;
  font-weight: 500;
}
.TeamsSidePanelHeaderTitle {
  cursor: default;
  color: #6264a7;
  height: 24px;
  line-height: 24px;
  background: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_MSTeam.svg") no-repeat;
  padding-left: 34px;
  font-weight: 600;
  font-size: 16px;
}
.TeamsSidePanelCall {
  float: right;
}
.TeamsSidePanelCallOptionsMeet {
  font-weight: 600;
  padding-right: 10px;
}
.TeamsSidePanelMeetandCall {
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
.TeamsSidePanelSectionHeader {
  display: flex;
  align-items: center;
  padding: 0.7em 0;
  background: none;
  border-style: none;
  width: 100%;
}
.teamsSPsectionIcon {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.teamsSPsectionTitle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: 500;
}
.meetNowIcon {
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_MeetNow.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.chatsIcon {
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_Chats.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.channelsIcon {
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_Channels.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.linkHeader {
  margin-top: 10px;
}
.linkHeaderContentTitleText {
  padding: 5px;
  font-weight: 600;
}
.linkHeaderContentTitle {
  display: flex;
  cursor: default;
}
.msteams-button-sharetoteams {
  display: flex;
  justify-content: flex-end;
}
.msteams-content-item {
  color: #242424;
  text-decoration: none;
  padding-left: 25px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px;
}
.msteams-content-item:hover {
  background-color: white;
  border-radius: 4px;
}
.msteams-content-item .msteams-content-item-image {
  padding: 5px;
}
.msteams-content-item .msteams-content-item-image .image-value {
  background-color: white;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 33px;
  height: 33px;
  border-radius: .4rem;
}
.msteams-content-item .msteams-content-item-image .image-value.fullcircle {
  border-radius: 50%;
}
.msteams-content-item .msteams-content-item-details {
  flex: 1;
  padding: 5px;
  color: #242424;
}
.msteams-content-item .msteams-content-item-subtitle {
  font-size: .8em;
}
/* New meeting hidden block */

.TeamsSidePanelCallOptionsMeet {
  display: block;
  line-height: 32px;
  height: 32px;
  float: left;
}
#newmeeting-container {
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.msteams-content-header {
  background: no-repeat 5px 50% url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons%20_%2024px%20_%20ic.triangle.down_24px.svg");
  padding: 5px 0 5px 30px;
  font-size: .9em;
  font-weight: 600;
}
.newmeeting-fields {
  margin: 11px 0;
}
.newmeeting-field-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.newmeeting-field-container .newmeeting-field-label {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 7px;
  font-size: .85em;
  white-space: nowrap;
  text-align: right;
}
.newmeeting-field-container .newmeeting-field {
  display: flex;
  flex: 0 1 75%;
  align-items: center;
}
.newmeeting-field {
  flex-direction: column;
  align-items: start;
}
.newmeeting-field-container input {
  display: flex;
  flex: 1;
}
.newmeeting-field-container input[type=date],
.newmeeting-field-container input[type=time] {
  text-align: right;
}
.newmeeting-field-container input:nth-child(2) {
  flex: 0 1 9em;
  margin-left: 10px;
}
.newmeeting-input {
  display: flex;
  width: 100%;
}
.TeamSidePanelNewMeetSchedule {
  text-align: right;
}
/* input styling */

input.msteams-textbox,
textarea.msteams-textarea {
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  margin: 0px;
  padding: 0px 12px 2px;
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
  background: none transparent;
  color: #424242;
  width: 100%;
  min-width: 0px;
  text-overflow: ellipsis;
  outline: 0px;
  height: 32px;
  border-radius: 4px;
  background-color: white;
}
input.msteams-textbox:focus {
  border-bottom: 2px solid #6264a7;
  border-top: 2px solid transparent;
}
textarea.msteams-textarea {
  width: 100%;
  height: 6em;
  border: none;
  resize: none;
  padding: 0.8em;
}
input.msteams-textbox:focus,
textarea.msteams-textarea:focus {
  border-bottom: 2px solid #6264a7;
}
/* Validation error */

input.msteams-error {
  border-bottom: 2px red solid;
}
.msteams-validation-error {
  display: none;
  color: red;
  margin: 5px;
}
/* MS teams button */

.msteams-button {
  outline: transparent;
  position: relative;
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
  min-width: auto;
  height: 32px;
  box-shadow: none;
  user-select: none;
}
.msteams-button-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.msteams-button.msteams-button-primary {
  background: #6264a7;
  color: white;
  border: none;
}
.msteams-button.msteams-button-primary.active,
.msteams-button.msteams-button-primary:hover {
  background-color: #494b83;
  color: white;
  border: none;
}
.msteams-button.msteams-button-primary.disabled {
  background-color: gainsboro;
  color: white;
  border: none;
}
.msteams-button.msteams-button-white {
  background-color: white;
  color: #242424;
  border: 1px solid #d1d1d1;
}
.msteams-button.msteams-button-white .msteams-button-label {
  line-height: 30px;
}
.msteams-button.msteams-button-white:hover {
  background-color: whitesmoke;
}
.msteams-button-inner .msteams-button-image {
  flex-shrink: 0;
  display: inline-block;
}
.msteams-button > img {
  margin: 5px -5px 0 0;
  padding: 0;
}
.msteams-button-label {
  margin: 0 4px;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  font-weight: 600;
}
.teams-share-button {
  width: 24px;
  height: 24px;
}
.msteams-button-inner.only .teams-share-button {
  margin-top: 4px;
}
.msteams-attendees-checkbox {
  padding-top: 17px;
}
.msteams-hyperlink:hover {
  color: #242424;
}
#msTeamsMeetingsTabs {
  background: transparent;
  margin-top: 1em;
}
.msTeamsTabControl {
  background: transparent;
  border-style: none;
}
.msTeamsTabControl .msTeamsTabHeader {
  display: inline;
  padding: 1.5em;
}
.msTeamsTabContent {
  background: transparent;
  margin: 1em 2em;
}
.msTeamsTabHeader a,
.msTeamsTabHeader a:hover,
.TeamsSidePanelSectionHeader:hover {
  color: #958181;
}
.msTeamsTabHeader.ui-state-active a {
  text-decoration: underline;
}
.msTeamsMeetingElement {
  margin: 0.5em 0px;
  padding: 1em 1em;
  display: block;
  background-color: #0078d43d;
  border-radius: 3px;
  border-left: 7px solid #0078d4;
}
.msTeamsMeetingElement:hover {
  background-color: #c5cbfa;
}
.msTeamsMeetingElementTitle {
  font-weight: bold;
  color: #004377;
}
.msTeamsMeetingElementSubText {
  color: #004377;
}
.msTeamsMeetingElementDate {
  margin-right: 1em;
}
.msteams-notif {
  color: white;
  width: 19em;
  text-align: center;
  border-radius: 0.5em;
  padding: 0.5em;
  margin-bottom: 1em;
}
/* TODO: Find better colors for this */

.msteams-notif-green {
  background-color: green;
}
.msteams-notif-red {
  background-color: red;
}
.msteams-content-item-files-icon {
  float: right;
  padding: 5px;
  display: none;
}
.msteams-content-item:hover .msteams-content-item-files-icon {
  display: block;
}
.msteams-content-item-files {
  display: none;
  padding: 0px !important;
}
.msteams-content-item-files-breadcrumb {
  display: flex;
  background-color: whitesmoke;
}
.msteams-content-item-files-no-content {
  padding: 15px;
}
.msteams-content-item-files-breadcrumb ul.breadcrumb {
  margin: 0;
  padding: 10px 16px;
  list-style: none;
  font-size: 12px;
  flex: auto;
}
.msteams-content-item-files-breadcrumb ul.breadcrumb li {
  display: inline;
}
.msteams-content-item-files-breadcrumb ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: '/';
  font-size: 18px;
}
.msteams-content-item-files-breadcrumb ul.breadcrumb li a {
  color: #0277bd;
  text-decoration: none;
  font-family: Arial;
  font-size: 18px;
}
.msteams-content-item-files-breadcrumb ul.breadcrumb li a:hover {
  color: #0277bd;
  text-decoration: underline;
}
.ui-dialog.ui-widget-content {
  border: 1px solid;
}
.OffMSTeamsNoFileFound {
  display: none;
}
.msTeamsChatElement {
  font-size: 0.9em;
  padding: 0.7em 0px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
}
.msTeamsChatProfilePic {
  margin: auto 10px;
}
.msTeamsChatProfilePicElement {
  background-color: white;
  display: block;
  background-size: cover;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1rem;
}
.msTeamsChatContent {
  display: grid;
  grid-template-rows: auto auto;
}
.msTeamsChatMetadata {
  display: flex;
  justify-content: space-between;
}
.msTeamsChatTopic {
  width: 19em;
  font-size: 1.14em;
  font-weight: 450;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msTeamsChatMessage {
  max-width: 26em;
  font-size: 0.90em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msTeamsChatLastestDateTime {
  color: #616161;
}
.msteams-loadMoreContainer {
  background: none;
  margin: 0.7em 0em;
}
.msteam-content-LinkChannelModal {
  display: flex;
  margin-bottom: 15px;
}
.msteam-content-LinkChannelModal-radioButton {
  padding: 10px;
}
#Link_Existing_Or_New_Channel_Model {
  display: none;
  background-color: whitesmoke;
}
#Link_Existing_Or_New_Channel_Model .msteams-button {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
#teams-picker-input,
#new-channel-name-picker-input,
#new-channel-description-picker-input {
  width: 100%;
  margin: 10px;
}
:host .picker {
  width: 100%;
}
.msteam-content-LinkChannelModal-NewChannel,
.msteam-content-LinkChannelModal_LinkBtnPostback,
.msteam-content-LinkChannelModal-NewChannel-teamlId,
.msteams-content-item-meeting-popup,
.msteams-content-item-meeting-notes {
  display: none;
}
.msteam-content-LinkChannelModal-NewChannel-formField {
  padding: 10px 0 10px 10px;
}
#linkChannelSuccess,
#linkChanneleError {
  margin: 10px 0 10px 10px;
}
.file-list {
  --file-list-background-color: white;
  --file-list-box-shadow: none;
}
/*Teams sidepanel loading spinner*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 5px;
  border: 5px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6264a7 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.msTeamsChatChannelDefaultProfilePic {
  background-color: #107c11;
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_ChannelProfilePic.svg");
  background-size: 1.8em;
}
.msTeamsChatMeetingDefaultProfilePic {
  background-color: #5b5fc7;
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_Calendar.svg");
  background-size: 1.8em;
}
.msTeamsChatGroupDefaultProfilePic {
  background-color: #8a8a8a;
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_Group.svg");
  background-size: 1.8em;
}
.msteams-button.msteams-button-primary.disableTeamsButton {
  background-color: gray ;
  pointer-events: none;
}
.EnableTeamsButton {
  background-color: #6264a7;
}
.msteams-content-item-meeting-popup-buttons {
  margin-top: 1em;
}
.note h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.ui-widget-overlay {
  position: fixed;
}
.teamsAlert {
  margin-top: 1em;
  padding: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
}
.teamsPrimaryAlert {
  background-color: #dce0fa;
  color: #444691;
  border-color: #adaee6;
}
.teamsSecondaryAlert {
  background-color: #fbf6d9;
  color: #c48e3c;
  border-color: #f1c37b;
}
.alertIconCircle {
  float: left;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.2em;
  margin-right: 0.5em;
  display: inline;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-radius: 21px;
}
.alertIconCircleWarning {
  padding: 0em 0.5em;
  font-weight: 500;
}
.alertIconCirclePerson {
  padding: 0.05em 0.07em;
}
.iconPerson {
  background-image: url("../../styles/ExactFuel/images/../../MsTeamsPanel/Images/Icons_Person.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.HeaderButton .teams-share-button {
  width: 100%;
  height: 100%;
}
.DropdownMenuContainer .HeaderButton .teams-share-button a img {
  float: none;
  /* negative margin, compensating shadow */
  margin-left: -6px;
  margin-bottom: -6px;
  margin-right: -6px;
}
.OutlineView .SectionHeader th {
  font-size: 16px;
}
.OutlineView.ShowSeparator ul > .list-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px;
}
.OutlineView.ShowSeparator ul > .list-item ul > .list-item {
  border-bottom: unset;
}
.OutlineView ul {
  padding: 4px 2px;
}
.OutlineView .list-item .extra-html,
.OutlineView .list-item .extra-html:hover {
  font-weight: normal;
  font-size: 12px;
  color: #232323;
  text-decoration: none;
}
.OutlineView .list-item .main-html:hover {
  text-decoration: underline;
}
.OutlineView .list-item .main-html {
  font-size: 14px;
  font-weight: bold;
}
.totp-registration div.Wizard.Section {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
.totp-registration #LoginForm_Input_labelEnterCode {
  margin-top: 15px;
}
.totp-registration .Wizard.ResponsiveFlat .WizardButtonBar .WizardNextButton.disabled {
  pointer-events: none;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #9f9f9f;
}
.totp-registration .form-group {
  margin-top: 25px;
}
.BoInvoiceDetail .InvoiceHeaderTable {
  width: 100%;
  margin-bottom: 20px;
}
.BoInvoiceDetail .InvoiceHeaderTitle {
  font-weight: bold !important;
}
.BoInvoiceDetail .InvoiceHeaderField {
  text-align: left;
}
.BoInvoiceDetail .InvoiceTotalTable {
  width: 100%;
}
.BoInvoiceDetail table.InvoiceTotalTable tr td {
  text-align: right;
  padding-top: 4px !important;
  padding-right: 4px;
  padding-bottom: 4px !important;
}
.BoInvoiceDetail .InvoiceTotalField {
  text-align: right;
  font-weight: bold !important;
  background-color: #e5e5e5;
}
.BoInvoiceDetail table#InvoiceLinesView {
  border-bottom: 1px solid black !important;
}
.BoInvoiceDetail table#InvoiceLinesView tr.Header th {
  font-weight: bold !important;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}
.BoInvoiceDetail .DataOutline0 {
  border-top: 1px solid black !important;
  z-index: 9999;
}
.BoInvoiceDetail .PreviouslyInvoiced {
  border-bottom: silver dotted 1px;
}
.BoInvoiceDetail .CurrentlyInvoiced {
  border-top: silver dotted 1px;
}
.table-bankAccount table.ListView tr.Header td.spacer,
.table-bankAccount table.ListView tr.DataLight td.spacer,
.table-bankAccount table.ListView tr.DataDark td.spacer {
  border-bottom: 0px;
  width: 5px;
  padding: 0px;
}
.table-bankAccount #InfoMessage {
  padding-right: 10px;
  margin-bottom: 20px;
}
.table-bankAccount table.ListView tr.noHover {
  pointer-events: none;
}
.table-bankAccount table.ListView td.bankAccount {
  width: 1%;
  white-space: nowrap;
  padding-right: 20px;
}
.catalog-confirmation table {
  margin-bottom: 5px;
}
.catalog-confirmation td {
  width: 160px;
}
.catalog-confirmation td:nth-child(3) {
  text-align: right;
  width: 50px;
}
.catalog-confirmation td:last-child {
  width: 130px;
}
.catalog-confirmation .bold {
  font-weight: bold;
}
.catalog-confirmation .sectionTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-confirmation #AfterChangeSection table td {
  width: 250px;
}
.CollaborationV2 .Form td div.Field {
  padding: 10px 10px 0px;
}
.CollaborationV2 .Collaboration-download-btn {
  width: auto !important;
  position: absolute;
  right: 0px;
  margin-right: 18px !important;
}
.CollaborationV2 .Collaboration-attachment-type-img {
  background: url('../../../docs/images/picture_16x16.png') right top no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 1px;
  outline: none;
}
.CollaborationV2 .Collaboration-attachment-select-container .Collaboration-attachment-select-items li div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.outstandingInvoiceNotificationBankNumber {
  display: block;
  margin-left: 40px;
}
.FormResetBoxModel div.Wizard.Section {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
.FormResetBoxModel #LoginForm_Input_labelEnterCode {
  margin-top: 15px;
}
.FormResetBoxModel .Wizard.ResponsiveFlat .WizardButtonBar .WizardNextButton.disabled {
  pointer-events: none;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #9f9f9f;
}
.FormResetBoxModel .form-group {
  margin-top: 25px;
}
.FormResetBoxModel .message-head {
  width: 50%;
  font-size: 20px;
  margin: 25px auto;
}
.FormResetBoxModel .message-head img {
  width: 30px;
}
.FormResetBoxModel .message-body {
  width: 50%;
  margin: 0 auto 20px;
}
.FormResetBoxModel .message-body ul {
  list-style-image: url('images/BacoCheck.gif');
}
.FormResetBoxModel .message-body li {
  font-size: 15px;
  margin-bottom: 10px;
}
.FinEntryBankCash .WarningIcon {
  display: none;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding-left: 3px;
}
.FinEntryBankCash .Form td .Field input.WarningBorder,
.FinEntryBankCash .Form td .Field input.WarningBorder:focus {
  border: 1px solid #bda760 !important;
}
.hrmdivisioncard-empty-hyperlink a {
  cursor: auto;
  text-decoration: none;
  color: black;
}
.LicAllowDataSharingForm .card-column table {
  vertical-align: sub;
}
.DocLayoutBasedAccount {
  margin-left: -20px !important;
}
.DocLayoutBasedAccount #main {
  margin: 0 12px;
  padding: 0;
  height: 100%;
}
.DocLayoutBasedAccount #footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 35px;
  text-align: right;
  padding-top: 10px;
}
.DocLayoutBasedAccount #content {
  position: fixed;
  top: 0;
  bottom: 45px;
  width: 100%;
  overflow: auto;
}
.DocLayoutBasedAccount .image {
  margin-left: 10px;
  float: left;
  text-align: center;
  width: 25px;
}
.DocLayoutBasedAccount .messageText {
  margin-left: 37px;
}
.DocLayoutBasedAccount .messageLine {
  height: 25px;
}
.DocLayoutBasedAccount .ltTotal {
  margin: 10px 0 8px 5px;
  height: 20px;
}
.DocLayoutBasedAccount div.exButtonBar > div {
  margin-top: 0;
}
.CflSinglePaymentTemplate .container {
  width: 100%;
}
.CflSinglePaymentTemplate .containerCell {
  vertical-align: top;
}
.CflSinglePaymentTemplate .containerCell:first-of-type {
  width: 65%;
}
.CflSinglePaymentTemplate .containerCell:first-of-type + .containerCell {
  width: 35%;
  padding-left: 16px;
}
.CflSinglePaymentTemplate .PreviewPaymentTable {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.BankImportInsightsNotificationMessage {
  width: fit-content;
  height: 50px;
  margin-bottom: 20px;
  padding-right: 10px;
  border: #caaf26;
  background-color: #f7e69b;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.CflStatementsNew table.ListView tr td {
  vertical-align: top;
}
.CflStatementsNew #th_cSeparator,
.CflStatementsNew #th_cMultiReconciliationV2Separator {
  background: white !important;
  border-bottom-color: white !important;
  text-align: center !important;
}
.CflStatementsNew .legenditem {
  display: inline-block;
  padding-right: 18px;
}
.CflStatementsNew .legendimage {
  display: inline-block;
  padding: 0 4px;
  vertical-align: bottom;
}
.CflStatementsNew .reconcile-dropdown-button {
  text-align: center;
  height: 18px !important;
  background-color: #c3c3c3 !important;
  margin-bottom: 0px !important;
  margin-top: -10px;
}
.CflStatementsNew #th_cOffsetAmount,
.CflStatementsNew #th_cBankAmountIn,
.CflStatementsNew #th_cBankAmountOut {
  text-align: right !important;
}
.CflStatementsNew #th_cCompleted,
.CflStatementsNew #th_cStatus,
.CflStatementsNew #th_cView {
  text-align: center !important;
}
.CflStatementsNew .DropdownButtonContainer {
  top: 25px !important;
}
.CflEntry #BankStatementDate,
.CflEntry #EntryDate {
  padding-left: 40px;
}
.CflEntry #BankImportInsightsViewSection {
  margin-right: 8px;
  text-align: right;
}
.CflEntry .Field #BankStatementNumber,
.CflEntry .Field #EntryNumber {
  width: 60px;
  min-width: 60px;
  max-width: 80px;
  display: inline-block;
}
.xml-documentation body {
  font-family: Verdana;
  font-size: xx-small;
  margin: 0;
}
.xml-documentation a {
  text-decoration: none;
}
.xml-documentation a:hover {
  text-decoration: underline;
}
.xml-documentation a:active {
  text-decoration: underline;
}
.xml-documentation p {
  margin-left: 4px;
  margin-bottom: 1px;
  margin-top: 2px;
}
.xml-documentation table.header th {
  font-size: small;
}
.xml-documentation table.header td {
  font-size: x-small;
}
.xml-documentation table.list th {
  background-color: #00aa00;
  color: white;
  padding: 0.5em;
  padding-right: 4em;
  margin: 0px;
  font-size: xx-small;
  font-weight: bold;
  vertical-align: baseline;
  text-align: left;
}
.xml-documentation table.list th.elements {
  background-color: #00aa00;
}
.xml-documentation table.list th.attributes {
  background-color: #0000aa;
}
.xml-documentation table.list th.types {
  background-color: #aa0000;
}
.xml-documentation table.list th a {
  color: white;
}
.xml-documentation table.list td {
  border: 1px solid darkgreen;
  padding: 0.5em;
  margin: 0px;
  font-size: xx-small;
  vertical-align: baseline;
}
.xml-documentation table.list td.elements {
  border: 1px solid darkgreen;
}
.xml-documentation table.list td.attributes {
  border: 1px solid darkblue;
}
.xml-documentation table.list td.types {
  border: 1px solid darkred;
}
.xml-documentation table.elements td {
  padding-left: 0.5em;
  margin: 0px;
  font-size: xx-small;
  vertical-align: top;
}
.xml-documentation table.syntax-children td {
  padding: 0px;
  margin: 0px;
  font-size: xx-small;
  vertical-align: baseline;
}
.xml-documentation table.syntax-children {
  padding: 0px;
  margin: 0px;
}
.xml-documentation table.simpleType td {
  padding-left: 0.5em;
  margin: 0px;
  font-size: xx-small;
  vertical-align: top;
}
.xml-documentation table.simpleType td.heading {
  text-align: left;
}
.xml-documentation .heading {
  text-align: right;
}
.xml-documentation pre {
  font-size: 8pt;
  background-color: #bbbbbb;
}
.xml-documentation .Form {
  margin: 0 0 4px 0;
}
.xml-documentation .note {
  color: gray;
}
.xml-documentation .syntax-element {
  font-weight: bold;
}
.xml-documentation .syntax-datatype-enumeration {
  font-style: italic;
  color: #005500;
}
.xml-documentation .syntax-attribute {
  font-style: italic;
}
.xml-documentation .syntax-additional-attributes {
  padding: 0px;
  margin: 0px;
}
.xml-documentation .syntax-children .syntax-group-description {
  font-size: xx-small;
  color: gray;
}
.xml-documentation .syntax-children .syntax-order {
  vertical-align: middle;
  text-align: center;
  color: #aa0000;
  font-size: xx-small;
  font-weight: bold;
  padding-right: 2px;
}
.xml-documentation .syntax-children .left-bracket {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
}
.xml-documentation .syntax-children .right-bracket {
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
}
.xml-documentation .syntax-children .left-group {
  padding: 0px;
}
.xml-documentation .syntax-children .right-group {
  border-right: 1px solid gray;
  padding: 0px;
}
.xml-documentation .attribute-link {
  color: #0000aa;
}
.xml-documentation .element-link {
  color: #008800;
}
.xml-documentation .datatype-link {
  color: #660000;
  font-style: italic;
}
.xml-documentation .reference-link {
  color: #aa0000;
}
.xml-documentation .description {
  padding-left: 4px;
  padding-bottom: .4em;
  padding-top: .2em;
  font-weight: bold;
  border-bottom: 1px solid gray;
}
.xml-documentation .elementType {
  background-color: #00aa00;
  color: white;
  display: block;
  font-size: larger;
  font-weight: bolder;
  padding: 1pt;
  padding-left: 5pt;
  margin-top: 8pt;
}
.xml-documentation .attributeType {
  background-color: #0000aa;
  color: white;
  display: block;
  font-size: larger;
  font-weight: bolder;
  padding: 1pt;
  padding-left: 5pt;
  margin-top: 18pt;
}
.xml-documentation .typeType {
  background-color: #aa0000;
  color: white;
  display: block;
  font-size: larger;
  font-weight: bolder;
  padding: 1pt;
  padding-left: 5pt;
  margin-top: 18pt;
}
.xml-documentation h2 {
  font-size: larger;
  background-color: #00aa00;
  color: white;
  padding: 4pt;
  padding-left: 5pt;
  margin-top: 8pt;
}
.xml-documentation #elements {
  background-color: #00aa00;
}
.xml-documentation #attributes {
  background-color: #0000aa;
}
.xml-documentation #types {
  background-color: #aa0000;
}
.xml-documentation #reference {
  background-color: #aa0000;
}
.xml-documentation #datatypes {
  background-color: #006666;
}
.xml-documentation #source {
  background-color: gray;
}
.xml-documentation h3 {
  font-size: larger;
  padding-left: 4px;
  margin-top: 5px;
  background-color: #e7e7e7;
}
.xml-documentation .ref-heading {
  margin-left: 4px;
  font-weight: bold;
}
.xml-documentation .ref-content {
  margin-left: 2em;
  margin-bottom: .3em;
}
.FinInvoiceEntry .display-flex {
  display: flex;
}
.FinInvoiceEntry .inline-text-icon-offset {
  align-content: center;
  padding-left: 5px;
}
.FinInvoiceEntry .inline-intercompany-icon-offset {
  margin-left: 8px;
  margin-bottom: 1px;
}
.FinInvoiceEntry .warning-icon-offset {
  cursor: pointer;
  display: none;
  margin-left: 2px;
}
.FinInvoiceEntry .Sii {
  display: inline;
}
.FinInvoiceEntry .blackText {
  color: #232323;
}
.FinInvoiceEntry .numberOfDays {
  font-weight: bold;
}
.FinInvoiceEntry .redText {
  color: red;
}
/* End Of SII Due Day Styling */

.clickable-warning {
  cursor: pointer;
  vertical-align: middle;
  display: none;
}
.BOWizard .title-line {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: black;
}
.BOWizard .title-line .line {
  display: none;
}
.BOWizard .UsageNode .BundleMessageContainer {
  display: flex;
  flex-direction: column;
}
.BOWizard .UsageNode .BundleMessageRow {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.BOWizard .Wizard .WizardField.FullWidth {
  width: 100%;
}
.BOWizard .Wizard .WizardField.FullWidth .Field {
  float: none;
}
.BOWizard .Wizard .WizardField.PrintSummary {
  float: right;
  width: initial;
}
.BOWizard .Wizard .WizardField.PrintSummary .Field div {
  cursor: pointer;
}
.BOWizard .Wizard .WizardField.MarginBottom20 {
  margin-bottom: 20px;
}
.BOWizard .Wizard .WizardField .Field .MigrationSection .PreferredMigration input {
  width: 108px;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField.Width70 {
  width: 70%;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField.AdyenDropInSection {
  display: initial;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField.AdyenDropInSection .Field {
  float: initial;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField.package-catalog {
  display: initial;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField.package-catalog .Field {
  float: none;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField .Field .spin-control-quantity-wrapper input[type="text"] {
  width: 50px;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField .Field .BottomRound {
  display: inline-flex;
}
.BOWizard .Wizard.ResponsiveFlat.buy-wizard .WizardField .Field .BottomRound input {
  margin: 2px;
}
.BOWizard .Wizard.ResponsiveFlat .shopping-cart-modern .large {
  width: 59%;
}
.BOWizard .Wizard table.ListView tr.Header th {
  padding: 5px;
}
.BOWizard .Wizard table.ListView input[type=checkbox] {
  opacity: 1;
  position: unset;
  width: unset;
  height: unset;
}
.BOWizard .Wizard .section-collapsible-header {
  border-bottom-style: solid;
  border-bottom-color: gray;
  border-bottom-width: 1px;
  font-weight: bold;
  cursor: pointer;
}
.BOWizard .Wizard .section-collapsible-header:nth-child(2) {
  padding-right: 4px;
  text-align: right;
}
.BOWizard .Wizard .section-collapsible-header-icon-collapse {
  padding-right: 4px;
  text-align: right;
  transform: rotate(180deg);
}
.BOWizard .Wizard .wizard-field-60percent {
  width: 60%;
}
.BOWizard .Wizard .wizard-field-60percent .ListView {
  border: unset;
}
.BOWizard .Wizard .pre-migration-checkbox-wizard-field {
  margin-top: 20px;
}
.BOWizard .Wizard .agreement-checkbox-wizard-field {
  margin-top: 35px;
}
.BOWizard .Wizard .agreement-checkbox-wizard-field label,
.BOWizard .Wizard .agreement-checkbox-wizard-field input {
  cursor: pointer;
}
.BOWizard.popup {
  margin: 0px auto;
}
.BOWizard.AcceptDivisionWizard .ResponsiveFlat.responsive-wizard-classic .WizardField.MarginBottom20,
.BOWizard.AcceptDivisionWizard .ResponsiveFlat.responsive-wizard-classic .WizardSection.MarginBottom20 {
  margin-bottom: 20px;
}
.BOWizard.AcceptDivisionWizard .ResponsiveFlat.responsive-wizard-classic .TransferDivisionAgreement input[type=checkbox] + label {
  display: inline;
}
.BOWizard .ChatOrCreateSupportQuestion {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.BOWizard .MigrationSection {
  display: flex;
  align-items: flex-end;
  width: 500px;
  justify-content: space-between;
}
.BOWizard .ContentProviderInfo {
  font-size: 14px;
  margin-bottom: 30px;
}
.BOWizard .ContentProviderSection {
  margin-bottom: 5px;
  font-size: medium;
  font-weight: bold;
}
.BOWizard .ContentProviderSelection {
  max-width: 70%;
  font-weight: normal;
}
.BOWizard .ContentProviderThirdPartyInfo,
.BOWizard .ContentProviderNOABInfo {
  font-style: italic;
  margin-bottom: 10px;
}
.BOWizard .ContentProviderNOABInfo ul {
  list-style-type: disc;
  margin-left: 20px;
}
.BOWizard .MigrationReview .MigrationDateTime {
  color: black;
  float: none;
  font-size: 14px;
  font-weight: bold;
}
.BOWizard .TermsAndCondition {
  font-size: 14px;
  padding-left: 34px;
}
.BOWizard .HostingDivisionDialog div {
  margin-bottom: 10px;
  font-weight: bold;
}
.BOWizard.MessageContents {
  display: flex;
}
.BOWizard #cc_msg,
.BOWizard #divError {
  display: none;
}
.BOWizard .TotpContainer {
  display: flex;
}
.BOWizard .TotpSection img {
  width: 100%;
}
.BOWizard #GeneralAgreementAccountPage .Field,
.BOWizard #GeneralAgreementSummaryPage .Field {
  display: flex;
}
.BOWizard .DEBPayrollAddOnMessage .Field {
  display: flex;
  align-items: center;
}
.BOWizard .DEBPayrollAddOnMessage img {
  padding-right: 10px;
  width: 20px;
  height: 20px;
}
.BOWizard .multi-package .closeButton {
  display: block;
  margin: 1em;
  float: right;
  color: black;
  font-weight: bold;
}
.BOWizard .multi-package .menuItem {
  margin-top: 10px;
  margin-bottom: 10px;
}
.BOWizard .multi-package .dropdown {
  position: relative;
  display: inline-block;
}
.BOWizard .multi-package .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  right: 0;
}
.BOWizard .multi-package .dropdown:hover .dropdown-content {
  display: block;
}
.BOWizard .multi-package .package {
  padding: 10px;
  font-size: 13px;
  border-radius: 7px;
  background: #898989;
  border: 1px solid #898989;
  color: white;
  font-weight: bold;
  margin: 0 4px;
  cursor: pointer;
}
.BOWizard .multi-package .package.selected {
  color: white;
  background-color: #0277bd;
}
.BOWizard .multi-package .package .name {
  display: inline-block;
  width: 70%;
  text-align: left;
}
.BOWizard .multi-package .package .priceWithCurrency {
  display: inline-block;
  text-align: right;
}
.BOWizard .multi-package .product {
  display: block;
  border: 2px solid #afafb1;
  padding: 15px 20px 15px;
  text-align: center;
  font-size: 16px;
  margin: 0 4px;
  border-radius: 4px 4px 0px 0px;
  font-weight: bold;
  background-color: #c1c1c3;
  color: white;
  cursor: pointer;
}
.BOWizard .multi-package .product.selected {
  color: white;
  background-color: #0277bd;
  border: 2px solid #0277bd;
}
.BOWizard .multi-package div.panel.panel-default {
  text-align: center;
}
.BOWizard .multi-package div.panel.panel-default .panel-body {
  margin: 0 4px;
  border: 1px solid #0277bd;
  box-shadow: 1px 2px #b5d3ea;
}
.BOWizard .multi-package div.panel.panel-default .panel-body .choose-edition-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px 10px;
  color: #525252;
}
.BOWizard .multi-package div.panel.panel-default .panel-body .footer {
  padding: 10px;
}
.BOWizard .multi-package .hideDiv {
  display: none;
}
.BOWizard .multi-package .disableClick {
  pointer-events: none;
}
.BOWizard .multi-package #ProductHeader .title {
  vertical-align: top;
  font-size: large;
  font-weight: bold;
}
.BOWizard .multi-package #ProductHeader hr {
  border-color: #fafafa;
  margin-bottom: 20px;
}
.BOWizard .multi-package #Products {
  display: flex;
}
.BOWizard .multi-package .tab {
  width: 97%;
  border: 0;
}
.BOWizard .multi-package .right-cart-package-header {
  font-weight: bold;
  border-bottom: 2px solid #0277bd;
  background: #e5e5e5;
  padding: 5px 10px;
  color: #686868;
}
.BOWizard .multi-package .item-name.discount {
  font-weight: normal;
  font-size: small;
}
.BOWizard .multi-package .order-amount.discount {
  font-weight: normal;
}
.BOWizard .multi-package.shopping-cart-modern .item-name.VAT {
  font-weight: normal;
}
.BOWizard .annual-billing-indicator {
  display: inline-block;
  text-align: right;
  color: #eb994e;
}
.BOWizard.SubscriptionQuotationWizard .Width80.WizardSection .WizardField {
  width: 80%;
}
.BOWizard.SubscriptionQuotationWizard .Width80.WizardSection .WizardField .Field {
  width: 60%;
  float: right;
}
.BOWizard.SubscriptionQuotationWizard .Width80.WizardSection .WizardField .Label {
  width: 40%;
}
.BOWizard.SubscriptionQuotationWizard .Width80.WizardField {
  width: 80%;
}
.BOWizard.SubscriptionQuotationWizard .Width80.WizardField .Field {
  width: 60%;
  float: right;
}
.BOWizard.SubscriptionQuotationWizard .Width80.WizardField .Field .float-left {
  float: left;
}
.BOWizard.SubscriptionQuotationWizard .Width80.WizardField .Label {
  width: 40%;
}
.BOWizard.SubscriptionQuotationWizard .term-callout .CalloutIconContainer .CalloutIcon {
  margin-left: 10px;
}
.BOWizard.SubscriptionQuotationWizard .margin-bottom20 {
  margin-bottom: 20px;
}
.BOWizard.SubscriptionQuotationWizard .RadioButtonList {
  white-space: nowrap;
  display: inline;
}
.BOWizard.SubscriptionQuotationWizard .RadioButtonList label {
  white-space: normal;
  display: inline-table;
}
.BOWizard.SubscriptionQuotationWizard .custom-discount-amount,
.BOWizard.SubscriptionQuotationWizard .custom-discount-period {
  padding-left: 27px;
}
.BOWizard.SubscriptionQuotationWizard .lifetime-discount-text {
  font-size: 12px;
}
.BOWizard.SubscriptionQuotationWizard .memofield-with-buttonbar {
  width: 100%;
}
.BOWizard.SubscriptionQuotationWizard .memofield-with-buttonbar textarea {
  width: 100%;
}
.BOWizard.SubscriptionQuotationWizard .discount .WizardField:not(.discount-description) input,
.BOWizard.SubscriptionQuotationWizard .extra-service-discount .WizardField:not(.discount-description) input {
  text-align: right;
}
.BOWizard.SubscriptionQuotationWizard .discount .WizardField:not(.discount-notes):not(.discount-description),
.BOWizard.SubscriptionQuotationWizard .extra-service-discount .WizardField:not(.discount-notes):not(.discount-description) {
  display: flex;
  gap: 8px;
  margin-bottom: unset;
}
.BOWizard.SubscriptionQuotationWizard .discount .WizardField:not(.discount-notes):not(.discount-description) .Label,
.BOWizard.SubscriptionQuotationWizard .extra-service-discount .WizardField:not(.discount-notes):not(.discount-description) .Label {
  display: flex;
  align-items: center;
  height: 28px;
}
.BOWizard.SubscriptionQuotationWizard .extra-service-discount .WizardField:not(.discount-notes):not(.discount-description) .Label {
  width: 60%;
}
.BOWizard.SubscriptionQuotationWizard .discount-description {
  margin-top: 20px;
}
.BOWizard.SubscriptionQuotationWizard .hyperlink-container {
  overflow: hidden;
  word-wrap: break-word;
}
.BOWizard.SubscriptionQuotationWizard .order-content:has(#MultiOrderReviewCart) {
  border: none;
}
.BOWizard.SubscriptionQuotationWizard .term-section {
  margin-top: 20px;
}
.BOWizard.SubscriptionQuotationWizard .term-section .WizardField {
  margin-bottom: unset;
}
.BOWizard.EmailQuotation .Wizard.ResponsiveFlat #Attachment_Upload {
  height: 20px;
}
.BOWizard.EmailQuotation .email-preview {
  border: solid;
  border-width: thin;
  border-color: darkgray;
  padding: 5px;
}
.BoSubscriptionQuotationExtraServiceDiscountDetails .Label {
  margin-top: 10px;
}
.LicProductInformation table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  margin-top: 2em;
  padding-bottom: 2em;
}
.LicProductInformation thead {
  font-size: 18px;
  background-color: #fafafa;
  color: #3a3a3a;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.LicProductInformation tbody {
  font-size: 1.5em;
}
.LicProductInformation .theadCell {
  padding: 1em;
  border: 0em;
  border-style: none!important;
}
.LicProductInformation .feature {
  font-size: 16px;
  padding: 0.5em;
  background-color: #fafafa;
  text-align: left;
  color: #8b8b8b;
}
.LicProductInformation td {
  margin: 0px;
  padding: 5px;
  text-align: left;
  text-align: center;
}
.LicProductInformation .border td {
  border: 1px solid #fafafa;
}
.LicProductInformation .noborders td {
  border: 0;
}
.LicProductInformation .closeButton {
  display: block;
  margin: 1em;
  float: right;
  color: black;
  font-weight: bold;
}
.LicProductInformation .closeButton:link {
  text-decoration: none;
}
.LicProductInformation .closeButton:hover {
  text-decoration: none;
}
.LicProductInformation .price {
  margin-top: 0.5em;
  padding: 0.5em;
  background-color: #0277bd;
  color: white;
  width: fit-content;
  display: inline-block;
  border-radius: 0.2em;
}
.LicProductInformation .page-margin {
  margin: 5em;
}
.LicProductInformation .info-caption {
  vertical-align: top;
  font-size: 1.8em;
  font-weight: bold;
}
.LicProductInformation .item-group-desc {
  vertical-align: top;
  font-size: 1.8em;
  font-weight: bold;
  color: red;
}
.LicProductInformation hr {
  border-color: #fafafa;
}
.LicAdditionalInfo Form {
  font-family: Arial;
  color: #232323;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.LicAdditionalInfo a {
  text-decoration: none;
  color: #006699;
}
.LicAdditionalInfo a:hover {
  text-decoration: underline;
  color: #00455f;
}
.LicAdditionalInfo .priceListTable {
  border-collapse: collapse;
  width: 420px;
  margin: 10px 0;
}
.LicAdditionalInfo .priceListTable td,
.LicAdditionalInfo .priceListTable th {
  border: 1px solid #666666;
  padding: 3px;
}
.LicAdditionalInfo .priceListTable th {
  background: url("images/table-head-bg.png");
  color: white;
}
.LicAdditionalInfo .priceListTable tr:hover {
  background-color: #f3f1f1;
}
.WizMoveDivision.popup {
  margin: 0px auto;
}
.DbmSettingsAscx,
.AccSettingsElectronicInvoices {
  display: flex;
  width: 97%;
}
.DbmSettingsAscx .seperatorDiv,
.AccSettingsElectronicInvoices .seperatorDiv {
  width: calc(100vw - (1000px + 530px));
}
.DbmSettingsAscx .DebtorManagementSettingsCard,
.AccSettingsElectronicInvoices .DebtorManagementSettingsCard,
.DbmSettingsAscx .ElectronicInvoicing,
.AccSettingsElectronicInvoices .ElectronicInvoicing {
  display: block;
  width: 1000px;
}
.CflStatementsToBeCompleted .dataSectionClass {
  display: inline-flex;
}
.CflStatementsToBeCompleted table.ListView tr td {
  vertical-align: top;
}
.CflStatementsToBeCompleted .statusSectionClass {
  padding-right: 10px;
}
.CflPageTimeout {
  height: 100%;
  background-color: #ececec;
}
.CflPageTimeout form {
  display: flex;
  justify-content: center;
}
.CflPageTimeout .Image {
  width: 590px;
  height: 325px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.CflPageTimeout .content-wrapper {
  min-width: 30%;
}
.CflPageTimeout .content {
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.CflPageTimeout .content-column {
  flex: 1;
}
.CflPageTimeout .HeaderTitle {
  font-size: x-large;
  font-weight: normal;
  margin-bottom: 16px;
}
.CflPageTimeout .content-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.CflPageTimeout .content-detail {
  font-size: x-large;
  font-weight: normal;
  margin-bottom: 8px;
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
}
#wfControlledDateTo table td.Label {
  background-color: white;
}
#ShopOrderStockReceipt .ImageField {
  position: absolute;
  top: 137px;
  left: 405px;
  width: 105px;
}
.CrmAccountMasterDataChangeDialog tr.border_bottom td {
  border-bottom: 1px solid #cccccc;
}
.CrmAccountMasterDataChangeDialog .addressMasterData {
  line-height: 8px;
}
.CrmAccountMasterDataChangeDialog .postCodeCountryMasterData {
  line-height: 0px;
}
.AccRecognizedScannedDocument .Attachments,
.AccRecognizedScannedDocument .ProgressSteps {
  table-layout: fixed;
  border-style: none;
  width: 100%;
}
.AccRecognizedScannedDocument .Attachments th {
  padding: 0px;
  text-align: left;
  font-size: 14px;
}
.AccRecognizedScannedDocument .Attachments td {
  vertical-align: top;
}
.AccRecognizedScannedDocument .Iframe {
  width: 100%;
  min-height: 490px;
}
.AccRecognizedScannedDocument .Attachments pre {
  font-size: 14px;
}
.AccRecognizedScannedDocument .PagingControl {
  text-align: right;
  float: right;
  width: 35%;
}
.AccRecognizedScannedDocument .recognizedHeader {
  float: left;
  width: 100%;
  display: flex;
}
.AccScanningService .top-right-link {
  margin-top: 0px;
}
.lic-oei-wizard #BodypVerifyEmail,
.lic-oei-wizard #BodypEnterPassword {
  height: 170px;
}
.lic-oei-wizard .FloatRight {
  float: right;
}
.lic-oei-wizard .ContinueButton {
  min-width: 161px;
}
.lic-oei-wizard div.ControlMessageCloseButton {
  background-image: url('images/NotValid_Close.png');
}
.lic-oei-wizard .ControlMessageContainer.Right {
  margin-left: 3px;
}
.lic-oei-wizard .ControlMessageButtonCell {
  width: 10%;
}
.lic-oei-wizard #RwfOeiUsername #CsConfirmEmailAddress td.Label {
  display: table-cell;
}
.lic-oei-wizard .WizardSection:has(#RwfOeiUsername) .WizardSectionHeader {
  margin-bottom: 0;
}
.AddAttachmentSection {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.Label:has(+.Field .AddAttachmentSection) {
  vertical-align: top;
}
body:not(.eds-enabled) .Field:has(.AddAttachmentSection) a {
  display: inline-block;
  margin-bottom: 10px;
}
.AccScanningService #RequirementsBlock table {
  width: auto;
}
.quotation-quantity-materials table table.ListView {
  width: 100% !important;
}
.card-column .OEILitContainer,
.card-column .TotpLitContainer {
  display: flex;
  align-items: center;
}
.card-column .OEILitMigrate .OEIButton,
.card-column .TotpLitActivate .TotpButton {
  margin: 16px 8px 16px 0;
}
.memoFieldtd {
  padding: 15px;
}
#WizTaxDeclarationPrepare .Wizard.ResponsiveFlat .WizardSectionHeader {
  text-align: start;
}
#WizTaxDeclarationPrepare .WizardHeader div.HdrTitle {
  display: none;
}
.InvInventoryMethodSettings {
  background-color: white;
  margin-top: 16px !important;
  height: auto;
}
.InvInventoryMethodSettings #Form1 {
  margin-right: -12px;
}
.InvInventoryMethodSettings .mainTable {
  width: 100%;
  height: 85%;
  padding-top: 10px;
}
.InvInventoryMethodSettings .leftTable {
  width: 18%;
  height: 25%;
  float: left;
  margin-left: 50px;
  padding-top: 8px;
  position: absolute;
}
.InvInventoryMethodSettings .leftTable label {
  font-size: 14px;
  width: 117px;
  height: 25px;
  padding-left: 30px;
  padding-top: 10px;
  margin-left: -20px;
  margin-top: -8px;
  margin-bottom: 10px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block !important;
  white-space: nowrap !important;
}
.InvInventoryMethodSettings .leftTable label:hover {
  background-color: #f2f2f2;
}
.InvInventoryMethodSettings .leftTable input {
  position: relative;
  z-index: 2;
  vertical-align: top;
}
.InvInventoryMethodSettings .rightTable {
  margin-left: 190px;
  width: 73%;
  height: 140px;
  padding: 8px;
}
.InvInventoryMethodSettings .header {
  font-size: 16px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.InvInventoryMethodSettings .footerTable {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 5%;
}
.InvInventoryMethodSettings .blankBuffer {
  float: left;
  width: 20px;
  height: 100%;
}
.InvInventoryMethodSettings .attention {
  float: left;
  width: 20px;
}
.InvInventoryMethodSettings .checkBox {
  float: left;
  width: 10px;
  height: 100%;
  padding-right: 15px;
  padding-top: 3px;
}
.InvInventoryMethodSettings .confirmMessage {
  padding-top: 6px;
}
.InvInventoryMethodSettings .typeHeader {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 4px;
}
.InvInventoryMethodSettings .typeDetail {
  font-size: small;
}
.InvInventoryMethodSettings .buttonsFooter {
  height: 13%;
  width: 103.2%;
  background-color: #f2f2f2;
  margin-left: -12px;
}
.InvInventoryMethodSettings .buttons {
  height: 100%;
  padding-left: 30px;
  float: right;
}
.InvInventoryMethodSettings #btnCancel {
  margin-right: 8px;
}
.AccAdministrationTypesPage #th_dFixedCosts {
  font-weight: bold;
}
.FinGLSuggestionsMapping tr.ToBeSelected {
  vertical-align: top;
}
.FinGLSuggestionsMapping table.SchemePrediction {
  border: 2px solid white;
  width: 100%;
}
.FinGLSuggestionsMapping tr.SchemePrediction > td {
  background: #e9eff7;
  color: #0277bd;
  border: 1px solid white;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
}
.FinGLSuggestionsMapping tr.SchemePrediction:hover > td {
  background: #0288d1 !important;
  color: white;
  text-decoration: none;
}
.FinGLSuggestionsMapping td.GLAction {
  color: #0277bd;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
  padding: 2px !important;
}
.FinGLSuggestionsMapping td.SelectedPrediction {
  padding: 3px;
}
.Wizard.ResponsiveFlat .WizardField #AcceptTermsAndConditions {
  position: relative;
  opacity: unset;
  margin-right: 4px;
}
.LogItemBillOfMaterial .Grid .ExtraFooter td {
  border-bottom: 0px;
}
.PurPurchOrdersPrintBasedOnAccount form {
  margin-left: 0px;
}
.PurPurchOrdersPrintBasedOnAccount #main {
  margin: 0 12px;
  padding: 0;
  height: 100%;
}
.PurPurchOrdersPrintBasedOnAccount #footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 35px;
  text-align: right;
  padding-top: 10px;
}
.PurPurchOrdersPrintBasedOnAccount .image {
  margin-left: 10px;
  float: left;
  text-align: center;
  width: 25px;
}
.PurPurchOrdersPrintBasedOnAccount .messageText {
  margin-left: 37px;
}
.PurPurchOrdersPrintBasedOnAccount .messageLine {
  height: 25px;
}
.FinOfficialReturnIdentification .InvalidFlag img {
  margin-left: -8px;
}
.FinOfficialReturn table.ListView td.VatReturnHeader {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 100%;
  padding: 10px 0;
}
.FinOfficialReturn table.ListView tr:not(:first-child) td.VatReturnHeader {
  padding: 30px 0;
}
.FinOfficialReturn .HeaderField {
  border: 2px solid black;
  padding: 10px;
  margin: 0 -15px;
}
.FinOfficialReturn .LUReturnBoxes {
  text-align: right;
  /*border: none;*/
  border-bottom: 2px solid #313131;
  /*border: 1px solid #313131;*/
  flex-grow: 1;
  width: 100%;
  min-width: 0;
}
.FinOfficialReturn .LUReturnBoxes:read-only,
.FinOfficialReturn .LUReturnCheckBoxes[readonly] {
  background-color: #e7e7e7;
  cursor: not-allowed;
}
.FinOfficialReturn .SubHeader {
  font-weight: bold;
  text-align: right !important;
  padding-top: 20px !important;
}
.FinOfficialReturn .SubSection {
  font-weight: bold;
  padding-top: 20px !important;
}
.FinOfficialReturn .SubSection .LUReturnBoxes {
  border-bottom: 2px solid #313131;
}
.FinOfficialReturn .inline-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.FinOfficialReturn .inline-flex .BoxField {
  flex-grow: 1;
}
.FinOfficialReturn .BoxField {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  align-items: center;
}
.FinOfficialReturn #BoxesList {
  table-layout: fixed;
  display: block !important;
  margin: 0 auto;
  max-width: 100%;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 20px 20px 0 rgba(0, 0, 0, 1);*/
  background-color: white;
  padding: 5px;
  border-collapse: collapse;
  /*border: 1px solid #e5e5e5;*/
  width: 100% !important;
}
.FinOfficialReturn .panel tr {
  border: 1px solid #e5e5e5;
}
.FinOfficialReturn #BoxesList tbody {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.FinOfficialReturn .BorderMeTop,
.FinOfficialReturn .BorderMeBottom,
.FinOfficialReturn .BorderMe,
.FinOfficialReturn tr:nth-last-child(1) .BorderMe {
  border: 1px solid black;
}
.FinOfficialReturn .BorderMeTop {
  border-bottom: none;
}
.FinOfficialReturn .BorderMeBottom {
  border-top: none;
}
.FinOfficialReturn .BorderMe {
  border-top: none;
  border-bottom: none;
}
.FinOfficialReturn .SectionHeader tbody {
  width: 100%;
}
.FinOfficialReturn td.HasError div {
  position: relative;
}
.FinOfficialReturn td.HasError .invalidWarningImg {
  position: absolute;
  margin-right: -11px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.FinOfficialReturn td.HasError .LUReturnBoxes {
  border: 1px solid #d15d62;
}
@media print {
  .FinOfficialReturn #BoxesList_TableBody {
    height: 100% !important;
  }
  .FinOfficialReturn .ListView {
    width: 100% !important;
  }
}
.FinOfficialReturn .ListView {
  -webkit-box-sizing: border-box;
  /* Safari */

}
.FinOfficialReturn .headerBtn {
  background-color: #eeeeee;
  color: #444444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.FinOfficialReturn .panel {
  display: none;
  border-collapse: collapse;
}
.FinOfficialReturn .panel.active {
  display: block;
}
.SysCacheInspectorRedis table.Form button {
  margin-bottom: 0;
}
.SysCacheInspectorRedis #IsCacheOnlineValue {
  color: white;
  padding: 4px 4px 6px 8px;
  margin-right: 5px;
  font-weight: bold;
}
.SysCacheInspectorRedis #OfflineMessage {
  margin-top: 5px;
}
.SysCacheInspectorRedis #CacheStatusDiv.online #IsCacheOnlineValue {
  background-color: green;
}
.SysCacheInspectorRedis #CacheStatusDiv.online #OfflineMessage {
  display: none;
}
.SysCacheInspectorRedis #CacheStatusDiv.offline #IsCacheOnlineValue {
  background-color: red;
}
.WflQueryRequest input[type=checkbox] {
  vertical-align: baseline;
}
.WflQueryRequest .DatabaseGroup {
  margin-bottom: 1em;
}
.WflQueryRequest .DatabaseGroupHeader {
  font-weight: bold;
}
.WflQueryRequest .DatabaseGroupItems {
  margin-left: 1em;
}
.WflQueryRequest .CheckboxQueryDelete {
  display: none;
}
.SysConnectivitySettings .addTCButton {
  margin-bottom: 0px !important;
}
.FinExportDATEVOnline .ImageContainer {
  width: 0.5px;
  vertical-align: top;
}
.DebtorManagementMonitor .VerticalTabStrip .TabStripTableOfContent {
  border-top: none;
  display: none;
}
.DebtorManagementMonitor .VerticalTabStrip .TabStripTableContent {
  border-style: none;
}
.DebtorManagementMonitor .VerticalTabStrip .TabStripTableContent .ContentSections {
  border-top: none;
}
.DebtorManagementMonitor .EDSTabStrip {
  background-color: #ececec;
}
.DebtorManagementMonitor .EDSTabStrip .TabStripTableOfContent {
  display: none;
}
.DebtorManagementMonitor .ContentSectionCardRowHeader {
  background-color: white;
  border-bottom: 1px solid #cccccc;
  color: #59595b;
  font-weight: bold;
}
.DebtorManagementMonitor .ContentSectionCardRowHeader .ListView .SectionHeader th {
  font-weight: bold;
  color: #59595b;
}
.DebtorManagementMonitor .ContentSectionCardRowHeader .ListView .Header th {
  font-weight: normal;
}
.finVatSettingsCardWrapper div.finVatSettingsOnlineSubscribe img {
  padding-bottom: 6px;
}
.CflBankConnectionSetup .SubscriptionBox {
  width: 80%;
}
.CflBankConnectionSetup .SubscriptionBox .SubscriptionItemBox {
  border: 1px solid #cccccc;
  border-top-color: #5499c6;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
.CflBankConnectionSetup .SubscriptionBox .SubscriptionItemBox table {
  width: 100%;
}
.CflBankConnectionSetup .SubscriptionBox .SubscriptionItemBox table td {
  width: 50%;
  padding-left: 5px;
}
.CflBankConnectionSetup .SubscriptionBox .itemAdditionalInfo-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 8px;
  background: url('../../styles/ExactFuel/images/info-inactive.svg') no-repeat center center;
}
.CflBankConnectionSetup .SubscriptionBox .itemAdditionalInfo-icon:hover {
  background: url('../../styles/ExactFuel/images/info-active.svg') no-repeat center center;
}
.CflBankConnectionSetup .SubscriptionBox .SubscriptionItemPriceUnit {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}
.CflBankConnectionSetup .SubscriptionBox .SubscriptionItemPriceUnit table {
  width: 100%;
}
.CflBankConnectionSetup .SubscriptionBox .SubscriptionItemPriceUnit table td {
  width: 70%;
}
.ERBrowserColumnInfoEditor table:nth-of-type(2) tr td:first-child {
  width: 20% !important;
}
.ERBrowserColumnInfoEditor table:nth-of-type(2) tr td:nth-child(2) {
  width: 80% !important;
}
.ERBrowserColumnInfoEditor #Columns_buttonDown {
  margin-top: 5px;
}
.MfgPrintFunction {
  padding: 0 16px;
}
.MfgPrintFunction IFrame {
  border-style: none;
  width: 100%;
  height: 50%;
}
.AccPracticePortal .HomePage {
  font-family: 'Apax-Regular', Arial;
  font-weight: normal;
}
.AccPracticePortal .HomePage #SearchAdminContainer {
  position: relative;
  margin-top: 16px;
  margin-right: 16px;
}
.AccPracticePortal .HomePage #SearchAdminContainer .SearchInput {
  background: white;
  float: left;
  padding: 0 3px 0 6px;
  border: 1px solid #b2bec4;
  border-radius: 4px;
  white-space: nowrap;
  width: 316px;
  height: 32px;
  font-size: 12px;
  margin-left: 16px;
  margin-bottom: 10px;
  box-sizing: unset;
}
.AccPracticePortal .HomePage #SearchAdminContainer .SearchButton {
  background: url('../../../docs/images/browser-search-icon.svg') no-repeat;
  float: left;
  text-indent: -999em;
  height: 16px;
  width: 16px;
  margin: 10px 0 0 -24px;
  border: none;
  cursor: pointer;
}
.AccPracticePortal .HomePage #CompanyList {
  margin: 16px 0px 0px 16px;
  font-size: 14px;
  font-weight: normal;
  border: none;
}
.AccPracticePortal .HomePage .horizontal-line-text {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  font-size: 10px;
  color: #808183;
}
.AccPracticePortal .HomePage .horizontal-line-text:not(.no-text):before,
.AccPracticePortal .HomePage .horizontal-line-text:after {
  content: "";
  border-bottom: 1px solid #cccccc;
  margin: auto;
}
.ie-support .AccPracticePortal .HomePage .horizontal-line-text:not(.no-text):before,
.ie-support .AccPracticePortal .HomePage .horizontal-line-text:after {
  margin-bottom: 5px;
}
.ie-support .Administration .AccPracticePortal .HomePage .horizontal-line-text:not(.no-text):before,
.ie-support .Administration .AccPracticePortal .HomePage .horizontal-line-text:after {
  margin-bottom: 10px;
}
.AccPracticePortal .HomePage .horizontal-line-text:not(.no-text):before {
  width: 12px;
  margin-right: 5px;
}
.Administration .AccPracticePortal .HomePage .horizontal-line-text:not(.no-text):before {
  margin-left: -25px;
  width: 21px;
}
.AccPracticePortal .HomePage .horizontal-line-text:after {
  flex: 1 1 auto;
  margin-left: 4px;
  width: 220px;
}
.no-text.AccPracticePortal .HomePage .horizontal-line-text:after {
  margin-left: -16px;
}
.Administration .AccPracticePortal .HomePage .horizontal-line-text:after {
  margin-right: -21px;
}
.AccPracticePortal .HomePage .horizontal-line-text-right {
  position: absolute;
  right: -4px;
  background-color: white;
  top: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  line-height: 14px;
}
.AccPracticePortal .HomePage .horizontal-line-text-right.link {
  color: #0650d0;
  cursor: pointer;
}
.AccPracticePortal .HomePage li {
  margin: 0;
}
.AccPracticePortal .enhanced-navigation {
  font-family: Apax-Regular, Arial;
}
.AccPracticePortal .enhanced-navigation a {
  text-decoration: none;
}
.AccPracticePortal .enhanced-navigation__top {
  padding: 0;
}
.AccPracticePortal #topMenu {
  background: white;
  border-bottom: 4px solid #ebe5de;
  user-select: none;
  box-shadow: 0 0 0.5em transparent;
  transition: box-shadow 0.3s ease-in-out;
}
.AccPracticePortal #dashboardLink {
  padding: 0;
  padding-top: 0px;
}
.AccPracticePortal #dashboardLink > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 84px;
  height: 56px;
  margin-right: -1px;
  margin-bottom: -4px;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0px 4px 0px 0px red;
}
.AccPracticePortal #dashboardLink > a:hover .CompanyIconContainer {
  transform: translateY(-61px);
}
.AccPracticePortal #dashboardLink > a:hover > img {
  padding: 16px;
  transform: translateY(-54px);
}
.AccPracticePortal #dashboardLink > a img {
  padding: 8px 0;
  transition: transform 0.2s;
  max-width: 60px;
  max-height: 40px;
  vertical-align: middle;
}
.AccPracticePortal #dashboardLink > a > #HomeIcon {
  max-width: 24px;
}
.AccPracticePortal #dashboardLink .CompanyIconContainer {
  width: 100%;
  min-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}
.AccPracticePortal #dashboardLink,
.AccPracticePortal #companySelector {
  font-weight: 600;
  border-right: 1px solid #dadede;
  height: 56px;
  box-shadow: 0px 4px 0px 0px #ebe5de;
}
.AccPracticePortal .centerImageHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.AccPracticePortal #CompanyLogoUrl,
.AccPracticePortal #dashboardLink > a:hover {
  border-bottom-color: red;
}
.AccPracticePortal #NavigationLinks > a:hover,
.AccPracticePortal #dashboardLink > a:hover {
  cursor: pointer;
}
.AccPracticePortal .HomePage a:hover {
  text-decoration: underline;
}
.AccPracticePortal #companySelector {
  box-shadow: 0 4px 0 0 #00467b;
  padding: 0 4px;
  padding-top: 1px;
  border-left: 1px solid #dadede;
}
.AccPracticePortal #companySelector a:hover,
.AccPracticePortal #companySelector #Division:hover {
  text-decoration: underline;
}
.AccPracticePortal #AdminContainer {
  margin-top: 4px;
}
.AccPracticePortal #AdminContainer.DropdownMenuContainer.Active {
  border-radius: 4px 4px 0 0;
}
.AccPracticePortal #AdminContainer.DropdownMenuContainer.Active .DropdownArrow {
  transform: rotateX(180deg);
}
.AccPracticePortal #AdminContainer .DropdownMenuBody {
  top: 50px;
}
.AccPracticePortal #AdminContainer #Administration.menuLinks {
  padding: 5px 10px;
  height: 42px;
  line-height: 40px;
}
.AccPracticePortal #AdminContainer #Administration.menuLinks #Division {
  line-height: 40px;
}
.AccPracticePortal #Administration.DropdownMenuHeader {
  padding: 3px 10px 7px;
}
.AccPracticePortal #Administration.DropdownMenuHeader .DropdownArrow {
  background: url('../../styles/ExactFuel/images/ic_chevron_down_20px.svg') no-repeat center center;
  width: 10px;
  height: 8px;
  margin-left: 8px;
  transition: all 0.6s;
}
.AccPracticePortal .dropdown-header {
  border: 1px solid transparent !important;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px 13px 10px !important;
  border-bottom: none !important;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .AccPracticePortal .dropdown-header {
    padding: 10px 10px 13px 10px !important;
  }
}
.AccPracticePortal #Division {
  font-family: Apax-Medium, Arial;
  font-size: 14px;
  font-weight: normal;
  color: #272727;
  padding: 0 !important;
  background: none;
}
.AccPracticePortal #NavigationLinks {
  margin-top: 8px;
  display: flex;
  align-items: center;
  height: 38px;
}
.AccPracticePortal #NavigationLinks > * {
  margin-bottom: -4px;
  line-height: initial;
}
.AccPracticePortal .menuLinks {
  float: left;
  font-size: 14px;
  padding: 0 10px;
}
.AccPracticePortal .menuLinks:first-child {
  padding-left: 0;
}
.AccPracticePortal .menuLinks > a {
  display: inline-block;
  padding: 0 12px;
  line-height: 56px;
  vertical-align: middle;
  text-align: center;
  color: #4d4f4f;
  margin-bottom: -4px;
}
.AccPracticePortal .content {
  display: flex;
  flex-direction: column;
  width: 304px;
  font-weight: 400;
  font-family: Apax-Regular, Arial;
  padding: 0 16px;
}
.AccPracticePortal .dropdown-container {
  position: absolute;
  background-color: white;
  margin: 0 auto;
  border: 1px solid #dadede;
  border-radius: 5px 0 5px 5px;
  font-family: Arial;
  z-index: 11;
}
.AccPracticePortal .dropdown-container * {
  box-sizing: border-box;
}
.AccPracticePortal #userTools {
  flex-grow: 1;
  float: right;
  direction: rtl;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  box-shadow: none;
}
.AccPracticePortal #userTools * {
  direction: ltr;
}
.AccPracticePortal #profileDropDown {
  top: 56px;
  margin-top: 0;
}
.AccPracticePortal #profile {
  height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}
.AccPracticePortal #profile > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #857c72;
  color: white;
  border-radius: 3px;
  line-height: 2.1em;
  text-align: center;
}
.AccPracticePortal #activities {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 0.57em 14px 10px !important;
  font-family: Apax-Regular, Arial;
  font-weight: normal;
  color: #4d4f4f;
  font-size: 12px;
  line-height: 14px;
  background: none;
  width: max-content;
}
.AccPracticePortal #activities.bordered-button .DropdownArrow {
  transform: rotateX(180deg);
}
.AccPracticePortal #activities.bordered-button > div {
  color: #272727;
}
.AccPracticePortal #activities > div:hover {
  text-decoration: underline;
}
.AccPracticePortal #activities > span {
  height: 20px;
  width: 20px;
  color: white;
  font-family: Apax-Medium;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 2px;
  text-align: center;
  transition: all 0.6s ease;
}
.AccPracticePortal #activities > span.DropdownArrow {
  height: 6px;
  width: 8px;
  padding: 0;
  margin: 0;
  background: url('../../styles/ExactFuel/images/ic_arrow_down_20px.svg') no-repeat center center;
}
.AccPracticePortal #activities > span#Activities_ActivitiesCount {
  width: initial;
  min-width: 10px;
  padding: 0 5px;
}
.AccPracticePortal .activityDropDown {
  top: 56px;
  display: none;
  margin: 0 46.5px 0 0;
  border-bottom: none !important;
}
.AccPracticePortal .activityDropDown .content {
  padding: 16px 0;
}
.AccPracticePortal .activityDropDown .activityContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.AccPracticePortal .activityDropDown .leftSide,
.AccPracticePortal .activityDropDown .rightSide,
.AccPracticePortal .activityDropDown .rightSideLeftTextAlign {
  display: table-cell;
}
.AccPracticePortal .activityDropDown .leftSide {
  text-align: left;
  min-width: 16px;
}
.AccPracticePortal .activityDropDown .rightSideLeftTextAlign {
  text-align: left;
  padding-left: 15px;
}
.AccPracticePortal .activityDropDown .pop-up-content-without-top-border {
  position: relative;
}
.AccPracticePortal .activityDropDown .pop-up-content {
  padding: 0;
  border-top: none;
}
.AccPracticePortal .activityDropDown .pop-up-content,
.AccPracticePortal .activityDropDown .pop-up-footer,
.AccPracticePortal .activityDropDown .pop-up-part {
  padding: 12px 16px;
}
.AccPracticePortal .activityDropDown .puc-row {
  padding: 0;
  cursor: pointer;
}
.AccPracticePortal .activityDropDown .activityRow:hover {
  background: #f0f2f2;
}
.AccPracticePortal .activityDropDown .activityRow {
  display: flex;
  font-family: Apax-Regular, Arial;
  font-size: 14px;
  font-weight: normal;
  min-height: 24px;
  padding: 0 16px;
  align-items: center;
}
.AccPracticePortal .activityDropDown .EverythingIsUpToDate {
  padding: 0px 0px 25px 40px;
  border-bottom: 1px solid #dadede;
  line-height: 28px;
  font-size: 14px;
  font-family: Apax-Regular, Arial;
}
.AccPracticePortal .activityDropDown .EverythingIsUpToDate span {
  padding-left: 20px;
}
.AccPracticePortal .activityDropDown .vertical-align {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.AccPracticePortal .exact-house .pop-up-footer {
  text-align: center;
  background-color: #f0f2f2;
  cursor: pointer;
  border-top: 1px solid #dadede;
}
.AccPracticePortal .pop-up-footer {
  text-align: center;
  background-color: white;
  cursor: pointer;
  border-top: 1px solid #dadede;
}
.AccPracticePortal .puf-link {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #0650d0;
  cursor: pointer;
  float: left;
  line-height: 16px;
}
.AccPracticePortal .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.AccPracticePortal .pop-up-header {
  position: relative;
  padding: 20px 15px 17px 60px;
  min-height: 80px;
  text-align: left;
  border-bottom: 1px solid #dadede;
}
.AccPracticePortal .pop-up-header > span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #857c72;
  color: white;
  border-radius: 3px;
  line-height: 1.6em;
  font-size: 30px;
  text-align: center;
  margin-left: -60px;
  float: left;
}
.AccPracticePortal .pop-up-part,
.AccPracticePortal .pop-up-footer {
  padding: 12px 0;
}
.AccPracticePortal .pdd-image-wrapper {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
}
.AccPracticePortal .pdd-image img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
.AccPracticePortal .puh-image-wrapper {
  position: absolute;
  top: 24px;
  left: 1px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-align: center;
}
.AccPracticePortal .puh-image {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.AccPracticePortal .puh-image img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  border-radius: 4px;
}
.AccPracticePortal .puh-name {
  font-size: 18px;
}
.AccPracticePortal .puh-link a {
  font-size: 14px;
  color: #0650d0 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: 16px;
  font-family: Arial, sans-serif;
}
.AccPracticePortal .text-no-wrap {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 21px;
  color: black;
}
.AccPracticePortal .GrayOverlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
}
.AccPracticePortal .bordered-button {
  border: 1px solid #dadede !important;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px 13px 10px !important;
  border-bottom: none !important;
  background-color: white;
  position: relative;
  z-index: 12;
}
.AccPracticePortal .bordered-button::before {
  content: "";
  height: 10px;
  bottom: -5px;
  left: 0px;
  right: -1px;
  position: absolute;
  border-right: 1px solid #dadede;
  background-color: white;
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .AccPracticePortal .bordered-button {
    padding: 10px 10px 13px 10px !important;
  }
}
.AccPracticePortal #firstMenuBar {
  display: flex;
  flex-direction: row;
}
.AccPracticePortal #secondMenuBar .menuLinks > a:first-child {
  margin-left: 12px;
}
.AccPracticePortal #topMenu {
  border-bottom: 4px solid #7e9eb7;
}
.AccPracticePortal .enhanced-navigation__top {
  background: 0;
}
.AccPracticePortal #NavigationBottomBorder > a:hover,
.AccPracticePortal #NavigationLinks > a:hover,
.AccPracticePortal .menuLinks > a.active {
  border-bottom-color: #7e9eb7;
  color: #4d4f4f;
}
.AccPracticePortal #dashboardLink {
  padding-top: 1px;
  border-right: 0px;
}
.AccPracticePortal .DropdownMenuHeader > a.dropdownControl {
  color: black;
}
.AccPracticePortal a.dropdownControl {
  background-image: url("../ExactFuel/images/ic_chevron_down_24px.svg");
  background-size: 20px;
}
.AccPracticePortal #divAdmin {
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-top: -4px;
}
.AccPracticePortal #divAdmin .ListItem:not(.Selected) * + * {
  padding-left: 0;
  padding-right: 0;
  border: none;
  color: #0650d0;
}
.AccPracticePortal #activityDropDown {
  top: 57px;
}
.AccPracticePortal #ActivitiesCount {
  display: none !important;
}
.AccPracticePortal #ActivitiesCount.ThreeDigitCount {
  width: 18px;
}
.AccPracticePortal #ActivitiesCount.Notifications {
  display: flex !important;
}
@media only screen and (max-width: 1440px) {
  .AccPracticePortal #topMenu {
    margin-bottom: 0px;
    border-bottom: 1px solid #dadede;
  }
  .AccPracticePortal #NavigationLinks {
    height: 32px;
  }
  .AccPracticePortal #CompanyLogoUrl {
    border-bottom: none;
    box-shadow: 0 4px 0 0 red;
  }
  .AccPracticePortal #userTools {
    height: 53px;
    border-bottom: 4px solid #7e9eb7;
  }
  .AccPracticePortal #profile {
    margin-top: 1px;
  }
  .AccPracticePortal #dashboardLink,
  .AccPracticePortal #companySelector,
  .AccPracticePortal #dashboardLink > a {
    height: 56px;
  }
  .AccPracticePortal #dashboardLink > a:hover,
  .AccPracticePortal #NavigationLinks > a:hover,
  .AccPracticePortal #secondMenuBar .menuLinks a,
  .AccPracticePortal .menuLinks > a.active {
    border-bottom: none;
  }
}
.AccPracticePortal .DropdownMenuBody {
  width: 360px;
  left: -1px;
  border-radius: 0 4px 4px 4px;
}
.AccPracticePortal .DropdownMenuBody a {
  display: block;
}
.AccPracticePortal .RecentLoginContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f7fb;
  z-index: 1000;
  top: 0;
  width: 50%;
  box-shadow: 1px 2px 3px rgba(1, 1, 1, 0.3);
  border-radius: 0 0 3px 3px;
  padding: 3px;
  text-align: center;
  color: #0277bd;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  border: 1px solid white;
  border-top: none;
}
.AccPracticePortal #circle {
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 1250px) {
  .AccPracticePortal .enhanced-navigation .dropdown-container a {
    padding: 15px 0;
  }
  .AccPracticePortal #dashboardLink a {
    height: 48px;
  }
  .AccPracticePortal .menuLinks .DropdownMenuHeader a {
    padding: 0;
  }
  .AccPracticePortal #smallScreenLineBreak {
    content: "";
    clear: both;
    display: table;
    overflow: hidden;
  }
  .AccPracticePortal #topMenu {
    border-bottom: 1px solid #dadede;
  }
  .AccPracticePortal #firstMenuBar {
    background: white;
    min-height: 57px;
    flex-wrap: wrap;
  }
  .AccPracticePortal #secondMenuBar {
    display: block !important;
    height: 52px;
    flex: 0 0 100%;
    order: 4;
  }
  .AccPracticePortal #secondMenuBar a {
    padding: 0 12px;
  }
  .AccPracticePortal .puc-row.activityRow a {
    padding: 0;
  }
  .AccPracticePortal #dashboardLink,
  .AccPracticePortal #companySelector,
  .AccPracticePortal #dashboardLink > a {
    height: 56px;
  }
}
/* QuickFindMenu */

.quickFindMenu {
  float: left;
  display: none;
  width: 600px;
  background: white;
  padding: 15px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  top: 50px !important;
  margin-top: 0px !important;
}
.quickFindMenu a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(images/close_modal.png) no-repeat 0 0;
}
.quickFindMenu .quickFindMenu__body {
  font-size: 14px;
}
.quickFindMenu .quickFindMenu__body li {
  list-style: none;
  margin: 5px 0px;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__textField {
  width: 98%;
  padding: 0px 1%;
  height: 35px;
  border: 1px solid #b2bec4;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__listContainer {
  padding: 0px;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__listContainer .quickFindMenu__list {
  white-space: nowrap;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__listContainer .quickFindMenu__list .quickFindMenu__lineContainer:first-child {
  border: none;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__listContainer .quickFindMenu__list .quickFindMenu__lineContainer {
  height: 18px;
  border-top: 1px solid #e5e5e5;
  padding: 5px 0px;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__listContainer .quickFindMenu__list .quickFindMenu__lineContainer .quickFindMenu__favIcon {
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__listContainer .quickFindMenu__list .quickFindMenu__lineContainer .quickFindMenu__link {
  vertical-align: middle;
}
.quickFindMenu .quickFindMenu__body .quickFindMenu__listContainer .quickFindMenu__list .quickFindMenu__activeLine {
  background-color: #ebf4fa;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic {
  min-width: 1080px;
  min-height: 100vh;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic > .ProgressBarContainer {
  padding-top: 78px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardHeader {
  padding: 16px 0 30px 0;
  margin: 0;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardHeader ~ .ProgressBarContainer {
  padding-top: 0;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardHeader button.WizardButtonCancel {
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url('../../styles/ExactFuel/images/ic_close_20px.svg');
  position: absolute;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardHeader:has(.WizardButtonCancel) {
  display: flex;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardBodyContainer {
  min-width: 900px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardSectionHeader {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardSectionHeader .Field.MergeField {
  font-size: 12px;
  color: #232323;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardSection {
  margin-bottom: 8px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ListViewContainer,
.Wizard.ResponsiveFlat.responsive-wizard-classic table.ListView,
.Wizard.ResponsiveFlat.responsive-wizard-classic .ParentTableHeader,
.Wizard.ResponsiveFlat.responsive-wizard-classic .ParentTableBody {
  width: 100% !important;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ListViewContainer {
  overflow: unset !important;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField {
  margin-bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  color: #232323;
  display: inline-block;
  min-width: 40%;
  text-align: left;
  background-color: #e5e5e5;
  padding: 10px 5px;
  margin-right: 8px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field {
  width: 100%;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field select {
  padding: 4px 28px 4px 2px !important;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field.Flex {
  display: flex;
  gap: 6px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field .DualListBox th.Label {
  background-color: unset;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field > table > tbody > tr > td,
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField th {
  padding-left: 5px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field > table > tbody > tr > td:has(.DateControlRow),
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField th:has(.DateControlRow) {
  padding-left: 0;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field .DateControlRow td.Label {
  background-color: white;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField .Field > table > tbody > tr > td:has(span[name="TrafficLight"]) {
  padding-left: 0;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardField button + hr {
  margin: 8px 0;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .exButton {
  height: 36px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardButton {
  padding-bottom: 8px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardButton a {
  background: url('../../styles/ExactFuel/images/icon-bigarrow.png') top left no-repeat;
  padding-left: 20px;
  margin-left: 2px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic input[type="checkbox"] {
  opacity: 1;
  width: 20px;
  height: 20px;
  position: relative;
  accent-color: #0075ff;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic input[type="checkbox"] + label {
  padding: 0 6px 6px 6px;
  line-height: 20px;
  top: 2px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic input[type="checkbox"] + label::before {
  content: none;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic input[type=checkbox][disabled] {
  cursor: default;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ListView tr.Header > th {
  padding-left: 5px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ListView .SectionHeader > th > table > tbody > tr > td > input {
  background: white;
  color: #232323;
  height: 19px;
  padding: 0 3px 0 6px;
  border: 1px solid #b2bec4;
  border-right: none;
  margin: 0 -3px 0 0;
  border-radius: 3px 0 0 3px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .tblschedule td {
  padding-top: 2px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .tblschedule input[type="text"] {
  margin: 4px;
  width: 70%;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .tblschedule input[type=checkbox] {
  margin-left: 5px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer {
  position: relative;
  z-index: 100;
  margin-bottom: 28px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .line {
  bottom: 2px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open {
  position: relative;
  bottom: -3px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar {
  display: flex;
  justify-content: space-between;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar li {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 20px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar li.ProgressLine {
  width: 100%;
  max-width: unset;
  border-bottom: 9px #dadede solid;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar li.ProgressLine:last-child {
  display: none;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar li .Balloon {
  top: initial;
  bottom: 28px;
  min-width: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: initial;
  padding: 0;
  color: #59595b;
  font-weight: bold;
  font-size: 11px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar li.Active .Balloon .BalloonTitle {
  padding: 4px 0;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar li.Active .Circle {
  bottom: -38px;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .ProgressBarContainer .Open .ProgressBar li.Complete + li.ProgressLine {
  border-color: #0277bd;
}
@media (min-width: 954px) {
  .Wizard.ResponsiveFlat.responsive-wizard-classic:has(.wide-wizard) .ProgressBarContainer .ProgressBar,
  .Wizard.ResponsiveFlat.responsive-wizard-classic:has(.wide-wizard) .WizardBodyContainer {
    width: 80%;
  }
}
.Wizard.ResponsiveFlat.responsive-wizard-classic:has(.wide-wizard) .WizardField .Field {
  display: block;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic table.WizardPopupContentTable {
  width: 100%;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardTableHeaderRow .Label,
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardTableRow .Label {
  display: table-cell;
}
.Wizard.ResponsiveFlat.responsive-wizard-classic .WizardTableRow .Field {
  font-size: 16px;
}
.wide-wizard.WizardBodyContainer {
  width: 80%;
}
form:has(.responsive-wizard-classic) {
  padding: 0;
  margin-left: 0;
}
.Wizard .WizardBodyContainer .WizardSection .WizardField .Field .header ol {
  margin-left: 16px;
}
@media (min-width: 1379px) {
  .page-sidepanel.sidepanel-open + .page-content {
    margin-right: 425px;
  }
}
.page-sidepanel {
  top: 0;
  right: 0;
  display: none;
}
@media (min-width: 1379px) {
  .page-sidepanel {
    display: flex;
  }
}
.page-sidepanel.sidepanel-closed {
  position: absolute;
}
.page-sidepanel.sidepanel-closed .page-sidepanel-content {
  display: none;
}
.page-sidepanel.sidepanel-closed .sidepanel-button {
  right: 0;
  transform: scaleX(-1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-sidepanel.sidepanel-open {
  position: fixed;
  box-sizing: border-box;
  width: 420px;
  height: 100vh;
  background-color: white;
  border-left: 1px solid #fefefe;
  box-shadow: 0 2px 10px #cccccc;
  padding: 10px 10px 10px 10px;
}
.page-sidepanel.sidepanel-open .sidepanel-button {
  right: 420px;
  background-color: #eeeeee;
}
.page-sidepanel .page-sidepanel-content {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.page-sidepanel .sidepanel-button {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  background-color: #dadede;
  border-radius: 2px;
  background-image: url("../../styles/ExactFuel/images/button_next_arrow_disabled.png");
  background-repeat: no-repeat;
  top: 60px;
  width: 20px;
  height: 25px;
  outline: none;
  border: none;
  cursor: pointer;
  background-position-y: center;
  background-position-x: 6px;
}
.HasFixedButtonBar .page-sidepanel {
  padding-top: 100px;
}
.HasFixedButtonBar .sidepanel-button {
  display: none;
}
.Field > div.EdsFilterDiv > div.smart-filter-container,
.Field > div.smart-filter-container {
  position: relative;
  display: inline-block;
  margin-right: inherit;
}
.Field > div.EdsFilterDiv > div.smart-filter-container > span,
.Field > div.smart-filter-container > span {
  color: #084fd0;
  font-weight: bold;
  margin-left: 2px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container > span:after,
.Field > div.smart-filter-container > span:after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #084fd0;
  content: "";
  margin-left: 3px;
  margin-right: 2px;
  font-size: 1px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group,
.Field > div.smart-filter-container .smart-filter-group {
  position: absolute;
  background: white;
  display: none;
  -webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #313131;
  z-index: 5;
  min-width: 150px;
  white-space: nowrap;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item {
  margin: 0;
  cursor: pointer;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item .smart-filter-item-text,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item .smart-filter-item-text {
  padding: 0 14px;
  width: 100%;
  white-space: nowrap;
  line-height: 30px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item > select:focus,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item > select:focus {
  border: 1px solid black;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item > div.smart-filter-item-text,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item > div.smart-filter-item-text {
  pointer-events: none;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item > div.smart-filter-item-text:after,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item > div.smart-filter-item-text:after {
  border: solid #313131;
  border-width: 0 1px 1px 0;
  padding: 1.3px;
  content: "";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  float: right;
  margin-left: 20px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item > div.smart-filter-item-text:only-child:after,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item > div.smart-filter-item-text:only-child:after {
  content: initial;
  display: none;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.selected-item:first-child,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.selected-item:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.selected-item:last-child,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.selected-item:last-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container {
  padding: 7px;
  border-top: 1px solid #dadada;
  align-items: center;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container > div,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container > div {
  pointer-events: auto;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container > *,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container > * {
  margin: 3px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select {
  height: 30px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select .text-value,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select .text-value {
  padding-right: 4px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select__options,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select__options {
  width: calc(125%);
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select__item[selected='selected']:after,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .eds-select__item[selected='selected']:after {
  right: 4px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button {
  background-color: transparent;
  border: none;
  color: transparent;
  position: relative;
  min-width: 20px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:before,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:before,
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:after,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-top: 3px solid #084fd0;
  border-right: 3px solid #084fd0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  top: 16px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:focus:before,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:focus:before,
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:focus:after,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:focus:after {
  -webkit-box-shadow: 2px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px -1px rgba(0, 0, 0, 0.2);
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:before,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:before {
  left: 0px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:after,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:after {
  left: 7px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item .smart-filter-range,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item .smart-filter-range {
  display: contents;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item .smart-filter-range input,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item .smart-filter-range input {
  width: auto;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .disabled-input-option,
.Field > div.smart-filter-container .smart-filter-group .disabled-input-option {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group .smart-filter-item:hover,
.Field > div.smart-filter-container .smart-filter-group .smart-filter-item:hover {
  background-color: #f8f5f3;
}
.Field > div.EdsFilterDiv > div.smart-filter-container .smart-filter-group li.smart-filter-item:first-child,
.Field > div.smart-filter-container .smart-filter-group li.smart-filter-item:first-child {
  border-top: initial;
}
.Field > div.EdsFilterDiv > div.smart-filter-container > .smart-filter-group:before,
.Field > div.smart-filter-container > .smart-filter-group:before,
.Field > div.EdsFilterDiv > div.smart-filter-container > .smart-filter-group:after,
.Field > div.smart-filter-container > .smart-filter-group:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-style: solid;
}
.Field > div.EdsFilterDiv > div.smart-filter-container > .smart-filter-group:after,
.Field > div.smart-filter-container > .smart-filter-group:after {
  left: 10px;
  border-color: transparent transparent white transparent;
  border-width: 10px;
}
.Field > div.EdsFilterDiv > div.smart-filter-container > .smart-filter-group:before,
.Field > div.smart-filter-container > .smart-filter-group:before {
  left: 9px;
  border-color: transparent transparent transparent;
  border-width: 11px;
}
.filter-action .page-control .form-group .Field {
  height: 40px;
  line-height: 40px;
}
table.FilterSection .Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:before,
table.FilterSection .Field > div.smart-filter-container .smart-filter-group .smart-filter-item.smart-filter-item-container .smart-filter-item-container-confirm-button:after {
  top: 6px;
}
table.FilterSection .Field > div.smart-filter-container > .smart-filter-group {
  margin-top: 10px;
}
.alignText {
  position: relative;
  top: -2.5px;
}
.eds-content-container .Field > div.smart-filter-container .smart-filter-group .smart-filter-item .smart-filter-item-text {
  line-height: 40px;
}
.trafficLightBar {
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
}
.trafficLightBar .signal {
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  overflow: hidden;
}
.trafficLightBar .signal::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: text-top;
  border-radius: 50%;
}
.trafficLightBar .signal.green::before {
  background-color: #47b656;
}
.trafficLightBar .signal.yellow::before {
  background-color: #ebbd05;
}
.trafficLightBar .signal.red::before {
  background-color: #e14040;
}
.trafficLightBar a {
  color: #232323;
  vertical-align: top;
}
.trafficLightBar a:last-child .signal,
.trafficLightBar > .signal:last-child {
  margin-right: 0;
}
.RadTreeList_FUEL .rtlHeader {
  background: #e5e5e5;
  color: #484848;
}
div.RadTreeList_FUEL .rtlHeader,
div.RadTreeList_FUEL .rtlHeader th {
  border: none;
}
.RadTreeList_FUEL a,
.RadTreeList_FUEL a:visited {
  text-decoration: none;
  color: #0277bd;
}
.RadTreeList_FUEL a:hover {
  text-decoration: underline;
  color: #0277bd;
}
.RadTreeList_FUEL .rtlA {
  background-color: white;
}
.RadTreeList_FUEL .rtlR td,
.RadTreeList_FUEL .rtlA td {
  border-color: #e5e5e5;
}
.RadTreeList_FUEL .rtlLines td.rtlL {
  background-color: white;
}
.RadTreeList_FUEL .rtlExpand,
.RadTreeList_FUEL .rtlCollapse {
  background-image: url('../../styles/ExactFuel/images/treelist/sprite.gif');
}
.RadTreeList_FUEL .rtlExpand {
  background-position: 0 0;
}
.RadTreeList_FUEL .rtlCollapse {
  background-position: 0 -50px;
}
div.RadTreeList_FUEL .rtlLines td.rtlL0 {
  background-image: url('../../styles/ExactFuel/images/treelist/rtlSingle.gif');
}
div.RadTreeList_FUEL .rtlLines td.rtlL1 {
  background-image: url('../../styles/ExactFuel/images/treelist/rtlTop.gif');
}
div.RadTreeList_FUEL .rtlLines td.rtlL2 {
  background-image: url('../../styles/ExactFuel/images/treelist/rtlMiddle.gif');
}
div.RadTreeList_FUEL .rtlLines td.rtlL3 {
  background-image: url('../../styles/ExactFuel/images/treelist/rtlBottom.gif');
}
div.RadTreeListNoBorder .rtlTable .rtlCL {
  border-right-width: 0;
}
/*Exact Online Styling for Webix client framework controls*/
.normalFont {
  font-family: Arial;
  font-size: 12px;
}
.normalFontStyle {
  font-family: Arial;
  font-size: 12px;
  color: #232323;
}
.webix_path .webix_list_item:before {
  color: #888888;
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}
.webix_blur.webix_fmanager_tree .webix_selected {
  background-color: white;
  border: 1px solid white;
  line-height: 26px;
  box-sizing: border-box;
}
.webix_column > div.webix_cell_select,
.webix_column > div.webix_column_select,
.webix_column > div.webix_row_select {
  background-color: #e5e5e5;
  color: #232323;
}
.webix_fmanager_tree .webix_tree_item.webix_selected span {
  background-color: #e5e5e5;
  color: #232323;
}
.webix_fmanager_modes {
  text-align: right;
}
.webix_fmanager_modes .webix_segment_0,
.webix_fmanager_modes .webix_segment_1,
.webix_fmanager_modes .webix_segment_N {
  border: none;
  border-radius: 5px;
  float: none;
}
.webix_fmanager_modes .webix_selected.webix_segment_0,
.webix_fmanager_modes .webix_selected.webix_segment_1,
.webix_fmanager_modes .webix_selected.webix_segment_N {
  border: none;
  background-color: #c5c5c5;
}
.webix_fmanager_modes .webix_segment_N {
  margin-left: 6px;
}
.webix_fmanager .webix_drag_over .webix_fmanager_file,
.webix_fmanager .webix_fmanager_table .webix_column > .webix_drag_over.webix_cell,
.webix_fmanager .webix_fmanager_table .webix_column > .webix_drag_over.webix_cell .webix_icon,
.webix_fmanager .webix_fmanager_tree .webix_drag_over {
  font-family: Arial;
  font-size: 12px;
  color: #232323;
  background-color: #e0ebf6;
}
.webix_fmanager_files .webix_selected .webix_fmanager_file {
  background-color: #6297d0;
}
.webix_blur .webix_selected,
.webix_blur.webix_fmanager_files .webix_selected .webix_fmanager_file {
  background-color: #e0ebf6;
}
.webix_fmanager_panel,
.webix_fmanager_panel .webix_view,
.webix_fmanager_tree_toolbar,
.webix_fmanager_tree .webix_selected {
  background-color: white;
}
.webix_fmanager_tree .webix_tree_item.webix_selected span {
  padding: 5px;
}
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected span {
  background-color: #e0ebf6;
  border: 1px solid #6297d0;
  color: #666666;
  padding: 4px;
}
.webix_blur .webix_column > div.webix_cell_select,
.webix_blur .webix_column > div.webix_column_select,
.webix_blur .webix_column > div.webix_row_select {
  background-color: #e5e5e5;
}
.webix_fmanager_table .webix_dd_drag_column,
.webix_fmanager_table .webix_ss_header,
.webix_fmanager_table .webix_ss_header td,
.webix_fmanager_table .webix_ss_vscroll_header {
  height: 34px;
}
.webix_hcell {
  font-family: Arial;
  font-size: 12px;
  color: #232323;
  height: 34px;
  background-color: white;
  font-weight: bold;
}
.webix_tree_item,
.webix_cell,
.webix_list_item {
  font-family: Arial;
  font-size: 12px;
  color: #232323;
}
.webix_view.webix_tree.webix_fmanager_tree {
  background-color: white;
}
.webix_fmanager_tree .webix_icon,
.webix_fmanager_icon.webix_icon,
.webix_selected .webix_fmanager_icon.webix_icon,
.webix_row_select .webix_fmanager_icon.webix_icon,
.webix_blur .webix_fmanager_icon.webix_icon {
  color: #0277bd;
}
.webix_layout_line {
  background-color: #e5e5e5;
}
.webix_dtable .webix_ss_vscroll_header,
.webix_ss_vscroll_header {
  background-color: white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
.webix_fmanager_table .webix_ss_header td {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.webix_column > div,
.webix_table_cell,
.webix_fmanager_table .webix_ss_header td {
  border-right: none;
}
.webix_progress_top {
  height: 3px;
}
.webix_progress_top .webix_progress_state {
  height: 3px;
  background: #0c85b4;
}
.webix_fmanager_toolbar .webixtype_base,
.webix_fmanager_modes button {
  border: none;
  border-radius: 5px;
}
.webix_fmanager_mode_option {
  width: 100%;
}
.webix_fmanager_toolbar input {
  border-radius: 5px;
}
.webix_fmanager_tree .webix_folder,
.webix_fmanager_tree .webix_folder_open {
  color: #709fbe;
}
.webix_fmanager_tree .webix_blur .webix_fmanager_icon,
.webix_fmanager_tree .webix_selected .webix_fmanager_icon {
  color: #8a8a8a;
}
.webix_fmanager_table .webix_folder_open:before {
  margin-left: -2px;
}
.webix_list_item {
  line-height: 23px;
}
.webix_fmanager_tree .webix_spfolder:before {
  content: url('../../../docs/images/DocExplorer/folder-yellow.svg?v=20210907');
}
.webix_fmanager_tree .webix_spfolder_open:before {
  content: url('../../../docs/images/DocExplorer/folder-open-yellow.svg?v=20210907');
}
.webix_fmanager_tree .webix_folder:before {
  content: url('../../../docs/images/DocExplorer/folder.svg?v=20210907');
}
.webix_fmanager_tree .webix_folder_open:before {
  content: url('../../../docs/images/DocExplorer/folder-open.svg?v=20210907');
}
.webix_fmanager_tree .webix_sharedspfolder:before {
  content: url('../../../docs/images/DocExplorer/folder-yellow-shared.svg?v=20210907');
}
.webix_fmanager_tree .webix_sharedspfolder_open:before {
  content: url('../../../docs/images/DocExplorer/folder-open-yellow-shared.svg?v=20210907');
}
.webix_fmanager_tree .webix_sharedfolder:before {
  content: url('../../../docs/images/DocExplorer/folder-shared.svg?v=20210907');
}
.webix_fmanager_tree .webix_sharedfolder_open:before {
  content: url('../../../docs/images/DocExplorer/folder-open-shared.svg?v=20210907');
}
.webix_fmanager_forward .webix_fmanager_bar_icon:before {
  content: url('../../../docs/images/DocExplorer/arrow-right.svg');
}
.webix_fmanager_back .webix_fmanager_bar_icon:before {
  content: url('../../../docs/images/DocExplorer/arrow-left.svg');
}
.webix_fmanager_up .webix_fmanager_bar_icon::before {
  content: url('../../../docs/images/DocExplorer/arrow-up.svg');
}
.webix_fmanager_table_mode:before {
  content: url('../../../docs/images/DocExplorer/list-view.svg');
}
.webix_fmanager_files_mode::before {
  content: url('../../../docs/images/DocExplorer/grid-view.svg');
}
.fm-file:before {
  content: url('../../../docs/images/DocExplorer/document-blue.svg?v=20210921');
}
.fm-sharedfile:before {
  content: url('../../../docs/images/DocExplorer/document-blueShared.svg?v=20210921');
}
.fm-spfile:before {
  content: url('../../../docs/images/DocExplorer/document-greySp.svg?v=20210921');
}
.fm-sharedspfile:before {
  content: url('../../../docs/images/DocExplorer/document-greySpShared.svg?v=20210921');
}
.fm-folder:before {
  content: url('../../../docs/images/DocExplorer/folder.svg?v=20210907');
}
.fm-spfolder:before {
  content: url('../../../docs/images/DocExplorer/folder-yellow.svg?v=20210907');
}
.fm-sharedfolder:before {
  content: url('../../../docs/images/DocExplorer/folder-shared.svg?v=20210907');
}
.fm-sharedspfolder:before {
  content: url('../../../docs/images/DocExplorer/folder-yellow-shared.svg?v=20210907');
}
.webix_fmanager_icon {
  width: 20px;
}
.webix_fmanager_bar_icon {
  line-height: 1;
}
.webix_fmanager_forward .webix_disabled_box .webixtype_base,
.webix_fmanager_back .webix_disabled_box .webixtype_base {
  border: none;
}
.webix_fmanager_forward .webix_el_box,
.webix_fmanager_back .webix_el_box {
  padding: 3px 2px;
}
.webix_fmanager_icon.webix_folder,
.webix_fmanager_icon.webix_folder_open,
.webix_fmanager_icon.webix_sharedfolder,
.webix_fmanager_icon.webix_sharedfolder_open,
.webix_fmanager_icon.webix_spfolder,
.webix_fmanager_icon.webix_spfolder_open,
.webix_fmanager_icon.webix_sharedspfolder,
.webix_fmanager_icon.webix_sharedspfolder_open {
  margin-top: 4px;
}
.webix_fmanager_icon.fm-folder,
.webix_fmanager_icon.fm-sharedfolder,
.webix_fmanager_icon.fm-file,
.webix_fmanager_icon.fm-spfolder,
.webix_fmanager_icon.fm-sharedspfolder,
.webix_fmanager_icon.fm-sharedfile,
.webix_fmanager_icon.fm-spfile,
.webix_fmanager_icon.fm-sharedspfile {
  margin-top: 7px;
}
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_folder,
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_folder_open,
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_sharedfolder,
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_sharedfolder_open,
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_spfolder,
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_spfolder_open,
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_sharedspfolder,
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected .webix_fmanager_icon.webix_sharedspfolder_open {
  margin-top: 3px;
}
.webix_fmanager_forward .webix_el_box:first-child,
.webix_fmanager_up .webix_el_box:first-child {
  margin-left: 2px;
}
.webix_el_search input,
.webix_el_search .webix_inp_static {
  font-family: Arial;
  font-size: 12px;
}
.highlighted_search_result {
  background-color: #ffff99;
}
.sharepoint_connection {
  width: 5%;
  margin: 9px 4px 0px 1px;
}
.webix_fmanager_tree_toolbar,
.webix_fmanager_tree_toolbar .webix_view {
  background-color: white;
}
.webix_fmanager_panel .webixtype_base,
.webix_fmanager_tree_toolbar .webixtype_base {
  background-color: transparent;
}
.webix_blur.webix_fmanager_tree .webix_tree_item.webix_selected > div:first-child {
  margin-left: 6px;
}
.enhanced-navigation__bottom {
  background-color: white;
  border-bottom: 1px solid #cccccc;
  min-height: 39px;
  position: relative;
  z-index: 1;
  padding: 0 4px;
  /* Remove icon and arrow from Activities / Documents / Create */

  /* Activities Notifications badge */

  /* Old menu */

}
.enhanced-navigation__bottom:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.enhanced-navigation__bottom .DropdownMenuContainer .DropdownMenuHeader {
  cursor: default;
  display: inline-block;
  z-index: 10003;
  width: auto;
  height: 33px;
  line-height: 27px;
  color: #0277bd;
}
.enhanced-navigation__bottom .DropdownMenuContainer.MyWorkflow .HeaderText,
.enhanced-navigation__bottom .DropdownMenuContainer.QuickMenu .HeaderText,
.enhanced-navigation__bottom .DropdownMenuContainer.MyDocuments .HeaderText {
  background: none;
}
.enhanced-navigation__bottom .DropdownMenuContainer.MyWorkflow .DropdownArrow,
.enhanced-navigation__bottom .DropdownMenuContainer.QuickMenu .DropdownArrow,
.enhanced-navigation__bottom .DropdownMenuContainer.MyDocuments .DropdownArrow {
  display: none;
}
.enhanced-navigation__bottom .DropdownMenuContainer.MyExactOnline .DropdownMenuBody {
  min-width: 160px;
}
.enhanced-navigation__bottom .DropdownMenuContainer.MyWorkflow .Notifications {
  color: white;
  position: static;
  padding: 2px 4px 1px 4px;
  margin-left: 2px;
  line-height: 27px;
  font-size: 12px;
  font-weight: normal;
  background-color: #46bdfd;
  border-radius: 2px;
  border-bottom: 1px solid #01528f;
  border-right: 1px solid #01528f;
}
.enhanced-navigation__bottom .DropdownMenuContainer.MyWorkflow .Notifications.Overdue {
  background-color: #ca3f45;
  border-bottom-color: #9a3236;
  border-right-color: #9a3236;
}
.enhanced-navigation__bottom .TabsContainer {
  clear: none;
}
.enhanced-navigation__bottom .DetectionBar {
  height: 0;
}
.enhanced-navigation {
  position: relative;
  z-index: 1;
}
.enhanced-navigation .DropdownMenuContainer {
  padding: 0;
  margin-top: 4px;
  border: 1px solid transparent;
}
.enhanced-navigation .DropdownMenuContainer.Active {
  border: 1px solid #cccccc;
}
.enhanced-navigation .DropdownMenuContainer.Active > .DropdownMenuHeader {
  background-color: white;
}
.enhanced-navigation .DropdownMenuContainer .DropdownMenuHeader {
  position: relative;
  top: 2px;
  padding: 0 12px;
  /* different way of aligning the arrow next to the text */

}
.enhanced-navigation .DropdownMenuContainer .DropdownMenuHeader span {
  float: none;
}
.enhanced-navigation .DropdownMenuContainer .DropdownMenuHeader .HeaderText {
  margin: 0;
  padding: 0;
}
.enhanced-navigation .DropdownMenuContainer .DropdownMenuHeader .HeaderTextForHQ {
  margin: 0px 15px 0px 15px;
}
.enhanced-navigation .DropdownMenuContainer .DropdownMenuBody {
  background-color: white;
  right: -1px;
  margin-top: 1px;
  border: 1px solid #cccccc;
}
.enhanced-navigation .DropdownMenuContainer .DropdownMenuHeader.NoAdminLink .HeaderText:hover {
  text-decoration: none;
}
.enhanced-navigation .RecentLoginContainer {
  padding: 0;
  margin-top: 8px;
  float: left;
  line-height: 36px;
  height: 36px;
}
.enhanced-navigation .RecentLoginContainer span {
  color: white;
}
.enhanced-navigation .RecentLoginContainer img {
  width: 12px;
}
.enhanced-navigation a:link,
.enhanced-navigation a:visited {
  color: #0277bd;
}
.megamenu__item {
  float: left;
  height: 33px;
  border: 1px solid transparent;
  margin-top: 4px;
  -webkit-transform: translateZ(0);
  /* force a new stacking context, otherwise Safari has a flickering font on hover */

}
.megamenu__item--active {
  position: relative;
  margin: 4px -4px 0;
  border: solid #cccccc;
  background-color: #f0f0f0;
  border-width: 1px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.megamenu__item--active .megamenu__item-title {
  cursor: default;
  background-color: #f0f0f0;
}
.megamenu__item--active .megamenu__clickableitem-title {
  cursor: pointer;
}
.megamenu__item.megamenu__item--active .megamenu__item-content,
.megamenu__item.megamenu__item--active .megamenu__item-iframe {
  display: block;
}
.megamenu__item.megamenu__clickableitem {
  height: 27px;
  -webkit-transform: translateZ(0);
}
.megamenu-submenu {
  width: 192px;
  border-right: 1px solid #cccccc;
  background-color: #f0f0f0;
  overflow: hidden auto;
  max-height: calc((98vh) - 115px);
}
.megamenu-submenu__item {
  padding: 0 16px;
  line-height: normal;
}
.megamenu-submenu__item-title {
  display: block;
  line-height: 20px;
  padding: 5px 0;
  cursor: default;
  color: #434343;
}
.megamenu-submenu__item-content {
  position: absolute;
  top: 0;
  left: 192px;
  display: none;
  background: white;
  overflow: hidden auto;
  min-height: 100%;
  max-height: calc((98vh) - 115px);
}
.megamenu-submenu__item.megamenu-submenu__item--active {
  background-color: white;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-right: -1px;
}
.megamenu-submenu__item.megamenu-submenu__item--active:first-child {
  border-top: 0;
}
.megamenu-submenu__item.megamenu-submenu__item--active > span {
  position: relative;
}
.megamenu-submenu__item.megamenu-submenu__item--active > span::after {
  content: '';
  position: absolute;
  border-right: 2px solid white;
  height: 100%;
  top: 0;
  right: -17px;
}
.megamenu-submenu__item.megamenu-submenu__item--active .megamenu-submenu__item-content {
  display: block;
}
.enhanced-logo {
  padding: 0 12px;
  float: right;
  height: 39px;
  display: table;
}
.enhanced-logo__logo {
  display: table-cell;
  vertical-align: middle;
}
.enhanced-logo__logo img {
  width: 80px;
  height: 33px;
}
.enhanced-logo.enhanced-logo--custom .enhanced-logo__logo {
  vertical-align: middle;
}
.enhanced-logo.enhanced-logo--custom .enhanced-logo__logo img {
  width: auto;
  height: auto;
}
