﻿/*************************************************************/
/**************** GENERIC HTML ELEMENT STYLES ****************/
/*************************************************************/
* {
  outline: none;
}
*:focus {
  outline: 2px solid #2e77ff;
}

BODY {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
}

TABLE {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
}

A {
  color: #595959;
  text-decoration: none;
}

HR {
  border: none;
  border-top: 1px solid #EEEEEE;
  height: 1px;
  color: transparent;
  background-color: transparent;
  line-height: 1px;
  padding: 0px;
  margin: 0px;
}

H1 {
  font-weight: bold;
  cursor: default;
  font-size: 2em;
  background-color: #5AAEFF;
}
H1::selection,
H1 *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}

H2 {
  font-weight: bold;
  cursor: default;
  font-size: 1.6em;
  line-height: 55px;
  margin: 5px;
  color: #2e77ff;
}
H2::selection,
H2 *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}

H3 {
  font-weight: bold;
  cursor: default;
  font-size: 1.4em;
  color: #000e3c;
  height: 20px;
  padding: 0px;
  margin: 10px 0px;
  letter-spacing: 0.5px;
}
H3::selection,
H3 *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}

INPUT {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
}
INPUT[type=submit], INPUT[type=button] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  height: 22px;
  padding: 0px 10px;
  font-size: 12px;
  text-align: center;
  -webkit-user-select: none;
}
INPUT[type=submit]:disabled, INPUT[type=button]:disabled {
  border-color: #DDDDDD;
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}
INPUT[type=submit]:hover:not(:disabled), INPUT[type=button]:hover:not(:disabled) {
  background-color: rgb(252.1034482759, 252.9482758621, 254.3965517241);
  border-color: #2e77ff;
}
INPUT[type=submit]:active:not(:disabled):not(.importantButtonPersonSelector), INPUT[type=button]:active:not(:disabled):not(.importantButtonPersonSelector) {
  transform: translateY(1px);
  box-shadow: 0px -1px #CCCCCC;
}
INPUT[type=checkbox] {
  color: #595959;
  border-color: #595959;
}
INPUT[type=text], INPUT[type=password], INPUT[type=number], INPUT[type=email] {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  font-size: 12px;
  height: 26px;
  padding-left: 4px;
  color: #595959;
}
INPUT[type=text]:disabled, INPUT[type=password]:disabled, INPUT[type=number]:disabled, INPUT[type=email]:disabled {
  border-color: #DDDDDD;
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}
INPUT[type=number] {
  -moz-appearance: textfield;
  text-align: right;
}
INPUT[type=color] {
  -moz-appearance: textfield;
  border: none;
  border-color: #AAAAAA;
  border-radius: 1px;
  height: 22px;
  box-shadow: none;
  padding: 0px;
}
INPUT:disabled {
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}
INPUT:not([type=checkbox]):not([type=radio]):not([type=range]) {
  -webkit-appearance: none;
}
INPUT::-ms-clear {
  color: #4274AA;
}

BUTTON {
  FONT-FAMILY: Helvetica;
  FONT-SIZE: 12px;
  border: 1px solid #AAAAAA;
  border-radius: 1px;
  height: 22px;
  background-color: white;
  font-size: 9pt;
  TEXT-ALIGN: center;
  outline: none;
  -webkit-appearance: none;
  /*text-shadow: 0px 0px 2px white;*/
}
BUTTON:hover:not(:disabled), BUTTON:hover:not(:disabled) {
  background-color: white;
  border: 1px solid #5AAEFF;
  /*background-color:rgb(237, 240, 255);*/
}
BUTTON:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
BUTTON::-ms-clear {
  color: #4274AA;
}
BUTTON:disabled {
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}

TEXTAREA {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  overflow-y: hidden;
  resize: none;
  color: #595959;
}
TEXTAREA:disabled {
  border-color: #DDDDDD;
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}
TEXTAREA:disabled {
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}

