.flush-list {
  padding: 0;
  margin: 0;
  list-style: none inside none;
}
.no-appearance {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.no-user-select {
  user-select: none;
}
.clear-float:before,
.clear-float:after {
  display: table;
  content: "";
}
.clear-float:after {
  clear: both;
}
.dropdown-toggle {
  position: relative;
  cursor: pointer;
}
.dropdown-toggle:before {
  display: block;
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #1d1d1d;
  top: 50%;
  left: 100%;
  margin-left: -1.5rem;
  margin-top: -0.1625rem;
  z-index: 2;
  transform: rotate(-45deg);
}
.dropdown-toggle.drop-marker-light:before {
  border-color: white;
}
*.dropdown-toggle {
  padding-right: 1.625rem;
}
.k-grid-header th.k-header {
  padding: 0.4em 0.4em;
  text-transform: uppercase;
  border-style: none;
  border-bottom: #cccccc solid 1px;
}
.k-grid-header th.k-header .k-link {
  padding-left: 6px;
}
.k-grid-header th.k-header[data-index="0"] {
  width: 20px;
  height: auto;
  float: none;
}
.k-grid-header th.k-header[data-index="0"] .k-link {
  display: none;
}
.k-grid-content tr td:nth-child(1) {
  width: 20px;
  height: auto;
  float: none;
}
.k-grid-content tr td:nth-child(1) .gridIcon {
  vertical-align: sub;
  width: 16px;
  height: 16px;
  float: none;
}
.k-grid-header .k-header,
.k-grid-header .k-header .k-link,
.k-grid-header .k-link,
.k-grid-header .k-link:link,
.k-pager-info,
.k-scheduler-agendaview .k-scheduler-datecolumn,
.k-scheduler-header {
  color: black;
}
.k-grid-header th.k-header .k-link {
  padding-left: 6px;
}
.k-grid-header th.k-header > .k-link {
  line-height: inherit;
  margin: 0;
  min-height: 16px;
  padding: 0;
}
.k-grid-footer,
.k-grid-footer td,
.k-grid-header,
.k-grid-header .k-header,
.k-pager-numbers .k-state-selected,
.k-pager-wrap,
.k-scheduler-header,
.km-pane-wrapper .k-grid-header .k-header {
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
}
.k-grid-content,
.k-grid-content-locked,
.k-pager-wrap {
  white-space: nowrap !important;
}
.ui-resizable-se {
  display: none !important;
}
.k-state-selected {
  background-color: #f0f0f0 !important;
  color: black;
}
.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  border-color: #cccccc;
  color: black;
}
.k-grid tr:hover .k-state-selected {
  background-color: inherit;
  background-image: none;
  background-repeat: no-repeat;
}
.k-state-selected {
  box-shadow: none;
}
.k-autocomplete,
.k-block,
.k-button-group .k-tool,
.k-calendar th,
.k-colorpicker .k-i-arrow-s,
.k-content,
.k-dropdown-wrap,
.k-dropzone-active,
.k-editable-area,
.k-filter-row > th,
.k-footer-template td,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-content-locked,
.k-grid-footer,
.k-grid-footer-locked,
.k-grid-footer-wrap,
.k-grid-header,
.k-grid-header-locked,
.k-grid-header-wrap,
.k-group,
.k-group-footer td,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-header,
.k-input,
.k-pager-refresh,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar > .k-item > .k-link,
.k-separator,
.k-slider-track,
.k-splitbar,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-textbox,
.k-textbox > input,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-treemap-tile,
.k-upload-files,
.k-widget {
  border-color: #cccccc;
}
.k-virtual-scrollable-wrap td {
  white-space: nowrap;
}
.k-grid-pager {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 0.73rem;
  font-style: normal;
  font-weight: normal;
}
.k-grid-pager .k-pager-numbers {
  display: none;
}
.tableGrid table {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.tableGrid table tr {
  height: 22px;
}
.tableGrid table tr:hover {
  background-color: #f0f0f0;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
  cursor: pointer;
}
.tableGrid table tr:active {
  background-color: #f0f0f0;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
}
.tableGrid table tr td {
  padding: 0 0 0 0.5em !important;
  border-left: 0;
  border-right: 0;
}
.k-grid-header-wrap > table,
.k-grid-content table,
.k-virtual-scrollable-wrap table {
  max-width: 600px;
}
.k-grid-content table table,
.k-virtual-scrollable-wrap table table {
  min-width: initial !important;
}
.input-control input,
.input-control textarea,
.input-control select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  bottom: 0;
  border: 1px #d9d9d9 solid;
  width: 100%;
  height: 100%;
  padding-left: 0.3125rem;
  z-index: 0;
}
.input-control input:focus,
.input-control textarea:focus,
.input-control select:focus {
  outline: none;
}
.input-control input:focus,
.input-control textarea:focus,
.input-control select:focus,
.input-control input:hover,
.input-control textarea:hover,
.input-control select:hover {
  border-color: #787878;
}
.input-control.select {
  position: relative;
}
.input-control.select select {
  padding-right: 20px;
}
.input-control.checkbox,
.input-control.radio {
  line-height: 1.275rem;
  min-width: 1rem;
  user-select: none;
}
.input-control.checkbox input[type="checkbox"],
.input-control.radio input[type="checkbox"],
.input-control.checkbox input[type="radio"],
.input-control.radio input[type="radio"] {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 0.0625rem;
  height: 0.0625rem;
}
.input-control.checkbox .caption,
.input-control.radio .caption {
  margin: 0 0.125rem;
  vertical-align: middle;
  font-size: 14px;
}
.input-control.checkbox .check,
.input-control.radio .check {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  border: 1px #999999 solid;
  padding: 0;
  position: relative;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.input-control.checkbox:hover,
.input-control.radio:hover {
  cursor: pointer;
}
.input-control.checkbox .check:before,
.input-control.radio .check:before {
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 0.3125rem;
  width: 0.565rem;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  border-left: 0.1875rem solid;
  border-bottom: 0.1875rem solid;
  border-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -0.325rem;
  margin-top: -0.365rem;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.2s linear;
}
.input-control.checkbox input[type="checkbox"]:checked ~ .check:before,
.input-control.radio input[type="checkbox"]:checked ~ .check:before,
.input-control.checkbox input[type="radio"]:checked ~ .check:before,
.input-control.radio input[type="radio"]:checked ~ .check:before {
  border-color: #555555;
  transition: all 0.2s linear;
}
.input-control.checkbox input[type="checkbox"]:disabled ~ .caption,
.input-control.radio input[type="checkbox"]:disabled ~ .caption,
.input-control.checkbox input[type="radio"]:disabled ~ .caption,
.input-control.radio input[type="radio"]:disabled ~ .caption {
  color: #cacaca;
  cursor: default;
}
.input-control.checkbox input[type="checkbox"]:disabled ~ .check,
.input-control.radio input[type="checkbox"]:disabled ~ .check,
.input-control.checkbox input[type="radio"]:disabled ~ .check,
.input-control.radio input[type="radio"]:disabled ~ .check {
  border-color: #cacaca;
  cursor: default;
}
.input-control.checkbox input[type="checkbox"]:disabled:checked ~ .check:before,
.input-control.radio input[type="checkbox"]:disabled:checked ~ .check:before {
  border-color: #cacaca;
}
.input-control.radio .check {
  border: 1px #999999 solid;
  border-radius: 50%;
}
.input-control.radio .check:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #1d1d1d;
  background-image: none;
  background-repeat: no-repeat;
  height: 0.5624rem;
  width: 0.5624rem;
  left: 50%;
  top: 50%;
  margin-left: -0.375rem;
  margin-top: -0.375rem;
  transform: rotate(0deg);
  border-radius: 50%;
}
.input-control.radio input[type="radio"]:checked ~ .check:before {
  border-color: transparent;
}
.input-control.radio input[type="radio"]:not(:checked) ~ .check:before {
  background-color: transparent;
}
.input-control.radio input[type="radio"]:disabled ~ .check:before {
  border-color: transparent;
}
.input-control.small-check .check {
  width: 1rem;
  height: 1rem;
}
.input-control.small-check .check:before {
  width: 6px;
  height: 3px;
  margin-left: -4px;
  margin-top: -4px;
  border-width: 2px;
}
.input-control.small-check.radio .check:before {
  height: 0.375rem;
  width: 0.375rem;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}
