html,
table {
  font-family: Trebuchet MS;
  font-size: 13px;
}
body,
div,
table {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: hidden;
}
#MainContent {
  margin-top: 5px;
}
/* hide the clear input button in IE, request by lumileds */

input[type=text]::-ms-clear {
  display: none;
}
.fontModernUI {
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.disableTextSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearBoth {
  clear: both;
}
#TopHeader {
  background-image: url(../Content/Images/Layout/BackgroundHeader.png);
  background-repeat: repeat-y;
  width: 100%;
  background-position: left;
  background-color: #2d84b9;
  height: 30px;
  position: relative;
}
#TopHeader #ApplicationName {
  background-color: #8db511;
  color: white;
  font-family: 'Open Sans Semibold';
  display: inline-block;
  height: 100%;
  line-height: 30px;
  vertical-align: top;
  padding-right: 90px;
  padding-left: 15px;
  font-size: 14px;
}
#TopHeader .headerShadow,
#TopHeader .menuBarShadow {
  background-image: url(../Content/Images/Layout/ShadowHeader.png);
  height: 3px;
  z-index: 11;
  width: 100%;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 30px;
}
#Header {
  height: 102px;
  width: 100%;
  background-repeat: no-repeat;
}
#Header #HeaderBanner {
  height: 63px;
  width: 100%;
}
#Header #HeaderBanner #HeaderCierpa {
  width: 145px;
  height: 64px;
  margin-left: 25px;
  margin-top: -2px;
  float: left;
}
#Header #HeaderBanner #HeaderApplicationName {
  margin-top: 22px;
  margin-left: 5px;
  font-size: 18px;
  color: white;
  float: left;
}
#Header #HeaderMenu {
  height: 37px;
  width: 100%;
  padding-top: 4px;
}
#Header #HeaderMenu a.headerMenuLink,
#Header #HeaderMenu a.headerMenuLogout,
#Header #HeaderMenu a.headerMenuHelp {
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: black;
}
#Header #HeaderMenu a.headerMenuLink:visited,
#Header #HeaderMenu a.headerMenuLogout:visited,
#Header #HeaderMenu a.headerMenuHelp:visited {
  color: black;
}
#Header #HeaderMenu a.headerMenuLink:hover,
#Header #HeaderMenu a.headerMenuLogout:hover,
#Header #HeaderMenu a.headerMenuHelp:hover {
  color: white;
}
#Header #HeaderMenu a.headerMenuLink.headerMenuActive,
#Header #HeaderMenu a.headerMenuLogout.headerMenuActive,
#Header #HeaderMenu a.headerMenuHelp.headerMenuActive {
  color: white;
}
#Header #HeaderMenu a.headerMenuLink.headerMenuActive:visited,
#Header #HeaderMenu a.headerMenuLogout.headerMenuActive:visited,
#Header #HeaderMenu a.headerMenuHelp.headerMenuActive:visited {
  color: white;
}
#Header #HeaderMenu a.headerMenuLink {
  width: 110px;
  float: left;
  text-decoration: none;
  background-repeat: no-repeat;
}
#Header #HeaderMenu a.headerMenuHelp {
  padding-left: 30px;
}
#Header #HeaderMenu a.headerMenuLogout {
  padding-left: 35px;
}
#Header #HeaderMenu a.headerMenuHelp,
#Header #HeaderMenu a.headerMenuLogout {
  float: right;
  margin-right: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