SELECT {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  color: #595959;
}
SELECT[multiple] {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
SELECT[multiple]:disabled {
  border-color: #DDDDDD;
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}
SELECT[multiple]:hover:not(:disabled) {
  background-color: rgb(252.1034482759, 252.9482758621, 254.3965517241);
  border-color: #2e77ff;
}
SELECT:not([multiple]) {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  height: 22px;
  background: url(../images/DropdownArrow.png);
  background-color: white;
  background-image: url(../images/DropdownArrow.svg), none;
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: right 2px center;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-left: 4px;
  padding-right: 20px;
}
SELECT:not([multiple]):disabled {
  border-color: #DDDDDD;
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}
SELECT:not([multiple]):hover:not(:disabled) {
  background-color: rgb(252.1034482759, 252.9482758621, 254.3965517241);
  border-color: #2e77ff;
}
SELECT[multiple]::selection,
SELECT[multiple] *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}
SELECT::-ms-expand {
  display: none;
}
SELECT:disabled {
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}

OPTION {
  padding: 4px;
  transition: border-left-width linear 0.1s;
  border-left: 0px solid #2e77ff;
  color: #333333;
  box-sizing: border-box;
  background: white !important;
}
OPTION:hover:not(:disabled) {
  background: #F9FAFF !important;
  border-left-width: 4px;
}
OPTION:checked {
  background: #000e3c !important;
  color: white;
}
OPTION:checked:hover {
  background: #000e3c !important;
}
OPTION:disabled {
  background: #EEEEEE !important;
  color: #777777;
}

FIELDSET {
  border: none;
  padding: 5px 0px;
  margin-top: 10px;
}

LEGEND {
  /*font-style:italic;*/
  font-size: 10pt;
  color: #333333;
  background: #F0F4FF;
  padding: 5px 0px 5px 5px;
  width: 99%;
  font-size: 1.2em;
}

/*****************************************************/
/**************** UTILITY CSS CLASSES ****************/
/*****************************************************/
.measureTextSize {
  padding: 0px;
  margin: 0px;
  position: fixed;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}
.measureTextSize.measureHeight {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.singleInch {
  width: 72pt; /* 72pt = 1 inch */
  height: 72pt;
  display: block;
  position: absolute;
  visibility: hidden;
}

.guidebox {
  border-radius: 5px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.3);
  text-align: right;
  display: block;
  background-color: white;
}
.guidebox .close {
  padding: 5px;
}
.guidebox .dismisser {
  width: 0px;
  border: 0px;
  float: left;
  cursor: default;
  padding: 0px;
  margin: 0px;
}

.blackout {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  display: block;
  padding: 0px;
  margin: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blackout > * {
  flex: 0 0 auto;
}
.blackout .closeMessage {
  color: white;
  margin-top: 30px;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 20px;
  transition: opacity linear 0.2s;
  opacity: 0;
}
.blackout:hover .closeMessage {
  opacity: 0.8;
}
.blackout .videoWrapper {
  position: static;
}
.blackout .videoWrapper video {
  width: 100%;
}

.alertbox {
  padding: 2rem;
  text-align: center;
}

/*****************************************************************************/
/**************** GENERIC CLASSES USED THROUGHOUT APPLICATION ****************/
/*****************************************************************************/
.defaultHidden {
  display: none;
}

.existinglink {
  font-size: 0.9em;
  color: teal;
  font-style: italic;
}
.existinglink:hover {
  text-decoration: underline;
}

.standardPageHeader {
  height: 20px;
  min-height: 50px;
  line-height: 50px;
  padding: 10px 0px;
  margin: 0px;
  width: 100%;
  position: relative;
}
.standardPageHeader h3 {
  text-align: center;
  line-height: 12px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.standardPageHeader div[data-options] {
  width: 50vw;
  position: absolute;
  left: 0px;
  top: 10px;
  padding: 0px;
  margin: 0px;
}
.standardPageHeader div[data-options] fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}
.standardPageHeader .expandCollapse {
  position: absolute;
  right: 0px;
  top: 5px;
}

.partialPage {
  position: relative;
}

.relative {
  position: relative;
}

.rightAlign {
  text-align: right;
}

.centerAlign {
  text-align: center;
}

.capsule {
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 1.2em;
  color: #777777;
}
.capsule:not(.showHeader) th {
  display: none;
  background-color: #ecf2f6;
}

#content #form1 .formContents #rowAttachToPersons * {
  box-sizing: content-box;
}