[role="tooltip"] {
  visibility: hidden;
}
#ascrail2001 {
  pointer-events: none;
}
.dashbordTitleChart span.k-input {
  height: auto !important;
  line-height: 10px !important;
}
.dashbordTitleChart span.k-select {
  min-height: 10px !important;
}
.exportOptions .k-dropdown-wrap .k-input,
.k-textbox > input {
  height: auto !important;
  line-height: normal !important;
  padding: 0 !important;
}
.exportOptions .k-dropdown-wrap .k-select {
  min-height: 1.214em !important;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none inside none;
  color: #999999;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0;
  padding: 0 0 0 0;
  list-style: none;
  white-space: nowrap;
}
.breadcrumbs > li {
  display: inline-block;
  color: #999999;
  margin: 0 1rem 0 0;
  position: relative;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
.breadcrumbs > li:before,
.breadcrumbs > li:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 1px;
  width: 0.375rem;
  background-color: #999999;
  top: 50%;
  left: 100%;
  margin-left: 0.5rem;
}
.breadcrumbs > li:before {
  transform: rotate(45deg);
  margin-top: -0.125rem;
}
.breadcrumbs > li:after {
  transform: rotate(-45deg);
  margin-top: 0.125rem;
}
.breadcrumbs > li > a {
  color: inherit;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  padding: 13px 10px 13px 10px;
}
.breadcrumbs > li:last-child {
  color: #999999;
}
.breadcrumbs > li:last-child:before,
.breadcrumbs > li:last-child:after {
  background-color: transparent;
}
.breadcrumbs > li:hover {
  background-color: #3d4247;
  color: #999999;
}
.window {
  position: relative;
  top: 0;
  bottom: 0;
}
.window-caption {
  position: relative;
  top: 0;
  bottom: 0;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  border-top: 0;
  cursor: default;
}
.window-caption .window-caption-title {
  font-size: 18px;
}
.window-caption .window-caption-icon {
  margin-left: 0.3125rem;
}
.window-caption .window-caption-icon * {
  height: 1rem;
  width: 1rem;
}
.window-caption .window-caption-icon ~ .window-caption-title {
  padding-left: 0.3125rem;
}
.window-caption .btn-close,
.window-caption .btn-min,
.window-caption .btn-max {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 3;
  outline: none;
  cursor: pointer;
  display: block;
  color: white;
  top: 0;
  right: 0;
  opacity: 0.5;
}
.window-caption .btn-close:hover:after,
.window-caption .btn-min:hover:after,
.window-caption .btn-max:hover:after {
  border-color: white;
}
.window-caption .btn-close:active,
.window-caption .btn-min:active,
.window-caption .btn-max:active {
  background-color: #1e2226;
  background-image: none;
  background-repeat: no-repeat;
  color: white;
}
.window-caption .btn-close:after,
.window-caption .btn-min:after,
.window-caption .btn-max:after {
  border-color: white;
  content: '×';
  position: absolute;
  left: 50%;
  margin-left: -0.25em;
}
.window-caption .btn-min:after,
.window-caption .btn-max:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.625rem;
  height: 0.625rem;
  border: 0 white solid;
  border-bottom-width: 2px;
  content: ' ';
  bottom: 0.375rem;
  left: 50%;
  margin-left: -0.375rem;
  top: 6px;
}
.window-caption .btn-max:after {
  height: 0.375rem;
  border: 1px white solid;
  border-top-width: 3px;
}
.window-caption .btn-max {
  right: 1.2rem;
}
.window-caption .btn-min {
  right: 3.375rem;
}
.window-caption .btn-close:after {
  margin-left: -0.3125rem;
}
.window-content {
  display: block;
}
.windowMenu {
  color: black;
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none inside none;
  margin: 0 0 0 0;
  border-top: 1px solid #cccccc;
}
.windowMenu li .windowMenuItem {
  display: block;
  background-color: inherit;
  color: inherit;
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 14px;
  padding: 0.5rem 1rem 0.5rem 2rem;
  line-height: 0.6rem;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.windowMenu li .windowMenuItem .menuItemIcon {
  width: 16px;
  height: 16px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  top: 0.5rem;
}
.windowMenu li .windowMenuItem .menuItemName {
  margin: 0;
  white-space: nowrap;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  vertical-align: sub;
}
.windowMenu li .windowMenuItem .menuItemTitle {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 12px;
  font-style: '';
  font-weight: bold;
  margin-left: -50px !important;
}
.windowMenu li .windowMenuItem:hover {
  background-color: #f0f0f0;
  color: black;
  background-image: url(/Content/images/dwcMenuArrowHover.png);
  background-repeat: no-repeat;
  background-position: right;
}
.windowMenu li .windowMenuItem.active {
  background-color: #f0f0f0;
  color: black;
  background-image: url(/Content/images/dwcMenuArrowHover.png);
  background-repeat: no-repeat;
  background-position: right;
}
.windowMenu .windowSubMenu .windowMenu {
  border-top: none;
}
.windowMenu .windowSubMenu .windowMenu li .windowMenuItem {
  padding: 0.5rem 1rem 0.5rem 3.5rem;
}
.windowMenu .windowSubMenu .windowMenu li .windowMenuItem .menuItemIcon {
  left: 2rem;
}
.windowMenu .dropdown-toggle:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.windowMenu .dropdown-toggle:before {
  transition: all 0.3s ease;
}
.windowMenu .dropdown-toggle.active-toggle:before {
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.windowTree {
  padding-left: 5px;
  border: 0 none !important;
}
.menuNoContent {
  color: darkgray !important;
}
.tablePermission .rotateContent {
  height: 180px;
  white-space: nowrap;
}
.tablePermission .rotateContent > div {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  -moz-transform: translate(0, 85px) rotate(-90deg);
  -ms-transform: translate(0, 85px) rotate(-90deg);
  -o-transform: translate(0, 85px) rotate(-90deg);
  -webkit-transform: translate(0, 85px) rotate(-90deg);
  transform: translate(0, 85px) rotate(-90deg);
  width: 20px;
}
.tablePermission .typesTitles {
  border: 1px solid #3d4247 !important;
  text-align: center;
}
.tablePermission .autocomplete {
  border: 1px solid #3d4247 !important;
  width: 210px;
  z-index: 11;
  position: relative;
}
.tablePermission .permissionSearchBox {
  width: 310px;
  height: 200px;
  float: none;
  border: 1px solid #3d4247 !important;
  padding: 10px 10px 10px 10px;
}
.tablePermission .permissionButton {
  width: auto;
  height: auto;
  float: left;
  margin: 125px 10px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.tablePermission .effectivePermissionCell {
  position: relative;
  z-index: 10;
}
.tablePermission .permissionType {
  cursor: pointer;
  border-bottom: 1px solid black;
}
.tablePermission .permissionCell {
  width: 20px;
  height: auto;
  float: none;
  text-align: center;
}
.tablePermission .noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tablePermission .rowColor {
  background-color: whitesmoke;
}
.tablePermission thead {
  border-bottom: 1px solid gray;
}
.tablePermission tr td,
.tablePermission tr th {
  font-size: 11px;
  text-align: left;
  padding: 5px !important;
}
.tablePermission tr td .permissionCheckbox,
.tablePermission tr th .permissionCheckbox {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#loginform {
  position: relative;
  top: 0;
  bottom: 0;
  display: block;
  max-width: 600px;
  height: auto;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2), 0 6px 20px 4px rgba(0, 0, 0, 0.19);
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  background-color: white;
}
.formLogo {
  position: relative;
  top: 0;
  bottom: 0;
  left: 230px;
}
.fieldlist {
  margin: 0 0 -2em;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 18px;
}
.fieldlist li {
  list-style: none;
  padding-bottom: 2em;
}
.fieldlist label {
  display: block;
  padding-bottom: 1em;
  font-weight: bold;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #444444;
}
[data-role="popup"] ul li[class="k-item k-state-hover"] {
  background-color: #cccccc !important;
}
.k-button {
  background-color: #3d4247 !important;
  float: right;
}
.k-button:hover,
.k-button:focus,
.k-button:active {
  background-color: #202428 !important;
}
.k-button:disabled {
  background-color: gray !important;
}
#versionLabelLi {
  min-height: 30px !important;
}
#versionLabelLi div {
  float: left;
  clear: none;
}
#versionLabelDiv {
  width: 90%;
}
#buttonDiv {
  width: 10%;
}
#versionLabel {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  padding-left: 5px;
}
#versionMessages,
#permissionsMessages {
  display: block;
  color: darkred;
  padding-left: 5px;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
