﻿.slideIcon {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 400%;
  transition: background-position 0.3s;
  height: 48px !important;
}
.staticIcon {
  background-repeat: no-repeat;
}
.icon {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
}
.smallIcon {
  width: 32px;
  height: 32px;
}
.slimButton.slideIcon {
  background-position: center 800%;
}
.slimButton.slideWaiting {
  background-position: center 50%;
}
.slimButton.slideWaiting span {
  top: -42px;
}
.slideIcon:hover,
.staticIcon {
  background-position: center 50%;
}
.slideIcon span {
  position: relative;
  top: 0px;
  transition: top 0.3s;
}
.slideIcon:hover span {
  top: -42px;
}
.icons_user {
  background-image: url(../Images/Glyphicons/glyphicons_003_user.png);
}
.icons_warning {
  background-image: url(../Images/Glyphicons/glyphicons_078_warning_sign.png);
}
.icons_play {
  background-image: url(../Images/Glyphicons/glyphicons_173_play.png);
}
.icons_pause {
  background-image: url(../Images/Glyphicons/glyphicons_174_pause.png);
}
.icons_stop {
  background-image: url(../Images/Glyphicons/glyphicons_175_stop.png);
}
.icons_restart {
  background-image: url(../Images/Glyphicons/glyphicons_365_restart.png);
}
.icons_spin {
  background-image: url(../Images/ajax-loader.gif);
}
.icons_download {
  background-image: url(../Images/Glyphicons/glyphicons_200_download.png);
}
.icons_remove {
  background-image: url(../Images/Glyphicons/glyphicons_197_remove.png);
}
.icons_add_item {
  background-image: url(../Images/Glyphicons/glyphicons_190_circle_plus.png);
}
.icons_remove_item {
  background-image: url(../Images/Glyphicons/glyphicons_191_circle_minus.png);
}
.icons_search {
  background-image: url(../Images/Glyphicons/glyphicons_027_search.png);
}
.icons_go {
  background-image: url(../Images/Glyphicons/glyphicons_223_chevron-right.png);
}
.icons_edit {
  background-image: url(../Images/Glyphicons/glyphicons_030_pencil.png);
}
.icons_api {
  background-image: url(../Images/Glyphicons/glyphicons_137_cogwheels.png);
}
.icons_ftp {
  background-image: url(../Images/Glyphicons/server_ftp.png);
}
.icons_server {
  background-image: url(../Images/Glyphicons/glyphicons_463_server.png);
}
.icons_computer {
  background-image: url(../Images/Glyphicons/glyphicons_086_display.png);
}
.icons_tablet {
  background-image: url(../Images/Glyphicons/glyphicons_162_ipad.png);
}
.icons_mobile {
  background-image: url(../Images/Glyphicons/glyphicons_163_iphone.png);
}
.icons_media {
  background-image: url(../Images/Glyphicons/glyphicons_166_ipod.png);
}
.icons_save {
  background-image: url(../Images/Glyphicons/glyphicons_446_floppy_save.png);
}
.icons_file {
  background-image: url(../Images/Glyphicons/glyphicons_036_file.png);
}
.icons_moveUp {
  background-image: url(../Images/Glyphicons/glyphicons-214-up-arrow.png);
}
.icons_moveDown {
  background-image: url(../Images/Glyphicons/glyphicons-213-down-arrow.png);
}
.slideWaiting {
  background-image: url(../Images/ajax-loader.gif) !important;
  background-color: #666 !important;
  border-color: black !important;
}
.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid #fff;
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'poppins-bold';
  src: url('../Fonts/Poppins-Bolt.ttf') format('truetype');
}
@font-face {
  font-family: 'poppins-light';
  src: url('../Fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'poppins-regular';
  src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto-bold';
  src: url('../Fonts/Roboto-Bolt.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto-light';
  src: url('../Fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto-regular';
  src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}
@-ms-viewport {
  width: device-width !important;
}
.monospace {
  font-family: Consolas, 'Courier New', Courier, 'Nimbus Mono L', monospace;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: 'roboto-regular', 'Segoe UI', Calibri, Verdana, Geneva, 'DejaVu Sans', sans-serif;
  background-color: #101822;
  color: #ddd;
  margin: 0;
  padding: 0;
  min-width: 310px;
  -webkit-font-smoothing: antialiased;
  background-image: url(../Images/HeroBlue_Blur.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
#bgvid {
  width: 1920px;
  height: 1080px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10000;
  float: left;
  display: none;
}
img {
  border: 0;
}
a {
  color: #5EA8DE;
}
a:hover {
  color: #347EB3;
}
a:active {
  color: #2B5777;
}
a:visited {
  color: #5EA8DE;
}
.lightFont {
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
}
.largeFont {
  font-size: 130%;
}
.normalFont {
  font-family: 'roboto-regular', 'Segoe UI', Calibri, Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: normal;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
}
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tbody tr:nth-child(even),
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
table.noZebra tbody tr:nth-child(even),
thead {
  background-color: transparent;
}
thead {
  font-weight: bold;
  border-bottom: 1px solid white;
}
td,
th {
  padding: 4px;
}
td .small,
th .small {
  font-size: 8pt;
}
table.TwoColLine tr td:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 25%;
}
table.rowSelect tbody tr:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
}
table.rowSelect tbody tr:active {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
#bgtext {
  position: absolute;
  bottom: 0px;
  z-index: -1000;
  right: 0px;
  margin-left: 64px;
  text-align: right;
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
  font-size: 12pt;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 8px;
}
#bgtext .tiny {
  font-size: 8pt;
}
#releaseSpec {
  position: fixed;
  bottom: 5%;
  left: 300px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 56pt;
  font-weight: lighter;
  pointer-events: none;
  z-index: -1000;
  text-align: right;
}
/*#region login screen*/
#loginContainer {
  position: absolute;
  right: 64px;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1em;
}
#loginLogo {
  display: block;
  text-align: center;
  float: none;
  margin-top: 64px;
  margin-bottom: 64px;
}
#loginLogo img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#loginLogo #ADSLoginWaiting {
  margin-top: 32px;
  display: none;
}
#loginSplash {
  float: left;
  top: 0px;
  right: 530px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
}
#loginSplash iframe {
  background-color: rgba(0, 0, 0, 0.3);
}
#loginSplash #loginBrandContents {
  height: 100%;
  background-color: transparent;
  border: none;
  width: 512px;
  display: none;
}
#loginSpinner {
  margin-top: 100px;
}
#mobileLoginQR {
  width: 300px;
  height: 300px;
}
#loginForm {
  width: 100%;
}
#loginForm h2,
#loginForm h4,
#loginForm h6 {
  margin-top: 0;
}
#loginForm h2,
#loginForm h6 {
  margin-bottom: 0;
}
#loginForm h4 {
  margin-bottom: 0.5em;
}
#loginForm div {
  margin: 0.5em 0 0.5em 0;
}
#loginForm #loginModuleInfo {
  margin: 0;
}
#loginForm input {
  width: 100%;
}
/*#endregion*/
#updateAvailable {
  float: left;
  z-index: 1000;
  width: 100%;
  display: block;
  background-color: orange;
  color: white;
  font-weight: bold;
  text-align: right;
  padding: 8px;
  margin: -8px;
  display: none;
}
#updateAvailable button {
  background-color: orange;
  border-color: white;
  height: 32px;
  border-radius: 4px;
  margin: 6px 4px;
  font-size: 12pt;
}
#updateAvailable button:hover {
  background-color: white;
  color: orange;
}
#updateAvailable button:active {
  background-color: orange;
  color: white;
}
label {
  cursor: pointer;
}
#sideMenuContainer,
#mainBody,
#loginForm,
#responsiveHelpers,
.modalbg,
#tabInfo,
#topSearchBox,
.loader,
#modalLoader,
#barTop {
  display: none;
}
#loginModuleInfo {
  opacity: 0;
}
#barTop,
#barBottom {
  width: 100%;
  margin: 0;
  background-color: #25597E;
  left: 0;
  position: fixed;
}
#barTop {
  top: 0;
  height: 48px;
  transition: padding-top 0.5s, padding-bottom 0.5s;
  z-index: 100;
}
#barTop #responsiveHelpers {
  float: left;
}
#barTop #topSearchBox {
  float: right;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  width: 300px;
  height: 48px;
}
#barTop #topSearchBox:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#barTop #topSearchBox .icon {
  display: inline-block;
  float: right;
}
#barTop #topSearchBox #searchResults {
  float: right;
  border-left: 1px solid gray;
  width: 200%;
  max-height: 512px;
  overflow-y: auto;
  background-color: #333;
}
#barTop #topSearchBox .searchResultCategory .searchResultCategoryInfo {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px;
}
#barTop #topSearchBox .searchResultCategory .searchResultCategoryInfo h3 {
  margin: 2px;
}
#barTop #topSearchBox .searchResultCategory .searchResultCategoryInfo p {
  margin: 2px;
}
#barTop #topSearchBox .searchResult {
  border-bottom: 1px solid gray;
  padding: 8px;
  font-size: smaller;
}
#barTop #topSearchBox .searchResult:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#barTop #topSearchBox .searchResult:active {
  background-color: unset;
}
#barTop #topSearchBox .searchResult h3 {
  margin: 2px;
}
#barTop #topSearchBox .searchResult p {
  margin: 2px;
}
#barTop #topSearchBox .searchResult .source {
  font-style: italic;
}
#barTop #tabInfo {
  margin-left: 16px;
  color: white;
}
#barTop #tabInfo h2 {
  margin: 8px 0 0 0;
}
#barTop #tabInfo.remoteInfo h2 {
  margin: 2px 0 0 0;
  font-size: 14pt;
}
#barTop #tabInfo.remoteInfo h4 {
  font-size: 12px;
  margin: 0;
}
#userInfo {
  display: none;
  background-color: #25597E;
  width: 250px;
  height: 32px;
  padding: 8px 0 8px 0;
  color: white;
  overflow: hidden;
  cursor: pointer;
  float: left;
}
#userInfo:hover {
  background-color: #1D4560;
}
#userInfo:active {
  background-color: #25597E;
}
#userInfo.opened {
  height: 198px;
  padding-bottom: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  box-shadow: #000 0 0 16px;
}
#userInfo .icon,
#userInfo span {
  float: left;
  margin-left: 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
}
.userInfoBlock {
  display: inline-block;
  height: 128px;
  margin-left: 16px;
  margin-bottom: 8px;
}
button,
input[type=button],
input[type=submit],
.button {
  background-color: transparent;
  color: white;
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
  font-size: larger;
  border: 1px solid #5EA8DE;
  min-width: 96px;
  cursor: pointer;
  outline: none;
  height: 48px;
  margin-right: 8px;
  transition: background-color 0.3s;
  border-radius: 2px;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.button:hover {
  background-color: #347EB3;
}
button:active,
input[type=button]:active,
input[type=submit]:active,
.button:active {
  background-color: #235477;
}
button span,
input[type=button] span,
input[type=submit] span,
.button span {
  line-height: 100%;
}
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
.button:disabled,
button:disabled:hover,
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover,
.button:disabled:hover,
button:disabled:active,
input[type=button]:disabled:active,
input[type=submit]:disabled:active,
.button:disabled:active,
button[enabled=false],
input[type=button][enabled=false],
input[type=submit][enabled=false],
.button[enabled=false],
button[enabled=false]:hover,
input[type=button][enabled=false]:hover,
input[type=submit][enabled=false]:hover,
.button[enabled=false]:hover,
button[enabled=false]:active,
input[type=button][enabled=false]:active,
input[type=submit][enabled=false]:active,
.button[enabled=false]:active {
  background-color: #555 !important;
  border: 1px solid #333 !important;
  cursor: default !important;
}
button.toolIconButton,
input[type=button].toolIconButton,
input[type=submit].toolIconButton,
.button.toolIconButton {
  width: 32px;
  height: 32px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  float: left;
  margin-right: 2px;
}
button.toolIconButton:hover,
input[type=button].toolIconButton:hover,
input[type=submit].toolIconButton:hover,
.button.toolIconButton:hover {
  background-color: #347EB3;
}
button.toolIconButton:active,
input[type=button].toolIconButton:active,
input[type=submit].toolIconButton:active,
.button.toolIconButton:active {
  background-color: #235477;
}
button.slideIcon,
input[type=button].slideIcon,
input[type=submit].slideIcon,
.button.slideIcon {
  transition: background-color 0.3s, background-position 0.3s;
}
label.radioButtons {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 16px;
}
label.radioButtons input[type=radio] {
  display: none;
}
label.checkButtons {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 16px;
  position: relative;
}
label.checkButtons input[type=checkbox] {
  display: none;
}
label.checkButtons input[type=checkbox] ~ span:first-of-type {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
label.checkButtons input[type=checkbox] ~ span:last-of-type {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  min-height: 66px;
  position: relative;
  padding-right: 114px;
}
label.radioButtons input[type=radio] ~ span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  min-height: 66px;
  position: relative;
  padding-right: 66px;
}
label.radioButtons input[type=radio] ~ span img {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 64px;
}
label.radioButtons input[type=radio]:disabled ~ span,
label.checkButtons input[type=checkbox]:disabled ~ span:last-of-type {
  background-color: gray;
  color: silver;
  border-color: silver;
}
label.radioButtons input[type=radio]:checked ~ span,
label.checkButtons input[type=checkbox]:checked ~ span:last-of-type {
  background-color: white;
  color: black;
}
.disabled,
.disabled:hover,
.disabled:active {
  cursor: unset !important;
  background-color: #444 !important;
  color: #ccc !important;
  border-color: #888;
}
#userContentsButtonsArea {
  display: inline-block;
  float: right;
}
.iconButton {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
}
.iconButton:hover {
  background-color: #1C3C5B;
}
.iconButton:active {
  background-color: #5EA8DE;
}
select {
  padding: 4px;
}
.slimButton {
  font-family: 'roboto-regular', 'Segoe UI', Calibri, Verdana, Geneva, 'DejaVu Sans', sans-serif !important;
  font-weight: normal !important;
  font-size: 100% !important;
  height: 32px !important;
  font-size: 10pt !important;
  min-width: 72px !important;
}
.bgGray {
  background-color: #333;
  border: 1px solid #333;
}
.bgGray:hover {
  background-color: #222;
}
.bgGray:active {
  background-color: #333;
}
.bgRed {
  background-color: #B70000;
  border: 1px solid #B70000;
}
.bgRed:hover {
  background-color: #C11717;
}
.bgRed:active {
  background-color: #B70000;
}
.bgAmber {
  background-color: #C14D00;
  border: 1px solid #C14D00;
}
.bgAmber:hover {
  background-color: #EF6C1A;
}
.bgAmber:active {
  background-color: #C14D00;
}
.bgGreen {
  background-color: #159922;
  border: 1px solid #159922;
}
.bgGreen:hover {
  background-color: #1BC42C;
}
.bgGreen:active {
  background-color: #159922;
}
.button.bgAmber,
button.bgAmber,
input[type=button].bgAmber,
input[type=submit].bgAmber,
.button.bgGreen,
button.bgGreen,
input[type=button].bgGreen,
input[type=submit].bgGreen {
  background-color: transparent;
}
.passwordGrade {
  height: 16px;
  min-width: 2px;
  display: inline-block;
  transition: width 1s ease, background-color 1s ease;
}
input[type=text],
input[type=password],
input[type=url],
input[type=number],
input[type=email],
input[type=search] {
  margin-top: 2px;
  padding: 2px 8px;
  color: white;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12pt;
  line-height: 16pt;
  box-sizing: border-box;
  transition: background-color ease 0.5s;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=search]:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}