.imgDelete {
  text-align: center;
  width: 12px;
  height: 12px;
  cursor: default;
}

.imgDeleteDisabled {
  text-align: center;
  width: 12px;
  height: 12px;
  opacity: 0.4;
}

span.bestoutcomeCheckbox input,
input.bestoutcomeCheckbox {
  width: 0px;
  height: 0px;
  appearance: none;
  margin: 0px;
}
span.bestoutcomeCheckbox input:focus,
input.bestoutcomeCheckbox:focus {
  outline: none;
}
span.bestoutcomeCheckbox input + label,
input.bestoutcomeCheckbox + label {
  background: url(../images/checkbox-unchecked.png);
  background-image: url(../images/checkbox-unchecked.svg), none;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  height: 14px;
  line-height: 15px;
  padding-left: 16px;
}
span.bestoutcomeCheckbox input + label::selection,
span.bestoutcomeCheckbox input + label *:not(input):not(textarea)::selection,
input.bestoutcomeCheckbox + label::selection,
input.bestoutcomeCheckbox + label *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}
span.bestoutcomeCheckbox input:disabled + label,
input.bestoutcomeCheckbox:disabled + label {
  opacity: 0.3;
}
span.bestoutcomeCheckbox input:checked + label,
input.bestoutcomeCheckbox:checked + label {
  background: url(../images/checkbox-checked.png);
  background-image: url(../images/checkbox-checked.svg), none;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
span.bestoutcomeCheckbox input:indeterminate + label,
input.bestoutcomeCheckbox:indeterminate + label {
  background: url(../images/checkbox-partial.png);
  background-image: url(../images/checkbox-partial.svg), none;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
span.bestoutcomeCheckbox input:focus + label,
input.bestoutcomeCheckbox:focus + label {
  outline: 2px solid #2e77ff;
}

span.bestoutcomeRadio input,
input.bestoutcomeRadio {
  width: 0px;
  height: 0px;
  appearance: none;
  margin: 0px;
}
span.bestoutcomeRadio input:focus,
input.bestoutcomeRadio:focus {
  outline: none;
}
span.bestoutcomeRadio input + label,
input.bestoutcomeRadio + label {
  background: url(../images/radio-unchecked.png);
  background-image: url(../images/radio-unchecked.svg), none;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  height: 14px;
  line-height: 15px;
  padding-left: 16px;
}
span.bestoutcomeRadio input + label::selection,
span.bestoutcomeRadio input + label *:not(input):not(textarea)::selection,
input.bestoutcomeRadio + label::selection,
input.bestoutcomeRadio + label *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}
span.bestoutcomeRadio input:disabled + label,
input.bestoutcomeRadio:disabled + label {
  opacity: 0.3;
}
span.bestoutcomeRadio input:checked + label,
input.bestoutcomeRadio:checked + label {
  background: url(../images/radio-checked.png);
  background-image: url(../images/radio-checked.svg), none;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
span.bestoutcomeRadio input:focus + label,
input.bestoutcomeRadio:focus + label {
  outline: 2px solid #2e77ff;
}

span.bestoutcomeCheckbox input:not(:disabled) + label:hover,
input.bestoutcomeCheckbox:not(:disabled) + label:hover,
span.bestoutcomeRadio input:not(:disabled) + label:hover,
input.bestoutcomeRadio:not(:disabled) + label:hover {
  color: #2e77ff;
}

INPUT.importantButton {
  background-color: rgb(71.5, 135.5933014354, 255);
  color: white;
  border: none;
}
INPUT.importantButton:hover:not(:disabled) {
  background-color: rgb(20.5, 102.4066985646, 255);
  /*border: $BORDER_Darker;*/
}
INPUT.importantButton:disabled {
  background-color: #D9E0E5;
  color: #777777;
  text-shadow: none;
  border-color: #999999;
}
INPUT.importantButton:active:not(.importantButtonPersonSelector) {
  transform: translateY(1px);
  box-shadow: 0px -1px black !important;
}

input.popupImportantButton, .popupBasicButton {
  width: 60px;
}

.flash {
  box-shadow: 0px 0px 0px 3px #5AAEFF inset !important;
}

.dvPopupButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  text-align: center;
  height: 35px;
  bottom: 0px;
  background-color: white;
  z-index: 5;
  margin-top: auto;
  flex-shrink: 0;
}
.dvPopupButtons input {
  margin: 0 4px;
}

.dvContent {
  overflow-y: auto;
}

.flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fullsize {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.border-top {
  border-top: 1px solid #DDDDDD;
}

.container {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  display: block;
  height: calc(100vh - 176px);
  overflow-y: auto;
}

.redText, .helpText {
  color: red;
}

.helpTextHide {
  visibility: hidden;
}

.helpTextShow {
  color: green;
  visibility: visible;
}

.tooltip:hover {
  cursor: help;
  /* If line and style not supported */
  text-decoration: underline;
  /* If line and style are supported */
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.loaderLite {
  z-index: 10;
  position: fixed;
  background-color: white;
  flex-direction: row;
  align-items: center;
  right: 10px;
  bottom: 40px;
  min-width: 160px;
  min-height: 40px;
  padding: 10px;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #8E99A5;
  font-size: 1.5em;
  opacity: 1;
  cursor: wait;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.3);
  transition: opacity linear 0.1s;
}
.loaderLite::selection,
.loaderLite *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}
.loaderLite.hidden {
  opacity: 0;
}
.loaderLite img {
  flex: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.loaderLite img.hidden {
  display: none;
}
.loaderLite span {
  flex: 1;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.loader_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}

.wrapToContainer {
  position: absolute;
}
.wrapToContainer .loader_icon {
  position: absolute;
}

@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader_icon,
.animate {
  animation: 0.6s rotateRight infinite linear;
}

.contentPane {
  margin-top: 103px;
  padding-top: 33px;
  width: 100%;
  position: relative;
  display: block;
  height: calc(100vh - 176px);
  z-index: 0;
}

body[data-winforms=true] .contentPane {
  margin-top: 0px;
  padding-top: 0px;
  height: 100%;
}

.txtError {
  color: red;
  font-size: 1.2em;
  margin: 10px;
}

/***************************/
.hideHeaderControls .toolbar,
.hideHeaderControls #dvToolStripButtonsWrapper,
.hideHeaderControls .menu {
  display: none;
}

/***************************/
/******************************************************************************************************/
/*


    TODO: Everything from below this point onwards is specific to individual custom controls, and
    does not really belong in the global css file. Consider moving to separate CSS files so as to keep
    things modular.


*/
/******************************************************************************************************/
/*************************************************/
/**************** COMBOBOX STYLES ****************/
/*************************************************/
.combobox {
  padding: 0px;
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  cursor: default;
}
.combobox input {
  height: 20px;
  width: calc(100% - 26px);
  position: absolute;
  z-index: 2;
  color: #222222;
  font-size: 12px;
  left: 1px;
  top: 1px;
  border: none;
}
.combobox select {
  height: 24px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}

/*************************************************/
/************** PROGRESS BAR STYLES **************/
/*************************************************/
.progressBar {
  padding: 0px;
  background-color: white;
  color: #444444;
  border: 1px solid #DDDDDD;
  position: relative;
}

/*************************************************/
/************* RICH TEXT BOX STYLES **************/
/*************************************************/
.richbox {
  display: inline-block;
  background-color: #ecf2f6;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
.richbox ul, .richbox li {
  line-height: normal;
}
.richbox div:not(.richBoxToolDD) > img {
  width: 20px;
  height: 20px;
  padding-top: 5px;
  margin: 0px;
}
.richbox a {
  color: #29A8E0;
}

.richbox_buttonstrip {
  width: 100%;
  height: 30px;
  display: block;
  background-color: #ecf2f6;
  box-sizing: border-box;
  overflow-x: visible;
  overflow-y: auto;
  padding-left: 1px;
}

.richbox_buttonstrip img {
  opacity: 0.6;
}
.richbox_buttonstrip > div {
  box-sizing: border-box;
  height: 100%;
  min-width: 30px;
  line-height: 30px;
  background-color: #ecf2f6;
  display: inline-block;
  color: #555555;
  font-size: 11pt;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  overflow: hidden;
}
.richbox_buttonstrip > span {
  box-sizing: border-box;
  height: 100%;
  min-width: 30px;
  line-height: 30px;
  background-color: #ecf2f6;
  display: inline-block;
  color: #555555;
  font-size: 11pt;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  overflow: hidden;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
}
.richbox_buttonstrip > .richBoxToolSpacer {
  width: 1px;
  min-width: 0px;
  height: 30px;
  padding: 0px;
  margin: 0px 1px;
  background: #DDDDDD;
}
.richbox_buttonstrip > .richBoxToolDD {
  width: 10px;
  min-width: 0px;
  height: 30px;
  padding: 0px;
  margin: 0px 0px 0px -8px;
}
.richbox_buttonstrip > .richBoxToolDD img {
  width: 100%;
}

.richbox:not(.disabled) .richbox_textbox {
  background-color: white;
}
.richbox:not(.disabled) .richbox_buttonstrip img {
  opacity: 1;
}
.richbox:not(.disabled) .richbox_buttonstrip > div:not(.richBoxToolSpacer):hover {
  background-color: white;
}

.richbox_textbox {
  width: 100%;
  height: calc(100% - 30px); /* 30 for toolbar */
  max-height: calc(100% - 30px); /* 30 for toolbar */
  background-color: #EEEEEE;
  display: block;
  padding: 5px;
  overflow-y: auto;
  overflow-x: auto;
  box-sizing: border-box;
  border-top: 1px solid #DDDDDD;
  line-height: normal;
}
.richbox_textbox a:hover {
  background-color: #f1f4ff;
  text-decoration: underline;
  cursor: pointer;
}
.richbox_textbox * {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/**********************************************************/
/*************** DELIVERY STATUS SELECTOR *****************/
/**********************************************************/
.deliveryStatusLightControl {
  /*border:1px solid;*/
  background-color: white;
  display: inline-block;
  height: 92px;
  padding: 0px 10px 10px 10px;
  position: relative;
}

.deliveryStatusLightControl-left,
.deliveryStatusLightControl-right {
  display: inline-block;
  text-align: left;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.deliveryStatusLightControl-left {
  width: 100px;
  float: left;
}
.deliveryStatusLightControl-left fieldset {
  padding: 0px;
  height: 100%;
}
.deliveryStatusLightControl-left legend {
  padding: 0px 0px 0px 2px;
  width: 90px;
  margin: 0px;
  background-color: transparent;
  font-size: 1.1em;
  color: black;
}

.deliveryStatusLightControl-right {
  width: calc(100% - 100px);
  float: right;
}

.deliveryStatusLightControl-override {
  position: relative;
}
.deliveryStatusLightControl-override label {
  vertical-align: middle;
  font-style: italic;
  line-height: 14px;
  display: block;
  margin-left: 4px;
  margin-top: 2px;
  font-size: 0.95em;
}
.deliveryStatusLightControl-override input {
  left: 0px;
  position: absolute;
}

.deliveryStatusLightControl-dropdown {
  margin-top: 4px;
  margin-left: 5px;
  width: 75px;
}

.deliveryStatusLightControl-traffic {
  display: inline-block;
  width: 25px;
  height: 66px;
  padding: 5px;
  background-color: white;
  text-align: center;
  margin-top: 12px;
  /*border: 1px solid #BBBBBB;*/
}

.deliveryStatusLightControl-light {
  display: inline-block;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #999999;
  width: 20px;
  height: 20px;
  background-color: white;
}
.deliveryStatusLightControl-light.Red:not(.disabled) {
  background-color: #fc6f6d;
}
.deliveryStatusLightControl-light.Amber:not(.disabled) {
  background-color: #e9cd18;
}
.deliveryStatusLightControl-light.Green:not(.disabled) {
  background-color: #00d88a;
}

.dssCloseButton {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 1px;
}

/********************************/
/****** COLOUR PICKER LITE ******/
/********************************/
.colour_picker_lite {
  position: relative;
  width: 20px;
  height: 20px;
}
.colour_picker_lite input[type=button] {
  width: 20px;
}

.colour_picker_lite_popup {
  width: 80px;
  min-height: 50px;
  max-height: 70px;
  position: absolute;
  border: 1px solid #5D6D7E;
  display: none;
  z-index: 2;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 0px;
  left: -30px;
  line-height: 0;
  background-color: white;
}
.colour_picker_lite_popup.visible {
  display: block;
}
.colour_picker_lite_popup > div {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #5D6D7E;
  margin: 1px;
}
.colour_picker_lite_popup > div.selected {
  border-color: #5AAEFF;
}

/********************************/
/********* PROGRESS BAR *********/
/********************************/
.progressBar::selection,
.progressBar *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}
.progressBar .pbProgress {
  padding: 0px;
  margin: 0px;
  width: 0%;
  height: 100%;
  float: left;
}
.progressBar .pbProgress div {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.progressBar span {
  position: absolute;
  left: calc(50% - 50px);
  width: 100px;
  top: calc(50% - 7px);
  cursor: default;
  display: block;
  text-align: center;
}
.progressBar.allowTransition .pbProgress {
  transition: width 0.5s;
}
.progressBar.allowTransition .pbProgress div {
  transition: background 0.5s;
}

/*********************************/
/*** REPORT TEXT FIT ESTIMATOR ***/
/*********************************/
.reportTextFitEstimator {
  cursor: help;
}

/*********************************/
/********* HTML5 Video ***********/
/*********************************/
.videoWrapper {
  position: fixed;
  max-width: 1280px;
  max-height: 720px;
  width: 80vw;
  height: 45vw; /* 16: 9 aspect ratio */
  top: calc(50vh - 360px);
  left: calc(50vw - 640px);
}

/*********************************/
/******* ASP.NET GridView ********/
/*********************************/
.mGrid:not(.capsule) {
  border: 1px solid #DDDDDD;
  overflow-x: auto;
  overflow-y: auto;
  color: #595959;
  font-size: 14px;
}
.mGrid:not(.capsule) .transparent {
  background-color: transparent;
}
.mGrid:not(.capsule) .highlight {
  border-radius: 5px;
  background-color: #a0addf;
  color: #fff;
  font-size: 14px;
  height: 20px;
  font-weight: bold;
}
.mGrid:not(.capsule) .selected {
  border-radius: 5px;
  background-color: #a0dfa0;
  color: #ffffff;
  font-size: 14px;
  height: 20px;
  font-weight: bold;
}
.mGrid:not(.capsule) .focused {
  font-weight: bold;
}
.mGrid:not(.capsule) th, .mGrid:not(.capsule) .footerRow td {
  color: #000e3c;
  background: #ecf2f6;
  height: 40px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  cursor: default;
  padding: 5px;
}
.mGrid:not(.capsule) th::selection,
.mGrid:not(.capsule) th *:not(input):not(textarea)::selection, .mGrid:not(.capsule) .footerRow td::selection,
.mGrid:not(.capsule) .footerRow td *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}
.mGrid:not(.capsule) th {
  text-align: left;
}
.mGrid:not(.capsule) th[align=Center] {
  text-align: center;
}
.mGrid:not(.capsule) th[align=Right] {
  text-align: right;
}
.mGrid:not(.capsule) td {
  padding: 5px;
}
.mGrid:not(.capsule) tr:not(.footerRow):not(.headerRow):hover td {
  background-color: #F9FAFF;
}
.mGrid:not(.capsule) tr:not(.footerRow):not(.headerRow).selected td {
  background-color: #2e77ff;
  color: white;
}
.mGrid:not(.capsule) tr:not(.footerRow):not(.headerRow).selected.invertTextBoxes td input[type=text] {
  background-color: #2e77ff;
  color: white;
}
.mGrid:not(.capsule) tr:not(.footerRow):not(.headerRow) td {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.mGrid:not(.capsule) tr:not(.footerRow):not(.headerRow) td.centerColumn {
  text-align: center;
}
.mGrid:not(.capsule) tr:not(.footerRow):not(.headerRow) td input {
  text-align: center;
}
.mGrid:not(.capsule) .numberHeader {
  text-align: center;
}
.mGrid:not(.capsule) .currencyHeader {
  text-align: center;
}
.mGrid:not(.capsule) .topRightNumber {
  text-align: center;
}

.isClickable {
  cursor: pointer;
}

.mGridFooterStyleText, .mGridFooterStyleNumbers {
  color: #000e3c;
  background: #ecf2f6;
  height: 40px;
  border: none;
  font-weight: bold;
  cursor: default;
}

.mGridFooterStyleNumbers {
  text-align: center;
}

.mGridTotalColStyle, input[type=text].mGridTotalColStyle, input[type=number].mGridTotalColStyle {
  background: #F9FAFF;
  color: #000e3c;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mGridCheckBoxStyle {
  text-align: center;
}

input[type=text].mGridChangedCell, input[type=number].mGridChangedCell, .mGridChangedCell {
  border-radius: 5px;
  font-size: 14px;
  height: 20px;
  background-color: #00d88a !important;
  color: #fff !important;
}

input[type=text].mGridErrorCell, input[type=number].mGridErrorCell, .mGridErrorCell {
  border-radius: 5px;
  background-color: #fc6f6d !important;
  color: #fff !important;
  font-size: 14px;
  height: 20px;
  font-weight: bold;
  text-align: center;
}

.mGridErrorFooterTotal {
  border: none;
  background-color: #fc6f6d !important;
  color: #fff !important;
  font-size: 14px;
  height: 20px;
  font-weight: bold;
  text-align: center;
}

.topLeft, .topRight, .bottomLeft, .bottomRight {
  height: 40px;
}

.bottomTotal {
  border: none;
  background: #ecf2f6;
}

.headerProperties {
  color: #000e3c;
  background: #ecf2f6;
  height: 40px;
  font-size: 14px;
  border: none;
  text-align: left;
}

/*************************************/
/************* PAGETABS **************/
/*************************************/
.pagetabs {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
.pagetabs .pagetabs-left ul {
  padding: 0px;
  margin: 0px;
  padding-left: 1px;
}
.pagetabs .pagetabs-left ul li {
  list-style: none;
  display: inline-block;
  background-color: #E7EEFA;
  margin: 0px 1px;
  padding: 0px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: default;
}
.pagetabs .pagetabs-left ul li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  font-size: 1.2em;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.pagetabs .pagetabs-left ul li:hover {
  background-color: rgb(239.4413793103, 243.9793103448, 251.7586206897);
}
.pagetabs .pagetabs-left ul li.selected {
  background-color: rgb(209.8965517241, 223.0517241379, 245.6034482759);
}
.pagetabs .pagetabs-left ul li.selected:hover {
  background-color: rgb(239.4413793103, 243.9793103448, 251.7586206897);
}

.invoiceGuide {
  table-layout: fixed;
  float: right;
  margin-right: 10px;
  border-right: 1px solid #DDDDDD;
  cursor: default;
}
.invoiceGuide tr {
  padding: 0px;
  margin: 0px;
}
.invoiceGuide tr ~ tr td {
  background-color: #ecf2f6;
  border-left: 1px solid #DDDDDD;
  border-top: none;
}
.invoiceGuide tr ~ tr td ~ td {
  background-color: white;
  border-top: none;
}
.invoiceGuide tr td {
  background-color: white;
  height: 35px;
  width: 80px;
  padding: 5px !important;
  padding: 0px;
  margin: 0px;
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.invoiceGuide tr td ~ td {
  background-color: #ecf2f6;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}
.invoiceGuide tr td.ColourCellGreen {
  background-color: #00d88a;
}
.invoiceGuide tr td.ColourCellGreenTextured {
  background: repeating-linear-gradient(45deg, #00d88a, #00d88a 0px, #00d88a 4px, white 4px, white 6px);
}
.invoiceGuide tr td.ColourCellGrey {
  background-color: #AEAEAD;
}
.invoiceGuide tr td.ColourCellGreyTextured {
  background: repeating-linear-gradient(45deg, #AEAEAD, #AEAEAD 0px, #AEAEAD 4px, white 4px, white 6px);
}
.invoiceGuide tr td.ColourCellPeach {
  background-color: rgb(225.3391304348, 198.0252964427, 21.4608695652);
}
.invoiceGuide tr td.ColourCellRed {
  background-color: #fc6f6d;
}

#dvProjectDetails {
  width: 250px;
  height: 30px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  transition: height linear 0.2s;
}
#dvProjectDetails.active {
  height: 240px;
}
#dvProjectDetails:not(.active) .detailsHeader {
  border-bottom: none;
}
#dvProjectDetails .detailsHeader {
  width: 100%;
  height: 30px;
  background-color: #E7EEFA;
  font-size: 1.4em;
  border: 1px solid #DDDDDD;
  text-align: center;
  line-height: 29px;
  color: #5D6D7E;
  cursor: pointer;
}
#dvProjectDetails .detailsHeader::selection,
#dvProjectDetails .detailsHeader *:not(input):not(textarea)::selection {
  background: transparent;
  color: none;
  outline: none;
}
#dvProjectDetails .detailsHeader:hover {
  background-color: rgb(239.4413793103, 243.9793103448, 251.7586206897);
}
#dvProjectDetails .detailsBody {
  width: 100%;
  flex: 1;
  border: 1px solid #DDDDDD;
  border-top: none;
  border-bottom: none;
  overflow: hidden;
  background-color: white;
}
#dvProjectDetails .detailsBody table {
  width: 100%;
  height: 210px;
}
#dvProjectDetails .detailsBody table tr > :first-child {
  background-color: #F3F7FB;
  color: #5D6D7E;
  width: 90px;
}

/*******************************/
/**** FOOTER ****/
/*******************************/
footer {
  margin-top: auto;
}
footer #dvLogoMain {
  float: left;
}
footer #dvLogoMain img {
  position: relative;
  left: 5px;
  width: 65%;
  top: 4px;
}
footer #dvLicenceMain {
  padding-right: 8px;
  padding-top: 20px;
  width: calc(100% - 10px);
  text-align: right;
  vertical-align: text-bottom;
}
footer #dvLicenceMain a {
  text-decoration: underline;
}
footer * {
  font-size: 11px;
}