#auth-schemes-li,
#accounts-li {
  display: none;
}
.extensions_texts {
  max-width: 500px;
  white-space: normal;
  text-align: justify;
}
.extensions_labels {
  vertical-align: top;
}
.extensionsTable {
  width: 600px;
  height: 100%;
  float: left;
  text-align: left;
  border: 1px solid #cccccc !important;
  margin: 3px 5px 3px 3px;
  padding: 5px 5px 5px 7px;
}
.extensionsTable td {
  padding: 2px 10px 2px 2px;
}
.attachmentItem {
  display: block;
  background-color: inherit;
  color: inherit;
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 14px;
  padding: 0.5rem 1rem 0.5rem 2rem;
  line-height: 0.6rem;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  text-decoration: none;
}
.attachmentItem .attachmentItemIcon {
  width: 16px;
  height: 16px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  top: 0.5rem;
}
.attachmentItem .attachmentItemName {
  margin: 0;
  white-space: nowrap;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  vertical-align: sub;
}
.attachmentItem:hover {
  background-color: #f0f0f0;
  color: black;
  background-image: url(/Content/images/dwcMenuArrowHover.png);
  background-repeat: no-repeat;
  background-position: right;
}
.attachmentItem.active {
  background-color: #f0f0f0;
  color: black;
  background-image: url(/Content/images/dwcMenuArrowHover.png);
  background-repeat: no-repeat;
  background-position: right;
}
.mainDashboard {
  width: calc(100% - 260px);
  height: 100%;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 260px;
  overflow-x: auto;
  overflow-y: scroll;
}
.mainDashboard .main_dashboard {
  margin: -10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  top: 35px;
  right: 25px;
}
.mainDashboard .main_dashboard .main_dashboard_tile {
  border: #cccccc solid 1px;
  float: left;
  text-align: center;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
  margin: 10px;
  overflow: hidden;
}
.mainDashboard .main_dashboard .main_dashboard_tile .mainDashbordTitleChart {
  padding: 5px 10px 5px 10px;
  margin: 0 0 10px 0;
  display: block;
  border-bottom: #cccccc solid 1px;
  text-align: left;
}
.mainDashboard .main_dashboard .main_dashboard_tile .mainDashboardTable {
  text-align: left;
  margin: 0 auto 0 auto;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.mainDashboard .main_dashboard .main_dashboard_tile .mainDashboardTable td {
  padding: 2px 10px 2px 2px;
}
.mainDashboard .main_dashboard .main_dashboard_tile .mainDashboardChart {
  display: block;
  margin: auto;
}
.mainDashboard .main_dashboard .main_dashboard_tile .mainDashboardIcon {
  width: 16px;
  height: 16px;
  float: none;
  margin: 0 0 0 7px;
  float: right;
}
*:focus {
  outline: none;
}
.horizontal-track2 {
  width: 100%;
  height: 5px;
}
.horizontal-handle2 {
  width: 200px !important;
  height: 5px;
}
.horizontal-handle2 .left {
  width: 100%;
  height: 5px;
  background: gray;
  background: rgba(0, 0, 0, 0.5);
}
.horizontal-handle2 .right {
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.vertical-track2 {
  width: 5px;
  height: 100%;
  background-color: transparent;
}
.vertical-handle2 {
  width: 5px;
  background: gray;
  background: rgba(0, 0, 0, 0.5);
}
.vertical-handle2 .top {
  width: 0;
  height: 100%;
  background: gray;
  background: rgba(0, 0, 0, 0.5);
}
.vertical-handle2 .bottom {
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  clip: rect(17px 17px 9999px 0);
  background: gray;
  background: rgba(0, 0, 0, 0.5);
}
.accounts-menu-track {
  position: absolute;
  top: 15px;
  width: 5px;
  height: 100%;
  background-color: transparent;
  visibility: hidden;
}
.accounts-menu-handle2 {
  position: absolute;
  width: 5px;
  background-color: transparent;
  border: 1px solid #dfdfdd;
  visibility: hidden;
}
.accounts-menu-handle2 .top {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  clip: rect(17px 17px 9999px 0);
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
.accounts-menu-handle2 .bottom {
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  clip: rect(17px 17px 9999px 0);
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
.breadcrumb-scroll-track2 {
  width: 100%;
  height: 5px;
  background-color: transparent;
  left: 249px;
}
.breadcrumb-scroll-handle2 {
  max-width: 200px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #dfdfdd;
  bottom: 1px;
  left: 249px;
}
.breadcrumb-scroll-handle2 .left {
  width: 100%;
  height: 5px;
  background: gray;
  background: rgba(0, 0, 0, 0.5);
}
.breadcrumb-scroll-handle2 .right {
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: white;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: white;
  -webkit-text-shadow: 0 1px 0 white;
  text-shadow: 0 1px 0 white;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: white;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px black;
  -webkit-box-shadow: 0 0 12px black;
  box-shadow: 0 0 12px black;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: black;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.html {
  width: '';
  height: 100%;
  float: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.html .body {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  width: '';
  height: 100%;
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.html .body #applicationHost {
  position: relative;
  top: 0;
  bottom: 0;
  width: '';
  height: 100%;
  float: none;
}
.html .body #applicationHost .header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  float: none;
  background-color: #202428;
  background-image: none;
  background-repeat: no-repeat;
  color: white;
  border-left: #282d32 10px solid;
}
.html .body #applicationHost .header .breadcrumb {
  padding: 0 0 0 0;
  width: calc(100% - 666px);
  height: 40px;
  float: left;
  margin: 0 0 0 249px;
  overflow: hidden;
  font-family: "Segoe UI", "Open Sans", sans-serif;
}
.html .body #applicationHost .header .breadcrumb ul#breadcrumbMenu {
  margin: 0 0 0 0;
  border-left: #3d4247 solid 1px;
}
.html .body #applicationHost .header .settings {
  width: 110px;
  height: auto;
  float: none;
  padding: 0 22px 0 9px;
  margin-right: 10px;
  float: right;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border-left: #3d4247 solid 1px;
  position: relative;
  top: 0;
  bottom: 0;
}
.html .body #applicationHost .header .settings .breadcrumb {
  padding: 0 0 0 0;
  width: calc(100% - 666px);
  height: 40px;
  float: left;
  margin: 0 0 0 249px;
  overflow: hidden;
  font-family: "Segoe UI", "Open Sans", sans-serif;
}
.html .body #applicationHost .header .settings .breadcrumb ul#breadcrumbMenu {
  margin: 0 0 0 0;
  border-left: #3d4247 solid 1px;
}
.html .body #applicationHost .header .settings:hover {
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .settings .settingsIcon {
  width: 22px;
  height: 22px;
  float: right;
  cursor: pointer;
  position: relative;
  top: 0;
  bottom: 0;
  top: 10px;
  left: 10px;
  background-color: '';
  background-image: url(/Content/images/dwcSettings.png);
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .settings .settingsName {
  display: block;
  padding: 13px 0 0 0;
  width: 85px;
  height: 27px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.html .body #applicationHost .header .settings .settingsContent {
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: none !important;
  right: 0;
  top: 26px;
  z-index: 15;
}
.html .body #applicationHost .header .settings .settingsContent ul li {
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  display: block;
  color: #999999;
  float: none;
  padding: 0.2rem 0.75rem 0.3rem 0.5rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-top: 1px solid #666666;
  min-width: 84px;
}
.html .body #applicationHost .header .settings .settingsContent ul li:hover {
  background-color: #202428;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .settings .settingsContent .selectedSettings {
  background-color: #202428;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .filter {
  width: 100px;
  height: auto;
  float: none;
  padding: 0 22px 0 9px;
  float: right;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border-left: #3d4247 solid 1px;
  position: relative;
  top: 0;
  bottom: 0;
}
.html .body #applicationHost .header .filter .breadcrumb {
  padding: 0 0 0 0;
  width: calc(100% - 666px);
  height: 40px;
  float: left;
  margin: 0 0 0 249px;
  overflow: hidden;
  font-family: "Segoe UI", "Open Sans", sans-serif;
}
.html .body #applicationHost .header .filter .breadcrumb ul#breadcrumbMenu {
  margin: 0 0 0 0;
  border-left: #3d4247 solid 1px;
}
.html .body #applicationHost .header .filter:hover {
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .filter .filterIcon {
  width: 16px;
  height: 22px;
  float: right;
  cursor: pointer;
  position: relative;
  top: 0;
  bottom: 0;
  top: 10px;
  left: 12px;
  background-color: '';
  background-image: url(/Content/images/dwcFilter.png);
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .filter .filterName {
  display: block;
  padding: 13px 0 0 0;
  width: 75px;
  height: 27px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.html .body #applicationHost .header .filter .filterName.hasOverflow:hover {
  overflow: visible;
  width: auto;
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
  padding-right: 9px;
}
.html .body #applicationHost .header .filter .filterName.hasOverflow:hover + .filterIcon {
  display: none;
}
.html .body #applicationHost .header .filter:hover .filterContent {
  display: block;
}
.html .body #applicationHost .header .filter .filterContent {
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: none !important;
  right: -1px;
  top: 26px;
  z-index: 15;
  padding-bottom: 5px;
  display: none;
}
.html .body #applicationHost .header .filter .filterContent .scrollFilterContent {
  width: auto;
  height: auto;
  float: none;
  max-height: 500px;
  overflow-y: auto;
}
.html .body #applicationHost .header .filter .filterContent .caption {
  display: inline;
}
.html .body #applicationHost .header .filter .filterContent ul li {
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  display: block;
  float: none;
  padding: 0.2rem 0.75rem 0.3rem 0.5rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-top: 1px solid #666666;
  min-width: 102px;
}
.html .body #applicationHost .header .filter .filterContent ul li:hover {
  background-color: #202428;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .filter .filterContent .selectedAccount {
  background-color: #202428;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .account {
  width: 100px;
  height: auto;
  float: none;
  padding: 0 22px 0 9px;
  float: right;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border-left: #3d4247 solid 1px;
  position: relative;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.html .body #applicationHost .header .account .breadcrumb {
  padding: 0 0 0 0;
  width: calc(100% - 666px);
  height: 40px;
  float: left;
  margin: 0 0 0 249px;
  overflow: hidden;
  font-family: "Segoe UI", "Open Sans", sans-serif;
}
.html .body #applicationHost .header .account .breadcrumb ul#breadcrumbMenu {
  margin: 0 0 0 0;
  border-left: #3d4247 solid 1px;
}
.html .body #applicationHost .header .account:hover {
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .account .accountName {
  display: block;
  padding: 13px 0 0 0;
  width: 75px;
  height: 27px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.html .body #applicationHost .header .account .accountName.hasOverflow:hover {
  overflow: visible;
  width: auto;
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
  padding-right: 9px;
}
.html .body #applicationHost .header .account .accountName.hasOverflow:hover + .accountIcon {
  display: none;
}
.html .body #applicationHost .header .account .accountIcon {
  width: 22px;
  height: 22px;
  float: right;
  position: relative;
  top: 0;
  bottom: 0;
  cursor: pointer;
  top: 9px;
  left: 12px;
  background-color: '';
  background-image: url(/Content/images/dwcAccount.png);
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .account .userContent {
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: none !important;
  right: -1px;
  top: 26px;
  z-index: 15;
  padding-bottom: 5px;
}
.html .body #applicationHost .header .account .userContent .caption {
  display: inline;
}
.html .body #applicationHost .header .account .userContent ul li {
  background-color: #3d4247;
  background-image: none;
  background-repeat: no-repeat;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  display: block;
  float: none;
  padding: 0.2rem 0.75rem 0.3rem 0.5rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-top: 1px solid #666666;
  min-width: 102px;
}
.html .body #applicationHost .header .account .userContent ul li:hover {
  background-color: #202428;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .header .account .userContent .selectedAccount {
  background-color: #202428;
  background-image: none;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main {
  width: 100%;
  height: calc(100% - 40px);
  float: none;
  position: absolute;
  top: 40px;
  bottom: 0;
}
.html .body #applicationHost .main .menu {
  position: absolute;
  top: 0;
  bottom: 0;
  top: -40px;
  width: 250px;
  height: calc(100% + 40px);
  float: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: #282d32;
  background-image: none;
  background-repeat: no-repeat;
  border-left: #3d4247 10px solid;
}
.html .body #applicationHost .main .menu .menuLogo {
  border-right: #3d4247 solid 1px;
}
.html .body #applicationHost .main .menu .menuLogo img {
  margin: 5px auto 5px 50px;
  cursor: pointer;
}
.html .body #applicationHost .main .mainMenu {
  display: block;
  text-align: left;
  width: 100%;
  list-style: none inside none;
  margin: -5px 0 0 0;
  padding: 0;
  float: left;
  border-top: 1px solid #3d4247;
}
.html .body #applicationHost .main .mainMenu li {
  display: block;
  width: 100%;
  float: none;
  position: relative;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.html .body #applicationHost .main .mainMenu li:before,