label.checkbox {
  display: inline-block;
}
label.checkbox input[type="checkbox"] {
  display: none;
}
input[type=checkbox] + span {
  display: block;
  content: ' ';
  width: 38px;
  height: 24px;
  transition: all 0.3s ease;
  border: 2px solid #347EB3;
  border-right: 40px solid #347EB3;
  cursor: pointer;
  background-color: #1C3C5B;
  color: white;
  border-radius: 16px;
}
input[type=checkbox]:checked + span {
  background-color: white;
  color: black;
  border-right: 2px solid #347EB3;
  border-left: 40px solid #347EB3;
}
input[type=checkbox]:indeterminate + span {
  background-color: gray;
  border-right: 21px solid #347EB3;
  border-left: 21px solid #347EB3;
}
input[type=checkbox]:hover + span {
  border-color: #5EA8DE;
}
input[type=checkbox] + span::after {
  content: "Off";
  display: block;
  text-align: center;
  line-height: 24px;
}
input[type=checkbox]:checked + span::after {
  content: "On";
}
input[type=checkbox]:indeterminate + span::after {
  color: silver;
  content: "N/A";
}
input.searchBox {
  display: inline;
  margin: 0;
  height: 48px;
  width: calc(100% - 48px);
  float: right;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 16px 0 16px;
  color: white;
}
input.searchBox::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.radioList label {
  display: block;
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 4px;
  height: 32px;
  line-height: 32px;
}
.radioList label:hover {
  background-color: #335169;
}
.radioList label:active {
  background-color: #253541;
}
#mainBody {
  position: absolute;
  float: left;
  top: 48px;
  left: 0;
  width: 100%;
  bottom: 0;
}
.bodyTab {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 250px;
  right: 0;
  padding: 16px;
  overflow: auto;
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.bodyTab > h3:nth-of-type(1),
.bodyTab > h2:nth-of-type(1) {
  margin-top: 0;
}
.bodyTab .splitViewBody {
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 300px;
  overflow: auto;
  position: absolute;
  padding: 16px;
}
.bodyTab .splitViewInfo {
  bottom: 0px;
  top: 0px;
  right: 0px;
  width: 300px;
  overflow: auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  overflow-y: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.bodyTab .splitViewInfo .infoViewActions {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  grid-gap: 8px;
}
.bodyTab .splitViewInfo .infoViewActions button {
  width: 100%;
}
hr {
  border-style: solid;
  color: white;
  border-top: 0px;
}
.wizardTab {
  background-color: rgba(0, 0, 0, 0.5);
  top: -48px;
  z-index: 100;
  left: 0;
  padding: 0;
}
.wizardTab .wizardContents {
  padding: 16px;
  background-color: #235477;
  border-bottom: 8px solid #347EB3;
  overflow: hidden;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  top: -100%;
  box-sizing: border-box;
  transition: top 0.5s ease, bottom 0.5s ease;
  position: absolute;
}
.wizardTab .wizardContents h2 {
  margin: -16px;
  padding: 8px 16px 8px 16px;
  width: 100%;
  background-color: #347EB3;
  margin-bottom: 16px;
}
.wizardTab .wizardContents h3 {
  padding: 0;
  margin: -8px 0 4px 0;
}
.wizardTab .wizardPopup {
  margin-top: 128px;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0);
  min-width: 512px;
  max-width: 830px;
}
.wizardVisible.wizardVisible {
  top: 48px;
}
.wizardContents.wizardBottom {
  top: auto;
  bottom: -100%;
}
.wizardContents.wizardBottom.wizardVisible {
  top: auto;
  bottom: 0;
}
/*#region status display*/
#AMP_Core_MetricsDisplay {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(370px, 2fr));
  grid-gap: 16px;
}
.DisplayMetric {
  height: 192px;
  position: relative;
}
.DisplayMetric:last-of-type {
  margin-right: 0;
}
.DisplayMetric .DisplayMetricHeader {
  padding: 4px;
  color: black;
  width: 128px;
  z-index: 10;
  float: left;
  height: 100%;
  box-sizing: border-box;
}
.DisplayMetric .DisplayMetricGraph {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0px;
  z-index: -10;
}
.circleChart {
  float: left;
}
.circleChart h2,
.circleChart h4 {
  position: absolute;
  margin-left: 28px !important;
  font-family: Segoe UI Light, Helvetica, Verdana, Sans-Serif;
  margin-top: 54px !important;
  color: #fff;
}
.circleChart h4 {
  font-size: smaller;
  margin-top: 84px !important;
}
.circleChart svg {
  transform: rotate(-90deg);
  width: 120px;
  height: 120px;
}
.circleChart svg circle {
  stroke-dasharray: 402;
  stroke-dashoffset: 0;
  stroke-width: 11;
  transition: stroke-dashoffset 1s ease;
  fill: none;
  stroke: rgba(0, 0, 0, 0.3);
  stroke-linecap: round;
}
.circleChart svg circle.value {
  stroke-dashoffset: 400;
  stroke-width: 8;
  stroke: #FFF;
}
/*#endregion*/
/*#region side menu*/
#navToggle {
  display: none;
  width: 32px;
  height: 32px;
}
#sideMenuContainer,
.subMenuWell {
  background: linear-gradient(180deg, #25597E 50%, #16354C);
  position: fixed;
  left: 0;
  height: 100%;
  width: 250px;
  overflow: auto;
  box-sizing: border-box;
  padding-bottom: 48px;
  transition: left 0.5s, background 0.5s;
  z-index: 20;
}
.multiMenuContainer > a:nth-child(1),
.navBackContainer {
  background-image: url(../Images/MenuArrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.navBackContainer {
  background-image: url(../Images/MenuArrowBack.png);
}
.appear {
  left: 0 !important;
}
.pushBack {
  background-color: #235477 !important;
  /*pointer-events: none;*/
}
.pushBack1 {
  padding-left: 48px;
}
.pushBack2 {
  padding-left: 96px;
}
.pushBack3 {
  padding-left: 144px;
}
.pushBack4 {
  padding-left: 192px;
}
.subMenuWell {
  left: -258px;
  float: left;
  pointer-events: all;
  top: 48px;
}
.menuTitle {
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.4);
  font-size: 24pt;
  padding: 20px 16px 20px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.subMenu {
  float: left;
  height: 100%;
  width: 128px;
  background-color: rgba(0, 0, 0, 0.3);
}
.subMenu a {
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  padding: 0 0.3em 0 0.2em;
  margin: 0 0 1px 0;
  color: white;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}
.subMenu a:hover {
  background-color: #1D4560;
}
.subMenu a:active {
  background-color: #253541;
}
#sideMenu {
  width: 250px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 48px;
}
#sideMenu a {
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
  font-size: 130%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  padding: 0.1em 1em 0.1em 0.7em;
  color: white;
  vertical-align: middle;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.25s, width 0.25s;
}
#sideMenu a.longMenuText {
  line-height: 24px;
}
#sideMenu a.small {
  height: 28px;
  line-height: 28px;
  font-size: 90%;
  padding-left: 16px;
}
#sideMenu a.small img {
  display: none;
}
#sideMenu a img {
  width: 24px;
  height: 24px;
  padding: 12px 0.5em 12px 0;
  float: left;
}
#sideMenu a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#sideMenu a:active {
  background-color: #253541;
}
#sideMenu a.selected {
  border-right: 4px solid #5EA8DE;
}
.multiMenuContainer {
  overflow: hidden;
  width: 100%;
  transition: height 0.625s ease-in-out;
  min-height: 52px;
}
/*#endregion*/
/*#region console*/
#consoleContainer {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 42px;
}
#consoleUsers {
  float: right;
  width: 192px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 0;
  font-family: Consolas, 'Courier New', Courier, 'Nimbus Mono L', monospace;
}
#consoleArea {
  height: 100%;
  margin-right: 192px;
  overflow-y: auto;
  overflow-x: hidden;
}
#consoleArea .consoleEntry:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
#consoleLineEntry {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: 1px solid black;
  margin-top: -1px;
}
.consoleEntry,
.consoleContents {
  font-family: Consolas, 'Courier New', Courier, 'Nimbus Mono L', monospace;
  font-size: 10pt;
  padding: 0.25em;
}
.consoleContents,
.consoleContents pre {
  margin: 0;
  padding: 0;
  white-space: normal;
  display: block;
  margin-left: 6em;
}
.consoleContents table {
  margin: 8px 0 8px 0;
}
.consoleTimestamp {
  margin-right: 0.5em;
  color: #5EA8DE;
  float: left;
}
.consoleTimestamp::after {
  content: ":\00a0";
}
.consoleType {
  color: #CB4B4B;
  display: inline;
}
.consoleName {
  color: #CB4B4B;
  display: inline;
  cursor: pointer;
}
.consoleName:hover {
  color: #fd7d7d;
}
.consoleName:active {
  color: #CB4B4B;
}
#consoleUsers .consoleUserEntry:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.consoleUserEntry {
  border-bottom: 1px solid black;
  padding: 4px;
  cursor: pointer;
}
.consoleUserEntry:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.consoleUserEntry:active {
  background-color: transparent;
}
/*#endregion*/
/*#region scheduler */
.scheduleTriggerInfo {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #5EA8DE;
  margin-top: 8px;
  background-color: #1C3C5B;
  overflow: hidden;
}
.emitValue {
  display: inline;
  padding: 4px;
  font-size: smaller;
}
.scheduleAdvSegments h4 {
  margin-top: 8px;
  margin-bottom: 0;
}
.scheduleTriggerInfo .scheduleTriggerTask:last-child {
  border-bottom: none;
}
.scheduleTriggerDescription {
  background-color: #5EA8DE;
  padding: 8px;
}
.scheduleTriggerHeaderItem {
  display: inline-block;
  margin-right: 8px;
  min-width: 256px;
}
.scheduleTriggerHeaderItem .scheduleHeader {
  color: #1C3C5B;
  font-weight: 500;
}
.scheduleTriggerDescriptionVariables .scheduleTriggerVariable {
  display: inline;
  padding-right: 4px;
}
.scheduleTriggerDescriptionVariables .scheduleTriggerVariable::after {
  content: '|';
  margin-left: 8px;
}
.scheduleTriggerDescriptionVariables .scheduleTriggerVariable:last-of-type {
  border-right: none;
}
.scheduleTriggerDescriptionVariables .scheduleTriggerVariable:last-of-type::after {
  content: '';
}
.scheduleTriggerContents {
  width: 100%;
}
.scheduleTriggerTask {
  padding: 8px;
  border-bottom: 1px solid #5EA8DE;
}
.scheduleTriggerTaskTitle {
  min-height: 24px;
}
.scheduleTriggerTaskDropper {
  float: right;
  background-color: #5EA8DE;
  height: 40px;
  margin: -8px -8px 0 0;
  border-radius: 0 0 0 4px;
  border: 1px solid #5EA8DE;
  border-top: none;
  border-right: none;
  overflow: hidden;
}
.scheduleTriggerInfo > .scheduleTriggerTaskDropper {
  margin: 0px;
}
.scheduleParam {
  background-color: #347EB3;
  color: white;
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
}
.timeSegment {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  box-sizing: border-box;
  padding: 4px;
  cursor: pointer;
  float: left;
  user-select: none;
}
.timeSegment:hover {
  border: 1px solid white;
  padding: 3px;
}
.timeSegment.selected {
  background-color: #FF7B07;
}
.timeSegment:active {
  border: 1px solid #CE6000;
  padding: 3px;
}
.twelveSegmentContainer {
  border-collapse: collapse;
  width: 100%;
  display: table;
  margin-top: 4px;
}
.twelveSegmentContainer .timeSegment {
  width: 8.33%;
}
.sevenSegmentContainer {
  border-collapse: collapse;
  width: 100%;
  display: table;
  margin-top: 4px;
}
.sevenSegmentContainer .timeSegment {
  width: 14.285%;
}
.segmentKeyContainer {
  border-collapse: collapse;
  width: 100%;
  display: table;
  margin-top: 4px;
  margin-top: 8px;
  position: absolute;
  right: 16px;
  width: 200px;
}
.segmentKeyContainer .timeSegment {
  width: 50%;
}
.hoursSegmentContainer {
  border-collapse: collapse;
  width: 100%;
  display: table;
  margin-top: 4px;
}
.hoursSegmentContainer .timeSegment {
  width: 4.166%;
  font-size: smaller;
  padding: 2px;
}
.hoursSegmentContainer .timeSegment:hover,
.hoursSegmentContainer .timeSegment:active {
  padding: 1px;
}
.minutesSegmentContainer {
  border-collapse: collapse;
  width: 100%;
  display: table;
  margin-top: 4px;
}
.minutesSegmentContainer .timeSegment {
  width: 5%;
  font-size: smaller;
  padding: 2px;
}
.minutesSegmentContainer .timeSegment:hover,
.minutesSegmentContainer .timeSegment:active {
  padding: 1px;
}
/*#endregion */
/*#region notifications*/
@-webkit-keyframes indeterminateProgress {
  from {
    left: -20%;
  }
  to {
    left: 120%;
  }
}
.progUnknown {
  -webkit-animation: indeterminateProgress 2s linear infinite;
}
#notificationContainer {
  font-size: 10pt;
  position: fixed;
  bottom: 32px;
  right: 32px;
  background-color: #333;
  width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#notificationContainer .notificationBanner {
  background-color: #222;
  padding: 8px;
}
#notificationContainer .notification {
  padding: 8px;
  border-bottom: 1px solid #222;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