/***********************************/
/******* FILTER BOX GENERIC ********/
/***********************************/
div.filterBoxContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  background-color: #EFF5F9;
  width: max-content;
  padding: 0.5rem;
  margin: 0 10px;
}
div.filterBoxContainer label {
  margin-right: 0.5rem;
}

div.filterBoxContainer.noMargin {
  margin: 0;
}

.gridContainer {
  padding: 2px 10px;
}

.rowFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rowFlex > .flexEnd {
  margin-left: auto;
  padding: 0 15px;
}

.importantText {
  font-size: 0.9rem;
}

/***********************************/
/***** COMBO BOX USER CONTROLS *****/
/***********************************/
.multiSelectDropdownCombo2 {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  overflow-x: visible;
  width: 190px;
}
.multiSelectDropdownCombo2:disabled {
  border-color: #DDDDDD;
  background-color: rgb(248.2, 248.2, 248.2);
  color: #aaaaaa;
  cursor: default;
}
.multiSelectDropdownCombo2:hover:not(:disabled) {
  background-color: rgb(252.1034482759, 252.9482758621, 254.3965517241);
  border-color: #2e77ff;
}

.multiSelectDropdownCombo2-blocker {
  width: 100vw;
  height: 100vh;
  z-index: 2;
  position: fixed;
  top: 0px;
  left: 0px;
}

.multiSelectDropdownCombo2-chkBoxDiv {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  width: 190px;
  background-color: none;
  border: 1px solid #aaaaaa;
  border-top: none;
}

/***********************************/
/********** CONFIRM DIALOG *********/
/***********************************/
.confirm-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.confirm-dialog-content {
  padding: 20px;
}

.confirm-url {
  color: blue;
}

.confirm-disclaimer {
  font-size: 10px;
}

.confirm-checkbox {
  padding-top: 20px;
}

.confirm-divider {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.confirm-buttons {
  text-align: center;
  flex-grow: 1;
}