#Header #HeaderMenu a.headerMenuHelp:hover,
#Header #HeaderMenu a.headerMenuLogout:hover {
  text-decoration: underline;
}
#HeaderShadow {
  height: 5px;
  width: 100%;
  background-repeat: repeat-x;
  margin-bottom: 5px;
}
#ContentContainer {
  float: right;
  overflow-y: auto;
}
#ContentHeader,
.ContentHeader {
  height: 20px;
  margin-bottom: 1px;
  overflow: auto;
  padding-top: 4px;
  padding-bottom: 1px;
  width: 100%;
  background-color: #109fe9;
}
#ContentHeader span,
.ContentHeader span {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 12px;
  margin-left: 10px;
}
#ContentError {
  background-color: #f0b8b8;
  height: 32px;
  line-height: 32px;
  margin: 8px 0;
  height: 48px;
  line-height: 48px;
  margin: 0;
  text-align: center;
}
#ContentBody,
#ActionEditPanel {
  width: 100%;
  position: relative;
  /*height: 100%;
    overflow-y: auto;*/

}
#ContentBody .listContainer .listHeader,
#ActionEditPanel .listContainer .listHeader,
#ContentBody .noResizeListContainer .listHeader,
#ActionEditPanel .noResizeListContainer .listHeader,
#ContentBody.listContainer .listHeader,
#ActionEditPanel.listContainer .listHeader,
#ContentBody .listContainer .noResizeListHeader,
#ActionEditPanel .listContainer .noResizeListHeader,
#ContentBody .noResizeListContainer .noResizeListHeader,
#ActionEditPanel .noResizeListContainer .noResizeListHeader,
#ContentBody.listContainer .noResizeListHeader,
#ActionEditPanel.listContainer .noResizeListHeader {
  background-color: #ECF1F8;
  border-bottom: 1px dotted #98A3B2;
  width: 100%;
  border-collapse: collapse;
}
#ContentBody .listContainer .listHeader td,
#ActionEditPanel .listContainer .listHeader td,
#ContentBody .noResizeListContainer .listHeader td,
#ActionEditPanel .noResizeListContainer .listHeader td,
#ContentBody.listContainer .listHeader td,
#ActionEditPanel.listContainer .listHeader td,
#ContentBody .listContainer .noResizeListHeader td,
#ActionEditPanel .listContainer .noResizeListHeader td,
#ContentBody .noResizeListContainer .noResizeListHeader td,
#ActionEditPanel .noResizeListContainer .noResizeListHeader td,
#ContentBody.listContainer .noResizeListHeader td,
#ActionEditPanel.listContainer .noResizeListHeader td {
  font-size: 11px;
  color: #98A3B2;
  font-weight: bold;
  height: 27px;
}
#ContentBody .listContainer .listHeader td.stateCollapsed,
#ActionEditPanel .listContainer .listHeader td.stateCollapsed,
#ContentBody .noResizeListContainer .listHeader td.stateCollapsed,
#ActionEditPanel .noResizeListContainer .listHeader td.stateCollapsed,
#ContentBody.listContainer .listHeader td.stateCollapsed,
#ActionEditPanel.listContainer .listHeader td.stateCollapsed,
#ContentBody .listContainer .noResizeListHeader td.stateCollapsed,
#ActionEditPanel .listContainer .noResizeListHeader td.stateCollapsed,
#ContentBody .noResizeListContainer .noResizeListHeader td.stateCollapsed,
#ActionEditPanel .noResizeListContainer .noResizeListHeader td.stateCollapsed,
#ContentBody.listContainer .noResizeListHeader td.stateCollapsed,
#ActionEditPanel.listContainer .noResizeListHeader td.stateCollapsed {
  display: none;
}
#ContentBody .listContainer .listContent,
#ActionEditPanel .listContainer .listContent,
#ContentBody .noResizeListContainer .listContent,
#ActionEditPanel .noResizeListContainer .listContent,
#ContentBody.listContainer .listContent,
#ActionEditPanel.listContainer .listContent,
#ContentBody .listContainer .noResizelistContent,
#ActionEditPanel .listContainer .noResizelistContent,
#ContentBody .noResizeListContainer .noResizelistContent,
#ActionEditPanel .noResizeListContainer .noResizelistContent,
#ContentBody.listContainer .noResizelistContent,
#ActionEditPanel.listContainer .noResizelistContent {
  overflow-y: auto;
  width: 100%;
  position: relative;
}
#ContentBody .listContainer .listContent table,
#ActionEditPanel .listContainer .listContent table,
#ContentBody .noResizeListContainer .listContent table,
#ActionEditPanel .noResizeListContainer .listContent table,
#ContentBody.listContainer .listContent table,
#ActionEditPanel.listContainer .listContent table,
#ContentBody .listContainer .noResizelistContent table,
#ActionEditPanel .listContainer .noResizelistContent table,
#ContentBody .noResizeListContainer .noResizelistContent table,
#ActionEditPanel .noResizeListContainer .noResizelistContent table,
#ContentBody.listContainer .noResizelistContent table,
#ActionEditPanel.listContainer .noResizelistContent table {
  width: 100%;
  border-collapse: collapse;
}
#ContentBody .listContainer .listContent table tr.rowClickableCollapse td,
#ActionEditPanel .listContainer .listContent table tr.rowClickableCollapse td,
#ContentBody .noResizeListContainer .listContent table tr.rowClickableCollapse td,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowClickableCollapse td,
#ContentBody.listContainer .listContent table tr.rowClickableCollapse td,
#ActionEditPanel.listContainer .listContent table tr.rowClickableCollapse td,
#ContentBody .listContainer .noResizelistContent table tr.rowClickableCollapse td,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowClickableCollapse td,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowClickableCollapse td,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowClickableCollapse td,
#ContentBody.listContainer .noResizelistContent table tr.rowClickableCollapse td,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowClickableCollapse td {
  text-decoration: none;
  font-weight: normal;
}
#ContentBody .listContainer .listContent table tr.rowClickableCollapse td:first-child,
#ActionEditPanel .listContainer .listContent table tr.rowClickableCollapse td:first-child,
#ContentBody .noResizeListContainer .listContent table tr.rowClickableCollapse td:first-child,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowClickableCollapse td:first-child,
#ContentBody.listContainer .listContent table tr.rowClickableCollapse td:first-child,
#ActionEditPanel.listContainer .listContent table tr.rowClickableCollapse td:first-child,
#ContentBody .listContainer .noResizelistContent table tr.rowClickableCollapse td:first-child,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowClickableCollapse td:first-child,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowClickableCollapse td:first-child,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowClickableCollapse td:first-child,
#ContentBody.listContainer .noResizelistContent table tr.rowClickableCollapse td:first-child,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowClickableCollapse td:first-child {
  font-weight: normal;
  text-decoration: none !important;
}
#ContentBody .listContainer .listContent table tr td,
#ActionEditPanel .listContainer .listContent table tr td,
#ContentBody .noResizeListContainer .listContent table tr td,
#ActionEditPanel .noResizeListContainer .listContent table tr td,
#ContentBody.listContainer .listContent table tr td,
#ActionEditPanel.listContainer .listContent table tr td,
#ContentBody .listContainer .noResizelistContent table tr td,
#ActionEditPanel .listContainer .noResizelistContent table tr td,
#ContentBody .noResizeListContainer .noResizelistContent table tr td,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr td,
#ContentBody.listContainer .noResizelistContent table tr td,
#ActionEditPanel.listContainer .noResizelistContent table tr td {
  cursor: pointer;
  height: 27px;
}
#ContentBody .listContainer .listContent table tr td input[type=text],
#ActionEditPanel .listContainer .listContent table tr td input[type=text],
#ContentBody .noResizeListContainer .listContent table tr td input[type=text],
#ActionEditPanel .noResizeListContainer .listContent table tr td input[type=text],
#ContentBody.listContainer .listContent table tr td input[type=text],
#ActionEditPanel.listContainer .listContent table tr td input[type=text],
#ContentBody .listContainer .noResizelistContent table tr td input[type=text],
#ActionEditPanel .listContainer .noResizelistContent table tr td input[type=text],
#ContentBody .noResizeListContainer .noResizelistContent table tr td input[type=text],
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr td input[type=text],
#ContentBody.listContainer .noResizelistContent table tr td input[type=text],
#ActionEditPanel.listContainer .noResizelistContent table tr td input[type=text],
#ContentBody .listContainer .listContent table tr td input[type=password],
#ActionEditPanel .listContainer .listContent table tr td input[type=password],
#ContentBody .noResizeListContainer .listContent table tr td input[type=password],
#ActionEditPanel .noResizeListContainer .listContent table tr td input[type=password],
#ContentBody.listContainer .listContent table tr td input[type=password],
#ActionEditPanel.listContainer .listContent table tr td input[type=password],
#ContentBody .listContainer .noResizelistContent table tr td input[type=password],
#ActionEditPanel .listContainer .noResizelistContent table tr td input[type=password],
#ContentBody .noResizeListContainer .noResizelistContent table tr td input[type=password],
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr td input[type=password],
#ContentBody.listContainer .noResizelistContent table tr td input[type=password],
#ActionEditPanel.listContainer .noResizelistContent table tr td input[type=password] {
  border: 1px solid black;
  font-size: 14px;
  padding: 0 1px 1px 2px;
}
#ContentBody .listContainer .listContent table tr td.rowSelector .checkBox,
#ActionEditPanel .listContainer .listContent table tr td.rowSelector .checkBox,
#ContentBody .noResizeListContainer .listContent table tr td.rowSelector .checkBox,
#ActionEditPanel .noResizeListContainer .listContent table tr td.rowSelector .checkBox,
#ContentBody.listContainer .listContent table tr td.rowSelector .checkBox,
#ActionEditPanel.listContainer .listContent table tr td.rowSelector .checkBox,
#ContentBody .listContainer .noResizelistContent table tr td.rowSelector .checkBox,
#ActionEditPanel .listContainer .noResizelistContent table tr td.rowSelector .checkBox,
#ContentBody .noResizeListContainer .noResizelistContent table tr td.rowSelector .checkBox,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr td.rowSelector .checkBox,
#ContentBody.listContainer .noResizelistContent table tr td.rowSelector .checkBox,
#ActionEditPanel.listContainer .noResizelistContent table tr td.rowSelector .checkBox {
  display: block;
}
#ContentBody .listContainer .listContent table tr td.rowCollapser,
#ActionEditPanel .listContainer .listContent table tr td.rowCollapser,
#ContentBody .noResizeListContainer .listContent table tr td.rowCollapser,
#ActionEditPanel .noResizeListContainer .listContent table tr td.rowCollapser,
#ContentBody.listContainer .listContent table tr td.rowCollapser,
#ActionEditPanel.listContainer .listContent table tr td.rowCollapser,
#ContentBody .listContainer .noResizelistContent table tr td.rowCollapser,
#ActionEditPanel .listContainer .noResizelistContent table tr td.rowCollapser,
#ContentBody .noResizeListContainer .noResizelistContent table tr td.rowCollapser,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr td.rowCollapser,
#ContentBody.listContainer .noResizelistContent table tr td.rowCollapser,
#ActionEditPanel.listContainer .noResizelistContent table tr td.rowCollapser {
  font-size: 22px;
  cursor: pointer;
  text-align: center;
}
#ContentBody .listContainer .listContent table tr td.rowCollapser:hover,
#ActionEditPanel .listContainer .listContent table tr td.rowCollapser:hover,
#ContentBody .noResizeListContainer .listContent table tr td.rowCollapser:hover,
#ActionEditPanel .noResizeListContainer .listContent table tr td.rowCollapser:hover,
#ContentBody.listContainer .listContent table tr td.rowCollapser:hover,
#ActionEditPanel.listContainer .listContent table tr td.rowCollapser:hover,
#ContentBody .listContainer .noResizelistContent table tr td.rowCollapser:hover,
#ActionEditPanel .listContainer .noResizelistContent table tr td.rowCollapser:hover,
#ContentBody .noResizeListContainer .noResizelistContent table tr td.rowCollapser:hover,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr td.rowCollapser:hover,
#ContentBody.listContainer .noResizelistContent table tr td.rowCollapser:hover,
#ActionEditPanel.listContainer .noResizelistContent table tr td.rowCollapser:hover {
  background-color: black;
}
#ContentBody .listContainer .listContent table tr.stateSelected,
#ActionEditPanel .listContainer .listContent table tr.stateSelected,
#ContentBody .noResizeListContainer .listContent table tr.stateSelected,
#ActionEditPanel .noResizeListContainer .listContent table tr.stateSelected,
#ContentBody.listContainer .listContent table tr.stateSelected,
#ActionEditPanel.listContainer .listContent table tr.stateSelected,
#ContentBody .listContainer .noResizelistContent table tr.stateSelected,
#ActionEditPanel .listContainer .noResizelistContent table tr.stateSelected,
#ContentBody .noResizeListContainer .noResizelistContent table tr.stateSelected,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.stateSelected,
#ContentBody.listContainer .noResizelistContent table tr.stateSelected,
#ActionEditPanel.listContainer .noResizelistContent table tr.stateSelected {
  background-color: black;
}
#ContentBody .listContainer .listContent table tr:hover,
#ActionEditPanel .listContainer .listContent table tr:hover,
#ContentBody .noResizeListContainer .listContent table tr:hover,
#ActionEditPanel .noResizeListContainer .listContent table tr:hover,
#ContentBody.listContainer .listContent table tr:hover,
#ActionEditPanel.listContainer .listContent table tr:hover,
#ContentBody .listContainer .noResizelistContent table tr:hover,
#ActionEditPanel .listContainer .noResizelistContent table tr:hover,
#ContentBody .noResizeListContainer .noResizelistContent table tr:hover,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr:hover,
#ContentBody.listContainer .noResizelistContent table tr:hover,
#ActionEditPanel.listContainer .noResizelistContent table tr:hover {
  background-color: black;
}
#ContentBody .listContainer .listContent table tr.rowClickDisabled td,
#ActionEditPanel .listContainer .listContent table tr.rowClickDisabled td,
#ContentBody .noResizeListContainer .listContent table tr.rowClickDisabled td,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowClickDisabled td,
#ContentBody.listContainer .listContent table tr.rowClickDisabled td,
#ActionEditPanel.listContainer .listContent table tr.rowClickDisabled td,
#ContentBody .listContainer .noResizelistContent table tr.rowClickDisabled td,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowClickDisabled td,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowClickDisabled td,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowClickDisabled td,
#ContentBody.listContainer .noResizelistContent table tr.rowClickDisabled td,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowClickDisabled td {
  cursor: default;
}
#ContentBody .listContainer .listContent table tr.rowCollapsableChild.stateChildCollapsed,
#ActionEditPanel .listContainer .listContent table tr.rowCollapsableChild.stateChildCollapsed,
#ContentBody .noResizeListContainer .listContent table tr.rowCollapsableChild.stateChildCollapsed,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowCollapsableChild.stateChildCollapsed,
#ContentBody.listContainer .listContent table tr.rowCollapsableChild.stateChildCollapsed,
#ActionEditPanel.listContainer .listContent table tr.rowCollapsableChild.stateChildCollapsed,
#ContentBody .listContainer .noResizelistContent table tr.rowCollapsableChild.stateChildCollapsed,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowCollapsableChild.stateChildCollapsed,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowCollapsableChild.stateChildCollapsed,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowCollapsableChild.stateChildCollapsed,
#ContentBody.listContainer .noResizelistContent table tr.rowCollapsableChild.stateChildCollapsed,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowCollapsableChild.stateChildCollapsed {
  display: none;
}
#ContentBody .listContainer .listContent table tr.rowComment,
#ActionEditPanel .listContainer .listContent table tr.rowComment,
#ContentBody .noResizeListContainer .listContent table tr.rowComment,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowComment,
#ContentBody.listContainer .listContent table tr.rowComment,
#ActionEditPanel.listContainer .listContent table tr.rowComment,
#ContentBody .listContainer .noResizelistContent table tr.rowComment,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowComment,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowComment,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowComment,
#ContentBody.listContainer .noResizelistContent table tr.rowComment,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowComment {
  color: lightgray;
  font-style: italic;
}
#ContentBody .listContainer .listContent table tr.rowComment td,
#ActionEditPanel .listContainer .listContent table tr.rowComment td,
#ContentBody .noResizeListContainer .listContent table tr.rowComment td,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowComment td,
#ContentBody.listContainer .listContent table tr.rowComment td,
#ActionEditPanel.listContainer .listContent table tr.rowComment td,
#ContentBody .listContainer .noResizelistContent table tr.rowComment td,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowComment td,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowComment td,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowComment td,
#ContentBody.listContainer .noResizelistContent table tr.rowComment td,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowComment td {
  cursor: default;
  vertical-align: top;
}
#ContentBody .listContainer .listContent table tr.rowComment:hover,
#ActionEditPanel .listContainer .listContent table tr.rowComment:hover,
#ContentBody .noResizeListContainer .listContent table tr.rowComment:hover,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowComment:hover,
#ContentBody.listContainer .listContent table tr.rowComment:hover,
#ActionEditPanel.listContainer .listContent table tr.rowComment:hover,
#ContentBody .listContainer .noResizelistContent table tr.rowComment:hover,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowComment:hover,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowComment:hover,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowComment:hover,
#ContentBody.listContainer .noResizelistContent table tr.rowComment:hover,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowComment:hover {
  background-color: inherit;
}
#ContentBody .listContainer .listContent table tr.rowSpacer td,
#ActionEditPanel .listContainer .listContent table tr.rowSpacer td,
#ContentBody .noResizeListContainer .listContent table tr.rowSpacer td,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowSpacer td,
#ContentBody.listContainer .listContent table tr.rowSpacer td,
#ActionEditPanel.listContainer .listContent table tr.rowSpacer td,
#ContentBody .listContainer .noResizelistContent table tr.rowSpacer td,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowSpacer td,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowSpacer td,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowSpacer td,
#ContentBody.listContainer .noResizelistContent table tr.rowSpacer td,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowSpacer td {
  cursor: default;
  vertical-align: top;
}
#ContentBody .listContainer .listContent table tr.rowSpacer:hover,
#ActionEditPanel .listContainer .listContent table tr.rowSpacer:hover,
#ContentBody .noResizeListContainer .listContent table tr.rowSpacer:hover,
#ActionEditPanel .noResizeListContainer .listContent table tr.rowSpacer:hover,
#ContentBody.listContainer .listContent table tr.rowSpacer:hover,
#ActionEditPanel.listContainer .listContent table tr.rowSpacer:hover,
#ContentBody .listContainer .noResizelistContent table tr.rowSpacer:hover,
#ActionEditPanel .listContainer .noResizelistContent table tr.rowSpacer:hover,
#ContentBody .noResizeListContainer .noResizelistContent table tr.rowSpacer:hover,
#ActionEditPanel .noResizeListContainer .noResizelistContent table tr.rowSpacer:hover,
#ContentBody.listContainer .noResizelistContent table tr.rowSpacer:hover,
#ActionEditPanel.listContainer .noResizelistContent table tr.rowSpacer:hover {
  background-color: inherit;
}
#ContentBody .listContainer .listHeader tr td,
#ActionEditPanel .listContainer .listHeader tr td,
#ContentBody .noResizeListContainer .listHeader tr td,
#ActionEditPanel .noResizeListContainer .listHeader tr td,
#ContentBody.listContainer .listHeader tr td,
#ActionEditPanel.listContainer .listHeader tr td,
#ContentBody .listContainer .listContent tr td,
#ActionEditPanel .listContainer .listContent tr td,
#ContentBody .noResizeListContainer .listContent tr td,
#ActionEditPanel .noResizeListContainer .listContent tr td,
#ContentBody.listContainer .listContent tr td,
#ActionEditPanel.listContainer .listContent tr td,
#ContentBody .listContainer .noResizelistContent tr td,
#ActionEditPanel .listContainer .noResizelistContent tr td,
#ContentBody .noResizeListContainer .noResizelistContent tr td,
#ActionEditPanel .noResizeListContainer .noResizelistContent tr td,
#ContentBody.listContainer .noResizelistContent tr td,
#ActionEditPanel.listContainer .noResizelistContent tr td {
  padding-right: 5px;
}
#ContentBody .listContainer .listHeader tr td:first-child,
#ActionEditPanel .listContainer .listHeader tr td:first-child,
#ContentBody .noResizeListContainer .listHeader tr td:first-child,
#ActionEditPanel .noResizeListContainer .listHeader tr td:first-child,
#ContentBody.listContainer .listHeader tr td:first-child,
#ActionEditPanel.listContainer .listHeader tr td:first-child,
#ContentBody .listContainer .listContent tr td:first-child,
#ActionEditPanel .listContainer .listContent tr td:first-child,
#ContentBody .noResizeListContainer .listContent tr td:first-child,
#ActionEditPanel .noResizeListContainer .listContent tr td:first-child,
#ContentBody.listContainer .listContent tr td:first-child,
#ActionEditPanel.listContainer .listContent tr td:first-child,
#ContentBody .listContainer .noResizelistContent tr td:first-child,
#ActionEditPanel .listContainer .noResizelistContent tr td:first-child,
#ContentBody .noResizeListContainer .noResizelistContent tr td:first-child,
#ActionEditPanel .noResizeListContainer .noResizelistContent tr td:first-child,
#ContentBody.listContainer .noResizelistContent tr td:first-child,
#ActionEditPanel.listContainer .noResizelistContent tr td:first-child {
  width: 27px;
  padding-right: 0;
}
#ContentBody .inputContainer,
#ActionEditPanel .inputContainer {
  width: 100%;
  margin-top: 15px;
}
#ContentBody .inputContainer .inputHeader,
#ActionEditPanel .inputContainer .inputHeader {
  font-weight: bold;
  font-size: 14px;
  padding-top: 15px;
}
#ContentBody .inputContainer .label,
#ActionEditPanel .inputContainer .label {
  text-align: right;
  padding-right: 10px;
  color: #737373;
  width: 150px;
  padding-top: 6px;
  vertical-align: top;
  /*vertical-align: middle;*/

}
#ContentBody .inputContainer input[type=text],
#ActionEditPanel .inputContainer input[type=text],
#ContentBody .inputContainer input[type=password],
#ActionEditPanel .inputContainer input[type=password] {
  border: 1px solid black;
  font-size: 14px;
  padding: 2px;
  width: 220px;
}
#ContentBody .inputContainer input[type=text].number,
#ActionEditPanel .inputContainer input[type=text].number,
#ContentBody .inputContainer input[type=password].number,
#ActionEditPanel .inputContainer input[type=password].number {
  text-align: right;
}
#ContentBody .inputContainer .dateTarget,
#ActionEditPanel .inputContainer .dateTarget,
#ContentBody .inputContainer .mcpTarget,
#ActionEditPanel .inputContainer .mcpTarget {
  color: blue;
  padding-left: 0;
  border-left: none;
  cursor: pointer;
}
#ContentBody .inputContainer textarea,
#ActionEditPanel .inputContainer textarea {
  border: 1px solid black;
  font-size: 14px;
  padding: 2px;
  padding-right: 1px;
  margin-bottom: 5px;
}
#ContentBody .inputContainer select,
#ActionEditPanel .inputContainer select {
  border: 1px solid black;
  font-size: 14px;
  padding: 3px;
  width: 225px;
  margin-bottom: 5px;
  height: 30px !important;
}
#ContentBody .inputContainer input[readonly=readonly],
#ActionEditPanel .inputContainer input[readonly=readonly] {
  border: 1px solid white;
  cursor: pointer;
}
#ContentBody .inputContainer input.input-validation-error,
#ActionEditPanel .inputContainer input.input-validation-error {
  color: red;
  border-color: red !important;
}
#ContentBody .inputContainer span.field-validation-error,
#ActionEditPanel .inputContainer span.field-validation-error {
  color: red;
  display: block;
  margin-bottom: 20px;
}
#ContentBody .inputContainer .checkBoxContainer,
#ActionEditPanel .inputContainer .checkBoxContainer {
  padding: 2px 0;
}
.scrollContent {
  overflow-y: auto;
  border: 1px solid #109fe9;
  width: 500px;
  padding: 5px;
}
#ContentActions {
  border-top: 1px solid black;
  margin-top: 1px;
  margin-bottom: 5px;
  background-color: white;
  padding-top: 5px;
  position: relative;
}
#ContentActions a,
#ContentActions a:visited {
  margin-right: 25px;
}
.checkBoxContainer {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkBoxContainer .checkBox {
  float: left;
}
.checkBoxContainer .checkBoxLabel {
  line-height: 18px;
  display: inline-block;
  float: left;
  margin: 0 5px;
  font-size: 14px;
}
.checkBoxContainer .checkBoxLabelInactive {
  color: #aaaaaa;
  font-style: italic;
}
.checkBox {
  border: 1px solid black;
  border: 1px solid #92ABC7;
  border-radius: 3px;
  height: 18px;
  width: 18px;
  display: inline-block;
}
.checkBox div {
  height: 16px;
  width: 16px;
  margin: 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
a,
a:visited {
  color: blue;
}
.btnSave,
.btnAction,
.btnAction:visited,
.blueButtonLink {
  border: 1px solid #109fe9;
  background-color: #ecf1f8;
  color: #000000;
  border-radius: 3px;
  padding: 6px 17px 6px 17px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 25px;
  background-position: 10px center;
  background-repeat: no-repeat;
  display: inline-block;
}
.btnSave:hover,
.btnAction:hover,
.btnAction:visited:hover,
.blueButtonLink:hover {
  background-color: darkgray;
}
.btnSave.btnDisabled,
.btnAction.btnDisabled,
.btnAction:visited.btnDisabled,
.blueButtonLink.btnDisabled {
  color: gray;
  cursor: default;
  font-style: italic;
}
.btnSave.btnDisabled.btnIcon,
.btnAction.btnDisabled.btnIcon,
.btnAction:visited.btnDisabled.btnIcon,
.blueButtonLink.btnDisabled.btnIcon {
  background-image: none;
}
.btnSave.btnIcon,
.btnAction.btnIcon,
.btnAction:visited.btnIcon,
.blueButtonLink.btnIcon {
  padding-left: 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.btnSave.btnDelete,
.btnAction.btnDelete,
.btnAction:visited.btnDelete,
.blueButtonLink.btnDelete {
  margin-right: 0;
}
.btnSave.btnHidden,
.btnAction.btnHidden,
.btnAction:visited.btnHidden,
.blueButtonLink.btnHidden {
  display: none;
}
.btnSave.btnRadio,
.btnAction.btnRadio,
.btnAction:visited.btnRadio,
.blueButtonLink.btnRadio {
  float: left;
}
.btnSave:hover,
.btnAction:hover,
.btnAction:visited:hover,
.blueButtonLink:hover,
.btnSave:active,
.btnAction:active,
.btnAction:visited:active,
.blueButtonLink:active {
  background-color: #b7e2f8;
}
.btnSave {
  padding-left: 30px;
}
.clearFloat {
  clear: both;
}
#MenuActionBar {
  display: none;
  position: absolute;
  top: 30px;
  height: 110px;
  width: 100%;
  background-image: url(../Content/Images/Layout/BackgroundMenu.png);
  background-repeat: repeat-x;
  z-index: 10;
}
#MenuActionBar .rightGroup {
  float: right;
  margin-right: 20px;
}
#MenuActionBar .centerGroup {
  margin-left: 200px;
  margin-right: 200px;
  display: inline-block;
}
#MenuActionBar .menuBarShadow {
  top: 100px;
}
.menuOption {
  display: inline-block;
  width: 75px;
  text-align: center;
  margin-top: 18px;
  cursor: pointer;
  color: white;
}
.menuOption .menuOptionLabel {
  margin-top: 12px;
}
.menuOption:hover {
  text-decoration: underline;
  color: white;
}
.subHeader {
  color: #5e5b7f;
  font-size: 19px;
  font-family: 'Open Sans Light';
  margin-left: 10px;
  margin-top: 20px;
}
.contentContainer {
  display: inline-block;
}
#ActionBarHoverArea,
#ActionBar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
#ActionBar {
  background-image: url("../../Content/Images/Layout/backgroundMenuRechts.png");
  background-repeat: repeat-x;
  background-position: top;
  display: none;
  position: absolute;
  background-color: #6a7e98;
  top: 0;
  width: 100px;
  z-index: 12;
  padding-top: 80px;
  padding-left: 10px;
}
#ActionBar #ActionBarShadow {
  background-image: url("../../Content/Images/Layout/shaduwMenuRechts.png");
  position: absolute;
  top: 0;
  right: 100px;
  height: 100%;
  width: 3px;
}
#ActionBar .menuOption {
  height: 85px;
}
#tblRiskList tr td {
  font-family: 'Open Sans';
}
.ColumnScrollContent {
  display: block;
  overflow: auto;
  width: 100%;
}
#ContentMenu,
.rightBox {
  float: left;
  width: 200px;
  padding-right: 5px;
  height: 100%;
  font-family: Arial, Trebuchet MS, Verdana;
  background-size: 100% 100%;
  background-image: none;
  color: black;
}
#ContentMenu #pnlMyFilters,
.rightBox #pnlMyFilters {
  overflow-y: auto;
}
#ContentMenu .navigationHeader,
.rightBox .navigationHeader {
  background-repeat: no-repeat;
  height: 20px;
  overflow: auto;
  padding-top: 4px;
  padding-bottom: 1px;
  background-color: #109fe9;
}
#ContentMenu .navigationHeader span,
.rightBox .navigationHeader span {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 12px;
  margin-left: 10px;
}
#ContentMenu .navigationHeader label,
.rightBox .navigationHeader label {
  color: white;
  cursor: pointer;
}
#ContentMenu .navigationHeader label input[type="radio"],
.rightBox .navigationHeader label input[type="radio"] {
  vertical-align: text-bottom;
}
#ContentMenu .navigationHeader label:hover,
.rightBox .navigationHeader label:hover {
  text-decoration: underline;
}
#ContentMenu .navigationContent,
.rightBox .navigationContent {
  width: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 15px;
  background-color: white;
  border: none;
}
#ContentMenu .navigationContent:last-child,
.rightBox .navigationContent:last-child {
  margin-bottom: 0;
}
#ContentMenu .navigationContent .navigationItem,
.rightBox .navigationContent .navigationItem {
  display: inline-block;
  width: 200px;
  text-decoration: none;
  cursor: pointer;
}
#ContentMenu .navigationContent .navigationItem .navItemIcon,
.rightBox .navigationContent .navigationItem .navItemIcon {
  width: 45px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
#ContentMenu .navigationContent .navigationItem .navItemLabel,
.rightBox .navigationContent .navigationItem .navItemLabel {
  font-size: 11px;
  font-weight: bold;
  padding-top: 9px;
  font-family: Arial, Trebuchet MS, Verdana;
  color: white;
}
#ContentMenu .navigationContent .navigationItem .navItemDecription,
.rightBox .navigationContent .navigationItem .navItemDecription {
  font-size: 11px;
  font-family: Arial, Trebuchet MS, Verdana;
  color: white;
}
#ContentMenu .navigationContent .navigationItem.selected,
.rightBox .navigationContent .navigationItem.selected,
#ContentMenu .navigationContent .navigationItem:visited,
.rightBox .navigationContent .navigationItem:visited {
  color: white;
  background-color: darkgray;
}
#ContentMenu .navigationContent .navigationItem:hover,
.rightBox .navigationContent .navigationItem:hover {
  color: white;
  background-color: gray;
}
#ContentMenu .sidebar_title,
.rightBox .sidebar_title,
#ContentMenu #ContentMenu .header,
.rightBox #ContentMenu .header {
  color: white;
  background-color: #383762;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
#ContentMenu .sidebar_dagselectie_panel,
.rightBox .sidebar_dagselectie_panel {
  width: 190px;
}
#ContentMenu .sidebar_monthcalendar_title,
.rightBox .sidebar_monthcalendar_title,
#ContentMenu .sidebar_startendcalendar_title,
.rightBox .sidebar_startendcalendar_title {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 0px;
  background: #88647D;
  color: white;
  margin-top: 16px;
}
#ContentMenu .sidebar_startendcalendar_table,
.rightBox .sidebar_startendcalendar_table {
  margin-left: 20px;
  margin-top: 15px;
}
#ContentMenu .sidebar_startendcalendar_label,
.rightBox .sidebar_startendcalendar_label {
  float: left;
  width: 70px;
  border: solid 1px black;
  padding: 2px 0px 1px 7px;
  margin-right: 0px;
}
#ContentMenu .sidebar_startendcalendar_datelabel,
.rightBox .sidebar_startendcalendar_datelabel {
  float: left;
  width: 85px;
  cursor: pointer;
  border: solid 1px black;
  border-left: none;
  padding: 2px 7px 1px 7px;
}
#ContentMenu .sidebar_startendcalendar_datelabel_hover,
.rightBox .sidebar_startendcalendar_datelabel_hover {
  background-color: #D4DCCE;
}
#ContentMenu .sidebar_startendcalendar_row2 div,
.rightBox .sidebar_startendcalendar_row2 div {
  border-top: none;
}
#ContentMenu .sidebar_startendtimechooser,
.rightBox .sidebar_startendtimechooser {
  border: solid 1px #88647D;
}
#ContentMenu .sidebar_startendtimechooser TD,
.rightBox .sidebar_startendtimechooser TD {
  padding: 1px 5px 1px 5px;
}
#ContentMenu .sidebar_menutree,
.rightBox .sidebar_menutree {
  display: block;
  width: 191px;
  height: 18px;
}
#ContentMenu .sidebar_menutree_link,
.rightBox .sidebar_menutree_link {
  color: black;
  text-decoration: none;
}
#ContentMenu .sidebar_menutree_hover,
.rightBox .sidebar_menutree_hover {
  /*background-color: #BFB2BB;8/
    background-image: url(../Content/Images/layout/layout_99.png);
}
.sidebar_menutree_selected {
    /*background-color: #88647D;*/
  /*background-image: url(../../Content/Images/layout/layout_98.png);*/
  color: black;
  text-decoration: none;
}
#ContentMenu .sidebar_menutree_item,
.rightBox .sidebar_menutree_item {
  padding-left: 3px;
  white-space: nowrap;
}
#ContentMenu .sidebar_menutree_line,
.rightBox .sidebar_menutree_line {
  vertical-align: middle;
  border: 0px;
}
#ContentMenu .sidebar_menutree_lineEC,
.rightBox .sidebar_menutree_lineEC {
  vertical-align: middle;
  border: 0px;
  cursor: pointer;
}
#ContentMenu .sidebar_menutree_icon,
.rightBox .sidebar_menutree_icon {
  vertical-align: middle;
  margin-right: 4px;
  border: 0px;
  /*visibility: hidden;*/

}
#ContentMenu .sidebar_dhtmltree_panel,
.rightBox .sidebar_dhtmltree_panel {
  overflow: hidden;
  width: 100%;
  font-size: 11px;
}
#ContentMenu .sidebar_dhtmltree_data,
.rightBox .sidebar_dhtmltree_data {
  overflow: auto;
  width: 100%;
  height: 200px;
  border-bottom: solid 1px #88647D;
  padding-left: 10px;
}
#ContentMenu .header,
.rightBox .header {
  margin-right: 6px;
}
#ContentMenu .sidebar_block,
.rightBox .sidebar_block {
  margin-left: 5px;
}
#ContentMenu .btnButtonBar_Button,
.rightBox .btnButtonBar_Button {
  text-align: left;
  padding-left: 7px;
  padding-bottom: 1px;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
}
#ContentMenu .btnButtonBar_Button:hover,
.rightBox .btnButtonBar_Button:hover {
  background-color: #109fe9;
}
#ContentMenu .btnButtonBar_Button_Label,
.rightBox .btnButtonBar_Button_Label {
  width: 70px;
  float: left;
  color: darkgray;
  padding-right: 5px;
  text-align: right;
}
#ContentMenu .btnButtonBar_Button_Value,
.rightBox .btnButtonBar_Button_Value {
  width: 110px;
  /*height:20px;
        position:absolute;*/
  white-space: nowrap;
  top: 0px;
  left: 77px;
  overflow: hidden;
}
#ContentMenu .layout_form_input_button,
.rightBox .layout_form_input_button {
  background-color: white;
  border-color: #109fe9;
  color: #109fe9;
  margin: 5px auto 20px;
  width: 175px;
  display: block;
  float: none;
  cursor: pointer;
  line-height: 25px;
  padding: 5px;
}
#ContentMenu .layout_form_input_button:hover,
.rightBox .layout_form_input_button:hover {
  background-color: #109fe9;
  color: white;
}
/****************** Default button layout ******************/

.rightBox {
  width: 100%;
}
.layout_form_input_button {
  display: block;
  float: left;
  width: 124px;
  height: auto;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
  font-size: 13px;
  margin: 0 6px 0 0;
  border: 0px;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  line-height: 25px;
  background-color: #E8E8E8;
  border: solid 1px #007642;
  color: Blue;
}
.layout_form_input_button:hover {
  text-decoration: underline;
}
a.layout_form_input_button {
  display: inline;
  padding: 5px;
}
div.btnDisabled,
.btnDisabled {
  color: gray;
  font-style: italic;
  cursor: default !important;
}
.btnCommand img {
  display: block;
  float: left;
  margin: 1px 2px 0 2px;
  vertical-align: middle;
}
.btnCommand:hover span {
  text-decoration: underline;
}
.commandbarbutton {
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
}
.commandbarbutton:hover {
  text-decoration: underline;
}
.commandbarbutton img {
  display: inline;
  vertical-align: middle;
  margin-right: 3px;
}
div.btnCommand {
  border: 1px solid #007642;
  background-color: #E8E8E8;
  color: Blue;
  width: 116px;
  height: 17px;
  padding: 2px 6px;
  margin: 0 5px 0 0;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
}
div.btnSmall {
  width: 71px !important;
}
span.dropdown {
  background-image: url(../../Content/Images/icons/16x16/droparrow.png);
  background-repeat: no-repeat;
  background-position: right 0;
  padding-right: 16px;
}
#pnlSidebarMenu {
  width: 100%;
}
a {
  text-decoration: none;
}
a.alwaysblue {
  color: blue;
  cursor: pointer;
}
a.nocolorlink,
a.nocolorlink:hover,
a.nocolorlink:visited,
a.nocolorlink:active {
  color: #000000;
}
a.alwaysblue:visited {
  color: blue;
}
a.alwaysblue:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
a.alwaysblue img {
  vertical-align: middle;
}
.dropdown_panel {
  position: absolute;
  z-index: 999;
}
.dropdown_data {
  background-image: url(../../Content/Images/layoutcontrols/dropdown_bg.jpg);
  background-repeat: no-repeat;
  background-color: #BABABA;
  border: 1px solid #666;
}
.dropdown_right {
  background-image: url(../../Content/Images/layoutcontrols/shadow_right.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 4px;
}
.dropdown_bottom {
  height: 4px;
  background-image: url(../../Content/Images/layoutcontrols/shadow_bottom.png);
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 4px;
  float: left;
}
.dropdown_corner {
  height: 4px;
  width: 4px;
  background-image: url(../../Content/Images/layoutcontrols/shadow_corner.png);
  background-repeat: no-repeat;
  float: right;
  overflow: hidden;
  line-height: 0px;
}
.dropdown_item {
  padding: 1px 24px 1px 6px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  color: black;
}
.dropdown_item:hover {
  background-color: #e7f5fd !important;
}
.dropdown_itemselected {
  background-color: #9fd9f6;
}
.dropdown_expand {
  background-image: url(../../Content/Images/multicolumnpanel/tree_branch.png) !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;
}
.pnlButtonBar_VariantPanel {
  position: absolute;
  /*background-color:#4BC9C9;*/
  /* width:150px; follows btnButtonBar_Button */
  padding-right: 24px;
  z-index: 20;
}
.pnlButtonBar_VariantPanel .dropdown_data {
  overflow: hidden;
}
#slider-1 {
  pointer-events: none;
}
#slider-1 .ui-slider-handle {
  pointer-events: auto;
}
#slider-1 {
  pointer-events: none;
}
#slider-1 .ui-slider-handle {
  pointer-events: auto;
}
.radioBox {
  overflow: hidden;
}
.radioBox .radioBoxItem {
  background-color: #ececec;
  border-bottom: 1px solid white;
  /* unchecked */

}
.radioBox .radioBoxItem label {
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}
.radioBox .radioBoxItem input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.radioBox .radioBoxItem input[type="radio"] + label {
  float: left;
  width: 100%;
  padding-left: 10px;
}
.radioBox .radioBoxItem input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f10c";
  letter-spacing: 10px;
  font-size: 15px;
  color: #b5b5b5;
}
.radioBox .radioBoxItem input[type=radio]:checked + label:before {
  content: "\f00c";
  font-size: 15px;
  color: #109fe9;
  letter-spacing: 5px;
  width: 35px 5px;
}
.radioBox .radioBoxItem input[type=radio]:focus + label:before {
  font-weight: bold;
  color: #109fe9;
}
.radioBox .radioBoxItem input[type="radio"]:checked + label {
  background-color: #cfecfb !important;
}
.radioBox .leftRadioBox {
  border-right: 1px solid white;
}
#areaMainTabBar {
  background-color: #109FE9;
  height: 30px;
}
#areaMainTabBar .tabBarContent {
  margin-left: 210px;
  height: 100%;
}
#areaMainTabBar a {
  display: inline-block;
  padding: 0 25px;
  margin-right: 1px;
  color: white;
  border-radius: 3px 3px 0 0;
  height: 100%;
  padding-top: 4px;
  text-decoration: none;
  box-sizing: border-box;
}
#areaMainTabBar a:hover {
  background-color: #ffffff75;
}
#areaMainTabBar a.stateSelected {
  background-color: white;
  color: black;
  cursor: default;
}
#areaMainTabBar a.stateSelected:hover {
  text-decoration: none;
}
#flagPanel {
  border: solid 1px gray;
  background-color: #eeeeee;
  position: absolute;
}
#flagPanel .flagPanelTitleBar {
  background-color: #109fe9;
  color: white;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  padding-left: 10px;
}
#flagPanel .flag_set_column {
  float: left;
  margin-right: 5px;
}
#flagPanel .flag_set_column .flag {
  overflow: hidden;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 120px;
  padding-left: 5px;
  box-sizing: border-box;
}
#flagPanel .flag_set_column .flag:hover {
  background-color: #9fd9f6;
}
#flagPanel .flag_set_column .flag.selected,
#flagPanel .flag_set_column .flag.selected:hover {
  background-color: #9fd9f6;
  cursor: default;
}
#physicalZone .MultiColumnPanel {
  top: 0px !important;
}
tr.organizationZoneName {
  margin-top: 20px;
  color: #109fe9;
  border-radius: 5px 5px 0 0;
}
tr.organizationZoneName:hover {
  background-color: white !important;
}
a.groupedLink {
  color: #109fe9;
  font-size: 12px;
  display: inline-block;
  background-color: white;
  margin-left: 10px;
  padding: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}
a.groupedLink:hover {
  background-color: #b7e2f8;
}
/* mvl recent addition to fix zooming issue in settings */

#MainContent {
  display: flex;
}
#MainContent #ContentMenu {
  flex: 0 0 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
#MainContent #ContentContainer {
  flex: 1 1 800px;
}
#SuiteTestMode {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  color: white;
  background-color: red;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 1px;
  border-radius: 3px;
  display: inline-block;
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-left: 3px;
  vertical-align: top;
}