.html .body #applicationHost .main .mainMenu li:after {
  display: table;
  content: "";
}
.html .body #applicationHost .main .mainMenu li:after {
  clear: both;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem {
  color: white;
  font-size: 0.875rem;
  display: block;
  float: none;
  padding: 0.7rem 1rem 0.75rem 0.5rem;
  vertical-align: middle;
  position: relative;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-bottom: 1px solid #3d4247;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem .mainMenuItemName {
  width: auto;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem .mainMenuItemIcon_0 {
  background-image: url(/Content/images/dwcMenuInventory.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem .mainMenuItemIcon_1 {
  background-image: url(/Content/images/dwcMenuSecurity.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem .mainMenuItemIcon_2 {
  background-image: url(/Content/images/dwcMenuLicense.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem .mainMenuItemIcon_3 {
  background-image: url(/Content/images/dwcMenuDocumentation.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem:before {
  border-color: white;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem:hover {
  background-color: #202428;
  color: white;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem:hover .mainMenuItemIcon_0 {
  background-image: url(/Content/images/dwcMenuInventoryHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem:hover .mainMenuItemIcon_1 {
  background-image: url(/Content/images/dwcMenuSecurityHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem:hover .mainMenuItemIcon_2 {
  background-image: url(/Content/images/dwcMenuLicenseHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem:hover .mainMenuItemIcon_3 {
  background-image: url(/Content/images/dwcMenuDocumentationHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem.active {
  background-color: #202428;
  color: white;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem.active .mainMenuItemIcon_0 {
  background-image: url(/Content/images/dwcMenuInventoryHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem.active .mainMenuItemIcon_1 {
  background-image: url(/Content/images/dwcMenuSecurityHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem.active .mainMenuItemIcon_2 {
  background-image: url(/Content/images/dwcMenuLicenseHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu li .mainMenuItem.active .mainMenuItemIcon_3 {
  background-image: url(/Content/images/dwcMenuDocumentationHover.png);
  width: 23px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
}
.html .body #applicationHost .main .mainMenu .dropdown-toggle:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.html .body #applicationHost .main .mainMenu .dropdown-toggle:before {
  transition: all 0.3s ease;
}
.html .body #applicationHost .main .mainMenu .dropdown-toggle.active-toggle:before {
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.html .body #applicationHost .main .mainMenu .selection:before {
  transform: rotate(-135deg);
}
.html .body #applicationHost .main .mainMenu .mainSubMenu {
  background-color: #282d32;
  margin: 0;
  padding: 0;
  display: none;
}
.html .body #applicationHost .main .mainMenu .mainSubMenu .mainMenuItem {
  border: 0 none;
  color: white;
  border-bottom: 1px solid #3d4247;
  padding-left: 31px;
}
.html .body #applicationHost .main .mainMenu .mainSubMenu .mainMenuItem:hover {
  border-left: 0 none;
  background-color: #202428;
  color: white;
  background-image: url(/Content/images/dwcMenuArrowHover.png);
  background-repeat: no-repeat;
  background-position: right;
}
.html .body #applicationHost .main .mainMenu .mainSubMenu .mainMenuItem.active {
  border-left: 0 none;
  background-color: #202428;
  color: white;
  background-image: url(/Content/images/dwcMenuArrowHover.png);
  background-repeat: no-repeat;
  background-position: right;
}
.html .body #applicationHost .main .content {
  width: calc(100% - 250px);
  height: 100%;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 260px;
  overflow-x: auto;
  overflow-y: hidden;
}
.html .body #applicationHost .main .content .contentWraper {
  position: absolute;
  top: 0;
  bottom: 20px;
  width: 100%;
  height: calc(100% - 40px);
  float: none;
  white-space: nowrap;
  left: 0;
}
.html .body #applicationHost .main .content .contentWraper .contentItem {
  width: auto;
  height: 100%;
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: -4px;
  vertical-align: top;
}
.html .body #applicationHost .main .content .contentWraper .contentItem:nth-child(4) {
  margin-left: 1px;
  -webkit-margin-start: 1px;
  -moz-margin-start: 0;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader {
  width: auto;
  height: 103px;
  float: none;
  background-color: #282d32;
  background-image: none;
  background-repeat: no-repeat;
  color: white;
  z-index: 1 !important;
  border-right: #3d4247 solid 1px;
  border-bottom: #3d4247 solid 1px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .headerTitle {
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  display: block;
  float: none;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  vertical-align: middle;
  position: relative;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .windowHeaderIcons {
  position: absolute;
  bottom: 14px;
  left: 20px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .windowHeaderIcons .headerIcon {
  margin: 0 8px 0 0;
  float: left;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .windowHeaderIcons .headerIcon img {
  width: 16px;
  height: 16px;
  float: none;
  float: left;
  margin: 0 5px 0 0;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .windowHeaderIcons .headerIcon .headerIconName {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin: 1px 0 0 0;
  display: inline;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .windowHeaderIcons .headerIcon:hover {
  opacity: 0.7;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .btn-min {
  right: 1.175rem;
}
@-moz-document url-prefix() {
  .btn-min {
    right: 1.175rem;
  }
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .btn-close:hover {
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .btn-min:hover {
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .btn-max:hover {
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemHeader .btn-close:after {
  content: 'x';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.25em;
  font-family: "Arial Bold", "Open Sans Bold", sans-serif;
  font-size: 18px;
  font-style: '';
  font-weight: 600;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain {
  width: auto;
  height: calc(100% - 104px);
  float: none;
  color: black;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  border-right: #cccccc solid 1px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer {
  position: absolute;
  left: 10px;
  top: 4.4rem;
  z-index: 1 !important;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon {
  margin: 0 8px 0 0;
  float: left;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon img {
  width: 16px;
  height: 16px;
  float: none;
  float: left;
  margin: 0 5px 0 0;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon .headerIconName {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin: 1px 0 0 0;
  display: inline;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon span.k-input {
  height: auto !important;
  line-height: 16px !important;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon span.k-select {
  height: auto !important;
  line-height: 16px !important;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon .headerIconName {
  color: white;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin: 1px 0 0 0;
  display: inline;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon.topMargin {
  margin-top: 3px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .iconContainer .headerPositionIcon:hover {
  opacity: 0.7;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .toggleArray {
  display: block;
  top: 0.625rem;
  right: 0;
  position: absolute;
  min-height: 20px;
  line-height: 0.875rem;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentMenu {
  width: 300px;
  height: 100%;
  float: none;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentGrid {
  float: none;
  width: '';
  height: 100%;
  min-width: 624px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentGrid .gridFilter {
  width: 100%;
  height: 49px;
  float: none;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentGrid .gridFilter .gridFilterInput {
  width: 98.5%;
  height: 25px;
  float: left;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentGrid #loadingAnimation {
  width: 100%;
  height: 100%;
  float: none;
  display: none;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell {
  width: auto;
  height: 100%;
  float: left;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard {
  width: auto;
  height: 612px;
  float: none;
  margin: -10px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard .tile {
  border: #cccccc solid 1px;
  float: left;
  text-align: center;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
  margin: 10px;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashbordTitleChart {
  padding: 5px 10px 5px 10px;
  margin: 0 0 4px 0;
  display: block;
  border-bottom: #cccccc solid 1px;
  text-align: left;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashbordTitleChart .compareSnapshotIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  float: none;
  cursor: pointer;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 5px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardTable {
  text-align: left;
  line-height: 13px;
  margin: 0 auto 0 auto;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardTable td {
  padding: 2px 10px 2px 2px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardChart {
  display: block;
  margin: auto;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardIcon {
  width: 16px;
  height: 16px;
  float: none;
  margin: 0 0 0 7px;
  float: right;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentOverview .contentItemCellMenu {
  width: 250px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension {
  width: auto;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell {
  width: auto;
  height: 100%;
  float: left;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard {
  width: auto;
  height: 612px;
  float: none;
  margin: -10px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard .tile {
  border: #cccccc solid 1px;
  float: left;
  text-align: center;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
  margin: 10px;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashbordTitleChart {
  padding: 5px 10px 5px 10px;
  margin: 0 0 4px 0;
  display: block;
  border-bottom: #cccccc solid 1px;
  text-align: left;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashbordTitleChart .compareSnapshotIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  float: none;
  cursor: pointer;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 5px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardTable {
  text-align: left;
  line-height: 13px;
  margin: 0 auto 0 auto;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardTable td {
  padding: 2px 10px 2px 2px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardChart {
  display: block;
  margin: auto;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardIcon {
  width: 16px;
  height: 16px;
  float: none;
  margin: 0 0 0 7px;
  float: right;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentExtension .contentItemCellMenu {
  width: 250px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentColumn,
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentCompare {
  width: 250px;
  height: 100%;
  float: none;
  padding: 0.25rem;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentColumn.contentCompare,
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentCompare.contentCompare {
  width: 300px;
  height: 100%;
  float: none;
  margin-top: -20px;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentColumn.contentCompare .maxLevel,
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentCompare.contentCompare .maxLevel {
  width: 40px !important;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentColumn.contentCompare .maxLevel input[type=number]::-webkit-outer-spin-button,
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentCompare.contentCompare .maxLevel input[type=number]::-webkit-outer-spin-button,
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentColumn.contentCompare .maxLevel input[type=number]::-webkit-inner-spin-button,
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentCompare.contentCompare .maxLevel input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentColumn .gridOptions,
.html .body #applicationHost .main .content .contentWraper .contentItem .contentItemMain .contentCompare .gridOptions {
  margin-left: -40px;
  list-style: none inside none;
}
.html .body #applicationHost .main .content .contentWraper:after {
  width: auto;
  height: 100%;
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: -4px;
  vertical-align: top;
  content: "";
  min-width: calc(100% - 336px);
  margin-left: -5px;
  border: 0 none !important;
}
.html .body #applicationHost .main .content .contentWraper:after:nth-child(4) {
  margin-left: 1px;
  -webkit-margin-start: 1px;
  -moz-margin-start: 0;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader {
  width: auto;
  height: 103px;
  float: none;
  background-color: #282d32;
  background-image: none;
  background-repeat: no-repeat;
  color: white;
  z-index: 1 !important;
  border-right: #3d4247 solid 1px;
  border-bottom: #3d4247 solid 1px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .headerTitle {
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  display: block;
  float: none;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  vertical-align: middle;
  position: relative;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .windowHeaderIcons {
  position: absolute;
  bottom: 14px;
  left: 20px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .windowHeaderIcons .headerIcon {
  margin: 0 8px 0 0;
  float: left;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .windowHeaderIcons .headerIcon img {
  width: 16px;
  height: 16px;
  float: none;
  float: left;
  margin: 0 5px 0 0;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .windowHeaderIcons .headerIcon .headerIconName {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin: 1px 0 0 0;
  display: inline;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .windowHeaderIcons .headerIcon:hover {
  opacity: 0.7;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .btn-min {
  right: 1.175rem;
}
@-moz-document url-prefix() {
  .btn-min {
    right: 1.175rem;
  }
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .btn-close:hover {
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .btn-min:hover {
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .btn-max:hover {
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemHeader .btn-close:after {
  content: 'x';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.25em;
  font-family: "Arial Bold", "Open Sans Bold", sans-serif;
  font-size: 18px;
  font-style: '';
  font-weight: 600;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain {
  width: auto;
  height: calc(100% - 104px);
  float: none;
  color: black;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  border-right: #cccccc solid 1px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer {
  position: absolute;
  left: 10px;
  top: 4.4rem;
  z-index: 1 !important;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon {
  margin: 0 8px 0 0;
  float: left;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon img {
  width: 16px;
  height: 16px;
  float: none;
  float: left;
  margin: 0 5px 0 0;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon .headerIconName {
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin: 1px 0 0 0;
  display: inline;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon span.k-input {
  height: auto !important;
  line-height: 16px !important;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon span.k-select {
  height: auto !important;
  line-height: 16px !important;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon .headerIconName {
  color: white;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin: 1px 0 0 0;
  display: inline;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon.topMargin {
  margin-top: 3px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .iconContainer .headerPositionIcon:hover {
  opacity: 0.7;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .toggleArray {
  display: block;
  top: 0.625rem;
  right: 0;
  position: absolute;
  min-height: 20px;
  line-height: 0.875rem;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentMenu {
  width: 300px;
  height: 100%;
  float: none;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentGrid {
  float: none;
  width: '';
  height: 100%;
  min-width: 624px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentGrid .gridFilter {
  width: 100%;
  height: 49px;
  float: none;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentGrid .gridFilter .gridFilterInput {
  width: 98.5%;
  height: 25px;
  float: left;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentGrid #loadingAnimation {
  width: 100%;
  height: 100%;
  float: none;
  display: none;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell {
  width: auto;
  height: 100%;
  float: left;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard {
  width: auto;
  height: 612px;
  float: none;
  margin: -10px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard .tile {
  border: #cccccc solid 1px;
  float: left;
  text-align: center;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
  margin: 10px;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashbordTitleChart {
  padding: 5px 10px 5px 10px;
  margin: 0 0 4px 0;
  display: block;
  border-bottom: #cccccc solid 1px;
  text-align: left;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashbordTitleChart .compareSnapshotIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  float: none;
  cursor: pointer;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 5px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardTable {
  text-align: left;
  line-height: 13px;
  margin: 0 auto 0 auto;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardTable td {
  padding: 2px 10px 2px 2px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardChart {
  display: block;
  margin: auto;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCell .dashboard .tile .dashboardIcon {
  width: 16px;
  height: 16px;
  float: none;
  margin: 0 0 0 7px;
  float: right;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentOverview .contentItemCellMenu {
  width: 250px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension {
  width: auto;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell {
  width: auto;
  height: 100%;
  float: left;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard {
  width: auto;
  height: 612px;
  float: none;
  margin: -10px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard .tile {
  border: #cccccc solid 1px;
  float: left;
  text-align: center;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  color: black;
  margin: 10px;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashbordTitleChart {
  padding: 5px 10px 5px 10px;
  margin: 0 0 4px 0;
  display: block;
  border-bottom: #cccccc solid 1px;
  text-align: left;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashbordTitleChart .compareSnapshotIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  float: none;
  cursor: pointer;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 5px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardTable {
  text-align: left;
  line-height: 13px;
  margin: 0 auto 0 auto;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardTable td {
  padding: 2px 10px 2px 2px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardChart {
  display: block;
  margin: auto;
  cursor: pointer;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCell .dashboard .tile .dashboardIcon {
  width: 16px;
  height: 16px;
  float: none;
  margin: 0 0 0 7px;
  float: right;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentExtension .contentItemCellMenu {
  width: 250px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentColumn,
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentCompare {
  width: 250px;
  height: 100%;
  float: none;
  padding: 0.25rem;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentColumn.contentCompare,
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentCompare.contentCompare {
  width: 300px;
  height: 100%;
  float: none;
  margin-top: -20px;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentColumn.contentCompare .maxLevel,
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentCompare.contentCompare .maxLevel {
  width: 40px !important;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentColumn.contentCompare .maxLevel input[type=number]::-webkit-outer-spin-button,
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentCompare.contentCompare .maxLevel input[type=number]::-webkit-outer-spin-button,
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentColumn.contentCompare .maxLevel input[type=number]::-webkit-inner-spin-button,
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentCompare.contentCompare .maxLevel input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  opacity: 1;
}
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentColumn .gridOptions,
.html .body #applicationHost .main .content .contentWraper:after .contentItemMain .contentCompare .gridOptions {
  margin-left: -40px;
  list-style: none inside none;
}