#notificationContainer .notification.failed {
  background-color: #833;
}
#notificationContainer .notification:hover {
  background-color: #222;
}
#notificationContainer .notification:hover.failed {
  background-color: #A55;
}
#notificationContainer .notification .notificationTitle {
  font-family: "roboto-light", "Segoe UI Light", "Segoe UI", Calibri, Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-weight: lighter;
}
#notificationContainer .notification .notificationTitle button {
  float: right;
  height: 20px;
  margin-right: -2px;
  min-width: 20px;
  background-color: transparent;
  background-color: #633;
  border: 1px solid #900;
  font-size: 8pt;
  color: #fff;
}
.notificationProgessContainer {
  width: 100%;
  height: 16px;
  border: 1px solid #347EB3;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
}
.notificationProgressBar {
  height: 100%;
  width: 0;
  background-color: #347EB3;
  transition: width 0.5s ease-in-out;
  margin-left: 0;
  overflow: visible;
  position: absolute;
}
.notificationSpeed {
  font-size: 9pt;
  white-space: nowrap;
  margin-left: 1px;
  line-height: 16px;
}
/*#endregion*/
/*#region configuration*/
.settingsGroup {
  display: block;
  padding-bottom: 8px;
}
.settingsGroup h3 {
  border-bottom: 1px solid gray;
  margin-top: 0;
}
.settingsGroup .groupBody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 2fr));
  grid-gap: 16px;
}
.settingsGroup .groupBody .settingContainer.highlighted .settingLabel {
  outline: 3px solid orange;
}
.settingsGroup .groupBody .settingContainer .listEditButton {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}
.settingsGroup .groupBody .settingContainer .listEditButton:nth-of-type(3) {
  border-radius: 0px 4px 4px 0px;
  box-shadow: none;
}
.settingsGroup .groupBody .settingContainer .listEditButton:nth-of-type(4) {
  border-radius: 4px 0px 0 4px;
  box-shadow: none;
}
.settingsGroup .groupBody .settingContainer label.checkbox {
  float: right;
  margin-left: 8px;
}
.settingsGroup .groupBody .settingContainer .settingLabel {
  transition: outline-color 0.5s ease;
  outline: 3px solid transparent;
}
.settingsGroup .groupBody .settingContainer .settingLabel input,
.settingsGroup .groupBody .settingContainer .settingLabel select,
.settingsGroup .groupBody .settingContainer .settingLabel textarea {
  width: 100%;
  margin-top: 4px;
}
.settingsGroup .groupBody .settingContainer .settingLabel select[multiple] {
  margin-bottom: 10px;
  height: 128px;
}
.settingsGroup .groupBody .settingContainer .settingLabel .settingDescription {
  font-size: 8pt;
  color: gray;
  min-height: 3em;
}
.settingsGroup .groupBody .settingContainer .settingLabel .settingWarning {
  font-size: 8pt;
  color: orangered;
}
.settingsGroup .groupBody .settingContainer .settingLabel input[type="radio"],
.settingsGroup .groupBody .settingContainer .settingLabel label.checkbox {
  margin-top: 8px;
  width: auto;
  max-width: none;
}
.settingsGroup .groupBody .settingContainer .settingLabel img {
  float: right;
  clear: both;
}
.settingsGroup .groupBody .settingContainer .settingLabel .top8 {
  margin-top: 8px;
}
.settingsGroup .groupBody .settingContainer .settingLabel table {
  word-break: break-all;
}
.settingsGroup .groupBody .settingContainer .settingActionsList {
  margin-top: 8px;
  display: inline-block;
}
.settingsGroup .groupBody .settingContainer .settingActionsList button {
  max-height: 32px;
  font-size: medium;
}
/*#endregion*/
.modalbg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: right -16px bottom -16px;
}
.modalcontents.twoFactorInput {
  min-height: 233px;
}
div.twoFactorInput {
  padding: 16px;
}
#modalPromptInput {
  display: none;
  margin-bottom: 16px;
  width: 100%;
}
#modalPromptInput.twoFactorInput {
  font-size: 24pt;
  width: 6em;
  font-family: monospace;
}
#modalmessage {
  white-space: pre-line;
  margin: 0;
}
.modalpanel {
  background-color: #222;
  border-bottom: 4px solid #444;
  transition: transform 0.5s ease;
  width: 750px;
  transform: translateY(-100%);
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
}
.modalpanel.visible {
  transform: translateY(50px);
}
.modalpanel img {
  float: right;
  border-bottom-left-radius: 32px;
  max-height: 200px;
}
.modalpanel #modaltitle {
  background-color: #444;
  padding: 8px 16px;
  margin: 0;
}
.modalpanel .modalbuttons,
.modalpanel .modalcontents {
  padding: 16px;
}
#modalsubtitle {
  color: #fff;
  font-weight: bold;
}
#modalAdvancedText {
  border: 1px solid #333;
  background-color: rgba(0, 0, 0, 0.5);
  color: silver;
  padding: 8px;
  border-radius: 4px;
  overflow: auto;
}
.modalbuttons button {
  margin-right: 16px;
}
.buttonGroup {
  width: 100%;
  float: left;
}
#relatedLinkA {
  color: #5EA8DE;
}
.helpLink {
  font-size: 10pt;
  text-decoration: underline;
}
/*Trees!*/
.treeExpando,
.treeName {
  display: inline;
  cursor: pointer;
}
.treeItem {
  cursor: pointer;
  padding: 2px;
  margin-left: 2px;
  text-decoration: none;
}
.treeItem.noParent {
  margin-left: 0;
}
.treeItem.selected {
  color: white;
  background-color: #46a;
}
.treeItem::before {
  content: ' ';
  position: relative;
  z-index: 0;
  top: 12px;
  left: -15px;
  width: 10px;
  height: 1px;
  border-bottom: 1px dashed #bbb;
  display: block;
}
.treeItem.noParent::before {
  width: 0px;
}
.treeExpando {
  font-size: 12pt;
  float: left;
  margin-right: 4px;
}
.treeName:hover,
.treeItem:hover {
  text-decoration: underline;
}
.treeEntry.treeItem {
  border: none;
}
.treeEntry.treeItem:hover {
  text-decoration: none;
}
.treeContents {
  padding-left: 11px;
  border-left: 1px dashed #555;
  margin-left: 8px;
}
.treeEntry {
  margin: 6px 0 0px 8px;
  padding: 0;
  border: 1px solid #555;
}
.treeItemText {
  padding: 4px 0;
  margin-top: -4px;
}
.treeItemText:hover {
  background-color: #444;
}
.permNodeSelection {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  float: right;
  color: white;
  padding-left: 4px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: -1px;
  margin-right: 2px;
  background-color: #333;
  border: 1px solid #333;
}
.permNodeSelection:hover {
  background-color: #222;
}
.permNodeSelection:active {
  background-color: #333;
}
.permNodeSelection.denied {
  background-color: #B70000;
  border: 1px solid #B70000;
}
.permNodeSelection.denied:hover {
  background-color: #C11717;
}
.permNodeSelection.denied:active {
  background-color: #B70000;
}
.permNodeSelection.granted {
  background-color: #159922;
  border: 1px solid #159922;
}
.permNodeSelection.granted:hover {
  background-color: #1BC42C;
}
.permNodeSelection.granted:active {
  background-color: #159922;
}
.permNodeDescription {
  font-size: smaller;
  color: #666;
}
.sideItemList {
  float: left;
  height: 100%;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.3);
  border-right: 1px solid #454648;
  position: fixed;
  overflow-y: auto;
}
.sideItemList button {
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.sideItemData {
  margin-left: 216px;
  margin-right: 16px;
  user-select: text;
  margin-top: 8px;
}
.sideItemData h1,
.sideItemData h2,
.sideItemData h3,
.sideItemData h4,
.sideItemData h5 {
  margin: 16px 0 0 0px;
}
.sideItemData .description,
.sideItemData > p {
  margin-top: 0px;
  margin-left: 0px;
  color: gray;
  font-size: smaller;
}
.sideItemData .sideItemDataTable {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 2fr));
  grid-gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.sideItemData .sideItemDataTable div:nth-of-type(odd) {
  grid-column: 1;
}
.sideItemData .sideItemDataTable div:nth-of-type(even) {
  grid-column: span 2;
  overflow: auto;
}
.sideItemData .sideItemDataTable.grid200 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 2fr));
}
.sideItemData .sideItemDataTable.grid200 div:nth-of-type(even) {
  grid-column: span 1;
  overflow: visible;
}
.itemList {
  width: 100%;
  user-select: text;
}
.itemList .item {
  cursor: pointer;
  padding: 4px;
  border-bottom: 1px solid #454648;
  height: 33px;
  box-sizing: border-box;
}
.itemList .item:hover {
  background-color: #335169;
}
.itemList .item:active {
  background-color: #253541;
}
.itemList .item.selected {
  border-right: 4px solid #5EA8DE;
}
.itemList .item img {
  height: 32px;
  margin: -4px 4px -8px -4px;
}
.noPaddingTab {
  padding: 0;
}
.noOverflowTab {
  overflow: hidden;
}
@media (pointer:coarse) {
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=number],
  input[type=email],
  input[type=search] {
    line-height: 22pt;
  }
}
.mobileOnly {
  display: none;
}
@media screen and (max-width: 1000px) {
  #bgtext {
    transform: rotate(-90deg) translate(256px, -54px);
    width: 220px;
    transform-origin: top right;
    border-top: none;
    padding: 8px 8px;
    bottom: -70px;
    text-align: left;
  }
  #releaseSpec {
    left: 80px;
    font-size: 40pt;
  }
  #userInfo {
    width: 50px;
  }
  #userInfo.opened {
    width: 200px;
  }
  .menuTitle {
    display: none;
  }
  #sideMenu a.selected {
    width: 17px;
  }
  #sideMenu a {
    overflow: hidden;
    width: 21px;
  }
  #sideMenu a:hover {
    width: 200px;
    border-bottom-color: white;
    background-color: #1D4560;
  }
  .multiMenuContainer {
    background-image: none;
  }
  .multiMenuContainer:hover {
    width: 230px;
  }
  .subMenuWell {
    width: 200px;
    margin-left: 50px;
    font-size: 10px;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .subMenuWell a {
    width: 200px !important;
  }
  .subMenuWell a.small {
    font-size: small !important;
  }
  #sideMenu,
  #sideMenuContainer {
    width: 50px;
    font-size: 10pt;
    overflow: visible;
  }
  .bodyTab {
    left: 50px;
  }
  #barTop #tabInfo {
    margin-left: 16px;
  }
}
@media not screen and (max-width: 660px), screen and (min-resolution: 100dpi) and (max-width: 980px), screen and (min-resolution: 150dpi) and (max-width: 1440px), screen and (min-resolution: 300dpi) and (max-width: 2000px) {
  .hiddenOnDesktop {
    display: none;
  }
  .desktopContextMenu.desktopContextMenu {
    width: 192px;
    padding-bottom: 8px;
    left: 0;
    top: 0;
    position: fixed;
  }
  .desktopContextMenu.desktopContextMenu.wizardBottom {
    bottom: auto;
  }
  .desktopContextMenu.desktopContextMenu.wizardVisible {
    top: auto;
    bottom: auto;
  }
  .desktopContextMenu.desktopContextMenu h2 {
    font-size: 12pt;
  }
  .desktopContextMenu.desktopContextMenu button {
    width: 100%;
    margin-bottom: 8px;
    font-size: 10pt;
    height: 32px !important;
    background-position: center 800%;
  }
  .desktopContextMenu.desktopContextMenu button:hover {
    background-position: center center;
  }
  .desktopContextMenu.desktopContextMenu .buttonListSeparator {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #5EA8DE;
    margin-bottom: 8px;
  }
  /*Vendor specific code*/
  div ::-webkit-scrollbar {
    width: 5px;
    background-color: #555;
  }
  div ::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #888;
  }
  div ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
}
@media screen and (max-width: 660px), screen and (min-resolution: 100dpi) and (max-width: 980px), screen and (min-resolution: 150dpi) and (max-width: 1440px), screen and (min-resolution: 300dpi) and (max-width: 2000px) {
  body {
    background-position: top center;
    background-size: cover;
  }
  .sideItemList {
    width: 120px;
  }
  .sideItemList .item {
    height: auto;
    min-height: 33px;
    line-break: anywhere;
  }
  .sideItemList .item img {
    display: none;
  }
  .sideItemData {
    margin-left: 130px;
  }
  .sideItemData .sideItemDataTable {
    grid-template-columns: repeat(auto-fill, minmax(250px, 2fr));
  }
  .sideItemData .sideItemDataTable div:nth-of-type(even) {
    margin-bottom: 8px;
  }
  .hiddenOnMobile {
    display: none;
  }
  .wizardPopup.wizardPopup {
    margin-top: 0;
    left: 0;
    width: 100%;
    transform: unset;
    min-width: unset;
    max-width: unset;
  }
  .consoleContents {
    margin-left: 0;
  }
  .consoleTimestamp {
    float: right;
  }
  .consoleTimestamp::after {
    content: none;
  }
  .mobileOnly {
    display: block;
  }
  #releaseSpec {
    left: 50px;
  }
  #userInfo {
    right: 0px;
  }
  #sideMenu,
  #sideMenuContainer {
    width: 200px;
    height: calc(100% - 48px);
  }
  #sideMenu a {
    width: 171px;
  }
  #sideMenu a.selected {
    width: 167px;
  }
  #sideMenuContainer {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 8px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .subMenuWell {
    margin-left: 0;
    margin-top: 48px;
  }
  .mobileSingleCol {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    width: auto !important;
  }
  .loader,
  #loginSpinner {
    margin-left: auto;
    margin-right: auto;
  }
  .noMobileTextSelect {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .bodyTab {
    border-left: none;
  }
  .settingsGroup {
    float: none;
    margin-left: 0;
  }
  .settingsGroup .settingContainer .settingLabel input,
  .settingsGroup .settingContainer .settingLabel select,
  .settingsGroup .settingContainer .settingLabel textarea {
    max-width: none;
  }
  .provisionSetting.half {
    width: 50%;
  }
  .wizardContents {
    margin-top: 48px;
    padding: 8px;
  }
  .wizardContents h2 {
    margin: -8px;
  }
  .wizardContents.wizardBottom {
    top: auto !important;
    border-radius: 8px 8px 0px 0px;
  }
  .buttonGroup {
    width: 100%;
  }
  .buttonGroup.allowFlex button {
    width: unset;
    min-width: 32%;
  }
  .flexButtonGroup {
    width: 100%;
  }
  .slimShrinkable {
    width: 32px;
    background-position: center 50% !important;
    min-width: 24px !important;
    padding: 1px;
  }
  .slimShrinkable span {
    top: -42px;
  }
  #topSearchBox {
    display: none !important;
  }
  #consoleArea {
    margin-right: 0;
    border: none;
    border-top: 1px solid black;
  }
  #consoleUsers {
    display: none;
  }
  .consoleEntry {
    font-size: 10pt;
  }
  #consoleContainer {
    width: auto;
    margin: -16px;
    min-height: 384px;
  }
  .bodyTab {
    left: 0;
  }
  #tab_blur {
    float: left;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.5);
    /*pointer-events: none;*/
  }
  .blur {
    /*-webkit-filter:blur(2px);
        -moz-filter:blur(2px);
        -ms-filter:blur(2px);
        filter:blur(2px);*/
  }
  #barTop #responsiveHelpers {
    margin: 8px;
  }
  #barTop h2 {
    margin-left: 8px;
  }
  #searchBox {
    display: none;
  }
  .ampUserEntry {
    width: 100%;
  }
  .roleList {
    width: 100px;
  }
  .roleData {
    margin-left: 108px;
  }
  #sideMenuContainer,
  .subMenuWell {
    top: 0px;
    left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    bottom: 0px;
    height: auto;
  }
  #bgtext {
    position: static;
    text-align: left;
    margin-left: 0;
  }
  #loginContainer {
    right: 0;
    width: 100%;
    transform: none;
    outline: none;
    text-align: center;
    padding-top: 34px;
  }
  #loginSplash {
    display: none !important;
  }
  #loginForm {
    text-align: left;
  }
  #loginForm h2,
  #loginForm h4,
  #loginForm h6 {
    width: 100%;
    text-align: center;
  }
  #sideMenu a img {
    display: block;
  }
  #notificationContainer {
    bottom: 0;
    right: 0;
    width: 100%;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #navToggle {
    display: inline;
    cursor: pointer;
  }
  .scheduleTriggerDescription,
  .scheduleTriggerContents {
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: none;
  }
  .scheduleTriggerDescriptionVariables {
    display: none;
  }
  .scheduleTriggerDescriptionTitle {
    display: inline;
  }
  .scheduleTriggerTaskTitle,
  .scheduleTriggerTask table {
    font-size: 10pt;
  }
  .sevenSegmentContainer .timeSegment {
    width: 33.33% !important;
  }
  .twelveSegmentContainer .timeSegment {
    width: 16.66% !important;
  }
  .hoursSegmentContainer .timeSegment {
    width: 8.33% !important;
  }
  .minutesSegmentContainer .timeSegment {
    width: 10%;
    font-size: smaller;
    padding: 2px;
  }
  .notificationDescription {
    display: none;
  }
  .modalbg {
    background-position: -256px -256px;
  }
  .modalpanel {
    max-width: 100%;
  }
  .modalpanel .modalbuttons {
    background-color: #111;
  }
  .modalpanel .modalbuttons input,
  .modalpanel .modalbuttons button {
    width: 32%;
  }
  .modalpanel .modalContents.twoFactorInput {
    background-position: top right;
  }
  .longMenuText {
    line-height: normal !important;
  }
  .splitViewBody.splitViewBody {
    right: 0px;
    padding: 0;
  }
  .splitViewInfo.splitViewInfo {
    width: 65%;
    left: 100%;
    transition: left 0.5s ease;
    background-color: #0B1118;
  }
  .splitViewInfo.splitViewInfo.visible {
    box-shadow: -8px 0px 0px rgba(0, 0, 0, 0.2);
    left: 35%;
  }
}